Mailinglist Archive: opensuse-commit (1670 mails)

< Previous Next >
commit libid3tag
  • From: root@xxxxxxx (h_root)
  • Date: Tue, 31 Oct 2006 11:44:59 +0100 (CET)
  • Message-id: <20061031104459.77AAD847DD@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package libid3tag
checked in at Tue Oct 31 11:44:59 CET 2006.

--------
--- libid3tag/libid3tag.changes 2006-01-25 21:37:29.000000000 +0100
+++ /mounts/work_src_done/STABLE/libid3tag/libid3tag.changes 2006-10-31 10:29:20.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Oct 31 10:29:01 CET 2006 - meissner@xxxxxxx
+
+- fixed configure.ac to accept more than 1 -O/-f option, added
+ requires
+
+-------------------------------------------------------------------

New:
----
libid3tag-optflags.patch

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

Other differences:
------------------
++++++ libid3tag.spec ++++++
--- /var/tmp/diff_new_pack.0jLF6B/_old 2006-10-31 11:44:52.000000000 +0100
+++ /var/tmp/diff_new_pack.0jLF6B/_new 2006-10-31 11:44:52.000000000 +0100
@@ -5,24 +5,25 @@
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name: libid3tag
BuildRequires: gperf
-Summary: ID3 tag manipulation library
+Summary: ID3 Tag Manipulation Library
Version: 0.15.1b
-Release: 23
+Release: 46
Group: System/Libraries
-License: GPL
+License: GNU General Public License (GPL) - all versions
URL: http://www.underbit.com/products/mad/
Source: %{name}-%{version}.tar.bz2
Patch: libid3tag-noweak.dif
Patch1: libid3tag-gperf.dif
Patch2: libid3tag-0.15.1b-mb.diff
Patch3: libid3tag-automake-fix.dif
+Patch4: libid3tag-optflags.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -38,7 +39,7 @@
%package devel
Summary: Development package for libid3tag library
Group: Development/Libraries/C and C++
-Requires: libid3tag
+Requires: libid3tag = %version zlib-devel

%description devel
This package contains the header files and static libraries needed to
@@ -51,11 +52,12 @@
Underbit Technologies, Inc. <support@xxxxxxxxxxxx>

%prep
-%setup
+%setup -q
%patch
%patch1
%patch2
%patch3
+%patch4

%build
%{?suse_update_config:%{suse_update_config -f}}
@@ -93,6 +95,9 @@
%{_libdir}/pkgconfig/id3tag.pc

%changelog -n libid3tag
+* Tue Oct 31 2006 - meissner@xxxxxxx
+- fixed configure.ac to accept more than 1 -O/-f option, added
+ requires
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Wed Jan 11 2006 - tiwai@xxxxxxx

++++++ libid3tag-optflags.patch ++++++
--- configure.ac
+++ configure.ac
@@ -17,7 +17,7 @@
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
-AC_REVISION([$Id: configure.ac,v 1.12 2004/01/23 23:22:46 rob Exp $])dnl
+AC_REVISION([$Id: configure.ac,v 1.1 2006/10/31 09:26:19 meissner Exp meissner $])dnl

dnl Process this file with autoconf to produce a configure script.

@@ -107,7 +107,7 @@
shift
;;
-O*|-f*)
- optimize="$1"
+ optimize="$optimize $1"
shift
;;
*)

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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages