[rep-gtk] Update to 0.90.7

Kim B. Heino kimheino at fedoraproject.org
Mon Aug 22 17:26:30 UTC 2011


commit 4cf921d08de5bb8ecaa4517f57af668bb8913a19
Author: Kim B. Heino <b at bbbs.net>
Date:   Mon Aug 22 20:23:40 2011 +0300

    Update to 0.90.7

 .gitignore   |    1 +
 rep-gtk.spec |   11 +++++++----
 sources      |    1 +
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 100f526..e4506c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /rep-gtk-0.90.5.tar.bz2
 /rep-gtk-0.90.6.tar.bz2
+/rep-gtk-0.90.7.tar.bz2
diff --git a/rep-gtk.spec b/rep-gtk.spec
index ca4bacc..9673f50 100644
--- a/rep-gtk.spec
+++ b/rep-gtk.spec
@@ -1,6 +1,6 @@
 Name: rep-gtk
-Version: 0.90.6
-Release: 2%{?dist}
+Version: 0.90.7
+Release: 1%{?dist}
 Summary: GTK+ binding for librep Lisp environment
 License: GPLv2+
 Group: Development/Languages
@@ -8,9 +8,9 @@ Source0: http://download.tuxfamily.org/librep/%{name}/%{name}-%{version}.tar.bz2
 URL: http://sawfish.wikia.com/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gtk2-devel
-BuildRequires: librep-devel >= 0.92.0
+BuildRequires: librep-devel >= 0.92.1
 Requires: gtk2
-Requires: librep >= 0.92.0
+Requires: librep >= 0.92.1
 
 %description
 This is a binding of GTK+ for the librep Lisp interpreter. It is based
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/rep-gtk.pc
 
 %changelog
+* Mon Aug 22 2011 Kim B. Heino <b at bbbs.net> - 0.90.7-1
+- Update to 0.90.7
+
 * Sun Jul 31 2011 Kim B. Heino <b at bbbs.net> - 0.90.6-2
 - Update BR and R versions
 
diff --git a/sources b/sources
index 124242a..e88a7e7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 7a760d8dc2d44c779956731db4bed4b7  rep-gtk-0.90.5.tar.bz2
 e1c589ef5328476c7b1faeab6871c628  rep-gtk-0.90.6.tar.bz2
+1c20daa2fa832b999a791bbe5b4eda2a  rep-gtk-0.90.7.tar.bz2


More information about the scm-commits mailing list