From 33a2865768dbc75712afbc22496b643c937a50c99549e14d226c300294b4bdbe Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 14 Jan 2011 12:56:04 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/libxfce4ui revision 12.0 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/libxfce4ui?expand=0&rev=3ec0654fe063433ef62835393f4cc783 --- libxfce4ui.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libxfce4ui.spec b/libxfce4ui.spec index e60c87f..84fc357 100644 --- a/libxfce4ui.spec +++ b/libxfce4ui.spec @@ -1,7 +1,7 @@ # -# spec file for package libxfce4ui (Version 4.7.6) +# spec file for package libxfce4ui # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: libxfce4ui Version: 4.7.6 Release: 1 From e9958a27b1ffd398038e3ee25673211c70a0e2345eeed00f378d0e6caf0995ce Mon Sep 17 00:00:00 2001 From: Guido Berhoerster Date: Mon, 17 Jan 2011 11:12:13 +0000 Subject: [PATCH 2/2] - update to version 4.8.0 - bugfixes - dropped libxfce4ui-4.7.6-fix-libxfce4kbd-private-buffer-overflow.patch since the problem has been fixed OBS-URL: https://build.opensuse.org/package/show/X11:xfce/libxfce4ui?expand=0&rev=20 --- ...7.6-fix-libxfce4kbd-private-buffer-overflow.patch | 12 ------------ libxfce4ui-4.7.6.tar.bz2 | 3 --- libxfce4ui-4.8.0.tar.bz2 | 3 +++ libxfce4ui.changes | 9 +++++++++ libxfce4ui.spec | 8 +++----- 5 files changed, 15 insertions(+), 20 deletions(-) delete mode 100644 libxfce4ui-4.7.6-fix-libxfce4kbd-private-buffer-overflow.patch delete mode 100644 libxfce4ui-4.7.6.tar.bz2 create mode 100644 libxfce4ui-4.8.0.tar.bz2 diff --git a/libxfce4ui-4.7.6-fix-libxfce4kbd-private-buffer-overflow.patch b/libxfce4ui-4.7.6-fix-libxfce4kbd-private-buffer-overflow.patch deleted file mode 100644 index e1c4263..0000000 --- a/libxfce4ui-4.7.6-fix-libxfce4kbd-private-buffer-overflow.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur libxfce4ui-4.7.5.orig/libxfce4kbd-private/xfce-shortcuts-provider.c libxfce4ui-4.7.5/libxfce4kbd-private/xfce-shortcuts-provider.c ---- libxfce4ui-4.7.5.orig/libxfce4kbd-private/xfce-shortcuts-provider.c 2010-11-28 15:36:06.000000000 +0100 -+++ libxfce4ui-4.7.5/libxfce4kbd-private/xfce-shortcuts-provider.c 2011-01-04 20:20:22.000000000 +0100 -@@ -255,7 +255,7 @@ - - if (G_UNLIKELY (!already_registered)) - { -- names = g_new0 (const gchar *, length + 1); -+ names = g_new0 (const gchar *, length + 2); - for (i = 0; provider_names != NULL && provider_names[i] != NULL; ++i) - names[i] = provider_names[i]; - names[i++] = xfce_shortcuts_provider_get_name (provider); diff --git a/libxfce4ui-4.7.6.tar.bz2 b/libxfce4ui-4.7.6.tar.bz2 deleted file mode 100644 index 43a08cd..0000000 --- a/libxfce4ui-4.7.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d8bc7a8f2fdddc8230a8b32d9196546f9c27fc1adcacd4765c0b430fd641f88 -size 443932 diff --git a/libxfce4ui-4.8.0.tar.bz2 b/libxfce4ui-4.8.0.tar.bz2 new file mode 100644 index 0000000..8ca0112 --- /dev/null +++ b/libxfce4ui-4.8.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f67fd004653440bfdb44874ed69c9806b4784978ec068d0b1c7012864ba339 +size 434180 diff --git a/libxfce4ui.changes b/libxfce4ui.changes index 424acb7..2ed088d 100644 --- a/libxfce4ui.changes +++ b/libxfce4ui.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 17 11:07:24 UTC 2011 - gber@opensuse.org + +- update to version 4.8.0 + - bugfixes +- dropped + libxfce4ui-4.7.6-fix-libxfce4kbd-private-buffer-overflow.patch + since the problem has been fixed + ------------------------------------------------------------------- Wed Jan 5 15:07:41 UTC 2011 - gber@opensuse.org diff --git a/libxfce4ui.spec b/libxfce4ui.spec index 84fc357..b801b87 100644 --- a/libxfce4ui.spec +++ b/libxfce4ui.spec @@ -18,14 +18,13 @@ Name: libxfce4ui -Version: 4.7.6 +Version: 4.8.0 Release: 1 License: LGPLv2.1+ -Summary: Widgets library for the Xfce desktop environment -Url: http://www.xfce.org/ +Summary: Widgets Library for the Xfce Desktop Environment +Url: http://www.xfce.org/projects/libxfce4/ Group: System/Libraries Source0: %{name}-%{version}.tar.bz2 -Patch0: libxfce4ui-4.7.6-fix-libxfce4kbd-private-buffer-overflow.patch BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: pkgconfig(gladeui-1.0) @@ -103,7 +102,6 @@ This package provides the openSUSE look and feel for the libxfce4ui library. %prep %setup -q -%patch0 -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing"