Hello community, here is the log from the commit of package gupnp-dlna for openSUSE:Factory checked in at 2013-01-07 15:19:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gupnp-dlna (Old) and /work/SRC/openSUSE:Factory/.gupnp-dlna.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gupnp-dlna", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/gupnp-dlna/gupnp-dlna.changes 2012-10-03 07:39:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gupnp-dlna.new/gupnp-dlna.changes 2013-01-07 15:19:12.000000000 +0100 @@ -1,0 +2,21 @@ +Wed Dec 26 10:57:37 UTC 2012 - [email protected] + +- Update to version 0.8.0: + + Relax PNG depth requirements to work around a GStreamer issue. + +------------------------------------------------------------------- +Sun Nov 25 19:06:48 UTC 2012 - [email protected] + +- Update to version 0.7.0: + + Port to GStreamer 1.0. + + Add parallel installability with gstreamer-0.10-based + gupnp-dlna. +- Drop gupnp-dlna-GSTPort.patch: fixed upstream. +- Remove gnome-common BuildRequires and call to gnome-autogen.sh, + as we no longer carry patches. +- Rename typelib-1_0-GUPnPDLNA-1_0 subpackage to + typelib-1_0-GUPnPDLNA-1_1, followin upstream. +- Rename libgupnp-dlna-1_0-2 subpackage to libgupnp-dlna-1_1-3, + followin upstreams soname change. + +------------------------------------------------------------------- Old: ---- gupnp-dlna-0.6.6.tar.xz gupnp-dlna-GSTPort.patch New: ---- gupnp-dlna-0.8.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gupnp-dlna.spec ++++++ --- /var/tmp/diff_new_pack.NKt7IV/_old 2013-01-07 15:19:13.000000000 +0100 +++ /var/tmp/diff_new_pack.NKt7IV/_new 2013-01-07 15:19:13.000000000 +0100 @@ -17,17 +17,13 @@ Name: gupnp-dlna -Version: 0.6.6 +Version: 0.8.0 Release: 0 Summary: A collection of helpers for building DLNA applications License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://www.gupnp.org/ -Source: http://download.gnome.org/sources/gupnp-dlna/0.6/%{name}-%{version}.tar.xz -# PATCH-FEATURE-UPSTREAM gupnp-dlna-GSTPort.patch -- Port to GStreamer 1.0. Patch taken from upstream git branch. -Patch0: gupnp-dlna-GSTPort.patch -# Needed for patch0 -BuildRequires: gnome-common +Source: http://download.gnome.org/sources/gupnp-dlna/0.8/%{name}-%{version}.tar.xz BuildRequires: gobject-introspection-devel BuildRequires: gstreamer-devel BuildRequires: gstreamer-plugins-base-devel @@ -38,19 +34,19 @@ GUPnP-DLNA is a collection of helpers for building DLNA media sharing applications using GUPnP. -%package -n libgupnp-dlna-1_0-2 +%package -n libgupnp-dlna-1_1-3 Summary: A collection of helpers for building DLNA applications Group: Development/Libraries/C and C++ -%description -n libgupnp-dlna-1_0-2 +%description -n libgupnp-dlna-1_1-3 GUPnP-DLNA is a collection of helpers for building DLNA media sharing applications using GUPnP. -%package -n typelib-1_0-GUPnPDLNA-1_0 +%package -n typelib-1_0-GUPnPDLNA-1_1 Summary: A collection of helpers for building DLNA applications -- Introspection bindings Group: Development/Libraries/C and C++ -%description -n typelib-1_0-GUPnPDLNA-1_0 +%description -n typelib-1_0-GUPnPDLNA-1_1 GUPnP-DLNA is a collection of helpers for building DLNA media sharing applications using GUPnP. @@ -59,8 +55,8 @@ %package -n libgupnp-dlna-devel Summary: A collection of helpers for building DLNA applications - Development Files Group: Development/Libraries/C and C++ -Requires: libgupnp-dlna-1_0-2 = %{version} -Requires: typelib-1_0-GUPnPDLNA-1_0 = %{version} +Requires: libgupnp-dlna-1_1-3 = %{version} +Requires: typelib-1_0-GUPnPDLNA-1_1 = %{version} %description -n libgupnp-dlna-devel GUPnP-DLNA is a collection of helpers for building DLNA media sharing @@ -76,11 +72,8 @@ %prep %setup -q -%patch0 -p1 %build -# Needed for patch0 -NOCONFIGURE=1 gnome-autogen.sh %configure \ --disable-static %__make %{?_smp_mflags} @@ -92,32 +85,32 @@ %clean rm -rf %{buildroot} -%post -n libgupnp-dlna-1_0-2 -p /sbin/ldconfig +%post -n libgupnp-dlna-1_1-3 -p /sbin/ldconfig -%postun -n libgupnp-dlna-1_0-2 -p /sbin/ldconfig +%postun -n libgupnp-dlna-1_1-3 -p /sbin/ldconfig -%files -n libgupnp-dlna-1_0-2 +%files -n libgupnp-dlna-1_1-3 %defattr(-,root,root) %doc AUTHORS COPYING README TODO # This directory contains DLNA profiles, needed by the library %{_datadir}/%{name}/ -%{_libdir}/lib*.so.2* +%{_libdir}/lib*.so.3* -%files -n typelib-1_0-GUPnPDLNA-1_0 +%files -n typelib-1_0-GUPnPDLNA-1_1 %defattr(-,root,root) -%{_libdir}/girepository-1.0/GUPnPDLNA-1.0.typelib +%{_libdir}/girepository-1.0/GUPnPDLNA-1.1.typelib %files -n libgupnp-dlna-devel %defattr(-,root,root) -%{_includedir}/%{name}-1.0/ +%{_includedir}/%{name}-1.1/ %{_libdir}/lib*.so -%{_libdir}/pkgconfig/gupnp-dlna-1.0.pc -%{_datadir}/gir-1.0/GUPnPDLNA-1.0.gir +%{_libdir}/pkgconfig/gupnp-dlna-1.1.pc +%{_datadir}/gir-1.0/GUPnPDLNA-1.1.gir %doc %{_datadir}/gtk-doc/html/%{name}/ %files -n gupnp-dlna-tools %defattr(-,root,root) -%{_bindir}/gupnp-dlna-info -%{_bindir}/gupnp-dlna-ls-profiles +%{_bindir}/gupnp-dlna-info-1.1 +%{_bindir}/gupnp-dlna-ls-profiles-1.1 %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
