Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pam_p11 for openSUSE:Factory checked 
in at 2026-03-31 16:26:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_p11 (Old)
 and      /work/SRC/openSUSE:Factory/.pam_p11.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_p11"

Tue Mar 31 16:26:38 2026 rev:29 rq:1343772 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam_p11/pam_p11.changes  2024-12-20 
15:29:09.856423033 +0100
+++ /work/SRC/openSUSE:Factory/.pam_p11.new.1999/pam_p11.changes        
2026-03-31 16:26:41.605909223 +0200
@@ -1,0 +2,6 @@
+Mon Mar 30 20:39:34 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.6.1:
+  * Add Georgian translation
+
+-------------------------------------------------------------------

Old:
----
  pam_p11-0.6.0.tar.gz

New:
----
  pam_p11-0.6.1.tar.gz

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

Other differences:
------------------
++++++ pam_p11.spec ++++++
--- /var/tmp/diff_new_pack.sxvTQZ/_old  2026-03-31 16:26:42.197934046 +0200
+++ /var/tmp/diff_new_pack.sxvTQZ/_new  2026-03-31 16:26:42.201934214 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_p11
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           pam_p11
-Version:        0.6.0
+Version:        0.6.1
 Release:        0
 Summary:        PAM Authentication Module for Using Cryptographic Tokens
 License:        LGPL-2.1-or-later

++++++ pam_p11-0.6.0.tar.gz -> pam_p11-0.6.1.tar.gz ++++++
++++ 6674 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pam_p11-0.6.0/NEWS new/pam_p11-0.6.1/NEWS
--- old/pam_p11-0.6.0/NEWS      2024-03-20 07:15:22.000000000 +0100
+++ new/pam_p11-0.6.1/NEWS      2026-01-21 02:12:36.000000000 +0100
@@ -1,5 +1,11 @@
 NEWS for Pam_p11 -- History of user visible changes
 
+New in 0.6.1; 2025-01-21; Frank Morgner
+* Add Georgian translation
+
+New in 0.6.0; 2024-03-22; Frank Morgner
+* Add Japanese translation
+
 New in 0.5.0; 2023-08-03; Frank Morgner
 * Add support for tokens that only contain a certificate (and no public key)
 * Fixed never-ending loop if the PIN is locked
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pam_p11-0.6.0/README.md new/pam_p11-0.6.1/README.md
--- old/pam_p11-0.6.0/README.md 2024-03-20 22:57:59.000000000 +0100
+++ new/pam_p11-0.6.1/README.md 2026-01-21 02:12:36.000000000 +0100
@@ -1,6 +1,6 @@
 # Welcome to pam_p11
 
