commit id3lib for openSUSE:Factory

2019-10-12 Thread root
Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory checked 
in at 2019-10-12 22:34:30

Comparing /work/SRC/openSUSE:Factory/id3lib (Old)
 and  /work/SRC/openSUSE:Factory/.id3lib.new.2352 (New)


Package is "id3lib"

Sat Oct 12 22:34:30 2019 rev:32 rq:737508 version:3.8.3

Changes:

--- /work/SRC/openSUSE:Factory/id3lib/id3lib.changes2016-01-12 
16:13:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.id3lib.new.2352/id3lib.changes  2019-10-12 
22:34:32.411036090 +0200
@@ -1,0 +2,23 @@
+Fri Oct 11 13:03:11 UTC 2019 - Tomáš Chvátal 
+
+- Update patch id3lib-3.8.3-autoconf.patch to fix bool
+  availability
+
+---
+Fri Oct 11 08:14:48 UTC 2019 - Tomáš Chvátal 
+
+- Add patch from debian to fix utf string lists:
+  * id3lib-3.8.3-fix-utf16-stringlists.patch
+- Add patch to add wrappers for field encoding:
+  * add-c-wrapper-functions.patch
+- Add patch to fix null pointer check:
+  * id3lib-missing-nullpointer-check.patch
+
+---
+Fri Oct 11 08:09:50 UTC 2019 - Tomáš Chvátal 
+
+- Rename patch id3lib-3.8.3-fix-stack-overrun to
+  id3lib-3.8.3-fix-stack-overrun.patch in order to keep the name
+  sane
+
+---
@@ -21 +43,0 @@
- 

Old:

  id3lib-3.8.3-fix-stack-overrun

New:

  add-c-wrapper-functions.patch
  id3lib-3.8.3-fix-stack-overrun.patch
  id3lib-3.8.3-fix-utf16-stringlists.patch
  id3lib-missing-nullpointer-check.patch



Other differences:
--
++ id3lib.spec ++
--- /var/tmp/diff_new_pack.tdOMlR/_old  2019-10-12 22:34:33.103034330 +0200
+++ /var/tmp/diff_new_pack.tdOMlR/_new  2019-10-12 22:34:33.107034320 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package id3lib
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,9 +20,8 @@
 Version:3.8.3
 Release:0
 Summary:A Library for Manipulating ID3v1 and ID3v2 tags
-License:LGPL-2.1+
-Group:  System/Libraries
-Url:http://id3lib.sourceforge.net/
+License:LGPL-2.1-or-later
+URL:http://id3lib.sourceforge.net/
 Source0:
http://sourceforge.net/projects/id3lib/files/id3lib/%{version}/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 Patch1: id3lib-%{version}-autoconf.patch
@@ -38,7 +37,10 @@
 Patch10:id3lib-%{version}-fix_m4_quoting.patch
 Patch11:id3lib-%{version}-unsigned_argc.patch
 Patch12:id3lib-%{version}-iomanip_h.patch
-Patch13:id3lib-%{version}-fix-stack-overrun
+Patch13:id3lib-%{version}-fix-stack-overrun.patch
+Patch14:id3lib-3.8.3-fix-utf16-stringlists.patch
+Patch15:add-c-wrapper-functions.patch
+Patch16:id3lib-missing-nullpointer-check.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  dos2unix
@@ -48,7 +50,6 @@
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
 BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package provides a software library for manipulating ID3v1 and
@@ -61,7 +62,6 @@
 
 %package  devel
 Summary:Documentation and Headers for id3lib
-Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   libstdc++-devel
 
@@ -72,7 +72,6 @@
 
 %package  examples
 Summary:Example Applications for the id3lib Library
-Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 
 %description   examples
@@ -94,6 +93,9 @@
 %patch11
 %patch12
 %patch13 -p1
+%patch14 -p1
+%patch15 -p1
+%patch16 -p1
 for i in doc/id3v2.3.0{.txt,.html}; do
   dos2unix $i
 done
@@ -107,10 +109,10 @@
   --with-pic \
   --enable-debug=no
 make %{?_smp_mflags}
