Hello community,

here is the log from the commit of package unar for openSUSE:Factory checked in 
at 2020-04-08 19:57:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unar (Old)
 and      /work/SRC/openSUSE:Factory/.unar.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unar"

Wed Apr  8 19:57:50 2020 rev:7 rq:792501 version:1.10.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/unar/unar.changes        2019-04-24 
13:57:16.591992660 +0200
+++ /work/SRC/openSUSE:Factory/.unar.new.3248/unar.changes      2020-04-08 
19:58:06.665185960 +0200
@@ -1,0 +2,23 @@
+Wed Apr  8 15:47:56 UTC 2020 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 1.10.7
+  * Prevent using reference to dangling pointer for archives
+    with password in interactive mode Fixes #112
+  * Fix Undefined behaviour in lzw allocation
+  * Return suggested path if we're running non-interactive (-q
+    option was specified).
+  * Fix incorrect comments parsing
+  * Fix case when some permissions from Windows-generated
+    archives were affecting files on Mac OS
+  * Add tests for extended 64-Zip
+  * Tests added, Fixes #101
+  * Add tests for reading CDR
+  * Add basic test for incorrect date conversion #99
+  * Cleanup bufer after usage in tests
+  * Check ZIP extra field if >= 9 bytes
+
+- Drop Group tag 
+
+- Spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  v1.10.5.tar.gz

New:
----
  unar-1.10.7.tar.gz

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

Other differences:
------------------
++++++ unar.spec ++++++
--- /var/tmp/diff_new_pack.edptQH/_old  2020-04-08 19:58:08.737187474 +0200
+++ /var/tmp/diff_new_pack.edptQH/_new  2020-04-08 19:58:08.737187474 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package unar
 #
-# Copyright (c) 2019 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,18 +12,17 @@
 # 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:           unar
-Version:        1.10.5
+Version:        1.10.7
 Release:        0
 Summary:        Multi-format unarchiver
 License:        LGPL-2.1-or-later
-Group:          Productivity/Archiving/Compression
-URL:            http://unarchiver.c3.cx/commandline
-Source0:        https://github.com/MacPaw/%{name}/archive/v%{version}.tar.gz
+URL:            https://unarchiver.c3.cx/commandline
+Source0:        
https://github.com/MacPaw/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        %{name}.changes
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-objc
@@ -44,19 +43,13 @@
 in foreign character sets.
 
 %prep
-%setup -q
-# fix builddate info
-# Remove build time references so build-compare can do its work
-FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE1} '+%%H:%%M')
-FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE1} '+%%b %%e %%Y')
-sed -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" -i XADMaster/lsar.m XADMaster/unar.m
-sed -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -i XADMaster/lsar.m XADMaster/unar.m
+%autosetup
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="%{optflags}"
 export OBJCFLAGS="$(gnustep-config --objc-flags)"
-make %{?_smp_mflags} -C XADMaster -f Makefile.linux
+%make_build -C XADMaster -f Makefile.linux
 
 %install
 install -d %{buildroot}%{_bindir}


Reply via email to