Hello community,

here is the log from the commit of package libmodplug for openSUSE:Factory
checked in at Mon Apr 4 09:00:56 CEST 2011.



--------
--- libmodplug/libmodplug.changes       2010-02-16 14:41:47.000000000 +0100
+++ /mounts/work_src_done/STABLE/libmodplug/libmodplug.changes  2011-04-03 
20:04:06.000000000 +0200
@@ -1,0 +2,17 @@
+Sun Apr  3 17:58:42 UTC 2011 - [email protected]
+
+- Updated to version 0.8.8.2
+  *  Improve compatibility with MSVC 2010
+  *  Improve PTM playback (Fix byteswapping)
+  *  Improve S3M support (ignore corrupted data)
+  *  Improve AMF support (bounds checking)
+- Added pkg-config BuildRequire
+- Make build verbose
+- Remove execution permission from shared library
+
+-------------------------------------------------------------------
+Sat Jul 17 11:40:27 UTC 2010 - [email protected]
+
+- Updated to version 0.8.8.1
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libmodplug-0.8.7.tar.bz2

New:
----
  _service
  _service:recompress:download_url:libmodplug-0.8.8.2.tar.bz2
  _service:set_version:libmodplug.spec

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

Other differences:
------------------
++++++ _service:set_version:libmodplug.spec ++++++
#
# spec file for package libmodplug
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#


%define soname 1

Name:           libmodplug
Summary:        A MOD playing library
Version:        0.8.8.2
Release:        1
Group:          System/Libraries
License:        Public Domain
Url:            http://modplug-xmms.sourceforge.net
Source:         %{name}-%{version}.tar.bz2
Source1:        baselibs.conf
# PATCH-FIX-OPENSUSE libmodplug-timidity.patch -- set paths to openSUSE 
timidity package
Patch1:         libmodplug-timidity.patch
BuildRequires:  gcc-c++ pkg-config
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Libmodplug is the library behind -- Modplug-XMMS is a fully featured, complete
input plugin for XMMS which plays mod-like music formats. It is based on the
mod rendering code from ModPlug, a popular windows mod player written by
Olivier Lapicque, found at http://www.modplug.com/.

%package -n libmodplug%{soname}

License:        Public Domain
Summary:        Development files for libmodplug
Group:          Development/Libraries/C and C++

%description -n libmodplug%{soname}
Modplug library based on the ModPlug sound engine.
- plays 22 different mod formats.
- plays zip, rar, gzip, and bzip2 compressed mods.
- plays timidity's GUS patch files (*.pat).
- plays all types of MIDI files (*.mid).
- plays textfiles written in the ABC music notation (*.abc).

%package devel
License:        Public Domain
Summary:        Development files for libmodplug
Group:          Development/Libraries/C and C++
Requires:       libmodplug%{soname} = %{version}

%description devel
Files needed to program against libmodplug.

%prep
%setup -q
%patch1

%build
%configure --disable-static
make %{?_smp_mflags} V=1

%install
%makeinstall
rm $RPM_BUILD_ROOT%{_libdir}/*.la

%post -n libmodplug%{soname} -p /sbin/ldconfig

%postun -n libmodplug%{soname} -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files -n libmodplug%{soname}
%defattr(0644,root,root,0755)
%{_libdir}/%{name}.so.%{soname}*

%files devel
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

%changelog
++++++ libmodplug.spec ++++++
--- /var/tmp/diff_new_pack.5eCrEZ/_old  2011-04-04 08:58:50.000000000 +0200
+++ /var/tmp/diff_new_pack.5eCrEZ/_new  2011-04-04 08:58:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libmodplug (Version 0.8.7)
+# spec file for package libmodplug
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products 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,11 +16,12 @@
 #
 
 
+%define soname 1
 
 Name:           libmodplug
 Summary:        A MOD playing library
-Version:        0.8.7
-Release:        2
+Version:        to_be_filled_by_service
+Release:        1
 Group:          System/Libraries
 License:        Public Domain
 Url:            http://modplug-xmms.sourceforge.net
@@ -28,7 +29,7 @@
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE libmodplug-timidity.patch -- set paths to openSUSE 
timidity package
 Patch1:         libmodplug-timidity.patch
-BuildRequires:  gcc-c++
+BuildRequires:  gcc-c++ pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -37,12 +38,13 @@
 mod rendering code from ModPlug, a popular windows mod player written by
 Olivier Lapicque, found at http://www.modplug.com/.
 
-%package -n libmodplug0
+%package -n libmodplug%{soname}
+
 License:        Public Domain
 Summary:        Development files for libmodplug
 Group:          Development/Libraries/C and C++
 
-%description -n libmodplug0
+%description -n libmodplug%{soname}
 Modplug library based on the ModPlug sound engine.
 - plays 22 different mod formats.
 - plays zip, rar, gzip, and bzip2 compressed mods.
@@ -54,10 +56,7 @@
 License:        Public Domain
 Summary:        Development files for libmodplug
 Group:          Development/Libraries/C and C++
-Requires:       libmodplug0 = %{version}
-# Name in Packman and OBS before openSUSE 11.2, Never in openSUSE.
-Provides:       libmodplug0-devel = %{version}
-Obsoletes:      libmodplug0-devel < %{version}
+Requires:       libmodplug%{soname} = %{version}
 
 %description devel
 Files needed to program against libmodplug.
@@ -67,31 +66,29 @@
 %patch1
 
 %build
-autoreconf -f -i
-%configure\
-       --disable-static
-make %{?_smp_mflags}
+%configure --disable-static
+make %{?_smp_mflags} V=1
 
 %install
 %makeinstall
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
-%post -n libmodplug0 -p /sbin/ldconfig
+%post -n libmodplug%{soname} -p /sbin/ldconfig
 
-%postun -n libmodplug0 -p /sbin/ldconfig
+%postun -n libmodplug%{soname} -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -n libmodplug0
-%defattr(-,root,root)
-%{_libdir}/*.so.*
+%files -n libmodplug%{soname}
+%defattr(0644,root,root,0755)
+%{_libdir}/%{name}.so.%{soname}*
 
 %files devel
-%defattr(-,root,root)
+%defattr(0644,root,root,0755)
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
-%{_includedir}/*
-%{_libdir}/*.so
-%{_libdir}/pkgconfig/*.pc
+%{_includedir}/%{name}
+%{_libdir}/%{name}.so
+%{_libdir}/pkgconfig/%{name}.pc
 
 %changelog


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to