-make docs
+make -j1 docs
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 make -C examples clean
 rm -rf examples/.deps
 chmod 644 examples/*
@@ -121,16 +123,14 @@
 %fdupes -s doc
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog HISTORY NEWS README THANKS TODO
+%license COPYING
+%doc AUTHORS ChangeLog HISTORY 

commit id3lib for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory checked 
in at 2016-01-12 16:12:53

Comparing /work/SRC/openSUSE:Factory/id3lib (Old)
 and  /work/SRC/openSUSE:Factory/.id3lib.new (New)


Package is "id3lib"

Changes:

--- /work/SRC/openSUSE:Factory/id3lib/id3lib.changes2014-05-29 
08:44:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.id3lib.new/id3lib.changes   2016-01-12 
16:13:07.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan 10 12:34:11 UTC 2016 - mplus...@suse.com
+
+- Use url for source
+- Mention baselibs.conf as source
+- Cleanup spec file with spec-cleaner
+
+---

Old:

  id3lib-3.8.3.tar.bz2

New:

  id3lib-3.8.3.tar.gz



Other differences:
--
++ id3lib.spec ++
--- /var/tmp/diff_new_pack.U1ysvA/_old  2016-01-12 16:13:08.0 +0100
+++ /var/tmp/diff_new_pack.U1ysvA/_new  2016-01-12 16:13:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package id3lib
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,14 @@
 
 
 Name:   id3lib
-BuildRequires:  dos2unix
-BuildRequires:  doxygen
-BuildRequires:  fdupes
-BuildRequires:  gcc-c++
-BuildRequires:  libstdc++-devel
-BuildRequires:  libtool
-BuildRequires:  zlib-devel
 Version:3.8.3
 Release:0
-Source0:%{name}-%{version}.tar.bz2
+Summary:A Library for Manipulating ID3v1 and ID3v2 tags
+License:LGPL-2.1+
+Group:  System/Libraries
+Url:http://id3lib.sourceforge.net/
+Source0:
http://sourceforge.net/projects/id3lib/files/id3lib/%{version}/%{name}-%{version}.tar.gz
+Source1:baselibs.conf
 Patch1: id3lib-%{version}-autoconf.patch
 Patch2: id3lib-%{version}-cleanup.patch
 Patch3: id3lib-%{version}-doxygen.patch
@@ -41,11 +39,16 @@
 Patch11:id3lib-%{version}-unsigned_argc.patch
 Patch12:id3lib-%{version}-iomanip_h.patch
 Patch13:id3lib-%{version}-fix-stack-overrun
-Url:http://id3lib.sourceforge.net/
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  dos2unix
+BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
+BuildRequires:  libtool
+BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:A Library for Manipulating ID3v1 and ID3v2 tags
-License:LGPL-2.1+
-Group:  System/Libraries
 
 %description
 This package provides a software library for manipulating ID3v1 and
@@ -56,14 +59,6 @@
 seamless tag compression and decompression, and optional padding
 facilities.
 
-
-
-Authors:
-
-Scott Thomas Haug 
-John Adcock 
-Dirk Mahoney 
-
 %package  devel
 Summary:Documentation and Headers for id3lib
 Group:  Development/Libraries/C and C++
@@ -75,14 +70,6 @@
 that programmers will need to develop applications which use id3lib,
 the software library for ID3v1 and ID3v2 tag manipulation.
 
-
-
-Authors:
-
-Scott Thomas Haug 
-John Adcock 
-Dirk Mahoney 
-
 %package  examples
 Summary:Example Applications for the id3lib Library
 Group:  Development/Libraries/C and C++
@@ -92,14 +79,6 @@
 This package contains simple example applications that make use of
 id3lib, a software library for ID3v1 and ID3v2 tag manipulation.
 
-
-
-Authors:
-
-Scott Thomas Haug 
-John Adcock 
-Dirk Mahoney 
-
 %prep
 %setup -q
 %patch1
@@ -120,27 +99,27 @@
 done
 
 %build
-export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
+export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 rm acconfig.h
 autoreconf -fiv
-%configure --disable-static --with-pic --enable-debug=no
-%{__make} %{?jobs:-j%jobs}
+%configure \
+  --disable-static \
+  --with-pic \
+  --enable-debug=no
+make %{?_smp_mflags}
+make docs
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-make docs
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 make -C examples clean
 rm -rf examples/.deps
 chmod 644 examples/*
 # strip down the doc and examples directories so we can copy w/impunity
 for i in doc/ examples/ ; do \
 find ./$i  -name 'Makefile*' -exec rm {} \; ; done
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes -s doc
 
-%clean

commit id3lib for openSUSE:Factory

2014-05-29 Thread h_root
Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory checked 
in at 2014-05-29 08:44:42

Comparing /work/SRC/openSUSE:Factory/id3lib (Old)
 and  /work/SRC/openSUSE:Factory/.id3lib.new (New)


Package is id3lib

Changes:

--- /work/SRC/openSUSE:Factory/id3lib/id3lib.changes2014-01-23 
15:45:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.id3lib.new/id3lib.changes   2014-05-29 
08:44:43.0 +0200
@@ -1,0 +2,5 @@
+Wed May 28 05:46:14 UTC 2014 - crrodrig...@opensuse.org
+
+- id3lib-3.8.3-doxygen.patch , extend to stop timestamp generation. 
+
+---



Other differences:
--
++ id3lib-3.8.3-doxygen.patch ++
--- /var/tmp/diff_new_pack.NAigUb/_old  2014-05-29 08:44:45.0 +0200
+++ /var/tmp/diff_new_pack.NAigUb/_new  2014-05-29 08:44:45.0 +0200
@@ -1,6 +1,6 @@
 doc/Doxyfile.in
+--- doc/Doxyfile.in.orig
 +++ doc/Doxyfile.in
-@@ -263,18 +263,17 @@
+@@ -263,18 +263,17 @@ WARN_FORMAT= $file:$line: $
  
  INPUT  = ../src \
   ../include/id3/field.h \
@@ -21,7 +21,7 @@
  # If the value of the INPUT tag contains directories, you can use the 
  # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
  # and *.h) to filter out the source-files in the directories. If left 
-@@ -432,7 +431,7 @@
+@@ -432,7 +431,7 @@ COMPACT_LATEX  = NO
  # by the printer. Possible values are: a4, a4wide, letter, legal and 
  # executive. If left blank a4wide will be used. 
  
@@ -30,7 +30,7 @@
  
  # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
  # packages that should be included in the LaTeX output. 
-@@ -451,20 +450,20 @@
+@@ -451,20 +450,20 @@ LATEX_HEADER   =
  # contain links (just like the HTML output) instead of page references 
  # This makes the output suitable for online browsing using a pdf viewer. 
  
@@ -54,9 +54,17 @@
  
  #---
  # configuration options related to the RTF output
 doc/Makefile.am
+@@ -720,4 +719,6 @@ BIN_ABSPATH= /usr/local/bin/
+ # documentation generated for other projects. This allows doxysearch to 
search 
+ # the documentation for these projects as well. 
+ 
+-EXT_DOC_PATHS  = 
++EXT_DOC_PATHS  =
++
++HTML_TIMESTAMP = NO
+--- doc/Makefile.am.orig
 +++ doc/Makefile.am
-@@ -42,8 +42,7 @@
+@@ -42,8 +42,7 @@ dox: Doxyfile
  
  docs: dox index.html id3lib.css
-rm -rf $(docsdistdir).*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit id3lib for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory checked 
in at 2014-01-22 13:52:42

Comparing /work/SRC/openSUSE:Factory/id3lib (Old)
 and  /work/SRC/openSUSE:Factory/.id3lib.new (New)


Package is id3lib

Changes:

--- /work/SRC/openSUSE:Factory/id3lib/id3lib.changes2013-04-07 
14:22:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.id3lib.new/id3lib.changes   2014-01-23 
15:45:24.0 +0100
@@ -1,0 +2,10 @@
+Sat Jan 18 05:59:01 UTC 2014 - crrodrig...@opensuse.org
+
+- build with fvisibility-inlines-hidden, no sane real world 
+ software appears to require the default behaviour 
+ but we are paying for it anyway with bloated 
+ dynamic export tables.
+ If something does really require it, we want it to break anyway.
+ 
+
+---



Other differences:
--
++ id3lib.spec ++
--- /var/tmp/diff_new_pack.IEbGW8/_old  2014-01-23 15:45:25.0 +0100
+++ /var/tmp/diff_new_pack.IEbGW8/_new  2014-01-23 15:45:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package id3lib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -120,6 +120,7 @@
 done
 
 %build
+export CXXFLAGS=%optflags -fvisibility-inlines-hidden
 rm acconfig.h
 autoreconf -fiv
 %configure --disable-static --with-pic --enable-debug=no

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit id3lib for openSUSE:Factory

2013-04-07 Thread h_root
Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory checked 
in at 2013-04-07 14:22:43

Comparing /work/SRC/openSUSE:Factory/id3lib (Old)
 and  /work/SRC/openSUSE:Factory/.id3lib.new (New)


Package is id3lib, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/id3lib/id3lib.changes2013-03-03 
21:06:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.id3lib.new/id3lib.changes   2013-04-07 
14:22:43.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr  6 09:45:09 UTC 2013 - davejpla...@gmail.com
+
+- Renamed id3lib-3.8.3-tag_file.patch to
+  id3lib-3.8.3-CVE-2007-4460.patch. This matches the redhat fix for
+  this issue.
+
+---

Old:

  id3lib-3.8.3-tag_file.patch

New:

  id3lib-3.8.3-CVE-2007-4460.patch



Other differences:
--
++ id3lib.spec ++
--- /var/tmp/diff_new_pack.ptCUk5/_old  2013-04-07 14:22:44.0 +0200
+++ /var/tmp/diff_new_pack.ptCUk5/_new  2013-04-07 14:22:44.0 +0200
@@ -34,7 +34,8 @@
 Patch5: id3lib-%{version}-UTF16-writing-bug.patch
 Patch6: id3lib-%{version}-zlib.patch
 Patch7: id3lib-%{version}-uninitialized.patch
-Patch8: id3lib-%{version}-tag_file.patch
+# This patch fixes CVE-2007-4460 - id3lib doesn't use mkstemp() to create a 
name of a temporary file.
+Patch8: id3lib-%{version}-CVE-2007-4460.patch
 Patch9: id3lib-%{version}-missing_c_includes.patch
 Patch10:id3lib-%{version}-fix_m4_quoting.patch
 Patch11:id3lib-%{version}-unsigned_argc.patch

++ id3lib-3.8.3-CVE-2007-4460.patch ++
--- src/tag_file.cpp
+++ src/tag_file.cpp
@@ -242,8 +242,8 @@
 strcpy(sTempFile, filename.c_str());
 strcat(sTempFile, sTmpSuffix.c_str());
 
-#if ((defined(__GNUC__)  __GNUC__ = 3  ) || !defined(HAVE_MKSTEMP))
-// This section is for Windows folk  gcc 3.x folk
+#if !defined(HAVE_MKSTEMP)
+// This section is for Windows folk
 fstream tmpOut;
 createFile(sTempFile, tmpOut);
 
@@ -257,7 +257,7 @@
   tmpOut.write((char *)tmpBuffer, nBytes);
 }
 
-#else //((defined(__GNUC__)  __GNUC__ = 3  ) || !defined(HAVE_MKSTEMP))
+#else //!defined(HAVE_MKSTEMP)
 
 // else we gotta make a temp file, copy the tag into it, copy the
 // rest of the old file after the tag, delete the old file, rename
@@ -270,7 +270,7 @@
   //ID3_THROW_DESC(ID3E_NoFile, couldn't open temp file);
 }
 
-ofstream tmpOut(fd);
+ofstream tmpOut(sTempFile);
 if (!tmpOut)
 {
   tmpOut.close();
@@ -285,14 +285,14 @@
 uchar tmpBuffer[BUFSIZ];
 while (file)
 {
-  file.read(tmpBuffer, BUFSIZ);
+  file.read((char *)tmpBuffer, BUFSIZ);
   size_t nBytes = file.gcount();
-  tmpOut.write(tmpBuffer, nBytes);
+  tmpOut.write((char *)tmpBuffer, nBytes);
 }
 
 close(fd); //closes the file
 
-#endif ((defined(__GNUC__)  __GNUC__ = 3  ) || !defined(HAVE_MKSTEMP))
+#endif !defined(HAVE_MKSTEMP)
 
 tmpOut.close();
 file.close();
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit id3lib for openSUSE:Factory

2013-03-03 Thread h_root
Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory checked 
in at 2013-03-03 21:06:39

Comparing /work/SRC/openSUSE:Factory/id3lib (Old)
 and  /work/SRC/openSUSE:Factory/.id3lib.new (New)


Package is id3lib, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/id3lib/id3lib.changes2012-09-25 
10:20:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.id3lib.new/id3lib.changes   2013-03-03 
21:06:40.0 +0100
@@ -1,0 +2,8 @@
+Thu Feb 28 17:58:39 UTC 2013 - crrodrig...@opensuse.org
+
+- extend id3lib-3.8.3-autoconf.patch :
+ * AM_CONFIG_HEADER is gone, fixes build with new automake
+ * Do not use bundled zlib, ensure we never pick it and always
+   use system version.
+
+---



Other differences:
--
++ id3lib.spec ++
--- /var/tmp/diff_new_pack.X2mQda/_old  2013-03-03 21:06:42.0 +0100
+++ /var/tmp/diff_new_pack.X2mQda/_new  2013-03-03 21:06:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package id3lib
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   id3lib
-BuildRequires:  dos2unix doxygen fdupes gcc-c++ libstdc++-devel zlib-devel
+BuildRequires:  dos2unix
+BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
-License:LGPL-2.1+
-Group:  System/Libraries
-Group:  System/Libraries
-AutoReqProv:on
+BuildRequires:  zlib-devel
 Version:3.8.3
-Release:247
+Release:0
 Source0:%{name}-%{version}.tar.bz2
 Patch1: id3lib-%{version}-autoconf.patch
 Patch2: id3lib-%{version}-cleanup.patch
@@ -44,6 +43,8 @@
 Url:http://id3lib.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A Library for Manipulating ID3v1 and ID3v2 tags
+License:LGPL-2.1+
+Group:  System/Libraries
 
 %description
 This package provides a software library for manipulating ID3v1 and
@@ -63,10 +64,10 @@
 Dirk Mahoney d...@id3.org
 
 %package  devel
-License:LGPL-2.1+
 Summary:Documentation and Headers for id3lib
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version} libstdc++-devel
+Requires:   %{name} = %{version}
+Requires:   libstdc++-devel
 
 %description   devel
 This package contains the headers and documentation for the id3lib API
@@ -82,7 +83,6 @@
 Dirk Mahoney d...@id3.org
 
 %package  examples
-License:LGPL-2.1+
 Summary:Example Applications for the id3lib Library
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}

++ id3lib-3.8.3-autoconf.patch ++
--- /var/tmp/diff_new_pack.X2mQda/_old  2013-03-03 21:06:42.0 +0100
+++ /var/tmp/diff_new_pack.X2mQda/_new  2013-03-03 21:06:42.0 +0100
@@ -1,4 +1,4 @@
 Makefile.am
+--- Makefile.am.orig
 +++ Makefile.am
 @@ -11,6 +11,7 @@
  
@@ -8,7 +8,19 @@
  
  EXTRA_DIST =\
  HISTORY \
 configure.in
+@@ -21,11 +22,6 @@ EXTRA_DIST =\
+ reconf\
+   makefile.win32  \
+   makewin32.bat
+-if ID3_NEEDZLIB
+-zlib_subdir = zlib
+-else
+-zlib_subdir = 
+-endif
+ 
+ SUBDIRS =  . m4 $(zlib_subdir) doc include id3com src examples
+ DIST_SUBDIRS = . m4 zlib doc include id3com src examples prj libprj
+--- configure.in.orig
 +++ configure.in
 @@ -11,14 +11,82 @@
  # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
@@ -95,17 +107,31 @@
  dnl The following has been adapted from glib (http://www.gtk.org)
  dnl
  dnl we need to AC_DIVERT_PUSH/AC_DIVERT_POP these variable definitions so they
-@@ -89,9 +157,6 @@
+@@ -83,14 +151,10 @@ ID3LIB_FULLNAME=$ID3LIB_NAME-$ID3LIB_VER
  
- AC_ISC_POSIX
+ AC_SUBST(ID3LIB_FULLNAME)
  
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
+ 
+-AC_ISC_POSIX
+-
 -dnl Initialize libtool
 -AM_PROG_LIBTOOL
--
+ 
  dnl Initialize maintainer mode
  AM_MAINTAINER_MODE
+@@ -114,19 +178,24 @@ dnl
+ AC_SUBST(ID3LIB_DEBUG_FLAGS)
  
-@@ -119,11 +184,15 @@
+ dnl Checks for programs
+-AC_PROG_CC
++AC_PROG_CC_STDC
++AC_USE_SYSTEM_EXTENSIONS
++AC_SYS_LARGEFILE
+ AC_PROG_CXX
  AC_PROG_CXXCPP
  

commit id3lib for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory checked 
in at 2012-09-25 10:20:44

Comparing /work/SRC/openSUSE:Factory/id3lib (Old)
 and  /work/SRC/openSUSE:Factory/.id3lib.new (New)


Package is id3lib, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/id3lib/id3lib.changes2011-10-16 
12:50:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.id3lib.new/id3lib.changes   2012-09-25 
10:20:46.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 24 09:31:25 UTC 2012 - sch...@linux-m68k.org
+
+- Add -I m4 to ACLOCAL_AMFLAGS.
+- Fix check for for loop scoping.
+
+---



Other differences:
--
++ id3lib-3.8.3-autoconf.patch ++
--- /var/tmp/diff_new_pack.T9hANr/_old  2012-09-25 10:20:47.0 +0200
+++ /var/tmp/diff_new_pack.T9hANr/_new  2012-09-25 10:20:47.0 +0200
@@ -1,3 +1,13 @@
+--- Makefile.am
 Makefile.am
+@@ -11,6 +11,7 @@
+ 
+ # require automake 1.5
+ AUTOMAKE_OPTIONS = 1.5
++ACLOCAL_AMFLAGS = -I m4
+ 
+ EXTRA_DIST =\
+ HISTORY \
 --- configure.in
 +++ configure.in
 @@ -11,14 +11,82 @@
@@ -186,7 +196,7 @@
  if test x$ac_cv_lib_z_uncompress = xno; then
 --- m4/id3_cxx.m4
 +++ m4/id3_cxx.m4
-@@ -84,7 +84,7 @@
+@@ -84,18 +84,18 @@
AC_TRY_RUN([main() { bool b1=true; bool b2=false; }],
   [ AC_MSG_RESULT(yes) ],
   [ AC_MSG_RESULT(no)
@@ -195,7 +205,11 @@
   [ AC_MSG_WARN(Don't cross-compile)]
  )
  
-@@ -95,7 +95,7 @@
+   dnl Test whether C++ has buggy for-loops
+   AC_MSG_CHECKING(whether C++ has correct scoping in for-loops)
+-  AC_TRY_COMPILE([#include iostream.h], [
++  AC_TRY_COMPILE(, [
+for (int i=0;i10;i++) { }
 for (int i=0;i10;i++) { }
  ], [ AC_MSG_RESULT(yes) ],
 [ AC_MSG_RESULT(no)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit id3lib for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory checked 
in at 2011-12-06 18:19:03

Comparing /work/SRC/openSUSE:Factory/id3lib (Old)
 and  /work/SRC/openSUSE:Factory/.id3lib.new (New)


Package is id3lib, Maintainer is crrodrig...@novell.com

Changes:




Other differences:
--
++ id3lib.spec ++
--- /var/tmp/diff_new_pack.yV1bWT/_old  2011-12-06 18:33:20.0 +0100
+++ /var/tmp/diff_new_pack.yV1bWT/_new  2011-12-06 18:33:20.0 +0100
@@ -21,7 +21,7 @@
 Name:   id3lib
 BuildRequires:  dos2unix doxygen fdupes gcc-c++ libstdc++-devel zlib-devel
 BuildRequires:  libtool
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/Libraries
 Group:  System/Libraries
 AutoReqProv:on
@@ -63,7 +63,7 @@
 Dirk Mahoney d...@id3.org
 
 %package  devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Documentation and Headers for id3lib
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} libstdc++-devel
@@ -82,7 +82,7 @@
 Dirk Mahoney d...@id3.org
 
 %package  examples
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Example Applications for the id3lib Library
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit id3lib for openSUSE:Factory

2011-10-16 Thread h_root

Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory
checked in at Sun Oct 16 12:50:07 CEST 2011.




--- openSUSE:Factory/id3lib/id3lib.changes  2011-09-23 02:03:21.0 
+0200
+++ /mounts/work_src_done/STABLE/id3lib/id3lib.changes  2011-10-15 
06:51:51.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 15 04:47:10 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ id3lib.spec ++
--- /var/tmp/diff_new_pack.jVKhV8/_old  2011-10-16 12:50:02.0 +0200
+++ /var/tmp/diff_new_pack.jVKhV8/_new  2011-10-16 12:50:02.0 +0200
@@ -20,6 +20,7 @@
 
 Name:   id3lib
 BuildRequires:  dos2unix doxygen fdupes gcc-c++ libstdc++-devel zlib-devel
+BuildRequires:  libtool
 License:LGPLv2.1+
 Group:  System/Libraries
 Group:  System/Libraries

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit id3lib for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory
checked in at Tue May 17 16:11:28 CEST 2011.




--- id3lib/id3lib.changes   2009-11-13 16:34:36.0 +0100
+++ /mounts/work_src_done/STABLE/id3lib/id3lib.changes  2011-04-24 
20:30:20.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 24 12:59:34 UTC 2011 - toddrme2...@gmail.com
+  
+- Add 32bit compatibility libraries
+- Fix for duplicate doc files (fix for RPMLINT warning)
+  
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ id3lib.spec ++
--- /var/tmp/diff_new_pack.V46RMY/_old  2011-05-17 16:10:48.0 +0200
+++ /var/tmp/diff_new_pack.V46RMY/_new  2011-05-17 16:10:48.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package id3lib (Version 3.8.3)
+# spec file for package id3lib
 #
-# 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
@@ -19,13 +19,13 @@
 
 
 Name:   id3lib
-BuildRequires:  dos2unix doxygen gcc-c++ libstdc++-devel zlib-devel
-License:LGPL v2.1 or later
+BuildRequires:  dos2unix doxygen fdupes gcc-c++ libstdc++-devel zlib-devel
+License:LGPLv2.1+
 Group:  System/Libraries
 Group:  System/Libraries
 AutoReqProv:on
 Version:3.8.3
-Release:236
+Release:247
 Source0:%{name}-%{version}.tar.bz2
 Patch1: id3lib-%{version}-autoconf.patch
 Patch2: id3lib-%{version}-cleanup.patch
@@ -62,7 +62,7 @@
 Dirk Mahoney d...@id3.org
 
 %package  devel
-License:LGPL v2.1 or later
+License:LGPLv2.1+
 Summary:Documentation and Headers for id3lib
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} libstdc++-devel
@@ -81,7 +81,7 @@
 Dirk Mahoney d...@id3.org
 
 %package  examples
-License:LGPL v2.1 or later
+License:LGPLv2.1+
 Summary:Example Applications for the id3lib Library
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -133,6 +133,7 @@
 for i in doc/ examples/ ; do \
 find ./$i  -name 'Makefile*' -exec rm {} \; ; done
 %{__rm} -f %{buildroot}%{_libdir}/*.la
+%fdupes -s doc 
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ baselibs.conf ++
id3lib





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org