commit libXcursor for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package libXcursor for openSUSE:Factory 
checked in at 2019-06-12 12:59:33

Comparing /work/SRC/openSUSE:Factory/libXcursor (Old)
 and  /work/SRC/openSUSE:Factory/.libXcursor.new.4811 (New)


Package is "libXcursor"

Wed Jun 12 12:59:33 2019 rev:12 rq:705953 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/libXcursor/libXcursor.changes2017-12-11 
18:55:00.978810299 +0100
+++ /work/SRC/openSUSE:Factory/.libXcursor.new.4811/libXcursor.changes  
2019-06-12 12:59:36.541323250 +0200
@@ -1,0 +2,9 @@
+Mon Mar 11 13:56:20 UTC 2019 - Stefan Dirsch 
+
+- Update to version 1.2.0
+  * This release adds ~/.local/share/icons to the front of the
+default cursor path in the library in support of the XDG user
+data dir. This default can still be overridden at at run time
+using the XCURSOR_PATH environment variable.
+
+---

Old:

  libXcursor-1.1.15.tar.bz2

New:

  libXcursor-1.2.0.tar.bz2



Other differences:
--
++ libXcursor.spec ++
--- /var/tmp/diff_new_pack.sksfb1/_old  2019-06-12 12:59:37.061323134 +0200
+++ /var/tmp/diff_new_pack.sksfb1/_new  2019-06-12 12:59:37.065323133 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libXcursor
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   libXcursor
 %define lname  libXcursor1
-Version:1.1.15
+Version:1.2.0
 Release:0
 Summary:X Window System Cursor management library
 License:MIT

++ libXcursor-1.1.15.tar.bz2 -> libXcursor-1.2.0.tar.bz2 ++
 3145 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libXcursor-1.1.15/ChangeLog new/libXcursor-1.2.0/ChangeLog
--- old/libXcursor-1.1.15/ChangeLog 2017-11-28 15:25:19.0 +0100
+++ new/libXcursor-1.2.0/ChangeLog  2019-03-11 01:38:12.0 +0100
@@ -1,3 +1,52 @@
+commit b84b5d100f193fda0630c4d6fa889cd3e05ca033
+Author: Alan Coopersmith 
+Date:   Sun Mar 10 17:36:26 2019 -0700
+
+libXcursor 1.2.0
+
+Signed-off-by: Alan Coopersmith 
+
+commit 8ff9605921a6ea3e05b5c72aa1b2a7f78b624699
+Author: Alan Coopersmith 
+Date:   Fri Dec 7 19:41:07 2018 -0800
+
+Update configure.ac bug URL for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit 534456082ed051d6427a77e4bda19473ea8b621c
+Author: Alan Coopersmith 
+Date:   Mon Nov 19 21:47:26 2018 -0800
+
+Update README for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit 2263c196cb0dcb8547b378df7b35f83b8b99c01e
+Author: Cosimo Cecchi 
+Date:   Fri Nov 9 20:06:41 2018 -0800
+
+Support XDG user data dir location
+
+Nowadays ~/.icons is not used anymore as the preferred location for
+custom user icon themes; XDG_DATA_HOME/icons (aka ~/.local/share/icons)
+is what toolkits like GTK prefer.
+
+Prepend that location to the default xcursor path, so that cursor
+themes installed there can be used by apps and toolkits that use
+libXcursor.
+
+commit f64a8cc1a65dcad4294e2988b402a34175019663
+Author: Philipp Ludwig 
+Date:   Sun Jan 22 14:21:54 2017 +0100
+
+Fix crash when encountering cursor themes with circular dependencies.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=3603
+
+Signed-off-by: Philipp Ludwig 
+Signed-off-by: Alan Coopersmith 
+
 commit 4828abe494df8fb4aa00dcaa22a03446ba418d01
 Author: Matthieu Herrb 
 Date:   Sat Nov 25 11:59:31 2017 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libXcursor-1.1.15/Makefile.am new/libXcursor-1.2.0/Makefile.am
--- old/libXcursor-1.1.15/Makefile.am   2017-11-28 15:25:01.0 +0100
+++ new/libXcursor-1.2.0/Makefile.am2019-03-11 01:37:56.0 +0100
@@ -43,3 +43,5 @@
$(CHANGELOG_CMD)
 
 dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit libXcursor for openSUSE:Factory

2017-12-11 Thread root
Hello community,

here is the log from the commit of package libXcursor for openSUSE:Factory 
checked in at 2017-12-11 18:54:50

