diff --git a/libopensc.spec b/libopensc.spec index 8ef361f..f687c22 100644 --- a/libopensc.spec +++ b/libopensc.spec @@ -1,7 +1,7 @@ %define plugindir %{_libdir}/mozilla/plugins Name: libopensc -Version: 0.25.1 +Version: 0.26.0 Release: 1mamba Summary: OpenSC is a library and utilites to access SmartCard devices Group: System/Libraries @@ -49,7 +49,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} libOpenSC is a library for accessing SmartCard devices. This package contains static libraries and header files needed for development. -%debug_package %prep %setup -q -n opensc-%{version} @@ -74,8 +73,6 @@ rm -f %{buildroot}%{_mandir}/man1/opensc-config.* %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %files -n opensc %defattr(-,root,root) @@ -109,6 +106,9 @@ rm -f %{buildroot}%{_mandir}/man1/opensc-config.* %doc NEWS README %changelog +* Tue Dec 31 2024 Automatic Build System 0.26.0-1mamba +- automatic update by autodist + * Fri Apr 26 2024 Automatic Build System 0.25.1-1mamba - automatic update by autodist