Hello community,

here is the log from the commit of package archivemount for openSUSE:Factory 
checked in at 2020-09-14 12:29:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/archivemount (Old)
 and      /work/SRC/openSUSE:Factory/.archivemount.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "archivemount"

Mon Sep 14 12:29:24 2020 rev:10 rq:834093 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/archivemount/archivemount.changes        
2019-11-07 23:16:07.668508574 +0100
+++ /work/SRC/openSUSE:Factory/.archivemount.new.4249/archivemount.changes      
2020-09-14 12:30:31.433182656 +0200
@@ -1,0 +2,39 @@
+Sat Sep 12 20:09:43 UTC 2020 - Matthias Eliasson <[email protected]>
+
+- Update to version 0.9.1
+  * Incorporated fixes for compilation problems with newer gcc
+    versions. Contributed by Niels de Vos
+- includes 0.9.0
+  * Make sure the written archive's format is the same or as
+    close as possible to the original. Due to a bug written files
+    were always in ustar format. Contributed by Jeff Ebert.
+  * Add AM_PROG_CC_C_O macro to configure.ac, contributed by
+    Jeff Ebert
+  * added option -o password, contributed by Scott Worley
+  * Pass REG_ENHANCED to regcomp where available (Mac and BSD).
+    Otherwise \? has no special meaning. Contributed by Michael
+    J. Walsh
+  * Removed magic number for block size, it's a constant now.
+    Contributed by John Delgado
+- includes 0.8.12
+  * changed naming scheme of temporary files to avoid running
+    into too long names for the filesystem in /tmp
+  * fixed renaming a newly created file (it got saved under its
+    original name)
+  * activated code for creating symlinks; in old versions, symlinks
+    were not saved, presumably due to a bug in libarchive, but it
+    seems to work now.
+- includes 0.8.11
+  * fixed accidentally broken renaming of files
+- includes 0.8.10
+  * fixed renaming of directories, it did not work at all anymore
+- includes 0.8.9
+  * fixed wrong insert into tree when a subdir had the same name as its
+    parent dir
+- includes 0.8.8
+  * fixed bug when creating a new file and moving it over an old one,
+    happens e.g. when saving a file from the geany editor
+- drop patch archivemount.dif, fixed upstream
+- run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  archivemount-0.8.7.tar.gz
  archivemount.dif

New:
----
  archivemount-0.9.1.tar.gz

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

Other differences:
------------------
++++++ archivemount.spec ++++++
--- /var/tmp/diff_new_pack.GBjcmO/_old  2020-09-14 12:30:33.201183784 +0200
+++ /var/tmp/diff_new_pack.GBjcmO/_new  2020-09-14 12:30:33.205183786 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package archivemount
 #
-# 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
@@ -17,13 +17,12 @@
 
 
 Name:           archivemount
-Version:        0.8.7
+Version:        0.9.1
 Release:        0
 Summary:        Mounts an archive for access as a file system
 License:        LGPL-2.1-or-later AND BSD-2-Clause
-Url:            http://www.cybernoia.de/software/archivemount/
+URL:            http://www.cybernoia.de/software/archivemount/
 Source:         
http://www.cybernoia.de/software/archivemount/%{name}-%{version}.tar.gz
-Patch0:         archivemount.dif
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fuse-devel
@@ -36,21 +35,21 @@
 .tar.bz2) and use it like an ordinary filesystem.
 
 %prep
-%setup -q
-%patch0
+%autosetup
 
 %build
 autoreconf --force --install
 export CFLAGS="%{optflags}"
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 
 %files
-%doc CHANGELOG README COPYING
+%license COPYING
+%doc CHANGELOG README
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog

++++++ archivemount-0.8.7.tar.gz -> archivemount-0.9.1.tar.gz ++++++
++++ 7564 lines of diff (skipped)


Reply via email to