SHA256
1
0
forked from pool/libid3tag

Autobuild autoformatter for 67596

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libid3tag?expand=0&rev=12
This commit is contained in:
Sascha Peilicke 2011-04-18 08:48:47 +00:00 committed by Git OBS Bridge
parent 4241635131
commit 544ced717a

View File

@ -1,7 +1,7 @@
#
# spec file for package libid3tag (Version 0.15.1b)
# spec file for package libid3tag
#
# Copyright (c) 2009 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
@ -23,9 +23,9 @@ BuildRequires: gperf zlib-devel
BuildRequires: pkg-config
Summary: ID3 Tag Manipulation Library
Version: 0.15.1b
Release: 158
Release: 169
Group: System/Libraries
License: GPL v2 or later
License: GPLv2+
Url: http://www.underbit.com/products/mad/
Source: %{name}-%{version}.tar.bz2
Patch: libid3tag-noweak.dif
@ -47,7 +47,7 @@ Authors:
Underbit Technologies, Inc. <support@underbit.com>
%package devel
License: GPL v2 or later
License: GPLv2+
Summary: Development package for libid3tag library
Group: Development/Libraries/C and C++
Requires: libid3tag = %version zlib-devel
@ -101,28 +101,3 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libid3tag*.*a
%{_libdir}/pkgconfig/id3tag.pc
%changelog
* Thu May 08 2008 tiwai@suse.de
- VUL-0: libid3tag overflow (CVE-2008-2109, bnc#387731)
- don't install static and *.la files
- clean up spec file
* Thu Mar 29 2007 meissner@suse.de
- zlib-devel to buildrequires
* Tue Oct 31 2006 meissner@suse.de
- fixed configure.ac to accept more than 1 -O/-f option, added
requires
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Jan 11 2006 tiwai@suse.de
- compile with -fstack-protector.
* Mon Jul 05 2004 hvogel@suse.de
- add pgkconfig file
* Thu Feb 26 2004 tiwai@suse.de
- updated to version 0.15.1b.
- fixed memory allocation check.
- fixed for autoreconf.
* Tue Jan 13 2004 tiwai@suse.de
- build as non-root.
* Mon Aug 11 2003 tiwai@suse.de
- fixed the handling of v2 tag.
* Thu Jul 03 2003 tiwai@suse.de
- split from mad: version 0.15.0b.