Hello community,

here is the log from the commit of package libopenmpt for openSUSE:Factory 
checked in at 2018-03-24 16:07:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libopenmpt (Old)
 and      /work/SRC/openSUSE:Factory/.libopenmpt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libopenmpt"

Sat Mar 24 16:07:30 2018 rev:6 rq:589661 version:0.3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/libopenmpt/libopenmpt.changes    2017-07-17 
09:02:57.257261343 +0200
+++ /work/SRC/openSUSE:Factory/.libopenmpt.new/libopenmpt.changes       
2018-03-24 16:07:31.776477396 +0100
@@ -1,0 +2,7 @@
+Wed Mar 21 08:15:40 UTC 2018 - tchva...@suse.com
+
+- Version update to 0.3.11:
+  * Various speedup improvements and features all around
+  * Fuzzying fixes
+
+-------------------------------------------------------------------

Old:
----
  libopenmpt-0.2.8461-beta26-autotools.tar.gz

New:
----
  libopenmpt-0.3.7+release.autotools.tar.gz

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

Other differences:
------------------
++++++ libopenmpt.spec ++++++
--- /var/tmp/diff_new_pack.0IG4cc/_old  2018-03-24 16:07:32.572448702 +0100
+++ /var/tmp/diff_new_pack.0IG4cc/_new  2018-03-24 16:07:32.572448702 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libopenmpt
 #
-# Copyright (c) 2017 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
@@ -16,21 +16,18 @@
 #
 
 
-%define rev 0.2.8461
-%define beta beta26
-%define realver %{rev}-%{beta}
 %define libplug libmodplug1
 %define libopenmpt libopenmpt0
 %define libopenmpt_modplug libopenmpt_modplug1
 %bcond_without mpg123
 Name:           libopenmpt
-Version:        %{rev}~%{beta}
+Version:        0.3.7
 Release:        0
 Summary:        C++ and C library to decode tracker music files
 License:        BSD-3-Clause
 Group:          Productivity/Multimedia/Other
 Url:            https://lib.openmpt.org/libopenmpt/
-Source:         
https://lib.openmpt.org/files/libopenmpt/src/%{name}-%{realver}-autotools.tar.gz
+Source:         
https://lib.openmpt.org/files/libopenmpt/src/%{name}-%{version}+release.autotools.tar.gz
 Source1:        baselibs.conf
 # PATCH-FIX-UPSTREAM: modplug pc file needs to have full path
 Patch0:         libmodpulg-pcfile.patch
@@ -50,7 +47,6 @@
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(vorbisfile)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with mpg123}
 BuildRequires:  pkgconfig(libmpg123)
 %endif
@@ -118,12 +114,12 @@
 This package contains the openmpt123 command-line module player.
 
 %prep
-%setup -q -n %{name}-%{rev}-autotools
+%setup -q -n %{name}-%{version}+release.autotools
 %patch0 -p1
 # disable werror
 sed -i -e 's:-Werror ::g' configure.ac
 # fix encoding
-dos2unix LICENSE TODO
+dos2unix LICENSE README.md
 
 %build
 autoreconf -fvi
@@ -145,7 +141,6 @@
     --with-ogg \
     --with-vorbis \
     --with-vorbisfile \
-    --with-ltdl --with-dl \
     --with-pulseaudio \
     --with-sndfile \
     --with-flac \
@@ -165,14 +160,12 @@
 %postun -n %{libopenmpt_modplug} -p /sbin/ldconfig
 
 %files -n openmpt123
-%defattr(-,root,root)
-%doc TODO README.md LICENSE
+%license LICENSE
+%doc README.md
 %{_bindir}/openmpt123
-%{_mandir}/man1/openmpt123.1%{ext_man}
+%{_mandir}/man1/openmpt123.1%{?ext_man}
 
 %files -n libmodplug-devel
-%defattr(-,root,root)
-%doc LICENSE
 %dir %{_includedir}/libmodplug/
 %{_includedir}/libmodplug/modplug.h
 %{_includedir}/libmodplug/sndfile.h
@@ -181,13 +174,12 @@
 %{_libdir}/pkgconfig/libmodplug.pc
 
 %files -n %{libplug}
-%defattr(-,root,root)
+%license LICENSE
 %{_libdir}/libmodplug.so.*
 
 %files devel
-%defattr(-,root,root)
+%dir %{_docdir}/%{name}-devel/
 %{_docdir}/%{name}-devel/*
-%doc LICENSE
 %dir %{_includedir}/libopenmpt/
 %{_includedir}/libopenmpt/libopenmpt.h
 %{_includedir}/libopenmpt/libopenmpt.hpp
@@ -196,16 +188,16 @@
 %{_includedir}/libopenmpt/libopenmpt_stream_callbacks_fd.h
 %{_includedir}/libopenmpt/libopenmpt_stream_callbacks_file.h
 %{_includedir}/libopenmpt/libopenmpt_version.h
+%{_includedir}/libopenmpt/libopenmpt_ext.h
+%{_includedir}/libopenmpt/libopenmpt_stream_callbacks_buffer.h
 %{_libdir}/libopenmpt.so
 %{_libdir}/libopenmpt_modplug.so
 %{_libdir}/pkgconfig/libopenmpt.pc
 
 %files -n %{libopenmpt}
-%defattr(-,root,root)
 %{_libdir}/libopenmpt.so.*
 
 %files -n %{libopenmpt_modplug}
-%defattr(-,root,root)
 %{_libdir}/libopenmpt_modplug.so.*
 
 %changelog


Reply via email to