summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-03-26 14:35:35 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2017-03-26 14:35:35 -0500
commitc7a61a1d2744677406357b8fe96ff96721cc0996 (patch)
tree9ee4e902e2e787d6ca017e0703f190ee86432397
parent491649330990b53ec10af47e38f4da3e72ef67dc (diff)
downloadgnome-panel-c7a61a1d2744677406357b8fe96ff96721cc0996.tar.gz
gnome-panel-c7a61a1d2744677406357b8fe96ff96721cc0996.tar.xz
gnome-panel-c7a61a1d2744677406357b8fe96ff96721cc0996.zip
gnome-panel 3.24.0
-rw-r--r--.gitignore1
-rw-r--r--gnome-panel.spec20
-rw-r--r--sources2
3 files changed, 14 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 080d429..6a01ac4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@ gnome-panel-2.31.6.tar.bz2
/gnome-panel-3.20.0.tar.xz
/gnome-panel-3.20.1.tar.xz
/gnome-panel-3.22.0.tar.xz
+/gnome-panel-3.24.0.tar.xz
diff --git a/gnome-panel.spec b/gnome-panel.spec
index d23dbfa..e0556b9 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -2,7 +2,7 @@
%define gnome_desktop_version 2.91.6
%define glib2_version 2.45.3
-%define gtk3_version 3.19.6
+%define gtk3_version 3.22.0
%define libwnck_version 3.4.6
%define gnome_menus_version 3.7.90
%define telepathy_glib_version 0.14.0
@@ -16,11 +16,11 @@
Summary: GNOME panel
Name: gnome-panel
-Version: 3.22.0
+Version: 3.24.0
Release: 1%{?dist}
URL: http://www.gnome.org
#VCS: git:git://git.gnome.org/gnome-panel
-Source0: http://download.gnome.org/sources/gnome-panel/3.22/%{name}-%{version}.tar.xz
+Source0: http://download.gnome.org/sources/gnome-panel/3.24/%{name}-%{version}.tar.xz
# https://bugzilla.gnome.org/show_bug.cgi?id=646749
#Patch0: Use-16px-menu-icons.patch
@@ -211,10 +211,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
%{_bindir}/gnome-panel
%{_bindir}/gnome-desktop-item-edit
%dir %{_libdir}/gnome-panel/
-%{_libdir}/gnome-panel/libclock-applet.so
-%{_libdir}/gnome-panel/libfish-applet.so
-%{_libdir}/gnome-panel/libnotification-area-applet.so
-%{_libdir}/gnome-panel/libwnck-applet.so
+%dir %{_libdir}/gnome-panel/modules/
+%{_libdir}/gnome-panel/modules/clock.so
+%{_libdir}/gnome-panel/modules/fish.so
+%{_libdir}/gnome-panel/modules/notification-area.so
+%{_libdir}/gnome-panel/modules/status-notifier.so
+%{_libdir}/gnome-panel/modules/wncklet.so
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.applet.fish.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.applet.window-list.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.applet.workspace-switcher.gschema.xml
@@ -230,13 +232,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
%{_libdir}/*.so.*
%files devel
-%{_bindir}/panel-test-applets
%{_includedir}/gnome-panel/
%{_libdir}/pkgconfig/*
%{_libdir}/*.so
%{_datadir}/gtk-doc
%changelog
+* Sun Mar 26 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 3.24.0-1
+- new version
+
* Sun Mar 26 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 3.22.0-1
- new version
diff --git a/sources b/sources
index 339c714..63bf9b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9adcb1bd0515e5b7daf356dc6dc1d84a gnome-panel-3.22.0.tar.xz
+f751060fe0ef8fe8a39bcb6804f50429 gnome-panel-3.24.0.tar.xz