Hello community,

here is the log from the commit of package par for openSUSE:Factory checked in 
at 2019-05-24 11:30:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/par (Old)
 and      /work/SRC/openSUSE:Factory/.par.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "par"

Fri May 24 11:30:53 2019 rev:19 rq:704789 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/par/par.changes  2018-02-20 17:55:40.185180094 
+0100
+++ /work/SRC/openSUSE:Factory/.par.new.5148/par.changes        2019-05-24 
11:30:54.157413922 +0200
@@ -1,0 +2,30 @@
+Wed May 22 13:42:27 UTC 2019 - Doug Miller <[email protected]>
+
+- Corect download url 
+- Clarify changelog
+
+-------------------------------------------------------------------
+Wed May 22 11:48:54 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Update previou changelog entry
+- Fix download url
+
+-------------------------------------------------------------------
+Sat May 11 02:14:14 UTC 2019 - Doug Miller <[email protected]>
+
+- Revert pacakge to build 'par' using the parchive sources.
+
+  On 2016-11-23 this package was updated to be built from the
+  'par2cmdline' sources instead of the 'parchive' sources. These
+  are different projects (although worked on by some of the same
+  people, which probably led to some confusion).
+
+  This change converts this project from building par2cmdline
+  v0.8.0 to building the correct project of parchive v1.2.
+
+  In conjunction with this package fix, a new package called
+  'par2cmdline' will be made available to return par2cmdline
+  v0.8.0 to the repos.
+- Re-add par.diff
+
+-------------------------------------------------------------------

Old:
----
  par-0.8.0.tar.gz

New:
----
  par-v1.1.tar.gz
  par.diff

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

Other differences:
------------------
++++++ par.spec ++++++
--- /var/tmp/diff_new_pack.y2J0yN/_old  2019-05-24 11:30:54.901413730 +0200
+++ /var/tmp/diff_new_pack.y2J0yN/_new  2019-05-24 11:30:54.909413729 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package par
 #
-# Copyright (c) 2018 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,23 +12,19 @@
 # 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/
 #
 
 
 Name:           par
-Version:        0.8.0
+Version:        1.1
 Release:        0
-Summary:        Parity File Generator
-License:        GPL-2.0+
-Group:          System/Filesystems
-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
+Summary:        Parchive - Parity Archive File Generator
+License:        GPL-2.0-or-later
+Group:          Productivity/Archiving/Backup
+URL:            http://parchive.sourceforge.net/
+Source:         
https://sourceforge.net/projects/parchive/files/par/%{version}/par-v%{version}.tar.gz/download#/par-v%{version}.tar.gz
+Patch0:         %{name}.diff
 
 %description
 Parchive creates extra parity data over several volumes. These can be
@@ -36,27 +32,18 @@
 corruption.
 
 %prep
-%setup -q -n par2cmdline-%{version}
+%setup -q -n %{name}-cmdline
+%patch0
 
 %build
-autoreconf -fiv
-%configure
 make %{?_smp_mflags}
 
-%check
-make %{?_smp_mflags} check
-
 %install
 %make_install
-chmod -x ChangeLog
 
 %files
-%doc README AUTHORS ChangeLog
+%doc README AUTHORS NEWS
 %license COPYING
-%{_bindir}/par2
-%{_bindir}/par2create
-%{_bindir}/par2repair
-%{_bindir}/par2verify
-%{_mandir}/man1/par2.1%{ext_man}
+%{_bindir}/par
 
 %changelog

++++++ par.diff ++++++
--- Makefile
+++ Makefile    2004/02/08 19:43:02
@@ -1,5 +1,5 @@
 
-CFLAGS=-g -W -Wall -Wno-unused -O2
+CFLAGS=-g -W -Wall -Wno-unused $(RPM_OPT_FLAGS)
 
 par: backend.o checkpar.o makepar.o rwpar.o rs.o md5.o fileops.o main.o 
readoldpar.o interface.o ui_text.o
        $(CC) -o $@ $^
@@ -14,4 +14,5 @@
        make CC="dos-gcc -s"
 
 install: par
-       install par ${HOME}/bin/
+       install -d $(DESTDIR)/usr/bin/
+       install par $(DESTDIR)/usr/bin/

Reply via email to