Hello community, here is the log from the commit of package vcdimager for openSUSE:Factory checked in at 2018-06-15 14:35:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vcdimager (Old) and /work/SRC/openSUSE:Factory/.vcdimager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vcdimager" Fri Jun 15 14:35:28 2018 rev:35 rq:616036 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vcdimager/vcdimager.changes 2017-07-28 09:43:51.156294586 +0200 +++ /work/SRC/openSUSE:Factory/.vcdimager.new/vcdimager.changes 2018-06-15 14:35:30.351977881 +0200 @@ -1,0 +2,17 @@ +Mon Jun 11 13:16:06 UTC 2018 - [email protected] + +- Update to 2.0.1: + * Upstream tagged tarball with the libcido fixes bellow so use + the release tarball instead of cvs snapshot +- Completely drop vcdimager-texinfo-5.0.patch as it was fixed + upstream + +------------------------------------------------------------------- +Mon Jun 11 13:03:52 UTC 2018 - [email protected] + +- Version update to 0.7.24+cvs20180611: + * Fixes for libcdio-2.0.0 and 2.2.0 +- Rebase patch vcdimager-texinfo-5.0.patch +- Drop merged patch vcdimager-libcdio-0.93-testsuite.patch + +------------------------------------------------------------------- Old: ---- vcdimager-0.7.24+cvs20170719.tar.xz vcdimager-libcdio-0.93-testsuite.patch vcdimager-texinfo-5.0.patch New: ---- vcdimager-2.0.1.tar.gz vcdimager-2.0.1.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vcdimager.spec ++++++ --- /var/tmp/diff_new_pack.I6gKHS/_old 2018-06-15 14:35:31.239945402 +0200 +++ /var/tmp/diff_new_pack.I6gKHS/_new 2018-06-15 14:35:31.239945402 +0200 @@ -1,7 +1,7 @@ # # spec file for package vcdimager # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -18,20 +18,18 @@ %define sonum 0 Name: vcdimager -Version: 0.7.24+cvs20170719 +Version: 2.0.1 Release: 0 Summary: Video CD (VCD) authoring software -License: GPL-2.0 +# Alternative URL with SCM https://github.com/rocky/vcdimager +License: GPL-2.0-only Group: Productivity/Multimedia/CD/Record -Url: http://www.vcdimager.org/ -#cvs -z3 -d:pserver:[email protected]:/sources/vcdimager co vcdimager -Source: %{name}-%{version}.tar.xz +URL: http://www.vcdimager.org/ +Source: https://ftp.gnu.org/gnu/vcdimager/%{name}-%{version}.tar.gz +Source1: https://ftp.gnu.org/gnu/vcdimager/%{name}-%{version}.tar.gz.sig Source2: baselibs.conf Patch1: sector_private.patch -Patch2: vcdimager-texinfo-5.0.patch -Patch3: vcdimager-libcdio-0.93-testsuite.patch BuildRequires: cdparanoia -BuildRequires: cvs BuildRequires: fdupes BuildRequires: gawk BuildRequires: gcc-c++ @@ -74,19 +72,12 @@ %prep %setup -q -# sector_private.patch -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -# automake-1.13 deprecated the old macro -sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac autogen.sh -sed -i 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac +%autopatch -p1 %build export CFLAGS="%{optflags} $(getconf LFS_CFLAGS) -D_GNU_SOURCE" -autoreconf -fvi %configure \ - --enable-maintainer-mode \ + --disable-silent-rules \ --enable-shared \ --disable-static make %{?_smp_mflags} @@ -97,7 +88,7 @@ %fdupes -s %{buildroot}%{_mandir} # Does not work with paranoia available -#%check +#%%check #make %{?_smp_mflags} check %post @@ -110,12 +101,13 @@ %postun -n libvcdinfo%{sonum} -p /sbin/ldconfig %files -%doc AUTHORS COPYING NEWS README THANKS +%doc AUTHORS NEWS README THANKS %{_bindir}/* -%{_infodir}/*.info%{ext_info} +%{_infodir}/*.info%{?ext_info} %{_mandir}/man?/*%{ext_man} %files -n libvcdinfo%{sonum} +%license COPYING %{_libdir}/libvcdinfo.so.0* %files devel
