Update to 22.12.1

epel9
Justin Zobel 2 years ago
parent ab34b03c30
commit d16d1ad905

1
.gitignore vendored

@ -54,3 +54,4 @@
/libkexiv2-22.08.2.tar.xz
/libkexiv2-22.08.3.tar.xz
/libkexiv2-22.12.0.tar.xz
/libkexiv2-22.12.1.tar.xz

@ -1,19 +1,19 @@
%global framework libkexiv2
%global base_name libkexiv2
Name: kf5-libkexiv2
Summary: A wrapper around Exiv2 library
Version: 22.12.0
Version: 22.12.1
Release: 1%{?dist}
License: GPLv2+
URL: https://invent.kde.org/graphics/%{framework}
URL: https://invent.kde.org/graphics/%{base_name}
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{framework}-%{version}.tar.xz
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{base_name}-%{version}.tar.xz
## upstream patches (master branch)
@ -37,7 +37,7 @@ Requires: cmake(Qt5Gui)
%prep
%autosetup -n %{framework}-%{version} -p1
%autosetup -n %{base_name}-%{version} -p1
%build
@ -55,7 +55,7 @@ Requires: cmake(Qt5Gui)
%files
%doc AUTHORS README
%license LICENSES/*
%{_kf5_datadir}/qlogging-categories5/*%{framework}.*
%{_kf5_datadir}/qlogging-categories5/*%{base_name}.*
%{_kf5_libdir}/libKF5KExiv2.so.*
%files devel
@ -66,6 +66,9 @@ Requires: cmake(Qt5Gui)
%changelog
* Tue Jan 03 2023 Justin Zobel <justin@1707.io> - 22.12.1-1
- Update to 22.12.1
* Mon Dec 19 2022 Marc Deop <marcdeop@fedoraproject.org> - 22.12.0-1
- 22.12.0

@ -1 +1,2 @@
SHA512 (libkexiv2-22.12.0.tar.xz) = 5018360c4c5611660009977890d072030c6086e5a0e48880059a183db0ebe1acbf2039b106835242f39d57f1675f9abd067d5d33c6eccb311bede889a62be65e
SHA512 (libkexiv2-22.12.1.tar.xz) = e608d79211b33de99698b1cdbcf79d5c2aca9f520ecf4c7844b3cc2b5e6a4556780448eaef4f809540966c4f03fcfb2bbd401c01b41377fc19e32d2b7b9b21a5

Loading…
Cancel
Save