commit unzix for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package unzix for openSUSE:Factory checked 
in at 2020-03-11 18:48:17

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


Package is "unzix"

Wed Mar 11 18:48:17 2020 rev:2 rq:783306 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/unzix/unzix.changes  2015-04-13 
20:30:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.unzix.new.3160/unzix.changes2020-03-11 
18:50:33.631546488 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 09:58:09 UTC 2020 - Martin Pluskal 
+
+- Cleanup spec file
+- Do not use source url as it is no longer available
+
+---



Other differences:
--
++ unzix.spec ++
--- /var/tmp/diff_new_pack.ASv1XH/_old  2020-03-11 18:50:36.731547874 +0100
+++ /var/tmp/diff_new_pack.ASv1XH/_new  2020-03-11 18:50:36.735547876 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unzix
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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/
 #
 
 
@@ -22,12 +22,11 @@
 Summary:Command-Line Program to Extract WinZix Archives
 License:BSD-3-Clause
 Group:  Productivity/Archiving/Compression
-Url:http://banu.com/unzix/
-Source: https://download.banu.com/unzix/0.4/%{name}-%{version}.tar.gz
+URL:http://banu.com/unzix/
+Source: %{name}-%{version}.tar.gz
 BuildRequires:  asciidoc
 BuildRequires:  libxslt-devel
 BuildRequires:  pkgconfig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig(zlib)
 
 %description
@@ -35,19 +34,19 @@
 archive format.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS LICENSE NEWS README
+%license LICENSE
+%doc AUTHORS NEWS README
 %{_bindir}/unzix
-%doc %{_mandir}/man1/unzix.1*
+%{_mandir}/man1/unzix.1%{?ext_man}
 
 %changelog




commit unzix for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package unzix for openSUSE:Factory checked 
in at 2015-04-13 20:30:50

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


Package is "unzix"

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.unzix.new/unzix.changes 2015-04-13 
20:30:51.0 +0200
@@ -0,0 +1,14 @@
+---
+Sun Apr 12 13:18:56 UTC 2015 - mplus...@suse.com
+
+- Update to 0.4.0
+ * Add portable endianness macros so that the code compiles on some
+   older platforms.
+- Cleanup spec file with spec-cleaner
+- Correct license
+
+---
+Sat Jun 04 10:39:02 CET 2011 - pascal.ble...@opensuse.org
+
+- initial version (0.3.0)
+

New:

  unzix-0.4.0.tar.gz
  unzix.changes
  unzix.spec



Other differences:
--
++ unzix.spec ++
#
# spec file for package unzix
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:   unzix
Version:0.4.0
Release:0
Summary:Command-Line Program to Extract WinZix Archives
License:BSD-3-Clause
Group:  Productivity/Archiving/Compression
Url:http://banu.com/unzix/
Source: https://download.banu.com/unzix/0.4/%{name}-%{version}.tar.gz
BuildRequires:  asciidoc
BuildRequires:  libxslt-devel
BuildRequires:  pkgconfig
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  pkgconfig(zlib)

%description
Unzix is a small command-line program for extracting files from the new WinZix
archive format.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}

%files
%defattr(-,root,root)
%doc AUTHORS LICENSE NEWS README
%{_bindir}/unzix
%doc %{_mandir}/man1/unzix.1*

%changelog