From 03408dc48a33e25650845a969c814c5229bc2da6 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 15 Jul 2015 01:24:18 -0500 Subject: Version bump for GNOME Flashback 3.16.1. - Drop gnome-applets-cpupower.patch because we can call --with-cpufreq-lib=cpupower now instead. --- gnome-applets.spec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/gnome-applets.spec b/gnome-applets.spec index fd01b16..0c70eb6 100644 --- a/gnome-applets.spec +++ b/gnome-applets.spec @@ -11,6 +11,7 @@ %define pygobject_version 2.26 %define libgweather_version 3.7.3 %define upower_version 0.9.4 +%define adwaita_icon_theme_version 3.14.0 %define po_package gnome-applets-3.0 @@ -18,15 +19,14 @@ Summary: Small applications for the GNOME panel Name: gnome-applets -Version: 3.14.0 +Version: 3.16.1 Release: 1%{?dist} Epoch: 1 License: GPLv2+ and GFDL Group: User Interface/Desktops URL: http://www.gnome.org/ # VCS: git:git://git.gnome.org/gnome-applets -Source: http://download.gnome.org/sources/%{name}/3.14/%{name}-%{version}.tar.xz -Patch1: gnome-applets-cpupower.patch +Source: http://download.gnome.org/sources/%{name}/3.16/%{name}-%{version}.tar.xz BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: gtk3-devel >= %{gtk3_version} @@ -51,6 +51,7 @@ BuildRequires: libxslt BuildRequires: gnome-settings-daemon-devel BuildRequires: NetworkManager-devel BuildRequires: libgweather-devel >= %{libgweather_version} +BuildRequires: adwaita-icon-theme-devel >= %{adwaita_icon_theme_version} # For cpufreq BuildRequires: dbus-devel BuildRequires: polkit-devel >= 0.92 @@ -80,7 +81,6 @@ and more. %prep %setup -q -%patch1 -p1 autoreconf -i -f @@ -92,7 +92,8 @@ autoreconf -i -f --disable-scrollkeeper \ --enable-mini-commander \ --enable-gtk-doc \ - --without-hal + --without-hal \ + --with-cpufreq-lib=cpupower # drop unneeded direct library deps with --as-needed # libtool doesn't make this easy, so we do it the hard way @@ -143,6 +144,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/32x32/apps/* %{_datadir}/icons/hicolor/48x48/apps/* %{_datadir}/icons/hicolor/scalable/apps/* +%{_datadir}/icons/hicolor/16x16/devices/* +%{_datadir}/icons/hicolor/24x24/status/* %{_datadir}/gnome-applets %{_bindir}/* %{python3_sitelib}/invest/ @@ -155,6 +158,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libexecdir}/gnome-panel/mini_commander_applet %{_libexecdir}/gnome-panel/modem_applet %{_libexecdir}/gnome-panel/multiload-applet-2 +%{_libexecdir}/gnome-panel/netspeed_applet2 %if %{build_stickynotes} %{_libexecdir}/gnome-panel/stickynotes_applet %endif @@ -170,6 +174,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Apr 30 2015 Mike DePaulo - 1:3.16.1-1 +- Version bump for GNOME Flashback 3.16.1. +- Drop gnome-applets-cpupower.patch because we can call + --with-cpufreq-lib=cpupower now instead. + * Mon Feb 09 2015 Yaakov Selkowitz - 1:3.14.0-1 - Version bump for GNOME Flashback 3.14. -- cgit