Hello community, here is the log from the commit of package libxmp for openSUSE:Factory checked in at 2013-03-17 10:07:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxmp (Old) and /work/SRC/openSUSE:Factory/.libxmp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxmp", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2013-02-26 18:15:11.936010755 +0100 +++ /work/SRC/openSUSE:Factory/.libxmp.new/libxmp.changes 2013-03-17 10:07:21.000000000 +0100 @@ -0,0 +1,18 @@ +------------------------------------------------------------------- +Mon Mar 11 12:58:34 UTC 2013 - [email protected] + +- Remove adlib_sb.txt (bnc#808655) and ay-3-8912.txt (seems + unnecessary to have) + +------------------------------------------------------------------- +Mon Feb 25 11:30:11 UTC 2013 - [email protected] + +- Update to new upstream release 4.0.2 +* This release improves IT replaying by implementing missing + features such as volume column vibrato, a pattern row delay + effect, and the fine global volume slide effect. + +------------------------------------------------------------------- +Sat Feb 16 03:36:34 UTC 2013 - [email protected] + +- Initial package (version 4.0.1) for build.opensuse.org New: ---- libxmp-4.0.2.tar.xz libxmp.changes libxmp.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxmp.spec ++++++ # # spec file for package libxmp # # Copyright (c) 2013 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/ # Name: libxmp %define lname libxmp4 Summary: Module Player library for MOD, S3M, IT and others License: LGPL-2.1 Group: Development/Libraries/C and C++ Version: 4.0.2 Release: 0 Url: http://xmp.sf.net/ #Freecode-URL: http://freecode.com/projects/libxmp/ #DL-URL: http://downloads.sf.net/xmp/libxmp-4.0.2.tar.gz Source: %name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkgconfig BuildRequires: xz %description libxmp is a module player library which supports many module formats, including MOD, S3M and IT. Possible applications for libxmp include standalone module players, module player plugins for other players, module information extractors, background music replayers for games and other applications, converters, etc. %package -n %lname Summary: Module Player library for MOD, S3M, IT and others Group: System/Libraries %description -n %lname libxmp is a module player library which supports many module formats, including Protacker MOD, ScreamTracker S3M and ImpulseTracker IT. %package devel Summary: Development files for libxmp, a MOD/S3M/IT/etc. module player library Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel libxmp is a module player library which supports many module formats, including MOD, S3M and IT. Possible applications for libxmp include standalone module players, module player plugins for other players, module information extractors, background music replayers for games and other applications, converters, etc. This subpackage contains headers and library development files for libxmp. %prep %setup -q %build %configure make %{?_smp_mflags} %install b="%buildroot" make install DESTDIR="$b" mkdir -p "$b/%_mandir/man3" "$b/%_docdir/%name" install -pm0644 docs/Changelog docs/[a-z]* "$b/%_docdir/%name/" # Remove file due to bnc#808655, and because they are hardware-specific # and should not have much relevance for developers anyhow. rm -f "$b/%_docdir/%name"/{adlib*,ay*.txt} mv "$b/%_docdir/%name/libxmp.3" "$b/%_mandir/man3/" %check make check %{?_smp_mflags} %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files -n %lname %defattr(-,root,root) %_libdir/libxmp.so.4* %doc docs/COPYING.LIB %files devel %defattr(-,root,root) %_includedir/xmp.h %_libdir/libxmp.so %_libdir/pkgconfig/libxmp.pc %_mandir/man3/libxmp.3* %_docdir/%name %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
