Hello community,

here is the log from the commit of package libsecret for openSUSE:Leap:15.2 
checked in at 2020-05-06 20:39:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libsecret (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libsecret.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsecret"

Wed May  6 20:39:25 2020 rev:15 rq:800142 version:0.20.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libsecret/libsecret.changes    2020-03-06 
12:38:08.302642718 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libsecret.new.2738/libsecret.changes  
2020-05-06 20:39:54.140584522 +0200
@@ -1,0 +2,25 @@
+Wed Apr 29 20:33:36 UTC 2020 - Michael Gorse <mgo...@suse.com>
+
+- Enable  FIPS patch on leap (jsc#SLE-11882).
+
+-------------------------------------------------------------------
+Wed Apr 15 08:41:27 UTC 2020 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 0.20.3:
+  + secret-file-backend: Fix use-after-free in flatpak.
+  + docs: Add man subdir only if manpage is enabled.
+
+-------------------------------------------------------------------
+Wed Mar 11 10:44:56 UTC 2020 - bjorn....@gmail.com
+
+- Update to version 0.20.2:
+  + secret-file-collection: force little-endian in GVariant.
+  + Prefer g_info() over g_message().
+  + meson: Don't specify shared_library().
+  + docs: Make sure to set install: true.
+- Rename sub-package libsecret-tools to secret-tool: Align with the
+  actual binary provided and remove a rpmlint warning. Add Provides
+  and Obsoletes to ease upgrades for our end-users.
+- Drop Group tag from spec.
+
+-------------------------------------------------------------------

Old:
----
  libsecret-0.20.1.tar.xz

New:
----
  libsecret-0.20.3.tar.xz

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

Other differences:
------------------
++++++ libsecret.spec ++++++
--- /var/tmp/diff_new_pack.H3Ysck/_old  2020-05-06 20:39:54.620585516 +0200
+++ /var/tmp/diff_new_pack.H3Ysck/_new  2020-05-06 20:39:54.624585524 +0200
@@ -18,11 +18,10 @@
 
 %define have_lang 1
 Name:           libsecret
-Version:        0.20.1
+Version:        0.20.3
 Release:        0
 Summary:        Library for accessing the Secret Service API
 License:        LGPL-2.1-or-later
-Group:          Development/Libraries/GNOME
 URL:            https://wiki.gnome.org/Projects/Libsecret
 Source0:        
https://download.gnome.org/sources/libsecret/0.20/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
@@ -51,7 +50,6 @@
 
 %package -n libsecret-1-0
 Summary:        Library for accessing the Secret Service API
-Group:          System/Libraries
 %if %{have_lang}
 # To make the lang package happy
 Provides:       %{name} = %{version}
@@ -63,7 +61,6 @@
 
 %package -n typelib-1_0-Secret-1
 Summary:        Introspection bindings for the Secret Service API library
-Group:          System/Libraries
 
 %description -n typelib-1_0-Secret-1
 libsecret is a library for storing and retrieving passwords and other
@@ -71,17 +68,17 @@
 
 This package provides the GObject Introspection bindings for libsecret.
 
-%package tools
-Summary:        Tools from the Secret Service API library
-Group:          System/Libraries
-
-%description tools
-libsecret is a library for storing and retrieving passwords and other
-secrets. It communicates with the "Secret Service" using DBus.
+%package -n secret-tool
+Summary:        Store and retrieve passwords
+Obsoletes:      libsecret-tools < %{version}
+Provides:       libsecret-tools = %{version}
+
+%description -n secret-tool
+Secret-tool is a command line tool that can be used to store and
+retrieve passwords.
 
 %package devel
 Summary:        Development files for the Secret Service API library
-Group:          Development/Libraries/GNOME
 Requires:       libsecret-1-0 = %{version}
 Requires:       typelib-1_0-Secret-1 = %{version}
 
@@ -95,7 +92,7 @@
 
 %prep
 %setup -q
-%if !0%{?is_opensuse}
+%if 0%{?sle_version}
 %patch1000 -p1
 %endif
 translation-update-upstream
@@ -118,13 +115,13 @@
 
 %files -n libsecret-1-0
 %license COPYING
-%doc NEWS README
+%doc NEWS README.md
 %{_libdir}/libsecret-1.so.*
 
 %files -n typelib-1_0-Secret-1
 %{_libdir}/girepository-1.0/Secret-1.typelib
 
-%files tools
+%files -n secret-tool
 %{_bindir}/secret-tool
 %{_mandir}/man1/secret-tool.1%{?ext_man}
 

++++++ libsecret-0.20.1.tar.xz -> libsecret-0.20.3.tar.xz ++++++
++++ 5536 lines of diff (skipped)


Reply via email to