rpms/rest/F-12 .cvsignore, 1.5, 1.6 rest.spec, 1.6, 1.7 sources, 1.5, 1.6

Peter Robinson pbrobinson at fedoraproject.org
Sat Oct 10 21:09:45 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/rest/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24020

Modified Files:
	.cvsignore rest.spec sources 
Log Message:
- New upstream 0.6.1 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rest/F-12/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	19 Aug 2009 13:59:57 -0000	1.5
+++ .cvsignore	10 Oct 2009 21:09:44 -0000	1.6
@@ -1 +1 @@
-librest-0.6.tar.bz2
+librest-0.6.1.tar.bz2


Index: rest.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rest/F-12/rest.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- rest.spec	19 Aug 2009 13:59:57 -0000	1.6
+++ rest.spec	10 Oct 2009 21:09:44 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           rest
-Version:        0.6
-Release:        3%{?dist}
+Version:        0.6.1
+Release:        1%{?dist}
 Summary:        A library for access to RESTful web services
 
 Group:          System Environment/Libraries
@@ -44,7 +44,7 @@ sed -i 's|echo|exit 0|g' autogen.sh
 
 %build
 %configure --disable-static --enable-gtk-doc
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 rm -rf %{buildroot}
@@ -63,17 +63,23 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README
-%{_libdir}/librest.so.0
-%{_libdir}/librest.so.0.0.0
+%{_libdir}/librest-0.6.so.0
+%{_libdir}/librest-0.6.so.0.0.0
+%{_libdir}/librest-extras-0.6.so.0
+%{_libdir}/librest-extras-0.6.so.0.0.0
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/rest
-%{_libdir}/pkgconfig/rest.pc
-%{_libdir}/librest.so
-%{_datadir}/gtk-doc/html/%{name}
+%{_includedir}/rest-0.6
+%{_libdir}/pkgconfig/rest*
+%{_libdir}/librest-0.6.so
+%{_libdir}/librest-extras-0.6.so
+%{_datadir}/gtk-doc/html/%{name}-0.6
 
 %changelog
+* Sat Oct 10 2009 Peter Robinson <pbrobinson at gmail.com> 0.6.1-1
+- New upstream 0.6.1 release
+
 * Wed Aug 19 2009 Peter Robinson <pbrobinson at gmail.com> 0.6-1
 - New upstream 0.6 release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rest/F-12/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	19 Aug 2009 13:59:57 -0000	1.5
+++ sources	10 Oct 2009 21:09:44 -0000	1.6
@@ -1 +1 @@
-47f9357835885f4cfa0087eeda31659b  librest-0.6.tar.bz2
+1b590b1209861f07b4fd6d1c5795e990  librest-0.6.1.tar.bz2




More information about the fedora-extras-commits mailing list