Hello community,

here is the log from the commit of package sndio for openSUSE:Factory checked 
in at 2018-10-09 15:54:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sndio (Old)
 and      /work/SRC/openSUSE:Factory/.sndio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sndio"

Tue Oct  9 15:54:50 2018 rev:4 rq:640808 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sndio/sndio.changes      2016-07-14 
09:47:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sndio.new/sndio.changes 2018-10-09 
15:55:01.590221659 +0200
@@ -1,0 +2,11 @@
+Tue Oct  9 11:21:07 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Use the libname to have devel package again installable
+
+-------------------------------------------------------------------
+Mon Oct  8 20:35:42 UTC 2018 - Denisart Benjamin <[email protected]>
+
+- Update to version 1.5.0
+  + No changelog available
+
+-------------------------------------------------------------------

Old:
----
  sndio-1.0.1.tar.gz

New:
----
  sndio-1.5.0.tar.gz

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

Other differences:
------------------
++++++ sndio.spec ++++++
--- /var/tmp/diff_new_pack.rA7TDI/_old  2018-10-09 15:55:02.358220749 +0200
+++ /var/tmp/diff_new_pack.rA7TDI/_new  2018-10-09 15:55:02.362220744 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sndio
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -12,20 +12,21 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define libname libsndio7_0
 Name:           sndio
-Version:        1.0.1
+Version:        1.5.0
 Release:        0
 Summary:        Small audio and MIDI framework
 License:        ISC
 Group:          Productivity/Multimedia/Sound/Midi
-Url:            http://www.sndio.org/
+URL:            http://www.sndio.org/
 Source:         http://www.sndio.org/sndio-%{version}.tar.gz
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(alsa)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 It provides an lightweight audio & MIDI server and a fully documented
@@ -35,11 +36,11 @@
 required by music applications. Reliability through simplicity are part
 of the project goals.
 
-%package -n libsndio6_0
+%package -n %{libname}
 Summary:        Small audio and MIDI framework
 Group:          System/Libraries
 
-%description -n libsndio6_0
+%description -n %{libname}
 It provides an lightweight audio & MIDI server and a fully documented
 user-space API to access either the server or directly the hardware in
 a uniform way. Sndio is designed to work for desktop applications, but
@@ -50,7 +51,7 @@
 %package -n sndio-devel
 Summary:        Library Developer Files for sndio
 Group:          Development/Libraries/C and C++
-Requires:       libsndio6_0 = %{version}
+Requires:       %{libname} = %{version}
 
 %description -n sndio-devel
 This package contains files needed for development with the sndio
@@ -68,27 +69,24 @@
 %install
 %make_install
 
-%post   -n libsndio6_0 -p /sbin/ldconfig
-%postun -n libsndio6_0 -p /sbin/ldconfig
+%post   -n %{libname} -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %{_bindir}/aucat
 %{_bindir}/midicat
 %{_bindir}/sndiod
-%{_mandir}/man1/aucat.1%{ext_man}
-%{_mandir}/man1/midicat.1%{ext_man}
-%{_mandir}/man1/sndiod.1%{ext_man}
-%{_mandir}/man7/sndio.7%{ext_man}
-
-%files -n libsndio6_0
-%defattr(-,root,root)
-%{_libdir}/libsndio.so.6.0
+%{_mandir}/man1/aucat.1%{?ext_man}
+%{_mandir}/man1/midicat.1%{?ext_man}
+%{_mandir}/man8/sndiod.8%{?ext_man}
+%{_mandir}/man7/sndio.7%{?ext_man}
+
+%files -n libsndio7_0
+%{_libdir}/libsndio.so.7.0
 
 %files -n sndio-devel
-%defattr(-,root,root)
 %{_includedir}/sndio.h
 %{_libdir}/libsndio.so
-%{_mandir}/man3/*.3%{ext_man}
+%{_mandir}/man3/*.3%{?ext_man}
 
 %changelog

++++++ sndio-1.0.1.tar.gz -> sndio-1.5.0.tar.gz ++++++
++++ 9435 lines of diff (skipped)


Reply via email to