rpms/gupnp/F-12 gupnp-fixdso.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 gupnp.spec, 1.28, 1.29 sources, 1.12, 1.13

Peter Robinson pbrobinson at fedoraproject.org
Fri Jun 25 18:44:12 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/gupnp/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31637

Modified Files:
	.cvsignore gupnp.spec sources 
Added Files:
	gupnp-fixdso.patch 
Log Message:
- Update to 0.13.4

gupnp-fixdso.patch:
 examples/Makefile.in |    2 +-
 tests/Makefile.in    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gupnp-fixdso.patch ---
--- gupnp-0.13.4/examples/Makefile.in.orig	2010-06-09 18:38:56.000000000 +0100
+++ gupnp-0.13.4/examples/Makefile.in	2010-06-25 16:49:42.722591880 +0100
@@ -142,7 +142,7 @@
 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lgssdp-1.0 -lgobject-2.0
 LIBCONIC_CFLAGS = @LIBCONIC_CFLAGS@
 LIBCONIC_LIBS = @LIBCONIC_LIBS@
 LIBGUPNP_CFLAGS = @LIBGUPNP_CFLAGS@
--- gupnp-0.13.4/tests/Makefile.in.orig	2010-06-09 18:38:56.000000000 +0100
+++ gupnp-0.13.4/tests/Makefile.in	2010-06-25 16:49:42.729594727 +0100
@@ -151,7 +151,7 @@
 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lgssdp-1.0 -lgobject-2.0
 LIBCONIC_CFLAGS = @LIBCONIC_CFLAGS@
 LIBCONIC_LIBS = @LIBCONIC_LIBS@
 LIBGUPNP_CFLAGS = @LIBGUPNP_CFLAGS@


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gupnp/F-12/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	9 Dec 2009 15:54:19 -0000	1.12
+++ .cvsignore	25 Jun 2010 18:44:12 -0000	1.13
@@ -1 +1 @@
-gupnp-0.13.2.tar.gz
+gupnp-0.13.4.tar.gz


Index: gupnp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gupnp/F-12/gupnp.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- gupnp.spec	9 Dec 2009 15:54:19 -0000	1.28
+++ gupnp.spec	25 Jun 2010 18:44:12 -0000	1.29
@@ -1,17 +1,19 @@
-Name:           gupnp
-Version:        0.13.2
-Release:        1%{?dist}
-Summary:        A framework for creating UPnP devices & control points
-
-Group:          System Environment/Libraries
-License:        LGPLv2+
-URL:            http://www.gupnp.org/
-Source0:        http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:          gupnp
+Version:       0.13.4
+Release:       2%{?dist}
+Summary:       A framework for creating UPnP devices & control points
+
+Group:         System Environment/Libraries
+License:       LGPLv2+
+URL:           http://www.gupnp.org/
+Source0:       http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:        gupnp-fixdso.patch
 
 BuildRequires: gssdp-devel
 BuildRequires: glib2-devel
 BuildRequires: gtk-doc
+BuildRequires: gobject-introspection-devel
 BuildRequires: libsoup-devel
 BuildRequires: libxml2-devel
 BuildRequires: libuuid-devel
@@ -41,7 +43,6 @@ Files for development with %{name}.
 Summary: Documentation files for %{name}
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: gtk-doc
 BuildArch: noarch
 
 %description docs
@@ -49,6 +50,7 @@ This package contains developer document
 
 %prep
 %setup -q
+%patch0 -p1 -b .fixdso
 
 %build
 %configure --disable-static
@@ -73,18 +75,41 @@ rm -rf %{buildroot}
 %doc AUTHORS COPYING README
 %{_libdir}/libgupnp-1.0.so.*
 %{_bindir}/gupnp-binding-tool
+%{_libdir}/girepository-1.0/GUPnP-1.0.typelib
 
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/gupnp-1.0.pc
 %{_libdir}/libgupnp-1.0.so
 %{_includedir}/gupnp-1.0
+%{_datadir}/gir-1.0/GUPnP-1.0.gir
 
 %files docs
 %defattr(-,root,root,-)
 %doc %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Mon Jun 21 2010 Peter Robinson <pbrobinson at gmail.com> 0.13.4-2
+- Add patch to fix build
+
+* Mon Jun 21 2010 Peter Robinson <pbrobinson at gmail.com> 0.13.4-1
+- Update to 0.13.4
+
+* Fri Apr  9 2010 Peter Robinson <pbrobinson at gmail.com> 0.13.3-4
+- Once more with feeling!
+
+* Fri Apr  9 2010 Peter Robinson <pbrobinson at gmail.com> 0.13.3-3
+- add back missing line to spec
+
+* Fri Apr  9 2010 Peter Robinson <pbrobinson at gmail.com> 0.13.3-2
+- bump build
+
+* Fri Apr  9 2010 Peter Robinson <pbrobinson at gmail.com> 0.13.3-1
+- Update to 0.13.3
+
+* Mon Mar  1 2010 Peter Robinson <pbrobinson at gmail.com> 0.13.2-2
+- Add patch to fix DSO linking. Fixes bug 564855
+
 * Fri Dec  4 2009 Peter Robinson <pbrobinson at gmail.com> 0.13.2-1
 - Update to 0.13.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gupnp/F-12/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	9 Dec 2009 15:54:19 -0000	1.12
+++ sources	25 Jun 2010 18:44:12 -0000	1.13
@@ -1 +1 @@
-eca3f79b32deb43f5de752d6cf2c160d  gupnp-0.13.2.tar.gz
+0d562f5f02534c70c3743b2c514db8ba  gupnp-0.13.4.tar.gz



More information about the scm-commits mailing list