rpms/geglmm/devel geglmm.spec,1.5,1.6

Dodji Seketeli dodji at fedoraproject.org
Sat Feb 27 12:34:22 UTC 2010


Author: dodji

Update of /cvs/pkgs/rpms/geglmm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22637

Modified Files:
	geglmm.spec 
Log Message:
* Sat Feb 27 2010 Dodji Seketeli <dodji at redhat.com> - 0.1.0-4
- Added two new glibm_version and gegl_version macros for better
  maintainability
- Rebuilt against gegl 0.1.2




Index: geglmm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geglmm/devel/geglmm.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- geglmm.spec	8 Feb 2010 20:59:26 -0000	1.5
+++ geglmm.spec	27 Feb 2010 12:34:22 -0000	1.6
@@ -1,6 +1,9 @@
+%define         glibmm_version 2.23
+%define         gegl_version   0.1.2
+
 Name:           geglmm
 Version:        0.1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A graphic processing library, C++ bindings
 
 Group:          Development/Libraries
@@ -9,8 +12,8 @@ URL:            http://ftp.gnome.org/pub
 
 Source0: http://ftp.gnome.org/pub/gnome/sources/geglmm/0.1/geglmm-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  gegl-devel >= 0.1.0
-BuildRequires:  glibmm24-devel >= 2.18
+BuildRequires:  gegl-devel >= %{gegl_version}
+BuildRequires:  glibmm24-devel >= %{glibmm_version}
 
 %description
 C++ binding for the GEGL graph based image processing framework.
@@ -20,8 +23,8 @@ These bindings adhere to the Gtkmm2 bind
 Summary:        Development tools for the geglmm library
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       glibmm24-devel >= 2.18
-Requires:       gegl-devel >= 0.1.0
+Requires:       glibmm24-devel >= %{glibmm_version}
+Requires:       gegl-devel >= %{gegl_version}
 %description devel
 The header files and dynamic shared libraries of the geglmm library
 
@@ -59,6 +62,11 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_libdir}/libgeglmm.la
 
 %changelog
+* Sat Feb 27 2010 Dodji Seketeli <dodji at redhat.com> - 0.1.0-4
+- Added two new glibm_version and gegl_version macros for better
+  maintainability
+- Rebuilt against gegl 0.1.2
+
 * Mon Feb 08 2010 Dodji Seketeli <dodji at redhat.com> - 0.1.0-3
 - Rebuild against new babl-0.1.2-1 that provides libbabl-0.1.so.0
 



More information about the scm-commits mailing list