[packages/gnome-panel] Update to 3.28.0

megabajt megabajt at pld-linux.org
Mon Mar 26 20:44:17 CEST 2018


commit 46c7d8029041915978c35ade478b9d93ff01f63b
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Mon Mar 26 20:43:21 2018 +0200

    Update to 3.28.0
    
    - removed obsolete -libgweather patch

 gnome-panel-libgweather.patch | 29 -----------------------------
 gnome-panel.spec              | 11 +++++------
 2 files changed, 5 insertions(+), 35 deletions(-)
---
diff --git a/gnome-panel.spec b/gnome-panel.spec
index 6b33d63..14e4f9c 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -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)
diff --git a/gnome-panel-libgweather.patch b/gnome-panel-libgweather.patch
deleted file mode 100644
index b4815cb..0000000
--- a/gnome-panel-libgweather.patch
+++ /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 at 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
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-panel.git/commitdiff/46c7d8029041915978c35ade478b9d93ff01f63b



More information about the pld-cvs-commit mailing list