Comparing /work/SRC/openSUSE:Factory/libXcursor (Old)
 and  /work/SRC/openSUSE:Factory/.libXcursor.new (New)


Package is "libXcursor"

Mon Dec 11 18:54:50 2017 rev:11 rq:555663 version:1.1.15

Changes:

--- /work/SRC/openSUSE:Factory/libXcursor/libXcursor.changes2017-12-03 
10:08:57.328730912 +0100
+++ /work/SRC/openSUSE:Factory/.libXcursor.new/libXcursor.changes   
2017-12-11 18:55:00.978810299 +0100
@@ -1,0 +2,15 @@
+Thu Dec  7 17:26:32 UTC 2017 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.1.15:
+  * configure: Drop AM_MAINTAINER_MODE
+  * autogen.sh: Honor NOCONFIGURE=1
+  * Use strdup() instead of malloc(strlen())+strcpy()
+  * Fix some clang integer sign/size mismatch warnings
+  * autogen.sh: use quoted string variables
+  * autogen: add default patch prefix
+  * autogen.sh: use exec instead of waiting for configure to finish
+  * Fix heap overflows when parsing malicious files. (CVE-2017-16612)
+  * Insufficient memory for terminating null of string in _XcursorThemeInherits
+- Drop U_Avoid-heap-overflows-due-to-integer-overflow-signedn.patch
+
+---

Old:

  U_Avoid-heap-overflows-due-to-integer-overflow-signedn.patch
  libXcursor-1.1.14.tar.bz2

New:

  libXcursor-1.1.15.tar.bz2



Other differences:
--
++ libXcursor.spec ++
--- /var/tmp/diff_new_pack.oICqLV/_old  2017-12-11 18:55:01.778772196 +0100
+++ /var/tmp/diff_new_pack.oICqLV/_new  2017-12-11 18:55:01.778772196 +0100
@@ -18,7 +18,7 @@
 
 Name:   libXcursor
 %define lname  libXcursor1
-Version:1.1.14
+Version:1.1.15
 Release:0
 Summary:X Window System Cursor management library
 License:MIT
@@ -29,7 +29,6 @@
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libXcursor/
 Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
-Patch0: U_Avoid-heap-overflows-due-to-integer-overflow-signedn.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.60, automake, libtool
 BuildRequires:  fdupes
@@ -73,7 +72,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static

++ libXcursor-1.1.14.tar.bz2 -> libXcursor-1.1.15.tar.bz2 ++
 40173 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libXcursor-1.1.14/ChangeLog new/libXcursor-1.1.15/ChangeLog
--- old/libXcursor-1.1.14/ChangeLog 2013-05-30 08:24:50.0 +0200
+++ new/libXcursor-1.1.15/ChangeLog 2017-11-28 15:25:19.0 +0100
@@ -1,3 +1,113 @@
+commit 4828abe494df8fb4aa00dcaa22a03446ba418d01
+Author: Matthieu Herrb 
+Date:   Sat Nov 25 11:59:31 2017 +0100
+
+libXcursor 1.1.15
+
+Signed-off-by: Matthieu Herrb 
+
+commit 4794b5dd34688158fb51a2943032569d3780c4b8
+Author: Tobias Stoeckmann 
+Date:   Sat Oct 21 23:47:52 2017 +0200
+
+Fix heap overflows when parsing malicious files. (CVE-2017-16612)
+
+It is possible to trigger heap overflows due to an integer overflow
+while parsing images and a signedness issue while parsing comments.
+
+The integer overflow occurs because the chosen limit 0x1 for
+dimensions is too large for 32 bit systems, because each pixel takes
+4 bytes. Properly chosen values allow an overflow which in turn will
+lead to less allocated memory than needed for subsequent reads.
+
+The signedness bug is triggered by reading the length of a comment
+as unsigned int, but casting it to int when calling the function
+XcursorCommentCreate. Turning length into a negative value allows the
+check against XCURSOR_COMMENT_MAX_LEN to pass, and the following
+addition of sizeof (XcursorComment) + 1 makes it possible to allocate
+less memory than needed for subsequent reads.
+
+Signed-off-by: Tobias Stoeckmann 
+Reviewed-by: Matthieu Herrb 
+
+commit 75b10c972d15c036a692ef4590a81a6c54d384f6
+Author: Mihail Konev 
+Date:   Thu Jan 26 13:52:49 2017 +1000
+
+autogen: add default patch prefix
+
+Signed-off-by: Mihail Konev 
+
+commit 

