rpms/libnih/devel libnih.spec,1.3,1.4

Casey Dahlin sadmac at fedoraproject.org
Thu Jun 24 22:06:23 UTC 2010


Author: sadmac

Update of /cvs/pkgs/rpms/libnih/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21772

Modified Files:
	libnih.spec 
Log Message:
Require gettext-autopoint since its not part of gettext anymore



Index: libnih.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libnih/devel/libnih.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- libnih.spec	24 Jun 2010 19:23:57 -0000	1.3
+++ libnih.spec	24 Jun 2010 22:06:22 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           libnih
 Version:        1.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Lightweight application development library
 
 Group:          System Environment/Libraries
@@ -11,6 +11,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildRequires:  autoconf >= 2.62
 BuildRequires:  gettext >= 0.17
+BuildRequires:  gettext-autopoint
 BuildRequires:  automake >= 1.11
 BuildRequires:  libtool >= 2.2.4
 BuildRequires:  dbus-devel >= 1.2.16
@@ -99,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 24 2010 Casey Dahlin <cdahlin at redhat.com> 1.0.2-2
+- Require gettext-autopoint, which is no longer part of gettext in Fedora
+
 * Thu Jun 24 2010 Casey Dahlin <cdahlin at redhat.com> 1.0.2-1
 - Update to 1.0.2
 



More information about the scm-commits mailing list