Accepting request 58590 from X11:xfce

Accepted submit request 58590 from user gberh

OBS-URL: https://build.opensuse.org/request/show/58590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxfce4ui?expand=0&rev=13
This commit is contained in:
Marcus Rückert 2011-01-18 00:32:22 +00:00 committed by Git OBS Bridge
commit 4ce1b7adfe
5 changed files with 15 additions and 20 deletions

View File

@ -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);

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d8bc7a8f2fdddc8230a8b32d9196546f9c27fc1adcacd4765c0b430fd641f88
size 443932

3
libxfce4ui-4.8.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21f67fd004653440bfdb44874ed69c9806b4784978ec068d0b1c7012864ba339
size 434180

View File

@ -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

View File

@ -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"