Mailinglist Archive: opensuse-commit (705 mails)
| < Previous | Next > |
commit taglib
- From: root@xxxxxxx (h_root)
- Date: Mon, 3 Jul 2006 20:22:53 +0200 (CEST)
- Message-id: <20060703182253.29EA18D73F@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package taglib
checked in at Mon Jul 3 20:22:53 CEST 2006.
--------
--- KDE/taglib/taglib.changes 2006-06-14 22:56:08.000000000 +0200
+++ taglib/taglib.changes 2006-07-03 17:50:53.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 3 17:50:49 CEST 2006 - cthiel@xxxxxxx
+
+- fix build
+
+-------------------------------------------------------------------
New:
----
taglib-1.4-autoconf.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ taglib.spec ++++++
--- /var/tmp/diff_new_pack.r3sF4c/_old 2006-07-03 20:22:22.000000000 +0200
+++ /var/tmp/diff_new_pack.r3sF4c/_new 2006-07-03 20:22:22.000000000 +0200
@@ -17,9 +17,10 @@
Summary: C++ Library to Parse Metadata in Media Files
URL: http://ktown.kde.org/~wheeler/taglib/
Version: 1.4
-Release: 21
+Release: 22
Source0: %name-%version.tar.bz2
Source1: %name.desktop
+Patch: %name-%version-autoconf.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -50,6 +51,7 @@
%prep
%setup -q
+%patch
make -f Makefile.cvs
%build
@@ -106,6 +108,8 @@
%_libdir/pkgconfig/taglib.pc
%changelog -n taglib
+* Mon Jul 03 2006 - cthiel@xxxxxxx
+- fix build
* Wed Jun 14 2006 - dmueller@xxxxxxx
- build parallel
* Wed Jan 25 2006 - mls@xxxxxxx
++++++ taglib-1.4-autoconf.diff ++++++
--- admin/cvs.sh
+++ admin/cvs.sh
@@ -32,7 +32,7 @@
required_autoconf_version="2.53 or newer"
AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
case $AUTOCONF_VERSION in
- Autoconf*2.5* | autoconf*2.5* ) : ;;
+ Autoconf*2.5* | autoconf*2.5* | *2.6* ) : ;;
"" )
echo "*** AUTOCONF NOT FOUND!."
echo "*** KDE requires autoconf $required_autoconf_version"
@@ -47,7 +47,7 @@
AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
case $AUTOHEADER_VERSION in
- Autoconf*2.5* | autoheader*2.5* ) : ;;
+ Autoconf*2.5* | autoheader*2.5* | *2.6* ) : ;;
"" )
echo "*** AUTOHEADER NOT FOUND!."
echo "*** KDE requires autoheader $required_autoconf_version"
--- admin/detect-autoconf.sh
+++ admin/detect-autoconf.sh
@@ -10,7 +10,7 @@
# Please add higher versions first. The last version number is the minimum
# needed to compile KDE. Do not forget to include the name/version #
# separator if one is present, e.g. -1.2 where - is the separator.
-KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x"
+KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x -2.6x"
KDE_AUTOMAKE_VERS="-1.7 17 -1.6"
# We don't use variable here for remembering the type ... strings. Local
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx
| < Previous | Next > |