-Pam_p11 is a plugable authentication module (pam) package for using 
crpytographic tokens such as smart cards and usb crypto tokens for 
authentication.
+Pam_p11 is a plugable authentication module (pam) package for using 
crpytographic tokens such as smart cards and usb crypto tokens for 
authentication on single user systems.
 
 Pam_p11 uses [libp11](https://github.com/OpenSC/libp11/) to access any PKCS#11 
module. It should be compatible with any implementation, but it is primarely 
developed using [OpenSC](https://github.com/OpenSC/OpenSC/).
 
@@ -20,9 +20,9 @@
 Installation is quite easy:
 
 ```
-wget 
https://github.com/OpenSC/pam_p11/releases/download/pam_p11-0.6.0/pam_p11-0.6.0.tar.gz
-tar xfvz pam_p11-0.6.0.tar.gz
-cd pam_p11-0.6.0
+wget 
https://github.com/OpenSC/pam_p11/releases/download/pam_p11-0.6.1/pam_p11-0.6.1.tar.gz
+tar xfvz pam_p11-0.6.1.tar.gz
+cd pam_p11-0.6.1
 ./configure --prefix=/usr --libdir=/lib/
 make
 make install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pam_p11-0.6.0/config.h.in new/pam_p11-0.6.1/config.h.in
--- old/pam_p11-0.6.0/config.h.in       2024-03-21 23:01:13.000000000 +0100
+++ new/pam_p11-0.6.1/config.h.in       2026-01-21 02:12:50.000000000 +0100
@@ -22,7 +22,7 @@
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H
 
-/* Define to 1 if you don't have 'vprintf' but do have '_doprnt.' */
+/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 #undef HAVE_DOPRNT
 
 /* Define to 1 if you have the <fcntl.h> header file. */
@@ -37,29 +37,29 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
-/* Define to 1 if you have the 'pam_misc' library (-lpam_misc). */
+/* Define to 1 if you have the `pam_misc' library (-lpam_misc). */
 #undef HAVE_LIBPAM_MISC
 
-/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    to 0 otherwise. */
 #undef HAVE_MALLOC
 
-/* Define to 1 if you have the 'memset' function. */
+/* Define to 1 if you have the `memset' function. */
 #undef HAVE_MEMSET
 
-/* Define to 1 if you have the 'openpam_ttyconv' function. */
+/* Define to 1 if you have the `openpam_ttyconv' function. */
 #undef HAVE_OPENPAM_TTYCONV
 
-/* Define to 1 if you have the 'pam_vprompt' function. */
+/* Define to 1 if you have the `pam_vprompt' function. */
 #undef HAVE_PAM_VPROMPT
 
-/* Define to 1 if you have the 'PKCS11_enumerate_public_keys' function. */
+/* Define to 1 if you have the `PKCS11_enumerate_public_keys' function. */
 #undef HAVE_PKCS11_ENUMERATE_PUBLIC_KEYS
 
-/* Define to 1 if you have the 'PKCS11_is_logged_in' function. */
+/* Define to 1 if you have the `PKCS11_is_logged_in' function. */
 #undef HAVE_PKCS11_IS_LOGGED_IN
 
-/* Define to 1 if your system has a GNU libc compatible 'realloc' function,
+/* Define to 1 if your system has a GNU libc compatible `realloc' function,
    and to 0 otherwise. */
 #undef HAVE_REALLOC
 
@@ -69,7 +69,7 @@
 /* Define to 1 if you have the <security/pam_misc.h> header file. */
 #undef HAVE_SECURITY_PAM_MISC_H
 
-/* Define to 1 if 'stat' has the bug that it succeeds when given the
+/* Define to 1 if `stat' has the bug that it succeeds when given the
    zero-length file name argument. */
 #undef HAVE_STAT_EMPTY_STRING_BUG
 
@@ -82,10 +82,10 @@
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
-/* Define to 1 if you have the 'strdup' function. */
+/* Define to 1 if you have the `strdup' function. */
 #undef HAVE_STRDUP
 
-/* Define to 1 if you have the 'strerror' function. */
+/* Define to 1 if you have the `strerror' function. */
 #undef HAVE_STRERROR
 
 /* Define to 1 if you have the <strings.h> header file. */
@@ -109,10 +109,10 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define to 1 if you have the 'vprintf' function. */
+/* Define to 1 if you have the `vprintf' function. */
 #undef HAVE_VPRINTF
 
-/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
+/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
    slash. */
 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 
@@ -140,7 +140,7 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
-/* Define to 1 if all of the C89 standard headers exist (not just the ones
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
    required in a freestanding environment). This macro is provided for
    backward compatibility; new code need not use it. */
 #undef STDC_HEADERS
@@ -166,5 +166,5 @@
 /* Define to rpl_realloc if the replacement function should be used. */
 #undef realloc
 
-/* Define as 'unsigned int' if <stddef.h> doesn't define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pam_p11-0.6.0/configure.ac new/pam_p11-0.6.1/configure.ac
--- old/pam_p11-0.6.0/configure.ac      2024-03-21 23:00:50.000000000 +0100
+++ new/pam_p11-0.6.1/configure.ac      2026-01-21 02:12:36.000000000 +0100
@@ -2,7 +2,7 @@
 
 define([PACKAGE_VERSION_MAJOR], [0])
 define([PACKAGE_VERSION_MINOR], [6])
-define([PACKAGE_VERSION_FIX], [0])
+define([PACKAGE_VERSION_FIX], [1])
 define([PACKAGE_SUFFIX], [])
 define([PRODUCT_BUGREPORT], [https://github.com/OpenSC/pam_p11/issues])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pam_p11-0.6.0/m4/libtool.m4 new/pam_p11-0.6.1/m4/libtool.m4
--- old/pam_p11-0.6.0/m4/libtool.m4     2022-03-17 04:23:06.000000000 +0100
+++ new/pam_p11-0.6.1/m4/libtool.m4     2024-04-08 18:07:55.000000000 +0200
@@ -730,7 +730,6 @@
     cat <<_LT_EOF >> "$cfgfile"
 #! $SHELL
 # Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
 # Provide generalized library-building support services.
@@ -2907,6 +2906,18 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -3566,7 +3577,7 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern 
/lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -4072,7 +4083,8 @@
   if AC_TRY_EVAL(ac_compile); then
     # Now try to grab the symbols.
     nlist=conftest.nm
-    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" 
\> $nlist) && test -s "$nlist"; then
+    $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | 
$lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD
+    if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> 
$nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then
       # Try sorting and uniquifying the output.
       if sort "$nlist" | uniq > "$nlist"T; then
        mv -f "$nlist"T "$nlist"
@@ -4444,7 +4456,7 @@
            ;;
        esac
        ;;
-      netbsd*)
+      netbsd* | netbsdelf*-gnu)
        ;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4712,6 +4724,12 @@
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
         ;;
+      # flang / f18. f95 an alias for gfortran or flang on Debian
+      flang* | f18* | f95*)
+       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+        ;;
       # icc used to be incompatible with GCC.
       # ICC 10 doesn't accept -KPIC any more.
       icc* | ifort*)
@@ -4956,6 +4974,9 @@
       ;;
     esac
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   *)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | 
$global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
     ;;
@@ -5018,6 +5039,9 @@
   openbsd* | bitrig*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes
@@ -5253,6 +5277,7 @@
 
        case $cc_basename in
        tcc*)
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
          _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
          ;;
        xlf* | bgf* | bgxlf* | mpixlf*)
@@ -5273,7 +5298,7 @@
       fi
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs 
$linker_flags -o $lib'
        wlarc=
@@ -5794,6 +5819,7 @@
        if test yes = "$lt_cv_irix_exported_symbol"; then
           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs 
$deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && 
func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry 
$wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
        fi
+       _LT_TAGVAR(link_all_deplibs, $1)=no
       else
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags -soname $soname `test -n "$verstring" && func_echo_all 
"-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags -soname $soname `test -n "$verstring" && func_echo_all 
"-set_version $verstring"` -update_registry $output_objdir/so_locations 
-exports_file $export_symbols -o $lib'
@@ -5811,11 +5837,12 @@
        # Fabrice Bellard et al's Tiny C Compiler
        _LT_TAGVAR(ld_shlibs, $1)=yes
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs 
$deplibs $compiler_flags'
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
        ;;
       esac
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs 
$linker_flags'  # a.out
       else
@@ -6442,7 +6469,7 @@
       # Commands to make compiler produce verbose output that lists
       # what "hidden" libraries, object files and flags are used when
       # linking a shared library.
-      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | 
$GREP -v "^Configured with:" | $GREP "\-L"'
+      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | 
$GREP -v "^Configured with:" | $GREP " \-L"'
 
     else
       GXX=no
@@ -6818,7 +6845,7 @@
             # explicitly linking system object files so we need to strip them
             # from the output so that they don't get included in the library
             # dependencies.
-            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v 
conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z 
in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; 
done; func_echo_all "$list"'
+            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v 
conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z 
in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; 
done; func_echo_all "$list"'
             ;;
           *)
             if test yes = "$GXX"; then
@@ -6883,7 +6910,7 @@
            # explicitly linking system object files so we need to strip them
            # from the output so that they don't get included in the library
            # dependencies.
-           output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v 
conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z 
in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; 
done; func_echo_all "$list"'
+           output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v 
conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z 
in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; 
done; func_echo_all "$list"'
            ;;
           *)
            if test yes = "$GXX"; then
@@ -7222,7 +7249,7 @@
              # Commands to make compiler produce verbose output that lists
              # what "hidden" libraries, object files and flags are used when
              # linking a shared library.
-             output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 
2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+             output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 
2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
 
            else
              # FIXME: insert proper C++ library support
@@ -7306,7 +7333,7 @@
                # Commands to make compiler produce verbose output that lists
                # what "hidden" libraries, object files and flags are used when
                # linking a shared library.
-               output_verbose_link_cmd='$CC -shared $CFLAGS -v 
conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+               output_verbose_link_cmd='$CC -shared $CFLAGS -v 
conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
              else
                # g++ 2.7 appears to require '-G' NOT '-shared' on this
                # platform.
@@ -7317,7 +7344,7 @@
                # Commands to make compiler produce verbose output that lists
                # what "hidden" libraries, object files and flags are used when
                # linking a shared library.
-               output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 
2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+               output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 
2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
              fi
 
              _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pam_p11-0.6.0/po/de.po new/pam_p11-0.6.1/po/de.po
--- old/pam_p11-0.6.0/po/de.po  2024-03-20 22:58:20.000000000 +0100
+++ new/pam_p11-0.6.1/po/de.po  2026-01-21 02:12:36.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: pam_p11 0.1.7_git\n"
 "Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n";
-"POT-Creation-Date: 2024-03-20 22:58+0100\n"
+"POT-Creation-Date: 2023-11-06 13:26+0100\n"
 "PO-Revision-Date: 2018-04-05 11:14+0200\n"
 "Last-Translator: Frank Morgner <[email protected]>\n"
 "Language-Team: German\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pam_p11-0.6.0/po/it.po new/pam_p11-0.6.1/po/it.po
--- old/pam_p11-0.6.0/po/it.po  2024-03-20 22:58:20.000000000 +0100
+++ new/pam_p11-0.6.1/po/it.po  2026-01-21 02:12:36.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: pam-p11\n"
 "Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n";
-"POT-Creation-Date: 2024-03-20 22:58+0100\n"
+"POT-Creation-Date: 2023-11-06 13:26+0100\n"
 "PO-Revision-Date: 2019-02-28 14:03+0000\n"
 "Last-Translator: Milo Casagrande <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pam_p11-0.6.0/po/ja.po new/pam_p11-0.6.1/po/ja.po
--- old/pam_p11-0.6.0/po/ja.po  2024-03-20 22:58:20.000000000 +0100
+++ new/pam_p11-0.6.1/po/ja.po  2026-01-21 02:12:36.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: pam_p11 0.5.0\n"
 "Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n";
-"POT-Creation-Date: 2024-03-20 22:58+0100\n"
+"POT-Creation-Date: 2023-11-06 13:26+0100\n"
 "PO-Revision-Date: 2024-03-19 00:24+0900\n"
 "Last-Translator: Nejikugi <[email protected]>\n"
 "Language: ja\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pam_p11-0.6.0/po/ru.po new/pam_p11-0.6.1/po/ru.po
--- old/pam_p11-0.6.0/po/ru.po  2024-03-20 22:58:20.000000000 +0100
+++ new/pam_p11-0.6.1/po/ru.po  2026-01-21 02:12:36.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: pam_p11 0.5.0\n"
 "Report-Msgid-Bugs-To: https://github.com/OpenSC/pam_p11/issues\n";
-"POT-Creation-Date: 2024-03-20 22:58+0100\n"
+"POT-Creation-Date: 2023-11-06 13:26+0100\n"
 "Last-Translator: Mikhail Novosyolov <[email protected]\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"

Reply via email to