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"