Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package google-authenticator-libpam for
openSUSE:Factory checked in at 2024-07-25 15:38:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-authenticator-libpam (Old)
and /work/SRC/openSUSE:Factory/.google-authenticator-libpam.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-authenticator-libpam"
Thu Jul 25 15:38:37 2024 rev:7 rq:1189265 version:1.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-authenticator-libpam/google-authenticator-libpam.changes
2022-04-27 21:41:23.597018088 +0200
+++
/work/SRC/openSUSE:Factory/.google-authenticator-libpam.new.1882/google-authenticator-libpam.changes
2024-07-25 15:42:20.106724107 +0200
@@ -1,0 +2,17 @@
+Thu Jul 18 16:48:21 UTC 2024 - Jan Zerebecki <[email protected]>
+
+- Recommend current qrencode version, instead of unavailable one
+- Adapt to changing %_pam_moduledir on different distributions
+- Update to version 1.10:
+ * Remove printing QR code using Google Charts URL
+ * Fix utc-time for new everything
+ * set variable 'buffer' that in base32_decode to unsigned integer type
+ * Slight improvement in error message formatting
+ * Update config file with grace periods in all cases
+ * Fix comment on open_secret_file()
+ * Exit with code 1 only if build-rpm fails
+ * Double check the config size
+ * Add more logging for config updates
+ * Shorten syslog name to work with rsyslog
+
+-------------------------------------------------------------------
Old:
----
google-authenticator-libpam-1.09.tar.gz
New:
----
google-authenticator-libpam-1.10.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-authenticator-libpam.spec ++++++
--- /var/tmp/diff_new_pack.08LndK/_old 2024-07-25 15:42:20.690747618 +0200
+++ /var/tmp/diff_new_pack.08LndK/_new 2024-07-25 15:42:20.690747618 +0200
@@ -1,7 +1,7 @@
#
# spec file for package google-authenticator-libpam
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
Name: google-authenticator-libpam
-Version: 1.09
+Version: 1.10
Release: 0
Summary: Google Authenticator PAM module
License: Apache-2.0
Group: Productivity/Security
URL: https://github.com/google/google-authenticator-libpam
-Source:
https://github.com/google/google-authenticator-libpam/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: libtool
BuildRequires: pam-devel
-# libqrencode.so.[23] are dynamically loaded if present in order to show a QR
code
+# libqrencode.so.[234] are dynamically loaded if present in order to show a QR
code
# As the library is not linked, it can't be auto-detected. And as it's not
mandatory,
# we recommend it only
-Recommends: libqrencode3
+Recommends: (libqrencode4 or libqrencode3 or libqrencode2)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: pam-google-authenticator = %{version}
@@ -45,7 +45,8 @@
%build
./bootstrap.sh
%configure \
- --docdir=%{_docdir}/%{name}
+ --docdir=%{_docdir}/%{name} \
+ --libdir=$(dirname %{_pam_moduledir})
make %{?_smp_mflags}
%install
++++++ _service ++++++
--- /var/tmp/diff_new_pack.08LndK/_old 2024-07-25 15:42:20.726749068 +0200
+++ /var/tmp/diff_new_pack.08LndK/_new 2024-07-25 15:42:20.730749230 +0200
@@ -1,15 +1,15 @@
<services>
- <service name="tar_scm" mode="disabled">
+ <service name="tar_scm" mode="manual">
<param
name="url">https://github.com/google/google-authenticator-libpam</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
- <param name="revision">refs/tags/1.09</param>
+ <param name="revision">refs/tags/1.10</param>
</service>
- <service name="recompress" mode="disabled">
+ <service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
- <service name="set_version" mode="disabled"/>
+ <service name="set_version" mode="manual"/>
</services>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.08LndK/_old 2024-07-25 15:42:20.754750195 +0200
+++ /var/tmp/diff_new_pack.08LndK/_new 2024-07-25 15:42:20.758750357 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/google/google-authenticator-libpam</param>
- <param
name="changesrevision">962f353aac6cfc7b804547319db40f8b804f0b6c</param></service></servicedata>
+ <param
name="changesrevision">5c8f2a7a719c8ab7baa89795f3aea36260ee8d27</param></service></servicedata>
(No newline at EOF)