commit libXcursor for openSUSE:Factory

2017-12-03 Thread root
Hello community,

here is the log from the commit of package libXcursor for openSUSE:Factory 
checked in at 2017-12-03 10:08:56

Comparing /work/SRC/openSUSE:Factory/libXcursor (Old)
 and  /work/SRC/openSUSE:Factory/.libXcursor.new (New)


Package is "libXcursor"

Sun Dec  3 10:08:56 2017 rev:10 rq:546296 version:1.1.14

Changes:

--- /work/SRC/openSUSE:Factory/libXcursor/libXcursor.changes2014-05-05 
21:09:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libXcursor.new/libXcursor.changes   
2017-12-03 10:08:57.328730912 +0100
@@ -1,0 +2,8 @@
+Tue Nov 28 19:08:11 UTC 2017 - sndir...@suse.com
+
+-  U_Avoid-heap-overflows-due-to-integer-overflow-signedn.patch 
+  * It is possible to trigger heap overflows due to an integer
+overflow while parsing images and a signedness issue while
+parsing comments. [CVE-2017-16612] (bsc#1065386)
+
+---

New:

  U_Avoid-heap-overflows-due-to-integer-overflow-signedn.patch



Other differences:
--
++ libXcursor.spec ++
--- /var/tmp/diff_new_pack.O2W4N5/_old  2017-12-03 10:08:57.816713169 +0100
+++ /var/tmp/diff_new_pack.O2W4N5/_new  2017-12-03 10:08:57.816713169 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libXcursor
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,8 @@
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/libXcursor
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libXcursor/
 Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+Source1:baselibs.conf
+Patch0: U_Avoid-heap-overflows-due-to-integer-overflow-signedn.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.60, automake, libtool
 BuildRequires:  fdupes
@@ -71,6 +73,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++ U_Avoid-heap-overflows-due-to-integer-overflow-signedn.patch ++
>From 77a4331570c660ebee77f19eb385911299948422 Mon Sep 17 00:00:00 2001
From: Stefan Dirsch 
Date: Tue, 21 Nov 2017 16:50:56 +0100
Subject: [PATCH] Avoid heap overflows due to integer overflow + signedness
 issue [CVE-2017-16612]

It is possible to trigger heap overflows due to an integer overflow
while parsing images and a signedness issue while parsing comments.

The integer overflow occurs because the chosen limit 0x1 for
dimensions is too large for 32 bit systems, because each pixel takes
4 bytes. Properly chosen values allow an overflow which in turn will
lead to less allocated memory than needed for subsequent reads.

The signedness bug is triggered by reading the length of a comment
as unsigned int, but casting it to int when calling the function
XcursorCommentCreate. Turning length into a negative value allows the
check against XCURSOR_COMMENT_MAX_LEN to pass, and the following
addition of sizeof (XcursorComment) + 1 makes it possible to allocate
less memory than needed for subsequent reads.

Signed-off-by: Tobias Stoeckmann
---
 src/file.c | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/file.c b/src/file.c
index 43163c2..da16277 100644
--- a/src/file.c
+++ b/src/file.c
@@ -29,6 +29,11 @@ XcursorImageCreate (int width, int height)
 {
 XcursorImage*image;
 
+if (width < 0 || height < 0)
+   return NULL;
+if (width > XCURSOR_IMAGE_MAX_SIZE || height > XCURSOR_IMAGE_MAX_SIZE)
+   return NULL;
+
 image = malloc (sizeof (XcursorImage) +
width * height * sizeof (XcursorPixel));
 if (!image)
@@ -101,7 +106,7 @@ XcursorCommentCreate (XcursorUInt comment_type, int length)
 {
 XcursorComment  *comment;
 
-if (length > XCURSOR_COMMENT_MAX_LEN)
+if (length < 0 || length > XCURSOR_COMMENT_MAX_LEN)
return NULL;
 
 comment = malloc (sizeof (XcursorComment) + length + 1);
@@ -448,7 +453,8 @@ _XcursorReadImage (XcursorFile  *file,
 if (!_XcursorReadUInt (file, ))
return NULL;
 /* sanity check data */
-if (head.width >= 0x1 || head.height > 0x1)
+if (head.width > XCURSOR_IMAGE_MAX_SIZE  ||
+   head.height > XCURSOR_IMAGE_MAX_SIZE)
return NULL;
 if (head.width == 0 || head.height == 0)
return NULL;
@@ -457,6 +463,8 @@ _XcursorReadImage (XcursorFile  *file,
 
 /* Create the image and initialize it */
 image = XcursorImageCreate (head.width, head.height);
+if (image == NULL)
+   return 

commit libXcursor for openSUSE:Factory

2014-05-05 Thread h_root
Hello community,

here is the log from the commit of package libXcursor for openSUSE:Factory 
checked in at 2014-05-05 21:09:55

Comparing /work/SRC/openSUSE:Factory/libXcursor (Old)
 and  /work/SRC/openSUSE:Factory/.libXcursor.new (New)


Package is libXcursor

Changes:

--- /work/SRC/openSUSE:Factory/libXcursor/libXcursor.changes2013-06-05 
13:29:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libXcursor.new/libXcursor.changes   
2014-05-05 21:09:57.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 28 00:57:07 UTC 2014 - sndir...@suse.com
+
+- added missing pkgconfig(xextproto)
+
+---



Other differences:
--
++ libXcursor.spec ++
--- /var/tmp/diff_new_pack.dLxPuG/_old  2014-05-05 21:09:57.0 +0200
+++ /var/tmp/diff_new_pack.dLxPuG/_new  2014-05-05 21:09:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libXcursor
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -34,6 +34,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(fixesproto)
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xextproto)
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xorg-macros) = 1.8
 BuildRequires:  pkgconfig(xrender) = 0.8.2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libXcursor for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package libXcursor for openSUSE:Factory 
checked in at 2013-06-05 13:29:36

Comparing /work/SRC/openSUSE:Factory/libXcursor (Old)
 and  /work/SRC/openSUSE:Factory/.libXcursor.new (New)


Package is libXcursor

Changes:

--- /work/SRC/openSUSE:Factory/libXcursor/libXcursor.changes2013-03-22 
11:54:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.libXcursor.new/libXcursor.changes   
2013-06-05 13:29:37.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun  1 19:37:40 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.1.14:
+This release delivers the fix for security vulnerability CVE-2013-2003
+and makes the Makefile.am more compatible with future automake releases.
+
+---

Old:

  libXcursor-1.1.13.tar.bz2

New:

  libXcursor-1.1.14.tar.bz2



Other differences:
--
++ libXcursor.spec ++
--- /var/tmp/diff_new_pack.dafwEr/_old  2013-06-05 13:29:37.0 +0200
+++ /var/tmp/diff_new_pack.dafwEr/_new  2013-06-05 13:29:37.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libXcursor
 %define lname  libXcursor1
-Version:1.1.13
+Version:1.1.14
 Release:0
 Summary:X Window System Cursor management library
 License:MIT

++ libXcursor-1.1.13.tar.bz2 - libXcursor-1.1.14.tar.bz2 ++
 12807 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libXcursor-1.1.13/ChangeLog new/libXcursor-1.1.14/ChangeLog
--- old/libXcursor-1.1.13/ChangeLog 2012-03-08 04:42:20.0 +0100
+++ new/libXcursor-1.1.14/ChangeLog 2013-05-30 08:24:50.0 +0200
@@ -1,3 +1,48 @@
+commit f92f118047ee8cea7dbbc734d476225f033ba0b7
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Wed May 29 23:22:29 2013 -0700
+
+libXcursor 1.1.14
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 8f677eaea05290531d007d1fec2768119926088d
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Apr 12 21:17:28 2013 -0700
+
+signedness bug  integer overflow in _XcursorFileHeaderCreate() 
[CVE-2013-2003]
+
+When parsing cursor files, a user defined (e.g. through environment
+variables) cursor file is opened and parsed.
+
+The header is read in _XcursorReadFileHeader(), which reads an unsigned
+int for the number of toc structures in the header, but it was being
+passed to _XcursorFileHeaderCreate() as a signed int to allocate those
+structures.  If the number was negative, it would pass the bounds check
+and could overflow the calculation for how much memory to allocate to
+store the data being read, leading to overflowing the buffer with the
+data read from the user controlled file.
+
+Reported-by: Ilja Van Sprundel ivansprun...@ioactive.com
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 1b98fd6a2e8c00a563187849a585e68c7344468b
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Tue Jan 15 18:51:39 2013 -0800
+
+Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
+
+Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
+
+  - Support for the long-deprecated INCLUDES variable will be removed
+altogether in Automake 1.14.  The AM_CPPFLAGS variable should be
+used instead.
+
+This variable was deprecated in Automake releases prior to 1.10, which is
+the current minimum level required to build X.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
 commit 2a9eaf3305d1577ad763d5646e10f8d0676b
 Author: Alan Coopersmith alan.coopersm...@oracle.com
 Date:   Wed Mar 7 18:54:15 2012 -0800
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libXcursor-1.1.13/configure.ac new/libXcursor-1.1.14/configure.ac
--- old/libXcursor-1.1.13/configure.ac  2012-03-08 03:54:23.0 +0100
+++ new/libXcursor-1.1.14/configure.ac  2013-05-30 08:24:28.0 +0200
@@ -26,7 +26,7 @@
 # This is the package version number, not the shared library
 # version.  This version number will be substituted into Xcursor.h
 #

commit libXcursor for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package libXcursor for openSUSE:Factory 
checked in at 2013-03-22 11:54:27

Comparing /work/SRC/openSUSE:Factory/libXcursor (Old)
 and  /work/SRC/openSUSE:Factory/.libXcursor.new (New)


Package is libXcursor, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libXcursor/libXcursor.changes2012-05-08 
11:57:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libXcursor.new/libXcursor.changes   
2013-03-22 11:54:28.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 17 17:21:53 UTC 2013 - jeng...@inai.de
+
+- Use more robust make install call
+- Avoid calling fdupes outside of /usr
+
+---



Other differences:
--
++ libXcursor.spec ++
--- /var/tmp/diff_new_pack.sPtEWb/_old  2013-03-22 11:54:29.0 +0100
+++ /var/tmp/diff_new_pack.sPtEWb/_new  2013-03-22 11:54:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libXcursor
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -76,9 +76,9 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR=%buildroot
 rm -f %buildroot/%_libdir/*.la
-%fdupes %buildroot
+%fdupes %buildroot/%_prefix
 
 %post -n %lname -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libXcursor for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package libXcursor for openSUSE:Factory 
checked in at 2012-05-08 11:57:22

Comparing /work/SRC/openSUSE:Factory/libXcursor (Old)
 and  /work/SRC/openSUSE:Factory/.libXcursor.new (New)


Package is libXcursor, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libXcursor/libXcursor.changes2012-02-17 
12:03:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.libXcursor.new/libXcursor.changes   
2012-05-08 11:57:25.0 +0200
@@ -1,0 +2,13 @@
+Thu Apr 12 06:24:09 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.1.13:
+  + Make the version number reported in Xcursor.h match the one
+reported in xcursor.pc
+  + Fix issues found by Parfait bug checking tool
+  + Build system improvements
+- Changes from version 1.1.12:
+  + Fix leaks
+  + Fix compiler warnings and issues found by clang
+  + Build system improvements
+
+---

Old:

  libXcursor-1.1.11.tar.bz2

New:

  libXcursor-1.1.13.tar.bz2



Other differences:
--
++ libXcursor.spec ++
--- /var/tmp/diff_new_pack.UV9wW8/_old  2012-05-08 11:57:26.0 +0200
+++ /var/tmp/diff_new_pack.UV9wW8/_new  2012-05-08 11:57:26.0 +0200
@@ -14,24 +14,29 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   libXcursor
 %define lname  libXcursor1
-Version:1.1.11
+Version:1.1.13
 Release:0
 Summary:X Window System Cursor management library
 License:MIT
 Group:  Development/Libraries/C and C++
-URL:http://xorg.freedesktop.org/
+Url:http://xorg.freedesktop.org/
 
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/libXcursor
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libXcursor/
-Source: %name-%version.tar.bz2
-BuildRoot: %_tmppath/%name-%version-build
+Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf = 2.60, automake, libtool
 BuildRequires: fdupes
-BuildRequires:  pkgconfig, pkgconfig(xorg-macros) = 1.8
-BuildRequires: pkgconfig(xrender) = 0.8.2, pkgconfig(xfixes), pkgconfig(x11)
+BuildRequires:  pkgconfig
 BuildRequires: pkgconfig(fixesproto)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xfixes)
+BuildRequires:  pkgconfig(xorg-macros) = 1.8
+BuildRequires:  pkgconfig(xrender) = 0.8.2
 
 %description
 Xcursor a library designed to help locate and load cursors. Cursors

++ libXcursor-1.1.11.tar.bz2 - libXcursor-1.1.13.tar.bz2 ++
 35789 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org