Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2025-05-09 18:42:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcsc-lite (Old)
 and      /work/SRC/openSUSE:Factory/.pcsc-lite.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcsc-lite"

Fri May  9 18:42:31 2025 rev:107 rq:1275624 version:2.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes      2025-01-24 
13:38:10.521133624 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new.30101/pcsc-lite.changes   
2025-05-09 18:42:36.811164337 +0200
@@ -1,0 +2,18 @@
+Wed Apr  2 16:52:44 UTC 2025 - Axel Braun <axel.br...@gmx.de>
+
+- version 2.3.3
+  * Make polkit rules work again (bug introduced in 2.3.2)
+  * harden_pcscd.service.patch removed (went to upstream)
+  
+-------------------------------------------------------------------
+Wed Mar 26 16:38:17 UTC 2025 - Axel Braun <axel.br...@gmx.de>
+
+- version 2.3.2
+  * Hardening systemd pcscd.service file
+  * pcscd.service: add missing Requires=polkit.service
+  * pcsc-spy: add missing PCSCv2_PART10_PROPERTY_* definitions
+  * Support udev PCSCLITE_IGNORE property to filter readers
+  * debuglog: force use of colors when --color is used
+  * Some other minor improvements
+
+-------------------------------------------------------------------

Old:
----
  harden_pcscd.service.patch
  pcsc-lite-2.3.1.tar.xz
  pcsc-lite-2.3.1.tar.xz.asc

New:
----
  pcsc-lite-2.3.3.tar.xz
  pcsc-lite-2.3.3.tar.xz.asc

BETA DEBUG BEGIN:
  Old:  * Make polkit rules work again (bug introduced in 2.3.2)
  * harden_pcscd.service.patch removed (went to upstream)
  
BETA DEBUG END:

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

Other differences:
------------------
++++++ pcsc-lite.spec ++++++
--- /var/tmp/diff_new_pack.90zMSL/_old  2025-05-09 18:42:40.047299456 +0200
+++ /var/tmp/diff_new_pack.90zMSL/_new  2025-05-09 18:42:40.059299957 +0200
@@ -26,7 +26,7 @@
 %define PKG_USER       scard
 %define PKG_GROUP      scard
 Name:           pcsc-lite
-Version:        2.3.1
+Version:        2.3.3
 Release:        0
 Summary:        PC/SC Smart Cards Library
 License:        BSD-3-Clause AND GPL-3.0-or-later
@@ -41,7 +41,6 @@
 Source8:        %{name}.keyring
 Source9:        %{name}.sysusers
 Patch0:         systemd-service.patch
-Patch1:         harden_pcscd.service.patch
 BuildRequires:  cmake
 BuildRequires:  flex
 BuildRequires:  gcc
@@ -115,10 +114,9 @@
 compile plugins for the pcsc-lite package.
 
 %prep
-%setup
-%patch -P 0 -p1
+%autosetup -p1
+#%%patch -P 0 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE6} .
-%patch -P 1 -p1
 
 %build
 %sysusers_generate_pre %{SOURCE9} %{PKG_USER} %{PKG_USER}.conf

++++++ pcsc-lite-2.3.1.tar.xz -> pcsc-lite-2.3.3.tar.xz ++++++
++++ 2402 lines of diff (skipped)

++++++ systemd-service.patch ++++++
--- /var/tmp/diff_new_pack.90zMSL/_old  2025-05-09 18:42:41.327352903 +0200
+++ /var/tmp/diff_new_pack.90zMSL/_new  2025-05-09 18:42:41.359354239 +0200
@@ -1,8 +1,7 @@
-diff --git a/etc/pcscd.service.in b/etc/pcscd.service.in
-index 65ad6a6..f0929cd 100644
---- a/etc/pcscd.service.in
-+++ b/etc/pcscd.service.in
-@@ -4,9 +4,10 @@ Requires=pcscd.socket
+diff -rU 3 a/etc/pcscd.service.in b/etc/pcscd.service.in
+--- a/etc/pcscd.service.in     2025-03-26 15:52:29.000000000 +0100
++++ b/etc/pcscd.service.in     2025-03-27 09:55:27.046044040 +0100
+@@ -5,9 +5,10 @@
  Documentation=man:pcscd(8)
  
  [Service]
@@ -13,6 +12,6 @@
  ExecReload=@sbindir_exp@/pcscd --hotplug
 -EnvironmentFile=-@sysconfdir@/default/pcscd
  
- [Install]
- Also=pcscd.socket
+ # Paths
+ ProtectProc=invisible
 

Reply via email to