Hello community,

here is the log from the commit of package unar for openSUSE:Factory checked in 
at 2019-04-24 13:57:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unar (Old)
 and      /work/SRC/openSUSE:Factory/.unar.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unar"

Wed Apr 24 13:57:14 2019 rev:6 rq:697185 version:1.10.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/unar/unar.changes        2019-02-24 
17:13:53.660466648 +0100
+++ /work/SRC/openSUSE:Factory/.unar.new.5536/unar.changes      2019-04-24 
13:57:16.591992660 +0200
@@ -1,0 +2,27 @@
+Tue Apr 23 12:49:04 UTC 2019 - KristĂ˝na Streitová <[email protected]>
+
+- update to version 1.10.5
+  * Update/linux build validation
+  * Remove wavpack sources from linux distribution
+  * [TUN-62] Some symlinks aren't handled by the unarchiver
+  * [TUN-62] Fix Symlink extration for certain files
+  * Add faster IEEECRC32 calculation
+  * Fix 7zip unarchivation for files with delta filter
+  * Select correct Parser in conflicting SFX Archives
+  * Correct RAR5 variable int reading for correct reading
+    values >> 32 bit
+  * Fix case when old solid rar archives weren't correctly extracted
+  * Fix broken symbolic links for the archives, created in Windows
+  * Fix case when JSON output explodes in solid archives with
+    a lot of files
+  * Support WARC 1.0 compliant WARC-Target-URI fields
+  * Support extracting warc.{gz,bz2,lzma,xz,Z} files directly
+  * Add support for self extracting archives in RAR5
+- update fixes [bsc#1127736]
+- remove the following patches (applied upstream)
+  * use-system-wavpack.patch
+  * document-undocumented-options.patch
+  * unar-1.10.1-self-extracting_rar.patch
+- change Source for the upstream tarball 
+
+-------------------------------------------------------------------

Old:
----
  document-undocumented-options.patch
  unar-1.10.1-self-extracting_rar.patch
  unar1.10.1_src.zip
  use-system-wavpack.patch

New:
----
  v1.10.5.tar.gz

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

Other differences:
------------------
++++++ unar.spec ++++++
--- /var/tmp/diff_new_pack.GQQfOd/_old  2019-04-24 13:57:18.683991350 +0200
+++ /var/tmp/diff_new_pack.GQQfOd/_new  2019-04-24 13:57:18.687991347 +0200
@@ -17,19 +17,14 @@
 
 
 Name:           unar
-Version:        1.10.1
+Version:        1.10.5
 Release:        0
 Summary:        Multi-format unarchiver
 License:        LGPL-2.1-or-later
 Group:          Productivity/Archiving/Compression
 URL:            http://unarchiver.c3.cx/commandline
-Source0:        http://unarchiver.c3.cx/downloads/%{name}%{version}_src.zip
+Source0:        https://github.com/MacPaw/%{name}/archive/v%{version}.tar.gz
 Source1:        %{name}.changes
-# PATCH-FIX-OPENSUSE use-system-wavpack.patch
-Patch0:         use-system-wavpack.patch
-# PATCH-FIX-UPSTREAM document-undocumented-options.patch (lp#1393321)
-Patch1:         document-undocumented-options.patch
-Patch2:         unar-1.10.1-self-extracting_rar.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-objc
 BuildRequires:  gnustep-base-devel
@@ -49,18 +44,13 @@
 in foreign character sets.
 
 %prep
-%setup -q -c
-mv The\ Unarchiver/* .
-rm -fr __MACOSX The\ Unarchiver
+%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
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -72,14 +62,14 @@
 install -d %{buildroot}%{_bindir}
 install -m755 XADMaster/lsar XADMaster/unar -t %{buildroot}%{_bindir}
 install -d %{buildroot}%{_mandir}/man1
-install -m644 Extra/lsar.1 Extra/unar.1 -t %{buildroot}%{_mandir}/man1
+install -m644 XADMaster/Extra/lsar.1 XADMaster/Extra/unar.1 -t 
%{buildroot}%{_mandir}/man1
 
 install -d %{buildroot}%{_datadir}/bash-completion/completions
-install -m644 Extra/lsar.bash_completion 
%{buildroot}%{_datadir}/bash-completion/completions/lsar
-install -m644 Extra/unar.bash_completion 
%{buildroot}%{_datadir}/bash-completion/completions/unar
+install -m644 XADMaster/Extra/lsar.bash_completion 
%{buildroot}%{_datadir}/bash-completion/completions/lsar
+install -m644 XADMaster/Extra/unar.bash_completion 
%{buildroot}%{_datadir}/bash-completion/completions/unar
 
 %files
-%license License.txt
+%license LICENSE
 %doc README.md
 %{_bindir}/lsar
 %{_bindir}/unar


Reply via email to