Hello community,

here is the log from the commit of package libdmapsharing for openSUSE:Factory
checked in at Mon May 23 12:44:47 CEST 2011.



--------
--- GNOME/libdmapsharing/libdmapsharing.changes 2011-05-02 02:15:42.000000000 
+0200
+++ /mounts/work_src_done/STABLE/libdmapsharing/libdmapsharing.changes  
2011-05-22 23:15:15.000000000 +0200
@@ -1,0 +2,5 @@
+Sun May 22 16:11:40 UTC 2011 - [email protected]
+
+- Update to stable version 2.1.9 added mDNSResponder capability.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libdmapsharing-2.0.4.tar.bz2

New:
----
  _service
  _service:recompress:download_url:libdmapsharing-2.1.9.tar.bz2
  _service:set_version:libdmapsharing.spec

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

Other differences:
------------------
++++++ _service:set_version:libdmapsharing.spec ++++++
#
# spec file for package libdmapsharing
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
#
# 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:           libdmapsharing
Version: 2.1.9
#to_be_filled_by_service
#2.1.9
Release: 0
License:        LGPLv2.1+
Summary:        Library implementing the DMAP family of protocols
Url:            http://www.flyn.org/projects/libdmapsharing/
Group:          System/Libraries
Source:         
http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.bz2
BuildRequires:  libsoup-devel
BuildRequires:  pkg-config
BuildRequires:  pkgconfig(avahi-glib)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:  pkgconfig(avahi-compat-libdns_sd)

%description
libdmapsharing is a library you may use to access and share DMAP
(DAAP & DPAP) content. The library is written in C using GObject
and libsoup. The DMAP family of protocols are used by products such
as iTunes(TM), iPhoto(TM) and the Roku SoundBridge(TM) family to
share content such as music and photos.

%package -n libdmapsharing2
License:        LGPLv2.1+
Summary:        Library implementing the DMAP family of protocols
Group:          System/Libraries

%description -n libdmapsharing2
libdmapsharing is a library you may use to access and share DMAP
(DAAP & DPAP) content. The library is written in C using GObject
and libsoup. The DMAP family of protocols are used by products such
as iTunes(TM), iPhoto(TM) and the Roku SoundBridge(TM) family to
share content such as music and photos.

%package devel
License:        LGPLv2.1+
Summary:        Library implementing the DMAP family of protocols - Development 
Files
Group:          Development/Languages/C and C++
Requires:       libdmapsharing2 = %{version}

%description devel
libdmapsharing is a library you may use to access and share DMAP
(DAAP & DPAP) content. The library is written in C using GObject
and libsoup. The DMAP family of protocols are used by products such
as iTunes(TM), iPhoto(TM) and the Roku SoundBridge(TM) family to
share content such as music and photos.

This package contains development files for libdmapsharing.

%prep
%setup -q

%build
%configure
%__make %{?_smp_mflags}

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

%post -n libdmapsharing2 -p /sbin/ldconfig

%postun -n libdmapsharing2 -p /sbin/ldconfig

%files -n libdmapsharing2
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/libdmapsharing.so.2*

%files devel
%defattr(-, root, root)
%doc %{_datadir}/gtk-doc/html/libdmapsharing/
%{_includedir}/libdmapsharing-2.2/
%{_libdir}/libdmapsharing.so
%{_libdir}/pkgconfig/*.pc

%changelog
++++++ libdmapsharing.spec ++++++
--- /var/tmp/diff_new_pack.dOAjw1/_old  2011-05-23 12:43:43.000000000 +0200
+++ /var/tmp/diff_new_pack.dOAjw1/_new  2011-05-23 12:43:43.000000000 +0200
@@ -19,18 +19,21 @@
 
 
 Name:           libdmapsharing
-Version:        2.0.4
-Release:        2
+Version:        to_be_filled_by_service
+Release:        1
+#to_be_filled_by_service
+#2.1.9
 License:        LGPLv2.1+
 Summary:        Library implementing the DMAP family of protocols
 Url:            http://www.flyn.org/projects/libdmapsharing/
 Group:          System/Libraries
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.bz2
 BuildRequires:  libsoup-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(avahi-glib)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
+BuildRequires:  pkgconfig(avahi-compat-libdns_sd)
 
 %description
 libdmapsharing is a library you may use to access and share DMAP
@@ -84,12 +87,12 @@
 %files -n libdmapsharing2
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog COPYING README
-%{_libdir}/libdmapsharing.so.*
+%{_libdir}/libdmapsharing.so.2*
 
 %files devel
 %defattr(-, root, root)
 %doc %{_datadir}/gtk-doc/html/libdmapsharing/
-%{_includedir}/libdmapsharing-2.0/
+%{_includedir}/libdmapsharing-2.2/
 %{_libdir}/libdmapsharing.so
 %{_libdir}/pkgconfig/*.pc
 

++++++ _service ++++++
<services>
  <service name="download_url"><param 
name="path">/projects/libdmapsharing/libdmapsharing-2.1.9.tar.gz</param><param 
name="host">www.flyn.org</param></service>
<service name="recompress"><param 
name="file">_service:download_url:libdmapsharing-2.1.9.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