16 Commits

Author SHA1 Message Date
83b22349bb automatic version update by autodist [release 0.19.1-1mamba;Fri Jan 03 2025] 2025-01-03 09:47:31 +01:00
98f7c27910 automatic version update by autodist [release 0.19.0-1mamba;Sun Dec 29 2024] 2024-12-29 12:23:40 +01:00
2ffcc70e9f automatic version update by autodist [release 0.18.4-1mamba;Thu Sep 05 2024] 2024-09-05 09:54:27 +02:00
e503664b43 automatic version update by autodist [release 0.18.3-1mamba;Mon Jul 29 2024] 2024-07-29 14:21:34 +02:00
9470e5bad8 automatic version update by autodist [release 0.17.13-1mamba;Tue May 31 2022] 2024-01-05 18:47:51 +01:00
d1381562e1 automatic version update by autodist [release 0.17.12-1mamba;Fri May 20 2022] 2024-01-05 18:47:51 +01:00
fa7155e378 automatic version update by autodist [release 0.17.10-1mamba;Wed May 11 2022] 2024-01-05 18:47:51 +01:00
6f31f8a037 automatic version update by autodist [release 0.17.9-1mamba;Tue Apr 12 2022] 2024-01-05 18:47:51 +01:00
148f2725a1 automatic version update by autodist [release 0.17.8-1mamba;Thu Mar 24 2022] 2024-01-05 18:47:51 +01:00
c34b8774b2 automatic version update by autodist [release 0.17.7-1mamba;Thu Mar 03 2022] 2024-01-05 18:47:51 +01:00
1944cfc39a automatic version update by autodist [release 0.17.6-1mamba;Sun Jan 23 2022] 2024-01-05 18:47:51 +01:00
a3a50e6457 automatic version update by autodist [release 0.17.5-1mamba;Thu Jan 20 2022] 2024-01-05 18:47:51 +01:00
297378fc73 automatic version update by autodist [release 0.17.3-1mamba;Tue Jan 11 2022] 2024-01-05 18:47:51 +01:00
b2127f37c9 automatic version update by autodist [release 0.17.2-1mamba;Tue Jan 11 2022] 2024-01-05 18:47:51 +01:00
fd7a6d9639 automatic version update by autodist [release 0.17.1-1mamba;Wed Dec 15 2021] 2024-01-05 18:47:51 +01:00
e0fd8d510b automatic version update by autodist [release 0.17.0-1mamba;Sun Dec 12 2021] 2024-01-05 18:47:51 +01:00

View File

@ -1,5 +1,5 @@
Name: umockdev
Version: 0.16.3
Version: 0.19.1
Release: 1mamba
Summary: Mock hardware devices for creating unit tests and bug reporting
Group: System/Kernel and Hardware
@ -13,6 +13,7 @@ License: LGPL
BuildRequires: glibc-devel
BuildRequires: libglib-devel
BuildRequires: libpcap-devel
BuildRequires: libselinux-devel
BuildRequires: libudev-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -37,10 +38,10 @@ Requires: pkg-config
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
echo %{version} > .version
%build
%meson
@ -56,8 +57,6 @@ rm -f %{buildroot}%{_libdir}/libumockdev.la
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -86,6 +85,54 @@ rm -f %{buildroot}%{_libdir}/libumockdev.la
%doc NEWS
%changelog
* Fri Jan 03 2025 Automatic Build System <autodist@openmamba.org> 0.19.1-1mamba
- automatic version update by autodist
* Sun Dec 29 2024 Automatic Build System <autodist@openmamba.org> 0.19.0-1mamba
- automatic version update by autodist
* Thu Sep 05 2024 Automatic Build System <autodist@openmamba.org> 0.18.4-1mamba
- automatic version update by autodist
* Mon Jul 29 2024 Automatic Build System <autodist@openmamba.org> 0.18.3-1mamba
- automatic version update by autodist
* Tue May 31 2022 Automatic Build System <autodist@mambasoft.it> 0.17.13-1mamba
- automatic version update by autodist
* Fri May 20 2022 Automatic Build System <autodist@mambasoft.it> 0.17.12-1mamba
- automatic version update by autodist
* Wed May 11 2022 Automatic Build System <autodist@mambasoft.it> 0.17.10-1mamba
- automatic version update by autodist
* Tue Apr 12 2022 Automatic Build System <autodist@mambasoft.it> 0.17.9-1mamba
- automatic version update by autodist
* Thu Mar 24 2022 Automatic Build System <autodist@mambasoft.it> 0.17.8-1mamba
- automatic version update by autodist
* Thu Mar 03 2022 Automatic Build System <autodist@mambasoft.it> 0.17.7-1mamba
- automatic version update by autodist
* Sun Jan 23 2022 Automatic Build System <autodist@mambasoft.it> 0.17.6-1mamba
- automatic version update by autodist
* Thu Jan 20 2022 Automatic Build System <autodist@mambasoft.it> 0.17.5-1mamba
- automatic version update by autodist
* Tue Jan 11 2022 Automatic Build System <autodist@mambasoft.it> 0.17.3-1mamba
- automatic version update by autodist
* Tue Jan 11 2022 Automatic Build System <autodist@mambasoft.it> 0.17.2-1mamba
- automatic version update by autodist
* Wed Dec 15 2021 Automatic Build System <autodist@mambasoft.it> 0.17.1-1mamba
- automatic version update by autodist
* Sun Dec 12 2021 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba
- automatic version update by autodist
* Wed Sep 15 2021 Automatic Build System <autodist@mambasoft.it> 0.16.3-1mamba
- automatic version update by autodist