summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gnome-panel.spec13
-rw-r--r--sources2
3 files changed, 10 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index cf405c1..b8e22f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@ gnome-panel-2.31.6.tar.bz2
/gnome-panel-3.28.0.tar.xz
/gnome-panel-3.30.0.tar.xz
/gnome-panel-3.32.0.tar.xz
+/gnome-panel-3.34.1.tar.xz
diff --git a/gnome-panel.spec b/gnome-panel.spec
index 1a3ac0f..495b3ec 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -7,7 +7,7 @@
%define gtk3_version 3.22.0
%define libwnck_version 3.4.6
%define gnome_menus_version 3.7.90
-%define evolution_data_server_version 3.5.3
+%define evolution_data_server_version 3.33.2
%define systemd_version 230
%define cairo_version 1.0.0
%define libgweather_version 3.28.0
@@ -18,11 +18,11 @@
Summary: GNOME panel
Name: gnome-panel
-Version: 3.32.0
+Version: 3.34.1
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.32/%{name}-%{version}.tar.xz
+Source0: http://download.gnome.org/sources/gnome-panel/3.34/%{name}-%{version}.tar.xz
# https://bugzilla.gnome.org/show_bug.cgi?id=646749
#Patch0: Use-16px-menu-icons.patch
@@ -48,7 +48,6 @@ BuildRequires: intltool
BuildRequires: itstool
BuildRequires: libtool
BuildRequires: libxslt
-BuildRequires: libxml2-python
BuildRequires: yelp-tools
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_version}
@@ -64,6 +63,7 @@ BuildRequires: pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop_version}
BuildRequires: pkgconfig(libgnome-menu-3.0) >= %{gnome_menus_version}
BuildRequires: pkgconfig(dconf)
BuildRequires: pkgconfig(x11)
+BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xrandr) >= %{xrandr_version}
BuildRequires: pkgconfig(cairo-gobject)
BuildRequires: pkgconfig(libsystemd) >= %{systemd_version}
@@ -71,7 +71,7 @@ BuildRequires: pkgconfig(libwnck-3.0) >= %{libwnck_version}
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
BuildRequires: pkgconfig(polkit-gobject-1)
%if %{use_evolution_data_server}
-BuildRequires: pkgconfig(libecal-1.2) >= %{evolution_data_server_version}
+BuildRequires: pkgconfig(libecal-2.0) >= %{evolution_data_server_version}
BuildRequires: pkgconfig(libedataserver-1.2) >= %{evolution_data_server_version}
%endif
BuildRequires: desktop-file-utils
@@ -178,6 +178,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor >&/dev/null || :
%{_datadir}/gtk-doc
%changelog
+* Thu Dec 26 2019 Yaakov Selkowitz <yselkowi@redhat.com> - 3.34.1-1
+- new version
+
* Sun May 05 2019 Yaakov Selkowitz <yselkowi@redhat.com> - 3.32.0-1
- new version
diff --git a/sources b/sources
index aa9d857..f572664 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c72ece61f2d3d23a2f7c80b135da8b00 gnome-panel-3.32.0.tar.xz
+cfd5d3fd548a2afdd8bd3bbdf9646bbd gnome-panel-3.34.1.tar.xz