diff --git a/rest-fixdso.patch b/rest-fixdso.patch deleted file mode 100644 index 3d23d78..0000000 --- a/rest-fixdso.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- rest-0.6.1/docs/reference/rest/Makefile.in.orig 2010-02-15 08:18:42.000000000 +0000 -+++ rest-0.6.1/docs/reference/rest/Makefile.in 2010-02-15 08:18:46.000000000 +0000 -@@ -97,7 +97,7 @@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ - LD = @LD@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ -lgobject-2.0 -lglib-2.0 - LIBOBJS = @LIBOBJS@ - LIBS = @LIBS@ - LIBTOOL = @LIBTOOL@ diff --git a/rest.spec b/rest.spec index f15d994..db3a9b7 100644 --- a/rest.spec +++ b/rest.spec @@ -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 0.6.3-2 +- some cleanups and fixes + * Wed May 12 2010 Peter Robinson 0.6.3-1 - Update to 0.6.3, update url and source details, enable introspection