Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2019-12-03 12:42:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and      /work/SRC/openSUSE:Factory/.libfilezilla.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfilezilla"

Tue Dec  3 12:42:29 2019 rev:28 rq:752989 version:0.19.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes        
2019-11-06 13:58:05.592282810 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.4691/libfilezilla.changes      
2019-12-03 12:42:54.554123995 +0100
@@ -1,0 +2,23 @@
+Sat Nov 30 14:13:21 UTC 2019 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Split language files properly out into libfilezille-lang in order
+  to avoid file conflicts between multiple versions of the library.
+
+-------------------------------------------------------------------
+Tue Nov 26 17:40:56 UTC 2019 - ec...@opensuse.org
+
+- Update to 0.19.1
+  * New features:
+    - Return error information to
+      fz::local_filesys::begin_find_files
+  * Bugfixes and minor changes:
+    - Fix for version.hpp not getting installed
+
+- Changes from 0.19.0
+  * New features:
+    - Addded rate limiting code and a new rate-limited socket layer
+    - Added fz::mutex::try_lock
+    - Implemented libtool's library versioning scheme for shared
+      library builds of libfilezilla
+
+-------------------------------------------------------------------

Old:
----
  libfilezilla-0.18.2.tar.bz2

New:
----
  libfilezilla-0.19.1.tar.bz2

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

Other differences:
------------------
++++++ libfilezilla.spec ++++++
--- /var/tmp/diff_new_pack.Ss0v4K/_old  2019-12-03 12:42:55.354123773 +0100
+++ /var/tmp/diff_new_pack.Ss0v4K/_new  2019-12-03 12:42:55.354123773 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfilezilla
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-%define major          0
+%define major          2
 %define libname                %{name}%{major}
 %define develname      %{name}-devel
 Name:           libfilezilla
-Version:        0.18.2
+Version:        0.19.1
 Release:        0
 Summary:        C++ library for filezilla
 License:        GPL-2.0-or-later
@@ -47,7 +47,9 @@
 
 %package -n    %{libname}
 Summary:        C++ library for filezilla
+# Provide basename, required for the (unversioned) -lang package.
 Group:          System/Libraries
+Provides:       %{name} = %{version}
 
 %description -n        %{libname}
 libfilezilla is C++ library, offering some basic functionality to
@@ -69,6 +71,23 @@
 %description -n        %{develname}
 Files needed for development with %{name}.
 
+# Need %%lang_package expanded for an extra conflict with an old library 
package
+%package lang 
+Summary:        Translations for package %{name} 
+# in libfilezilla 0.18.x, we wrongly shipped the languages files directly in 
the library package
+Group:          System/Localization 
+Conflicts:      libfilezilla0 < 0.19
+
+Requires:       %{name} = %{version} 
+
+Provides:       %{name}-lang-all = %{version} 
+BuildArch:      noarch 
+
+%description lang 
+Provides translations for the "%{name}" package.
+
+
+
 %prep
 %setup -q
 %patch0
@@ -95,11 +114,13 @@
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
-%files -n %{libname} -f %{name}.lang
+%files -n %{libname}
 %license COPYING
 %doc AUTHORS ChangeLog NEWS README
 %{_libdir}/%{name}.so.%{major}*
 
+%files lang -f %{name}.lang
+
 %files -n %{develname}
 %dir %{_docdir}/%{develname}
 %{_docdir}/%{develname}/*

++++++ libfilezilla-0.18.2.tar.bz2 -> libfilezilla-0.19.1.tar.bz2 ++++++
++++ 3845 lines of diff (skipped)


Reply via email to