Update to 22.12.1

epel9
Justin Zobel 2 years ago
parent e2870fa266
commit aa1230600d

1
.gitignore vendored

@ -55,3 +55,4 @@
/libkipi-22.08.2.tar.xz
/libkipi-22.08.3.tar.xz
/libkipi-22.12.0.tar.xz
/libkipi-22.12.1.tar.xz

@ -1,20 +1,20 @@
%undefine __cmake_in_source_build
%global framework libkipi
%global base_name libkipi
Name: kf5-libkipi
Summary: Common plugin infrastructure for KDE image applications
Version: 22.12.0
Version: 22.12.1
Release: 1%{?dist}
License: GPLv2+
URL: https://invent.kde.org/frameworks/%{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
BuildRequires: extra-cmake-modules
BuildRequires: gettext
@ -50,7 +50,7 @@ Requires: cmake(KF5XmlGui)
%prep
%autosetup -n %{framework}-%{version} -p1
%autosetup -n %{base_name}-%{version} -p1
%build
@ -79,6 +79,9 @@ Requires: cmake(KF5XmlGui)
%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,3 @@
SHA512 (libkipi-22.12.0.tar.xz) = a0adac6f549a8276c9c73737dc75c1fb7bfa55960f2d2c868bce51f4631eb135d703846bffbc85af3757121976ed641c7d19ab17b6bf4289c5a0e4313ea0973d
SHA512 (libkipi-22.04.1.tar.xz) = 0bab4c3a59dd0b731738cb84b3635b0ec00339419a1376759f87d730e49540c7fa9096130da979c92c8d8183fb1415998907f9935c06a8c85ce27e2a8b94367f
SHA512 (libkipi-22.12.1.tar.xz) = 36b5451a5eee18fc95552741cfad092427a7b6900b50a68e387716a5f11b4643a87bd0af7c20fcb96278621fc26970b38aca516bf8d7e3dd12c530d14b871697

Loading…
Cancel
Save