diff --git a/.gitignore b/.gitignore index 72ddd75..2665ae3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1 @@ -/solid-5.18.0.tar.xz -/solid-5.19.0.tar.xz -/solid-5.20.0.tar.xz -/solid-5.21.0.tar.xz -/solid-5.22.0.tar.xz -/solid-5.23.0.tar.xz -/solid-5.24.0.tar.xz -/solid-5.25.0.tar.xz -/solid-5.26.0.tar.xz -/solid-5.27.0.tar.xz -/solid-5.29.0.tar.xz -/solid-5.31.0.tar.xz -/solid-5.32.0.tar.xz -/solid-5.33.0.tar.xz -/solid-5.34.0.tar.xz -/solid-5.35.0.tar.xz /solid-5.36.0.tar.xz diff --git a/kf5-solid.spec b/kf5-solid.spec index e9eab69..8ffc09b 100644 --- a/kf5-solid.spec +++ b/kf5-solid.spec @@ -1,12 +1,12 @@ %global framework solid -Name: kf5-%{framework} +Name: kf5-%{framework} Version: 5.36.0 -Release: 3%{?dist} -Summary: KDE Frameworks 5 Tier 1 integration module that provides hardware information +Release: 4%{?dist} +Summary: KDE Frameworks 5 Tier 1 integration module that provides hardware information -License: LGPLv2+ -URL: https://cgit.kde.org/%{framework}.git +License: LGPLv2+ +URL: https://solid.kde.org/ %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -15,7 +15,7 @@ URL: https://cgit.kde.org/%{framework}.git %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz # Workaround https://bugzilla.redhat.com/show_bug.cgi?id=1364943 # Technically only affects rawhide/f26, but is harmless elsewhere too @@ -33,12 +33,16 @@ BuildRequires: systemd-devel # Predicate parser deps BuildRequires: bison BuildRequires: flex +# really runtime-only dep, but doesn't hurt to check availability at buildtime +BuildRequires: media-player-info %if 0%{?fedora} > 23 Recommends: media-player-info +Recommends: udisks2 +Recommends: upower %else -# really runtime-only dep, but doesn't hurt to check availability at buildtime -BuildRequires: media-player-info Requires: media-player-info +Requires: udisks2 +Requires: upower %endif %endif @@ -112,6 +116,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Aug 04 2017 Rex Dieter - 5.36.0-4 +- .spec cosmetics, update URL +- add runtime deps: udisks2, upower + * Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild