diff --git a/rest-fixdso.patch b/rest-fixdso.patch deleted file mode 100644 index b938c56..0000000 --- a/rest-fixdso.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- rest-0.7.6/docs/reference/rest/Makefile.in.orig 2011-02-22 16:31:17.687229767 +0000 -+++ rest-0.7.6/docs/reference/rest/Makefile.in 2011-02-22 16:31:26.528229982 +0000 -@@ -117,7 +117,7 @@ - INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@ - INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@ - 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 8de47e4..3fc6442 100644 --- a/rest.spec +++ b/rest.spec @@ -1,13 +1,12 @@ Name: rest Version: 0.7.91 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library for access to RESTful web services Group: System Environment/Libraries License: LGPLv2 URL: http://www.gnome.org Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.7/%{name}-%{version}.tar.xz -Patch0: rest-fixdso.patch BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel @@ -38,7 +37,6 @@ Files for development with %{name}. %prep %setup -q -%patch0 -p1 -b .fixdso %build autoreconf -vif @@ -75,6 +73,9 @@ find %{buildroot} -type f -name "*.la" -delete %{_datadir}/gir-1.0/RestExtras-0.7.gir %changelog +* Wed Aug 6 2014 Peter Robinson 0.7.91-3 +- Drop old patch that doesn't appear to be needed any more and causes build issues + * Sun Jun 08 2014 Fedora Release Engineering - 0.7.91-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild