Hello community,

here is the log from the commit of package makeself for openSUSE:Factory 
checked in at 2017-11-27 22:18:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/makeself (Old)
 and      /work/SRC/openSUSE:Factory/.makeself.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "makeself"

Mon Nov 27 22:18:13 2017 rev:11 rq:545804 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/makeself/makeself.changes        2014-03-25 
13:23:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.makeself.new/makeself.changes   2017-11-27 
22:18:13.683033396 +0100
@@ -1,0 +2,23 @@
+Sun Nov 26 23:56:23 UTC 2017 - [email protected]
+
+- Fix source URL for factory service run.
+
+-------------------------------------------------------------------
+Sun Nov 26 15:09:38 UTC 2017 - [email protected]
+
+- Update to version 2.3.1:
+  * Various compatibility improvements.
+  * New unit tests for Travis CI.
+  * New --tar-extra, --untar-extra, --gpg-extra and
+    --gpg-asymmetric-encrypt-sign options.
+- Changes from version 2.3.0:
+  * Support for archive encryption via GPG or OpenSSL.
+  * Added LZO and LZ4 compression support.
+  * Options to set the packaging date and stop the umask from
+    being overriden.
+  * Optionally ignore check for available disk space when
+    extracting.
+  * New option to check for root permissions before extracting.
+- Spec file tidy up.
+
+-------------------------------------------------------------------

Old:
----
  makeself-2.2.0.tar.bz2

New:
----
  makeself-release-2.3.1.tar.gz

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

Other differences:
------------------
++++++ makeself.spec ++++++
--- /var/tmp/diff_new_pack.bvMsjM/_old  2017-11-27 22:18:14.323010168 +0100
+++ /var/tmp/diff_new_pack.bvMsjM/_new  2017-11-27 22:18:14.327010023 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package makeself
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2011 Malcolm J Lewis <[email protected]>
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2011-2017 Malcolm J Lewis <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,16 @@
 
 
 Name:           makeself
-Version:        2.2.0
+Version:        2.3.1
 Release:        0
 Summary:        Make self-extractable archives on Unix
 License:        GPL-2.0+
 Group:          Productivity/Archiving/Compression
 Url:            http://www.megastep.org/makeself/
-# Manually created from git://github.com/megastep/makeself.git
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        
https://github.com/megastep/%{name}/archive/release-%{version}.tar.gz#/%{name}-release-%{version}.tar.gz
 Source1:        %{name}.rpmlintrc
 BuildArch:      noarch
-
-%if 0%{?suse_version} < 1120 || 0%{?sles_version} <= 11
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%endif
 
 %description
 Small shell script that generates a self-extractable tar.gz archive from a
@@ -45,15 +41,15 @@
 self-validation (CRC and/or MD5 checksums).
 
 %prep
-%setup -q
+%setup -q -n %{name}-release-%{version}
 
 %build
 
 %install
-install -D -m0755 makeself.sh  %{buildroot}%{_bindir}/makeself
+install -Dm0755 makeself.sh  %{buildroot}%{_bindir}/makeself
 ln -s /usr/bin/makeself %{buildroot}%{_bindir}/makeself.sh
-install -D -m0755 makeself-header.sh  %{buildroot}%{_bindir}/makeself-header.sh
-install -D -m0644 makeself.1 %{buildroot}%{_mandir}/man1/makeself.1
+install -Dm0755 makeself-header.sh  %{buildroot}%{_bindir}/makeself-header.sh
+install -Dm0644 makeself.1 %{buildroot}%{_mandir}/man1/makeself.1
 
 %files
 %defattr(-,root,root,-)
@@ -61,6 +57,6 @@
 %{_bindir}/makeself-header.sh
 %{_bindir}/makeself.sh
 %{_bindir}/makeself
-%{_mandir}/man1/makeself.1*
+%{_mandir}/man1/makeself.1%{?ext_man}
 
 %changelog


Reply via email to