Hello community, here is the log from the commit of package par for openSUSE:Factory checked in at 2016-11-24 21:24:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/par (Old) and /work/SRC/openSUSE:Factory/.par.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "par" Changes: -------- --- /work/SRC/openSUSE:Factory/par/par.changes 2015-02-27 11:09:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.par.new/par.changes 2016-11-24 21:24:43.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Nov 23 07:56:30 UTC 2016 - [email protected] + +- Change upstream source to more active one + * This includes change of version from 1.1 to 0.6.15 +- Update to version 0.6.14: + * For comprehensive list of changes see ChangeLog +- Enable tests +- Drop par.diff + +------------------------------------------------------------------- Old: ---- par-v1.1.tar.gz par.diff New: ---- par-0.6.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ par.spec ++++++ --- /var/tmp/diff_new_pack.1HadWI/_old 2016-11-24 21:24:44.000000000 +0100 +++ /var/tmp/diff_new_pack.1HadWI/_new 2016-11-24 21:24:44.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package par # -# Copyright (c) 2015 SUSE LINUX 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,14 +17,18 @@ Name: par -Version: 1.1 +Version: 0.6.14 Release: 0 Summary: Parity File Generator License: GPL-2.0+ Group: System/Filesystems -Url: http://parchive.sourceforge.net/ -Source0: http://sourceforge.net/projects/parchive/files/%{name}/%{version}/%{name}-v%{version}.tar.gz -Patch0: %{name}.diff +Url: https://github.com/Parchive/par2cmdline +Source0: https://github.com/Parchive/par2cmdline/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc-c++ +Provides: %{name} = 1.1 +Obsoletes: %{name} = 1.1 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -32,22 +36,28 @@ used to restore the complete archive after some data loss or corruption. -par is used by Dar. - %prep -%setup -q -n par-cmdline -%patch0 +%setup -q -n par2cmdline-%{version} %build -export CFLAGS="%{optflags}" +autoreconf -fiv +%configure make %{?_smp_mflags} +%check +make %{?_smp_mflags} check + %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install +chmod -x ChangeLog %files %defattr(-,root,root) -%doc README AUTHORS COPYING NEWS -%{_bindir}/par +%doc README AUTHORS COPYING ChangeLog +%{_bindir}/par2 +%{_bindir}/par2create +%{_bindir}/par2repair +%{_bindir}/par2verify +%{_mandir}/man1/par2.1%{ext_man} %changelog ++++++ par-v1.1.tar.gz -> par-0.6.14.tar.gz ++++++ ++++ 27867 lines of diff (skipped)
