Hello community,

here is the log from the commit of package gupnp-dlna for openSUSE:Factory
checked in at Tue May 3 09:20:19 CEST 2011.



--------
--- GNOME/gupnp-dlna/gupnp-dlna.changes 2010-12-14 15:04:12.000000000 +0100
+++ /mounts/work_src_done/STABLE/gupnp-dlna/gupnp-dlna.changes  2011-04-29 
14:52:35.000000000 +0200
@@ -1,0 +2,33 @@
+Fri Apr 29 14:19:07 UTC 2011 - [email protected]
+
+- Update to version 0.6.1:
+  + A micro release to really bump the SONAME this time.
+- Changes from version 0.6.0:
+  + Add 'MPEG_TS_SD_EU_ISO' profile.
+  + Relax some video restrictions for MPEG TS profile.
+  + Fix profile parsing logic for images.
+  + Drop fourcc format restrictions.
+  + Only initialize thread system once.
+  + Improve/fix external and internal documentation.
+  + Get rid of nasty warnings when building docs.
+  + Improved handling of GstCaps.
+  + Remove redundant initializations.
+  + Fix some leaks.
+  + Hilight test failures by use of red color.
+  + Mark constant return values as such.
+  + Clear the (obsolete) ChangeLog file.
+  + Test media moved to gitorious.
+  + Many non-functional improvements.
+- Changes from version 0.5.1:
+  + Use encoding-profile from gst-plugins-base.
+  + Drop internalized copy of gst-convenience.
+  + Explicitly link gupnp-dlna-info against gstreamer-pbutils.
+  + GUPnPDLNAProfile exposes related GstEncodingProfile as a
+    property.
+- Changes from version 0.5.0:
+  + Use GstDiscoverer from gst-plugins-base and remove internal
+    copy of discoverer.
+  + Minor bug fixes.
+- Use source services: download_url, recompress and set_version.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gupnp-dlna-0.4.2.tar.bz2

New:
----
  _service
  _service:recompress:download_url:gupnp-dlna-0.6.1.tar.bz2
  _service:set_version:gupnp-dlna.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ _service:set_version:gupnp-dlna.spec ++++++
#
# spec file for package gupnp-dlna
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           gupnp-dlna
Version:        0.6.1
Release:        1
License:        LGPLv2.1+
Summary:        A collection of helpers for building DLNA applications
Url:            http://www.gupnp.org/
Group:          Development/Libraries/C and C++
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  gstreamer-0_10-devel
BuildRequires:  gstreamer-0_10-plugins-base-devel
BuildRequires:  libxml2-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.

%package -n libgupnp-dlna-1_0-2
License:        LGPLv2.1+
Summary:        A collection of helpers for building DLNA applications
Group:          Development/Libraries/C and C++

%description -n libgupnp-dlna-1_0-2
GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.

%package -n libgupnp-dlna-devel
License:        LGPLv2.1+
Summary:        A collection of helpers for building DLNA applications - 
Development Files
Group:          Development/Libraries/C and C++
Requires:       libgupnp-dlna-1_0-2 = %{version}

%description -n libgupnp-dlna-devel
GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.

%package -n gupnp-dlna-tools
License:        LGPLv2.1+
Summary:        A collection of helpers for building DLNA applications
Group:          Development/Tools/Other

%description -n gupnp-dlna-tools
GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.

%prep
%setup -q

%build
%configure \
    --disable-static
%__make %{?_smp_mflags}

%install
%makeinstall
find %{buildroot} -type f -name "*.la" -delete -print

%clean
rm -rf %{buildroot}

%post -n libgupnp-dlna-1_0-2 -p /sbin/ldconfig

%postun -n libgupnp-dlna-1_0-2 -p /sbin/ldconfig

%files -n libgupnp-dlna-1_0-2
%defattr(-,root,root)
%doc AUTHORS COPYING README TODO
# This directory contains DLNA profiles, needed by the library
%{_datadir}/%{name}/
%{_libdir}/lib*.so.2*

%files -n libgupnp-dlna-devel
%defattr(-,root,root)
%{_includedir}/%{name}-1.0/
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/gupnp-dlna-1.0.pc
%doc %{_datadir}/gtk-doc/html/%{name}/

%files -n gupnp-dlna-tools
%defattr(-,root,root)
%{_bindir}/gupnp-dlna-info
%{_bindir}/gupnp-dlna-ls-profiles

%changelog
++++++ gupnp-dlna.spec ++++++
--- /var/tmp/diff_new_pack.qprQXj/_old  2011-05-03 09:18:06.000000000 +0200
+++ /var/tmp/diff_new_pack.qprQXj/_new  2011-05-03 09:18:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gupnp-dlna (Version 0.4.2)
+# spec file for package gupnp-dlna
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 
 Name:           gupnp-dlna
 Version:        0.4.2
-Release:        2
+Release:        9
 License:        LGPLv2.1+
 Summary:        A collection of helpers for building DLNA applications
 Url:            http://www.gupnp.org/
@@ -86,7 +86,7 @@
 %doc AUTHORS COPYING README TODO
 # This directory contains DLNA profiles, needed by the library
 %{_datadir}/%{name}/
-%{_libdir}/lib*.so.0*
+%{_libdir}/lib*.so.2*
 
 %files -n libgupnp-dlna-devel
 %defattr(-,root,root)
@@ -94,9 +94,6 @@
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/gupnp-dlna-1.0.pc
 %doc %{_datadir}/gtk-doc/html/%{name}/
-%dir %{_datadir}/vala
-%dir %{_datadir}/vala/vapi
-%{_datadir}/vala/vapi/gstreamer-*
 
 %files -n gupnp-dlna-tools
 %defattr(-,root,root)

++++++ _service ++++++
<services>
  <service name="download_url">
    <param name="protocol">http</param>
    <param name="host">gupnp.org</param>
    <param name="path">/sites/all/files/sources/gupnp-dlna-0.6.1.tar.gz</param>
  </service>
  <service name="recompress">
    <param name="file">_service:download_url:*.tar.gz</param>
    <param name="compression">bz2</param>
  </service>
  <service name="set_version" />
</services>

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to