Merge branch epel9-next into epel9

epel9
Troy Dawson 2 years ago
commit b0d911d591

9
.gitignore vendored

@ -36,3 +36,12 @@
/kdeconnect-kde-21.12.3.tar.xz
/kdeconnect-kde-22.04.1.tar.xz
/kdeconnect-kde-22.04.1.tar.xz
/kdeconnect-kde-22.04.3.tar.xz
/kdeconnect-kde-22.08.0.tar.xz
/kdeconnect-kde-22.08.1.tar.xz
/kdeconnect-kde-22.08.2.tar.xz
/kdeconnect-kde-22.08.3.tar.xz
/kdeconnect-kde-22.12.0.tar.xz
/kdeconnect-kde-22.12.1.tar.xz
/kdeconnect-kde-22.12.2.tar.xz
/kdeconnect-kde-22.12.3.tar.xz

@ -1,11 +1,11 @@
# enable experimental (default off) bluetooth support
#global bluetooth 1
%global module kdeconnect-kde
%global base_name kdeconnect-kde
Name: kde-connect
Version: 22.04.1
Release: 3%{?dist}
Version: 22.12.3
Release: 1%{?dist}
License: GPLv2+
Summary: KDE Connect client for communication with smartphones
@ -16,7 +16,7 @@ Url: https://community.kde.org/KDEConnect
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{module}-%{version}.tar.xz
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{base_name}-%{version}.tar.xz
## upstream patches (lookaside cache)
@ -56,6 +56,7 @@ BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5X11Extras)
# wayland/clipboard deps
BuildRequires: cmake(Qt5WaylandClient)
BuildRequires: cmake(PlasmaWaylandProtocols)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: qt5-qtbase-private-devel
@ -121,7 +122,7 @@ Supplements: (kdeconnectd and nautilus)
%prep
%autosetup -n %{module}-%{version} -p1
%autosetup -n %{base_name}-%{version} -p1
%build
@ -190,8 +191,47 @@ done
%changelog
* Tue Dec 20 2022 Troy Dawson <tdawson@redhat.com> - 22.04.1-3
- Rebuild for updated pulseaudio-qt
* Thu Mar 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 22.12.3-1
- 22.12.3
* Tue Jan 31 2023 Marc Deop <marcdeop@fedoraproject.org> - 22.12.2-1
- 22.12.2
* Tue Jan 24 2023 Marc Deop <marcdeop@fedoraproject.org> - 22.12.1-3
- Add upstream patch
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 22.12.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Jan 04 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
* Thu Nov 03 2022 Than Ngo <than@redhat.com> - 22.08.3-1
- 22.08.3
* Fri Oct 14 2022 Marc Deop <marcdeop@fedoraproject.org> - 22.08.2-1
- 22.08.2
* Thu Sep 08 2022 Marc Deop <marcdeop@fedoraproject.org> - 22.08.1-1
- 22.08.1
* Fri Aug 19 2022 Marc Deop <marcdeop@fedoraproject.org> - 22.08.0-1
- 22.08.0
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 22.04.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jul 14 2022 Jan Grulich <jgrulich@redhat.com> - 22.04.3-2
- Rebuild (qt5)
* Thu Jul 07 2022 Than Ngo <than@redhat.com> - 22.04.3-1
- 22.04.3
* Tue May 17 2022 Jan Grulich <jgrulich@redhat.com> - 22.04.1-3
- Rebuild (qt5)
* Sun May 15 2022 Justin Zobel <justin@1707.io> - 22.04.1-1
- Update to 22.04.1

@ -1 +1 @@
SHA512 (kdeconnect-kde-22.04.1.tar.xz) = 98c81deb2b97c5b24d6bbdfcb3a7efba487ae212cae7c8449b1b8d91cf61fbd485225f1f38139425ea6cd8736a617452daa2cf6c84ffbda57c2830d420038c27
SHA512 (kdeconnect-kde-22.12.3.tar.xz) = 2a6e0b76c49200662c2dcc7ce1ab60e6292d76727197f1b5cd8426422175180226a2b351b21bc947162d61358f906c319369f417c10561d2e9267f95912a629a

Loading…
Cancel
Save