]> git.pld-linux.org Git - packages/gnome-panel.git/commitdiff
Update to 3.28.0 auto/th/gnome-panel-3.28.0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 26 Mar 2018 18:43:21 +0000 (20:43 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 26 Mar 2018 18:43:21 +0000 (20:43 +0200)
- removed obsolete -libgweather patch

gnome-panel-libgweather.patch [deleted file]
gnome-panel.spec

diff --git a/gnome-panel-libgweather.patch b/gnome-panel-libgweather.patch
deleted file mode 100644 (file)
index b4815cb..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-From 8d63e6ec19f2b4a490c2abc81881c50402058b17 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= <alberts.muktupavels@gmail.com>
-Date: Thu, 11 Jan 2018 20:04:20 +0200
-Subject: clock: update clock location for API change
-
-The deprecated argument to gweather_info_new() got dropped.
----
- modules/clock/clock-location.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/modules/clock/clock-location.c b/modules/clock/clock-location.c
-index bbcb3aa..89a12e2 100644
---- a/modules/clock/clock-location.c
-+++ b/modules/clock/clock-location.c
-@@ -477,7 +477,11 @@ setup_weather_updates (ClockLocation *loc)
-               priv->weather_timeout = 0;
-       }
-+#if GWEATHER_CHECK_VERSION (3, 27, 2)
-+      priv->weather_info = gweather_info_new (priv->loc);
-+#else
-       priv->weather_info = gweather_info_new (priv->loc, GWEATHER_FORECAST_LIST);
-+#endif
-       g_signal_connect (priv->weather_info, "updated",
-                         G_CALLBACK (weather_info_updated), loc);
--- 
-cgit v0.12
-
index 6b33d6321762e22febd9fe82ba01da06c207539e..14e4f9cccd372bf3a16ae373b3138f6dc24cea13 100644 (file)
@@ -5,13 +5,12 @@
 Summary:       The core programs for the GNOME GUI desktop environment
 Summary(pl.UTF-8):     Podstawowe programy środowiska graficznego GNOME
 Name:          gnome-panel
-Version:       3.26.0
+Version:       3.28.0
 Release:       1
 License:       LGPL v2+ (library), GPL v2+ (the rest)
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/3.26/%{name}-%{version}.tar.xz
-# Source0-md5: 8e9fa02a55e447e613c629bcf467f807
-Patch0:                %{name}-libgweather.patch
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/3.28/%{name}-%{version}.tar.xz
+# Source0-md5: 3011d52bf1d8990ec075fa5fe411d35e
 URL:           http://www.gnome.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.13
@@ -41,6 +40,7 @@ BuildRequires:        rpm-build >= 4.1-10
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: systemd-devel >= 230
 BuildRequires: tar >= 1:1.22
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXau-devel
@@ -134,7 +134,6 @@ Dokumentacja API panel-applet.
 
 %prep
 %setup -q
-%patch0 -p1
 
 # short circuit stopper (fix me!)
 %{__mv} ChangeLog main-ChangeLog
@@ -192,6 +191,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/%{name}/modules
 %attr(755,root,root) %{_libdir}/%{name}/modules/clock.so
 %attr(755,root,root) %{_libdir}/%{name}/modules/fish.so
+%attr(755,root,root) %{_libdir}/%{name}/modules/menu.so
 %attr(755,root,root) %{_libdir}/%{name}/modules/notification-area.so
 %attr(755,root,root) %{_libdir}/%{name}/modules/separator.so
 %attr(755,root,root) %{_libdir}/%{name}/modules/status-notifier.so
@@ -221,7 +221,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libpanel-applet.so
 %{_includedir}/gnome-panel
 %{_pkgconfigdir}/libpanel-applet.pc
-%{_pkgconfigdir}/libgnome-panel.pc
 
 %files apidocs
 %defattr(644,root,root,755)
This page took 0.09042 seconds and 4 git commands to generate.