Hello community,

here is the log from the commit of package libao for openSUSE:Factory checked 
in at 2018-02-25 12:20:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libao (Old)
 and      /work/SRC/openSUSE:Factory/.libao.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libao"

Sun Feb 25 12:20:11 2018 rev:38 rq:578373 version:1.2.2+git20180114.d522165

Changes:
--------
--- /work/SRC/openSUSE:Factory/libao/libao.changes      2014-05-17 
06:43:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libao.new/libao.changes 2018-02-25 
12:20:11.716258142 +0100
@@ -1,0 +2,18 @@
+Tue Feb 20 14:29:28 UTC 2018 - tchva...@suse.com
+
+- Add baselibs.conf to sources
+- Switch to _service as there are no real upstream releases for
+  long time
+- Update to version 1.2.2+git20180114.d522165:
+  * Check memory allocations for success
+  * Enable pulse build in travis
+  * pulse: fix missing include warning for nanosleep
+  * travis: Test on both linux and osx.
+  * Bump version and release date on docs
+  * Add an update-doc-version target
+  * Revert "Insure that the alsa plugin links against libao, since the plugin 
calls ao_is_big_endian from libao."
+  * Drop the old debian/ directory
+  * Replace autogen.sh with a simple wrapper about autoreconf.
+  * Enable AM_SILENT_RULES when it's available.
+
+-------------------------------------------------------------------

Old:
----
  libao-1.2.0.tar.gz

New:
----
  _service
  libao-1.2.2+git20180114.d522165.tar.xz

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

Other differences:
------------------
++++++ libao.spec ++++++
--- /var/tmp/diff_new_pack.7rwbWN/_old  2018-02-25 12:20:12.984212217 +0100
+++ /var/tmp/diff_new_pack.7rwbWN/_new  2018-02-25 12:20:12.988212073 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libao
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,20 +21,25 @@
 %define plugver 4
 %define my_provides /tmp/my-provides
 Name:           libao
-Version:        1.2.0
+Version:        1.2.2+git20180114.d522165
 Release:        0
 Summary:        A Cross-Platform Audio Output Library
 License:        GPL-2.0+
 Group:          System/Libraries
 Url:            http://www.xiph.org/ao/
-Source:         http://downloads.xiph.org/releases/ao/%{name}-%{version}.tar.gz
+# Switched to git release as there are no releases for >3 years
+#Source:         
http://downloads.xiph.org/releases/ao/%{name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.xz
+Source99:       baselibs.conf
 Patch1:         libao-ocloexec.patch
-BuildRequires:  alsa-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  libpulse-devel
 BuildRequires:  libtool
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(libpulse-mainloop-glib)
+BuildRequires:  pkgconfig(libpulse-simple)
 Obsoletes:      plugin4-esd
 
 %description
@@ -70,12 +75,11 @@
 
 %prep
 %setup -q
+%patch1
 
 # setup libdir properly
 sed -i "s:/lib:/%{_lib}:g" ao.m4
 
-%patch1
-
 %build
 autoreconf -fiv
 %configure \
@@ -100,24 +104,21 @@
 %define __find_provides %{my_provides}
 
 %post -n libao%{soname} -p /sbin/ldconfig
-
 %postun -n libao%{soname} -p /sbin/ldconfig
 
 %files -n libao%{soname}
-%defattr(0644,root,root,0755)
-%doc AUTHORS CHANGES COPYING README TODO
+%doc AUTHORS CHANGES README TODO
+%license COPYING
 %{_libdir}/libao.so.%{soname}*
 %dir %{_libdir}/ao
 %dir %{_libdir}/ao/plugins-%{plugver}
 
 %files plugins%{plugver}
-%defattr(0644,root,root,0755)
 %{_libdir}/ao/plugins-%{plugver}/libalsa.so
 %{_libdir}/ao/plugins-%{plugver}/liboss.so
 %{_libdir}/ao/plugins-%{plugver}/libpulse.so
 
 %files devel
-%defattr(-,root,root)
 %{_docdir}/%{name}-devel
 %{_mandir}/*/*
 %{_includedir}/ao

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="version">1.2.2</param>
    <param name="versionformat">1.2.2+git%cd.%h</param>
    <param name="url">https://git.xiph.org/libao.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="compression">xz</param>
    <param name="file">*.tar</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>
++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.7rwbWN/_old  2018-02-25 12:20:13.064209320 +0100
+++ /var/tmp/diff_new_pack.7rwbWN/_new  2018-02-25 12:20:13.064209320 +0100
@@ -2,5 +2,3 @@
   targettype 32bit provides "libao-<targettype> = 1.1.0"
   targettype 32bit obsoletes "libao-<targettype> < 1.1.0"
 libao-plugins4
-libao-plugin4-arts
-libao-plugin4-esd


Reply via email to