rpms/rest/devel rest.spec,1.12,1.13 rest-fixdso.patch,1.1,NONE

Peter Robinson pbrobinson at fedoraproject.org
Wed May 12 10:23:47 UTC 2010


Author: pbrobinson

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

Modified Files:
	rest.spec 
Removed Files:
	rest-fixdso.patch 
Log Message:
- some cleanups and fixes


Index: rest.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rest/devel/rest.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- rest.spec	12 May 2010 10:16:26 -0000	1.12
+++ rest.spec	12 May 2010 10:23:47 -0000	1.13
@@ -6,7 +6,7 @@
 
 Name:          rest
 Version:       0.6.3
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       A library for access to RESTful web services
 
 Group:         System Environment/Libraries
@@ -47,7 +47,7 @@ Files for development with %{name}.
 %setup -q
 
 # run autogen.sh until we have a proper release, but don't run configure twice.
-sed -i '/configure/d' autogen.sh
+# sed -i '/configure/d' autogen.sh
 ./autogen.sh
 
 %build
@@ -90,6 +90,9 @@ rm -rf %{buildroot}
 %{_datadir}/gir-1.0/RestExtras-0.6.gir
 
 %changelog
+* Wed May 12 2010 Peter Robinson <pbrobinson at gmail.com> 0.6.3-2
+- some cleanups and fixes
+
 * Wed May 12 2010 Peter Robinson <pbrobinson at gmail.com> 0.6.3-1
 - Update to 0.6.3, update url and source details, enable introspection
 


--- rest-fixdso.patch DELETED ---



More information about the scm-commits mailing list