Hello community,

here is the log from the commit of package libtimidity for openSUSE:Factory 
checked in at 2017-02-26 17:05:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtimidity (Old)
 and      /work/SRC/openSUSE:Factory/.libtimidity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtimidity"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libtimidity/libtimidity.changes  2011-09-23 
02:10:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libtimidity.new/libtimidity.changes     
2017-02-26 17:05:11.420906247 +0100
@@ -1,0 +2,7 @@
+Tue Feb 21 22:30:29 UTC 2017 - o...@aepfle.de
+
+- Update to version 0.2.2
+  see included CHANGES for details
+  remove obsolete libtimidity-0.1.0-missing-includes.patch
+
+-------------------------------------------------------------------

Old:
----
  libtimidity-0.1.0-missing-includes.patch
  libtimidity-0.1.0.tar.bz2

New:
----
  libtimidity-0.2.2.tar.gz

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

Other differences:
------------------
++++++ libtimidity.spec ++++++
--- /var/tmp/diff_new_pack.04xS1c/_old  2017-02-26 17:05:11.936827991 +0100
+++ /var/tmp/diff_new_pack.04xS1c/_new  2017-02-26 17:05:11.940827384 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtimidity
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,17 +16,17 @@
 #
 
 
+%define sover 2
 
 Name:           libtimidity
-Version:        0.1.0
-Release:        2
-License:        LGPL-2.1+
+Version:        0.2.2
+Release:        0
 Summary:        MIDI to WAVE converter library
-Url:            http://libtimidity.sourceforge.net/
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-# PATCH-FIx-UPSTREAM libtimidity-0.1.0-missing-includes.patch 
dims...@opensuse.org -- Add missing include statements.
-Patch0:         libtimidity-0.1.0-missing-includes.patch
+Url:            http://libtimidity.sourceforge.net/
+Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source1:        baselibs.conf
 BuildRequires:  pkg-config
 
 %description
@@ -38,12 +38,11 @@
 timidity configuration file, and have function to retrieve meta data
 from MIDI song.
 
-%package -n libtimidity-0_1-0
-License:        LGPL-2.1+
+%package -n libtimidity%{sover}
 Summary:        MIDI to WAVE converter library
 Group:          System/Libraries
 
-%description -n libtimidity-0_1-0
+%description -n libtimidity%{sover}
 This library is based on the TiMidity decoder from SDL_sound library.
 Purpose to create this library is to avoid unnecessary dependences.
 SDL_sound requires SDL and some other libraries, that not needed to
@@ -53,10 +52,9 @@
 from MIDI song.
 
 %package        devel
-License:        LGPL-2.1+
 Summary:        MIDI to WAVE converter library - Development Files
 Group:          Development/Libraries/C and C++
-Requires:       libtimidity-0_1-0 = %{version}
+Requires:       libtimidity%{sover} = %{version}
 
 %description    devel
 This library is based on the TiMidity decoder from SDL_sound library.
@@ -69,10 +67,14 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%configure --disable-static
+%configure --help
+%configure \
+       --with-timidity-cfg=timidity.cfg \
+       --disable-ao \
+       --disable-aotest \
+       --disable-static
 %__make %{?_smp_mflags}
 
 %install
@@ -82,19 +84,19 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libtimidity-0_1-0 -p /sbin/ldconfig
+%post -n libtimidity%{sover} -p /sbin/ldconfig
 
-%postun -n libtimidity-0_1-0 -p /sbin/ldconfig
+%postun -n libtimidity%{sover} -p /sbin/ldconfig
 
-%files -n libtimidity-0_1-0
+%files -n libtimidity%{sover}
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGES COPYING ChangeLog NEWS README* TODO
-%{_libdir}/libtimidity-0.1.so.*
+%doc AUTHORS CHANGES COPYING README*
+%{_libdir}/libtimidity*.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/timidity.h
-%{_libdir}/libtimidity.so
+%{_libdir}/libtimidity*.so
 %{_libdir}/pkgconfig/libtimidity.pc
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.04xS1c/_old  2017-02-26 17:05:11.976821924 +0100
+++ /var/tmp/diff_new_pack.04xS1c/_new  2017-02-26 17:05:11.976821924 +0100
@@ -1 +1 @@
-libtimidity-0_1-0
+libtimidity2


Reply via email to