commit xcb-util-cursor for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package xcb-util-cursor for openSUSE:Factory 
checked in at 2017-11-04 19:28:26

Comparing /work/SRC/openSUSE:Factory/xcb-util-cursor (Old)
 and  /work/SRC/openSUSE:Factory/.xcb-util-cursor.new (New)


Package is "xcb-util-cursor"

Sat Nov  4 19:28:26 2017 rev:6 rq:538316 version:0.1.3

Changes:

--- /work/SRC/openSUSE:Factory/xcb-util-cursor/xcb-util-cursor.changes  
2016-05-20 11:54:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcb-util-cursor.new/xcb-util-cursor.changes 
2017-11-04 19:28:28.914890905 +0100
@@ -1,0 +2,6 @@
+Wed Nov  1 15:15:19 UTC 2017 - mplus...@suse.com
+
+- Clean up with spec-cleaner
+- Make building more verbose
+
+---



Other differences:
--
++ xcb-util-cursor.spec ++
--- /var/tmp/diff_new_pack.lpHwWi/_old  2017-11-04 19:28:29.830857435 +0100
+++ /var/tmp/diff_new_pack.lpHwWi/_new  2017-11-04 19:28:29.834857290 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xcb-util-cursor
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -16,20 +16,18 @@
 #
 
 
-Name:   xcb-util-cursor
 %define lname   libxcb-cursor0
+Name:   xcb-util-cursor
 Version:0.1.3
 Release:0
 Summary:XCB cursor library (libxcursor port)
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:http://xcb.freedesktop.org/
-
 #Git-Clone:git://anongit.freedesktop.org/xcb/util-cursor
 #Git-Web:  http://cgit.freedesktop.org/xcb/util-cursor/
-Source: http://xcb.freedesktop.org/dist/%name-%version.tar.bz2
+Source: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gperf
@@ -51,11 +49,11 @@
 
 - cursor: port of libxcursor
 
-%package -n %lname
+%package -n %{lname}
 Summary:XCB cursor library (libxcursor port)
 Group:  System/Libraries
 
-%description -n %lname
+%description -n %{lname}
 The XCB util modules provide a number of libraries which sit on top
 of libxcb, the core X protocol library, and some of the extension
 libraries.
@@ -67,7 +65,7 @@
 %package devel
 Summary:Development files for the XCB cursor library (libxcursor port)
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
+Requires:   %{lname} = %{version}
 
 %description devel
 The XCB util modules provide a number of libraries which sit on top
@@ -75,32 +73,30 @@
 libraries.
 
 This package contains the development headers for the library found
-in %lname.
+in %{lname}.
 
 %prep
 %setup -q
 
 %build
-./autogen.sh
-%configure --disable-static
-make %{?_smp_mflags}
+autoreconf -fiv
+%configure \
+  --disable-static
+make %{?_smp_mflags} V=1
 
 %install
-make install DESTDIR="%buildroot"
-rm -f "%buildroot/%_libdir"/*.la
-
-%post -n %lname -p /sbin/ldconfig
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
-%defattr(-,root,root)
-%_libdir/libxcb-cursor.so.0*
+%files -n %{lname}
+%{_libdir}/libxcb-cursor.so.0*
 
 %files devel
-%defattr(-,root,root)
-%_includedir/xcb
-%_libdir/libxcb-cursor.so
-%_libdir/pkgconfig/xcb-cursor.pc
+%{_includedir}/xcb
+%{_libdir}/libxcb-cursor.so
+%{_libdir}/pkgconfig/xcb-cursor.pc
 
 %changelog




commit xcb-util-cursor for openSUSE:Factory

2016-05-20 Thread h_root
Hello community,

here is the log from the commit of package xcb-util-cursor for openSUSE:Factory 
checked in at 2016-05-20 11:54:15

Comparing /work/SRC/openSUSE:Factory/xcb-util-cursor (Old)
 and  /work/SRC/openSUSE:Factory/.xcb-util-cursor.new (New)


Package is "xcb-util-cursor"

Changes:

--- /work/SRC/openSUSE:Factory/xcb-util-cursor/xcb-util-cursor.changes  
2016-05-02 10:43:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcb-util-cursor.new/xcb-util-cursor.changes 
2016-05-20 11:54:16.0 +0200
@@ -1,0 +2,6 @@
+Fri May 13 15:00:40 UTC 2016 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 0.1.3:
+  * Add a --with-cursorpath option to configure
+
+---

Old:

  xcb-util-cursor-0.1.2.tar.bz2

New:

  xcb-util-cursor-0.1.3.tar.bz2



Other differences:
--
++ xcb-util-cursor.spec ++
--- /var/tmp/diff_new_pack.oNiiqH/_old  2016-05-20 11:54:17.0 +0200
+++ /var/tmp/diff_new_pack.oNiiqH/_new  2016-05-20 11:54:17.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   xcb-util-cursor
 %define lname   libxcb-cursor0
-Version:0.1.2
+Version:0.1.3
 Release:0
 Summary:XCB cursor library (libxcursor port)
 License:MIT

++ xcb-util-cursor-0.1.2.tar.bz2 -> xcb-util-cursor-0.1.3.tar.bz2 ++
 21908 lines of diff (skipped)




commit xcb-util-cursor for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package xcb-util-cursor for openSUSE:Factory 
checked in at 2016-05-02 10:43:30

Comparing /work/SRC/openSUSE:Factory/xcb-util-cursor (Old)
 and  /work/SRC/openSUSE:Factory/.xcb-util-cursor.new (New)


Package is "xcb-util-cursor"

Changes:

--- /work/SRC/openSUSE:Factory/xcb-util-cursor/xcb-util-cursor.changes  
2015-03-30 19:34:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcb-util-cursor.new/xcb-util-cursor.changes 
2016-05-02 10:43:32.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 25 11:40:51 UTC 2016 - sndir...@suse.com
+
+- removed u_fix-issue-with-gcc.patch
+  * patch was only necessary with gcc in 2013, when building
+'awesome' against the static library; we do not ship the static
+libary (did we ever?)
+https://lists.freedesktop.org/archives/xcb/2016-April/010737.html
+
+---

Old:

  u_fix-issue-with-gcc.patch



Other differences:
--
++ xcb-util-cursor.spec ++
--- /var/tmp/diff_new_pack.HFjvMV/_old  2016-05-02 10:43:33.0 +0200
+++ /var/tmp/diff_new_pack.HFjvMV/_new  2016-05-02 10:43:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xcb-util-cursor
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -29,7 +29,6 @@
 #Git-Web:  http://cgit.freedesktop.org/xcb/util-cursor/
 Source: http://xcb.freedesktop.org/dist/%name-%version.tar.bz2
 Source1:baselibs.conf
-Patch11:u_fix-issue-with-gcc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -80,7 +79,6 @@
 
 %prep
 %setup -q
-%patch11 -p1
 
 %build
 ./autogen.sh




commit xcb-util-cursor for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package xcb-util-cursor for openSUSE:Factory 
checked in at 2015-03-30 19:34:11

Comparing /work/SRC/openSUSE:Factory/xcb-util-cursor (Old)
 and  /work/SRC/openSUSE:Factory/.xcb-util-cursor.new (New)


Package is xcb-util-cursor

Changes:

--- /work/SRC/openSUSE:Factory/xcb-util-cursor/xcb-util-cursor.changes  
2014-02-07 13:49:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.xcb-util-cursor.new/xcb-util-cursor.changes 
2015-03-30 19:34:13.0 +0200
@@ -1,0 +2,15 @@
+Mon Mar 30 09:32:56 UTC 2015 - sndir...@suse.com
+
+- added baselibs.conf as source to specfile 
+
+---
+Fri Mar 27 14:51:02 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to version 0.1.2:
+  + Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X
+to implement le32toh.
+  + Check submodules before running autoconf.
+  + darwin: Use OSByteOrder.h rather than CF.
+  + Perform safety check before trying to load glyph cursor
+
+---

Old:

  xcb-util-cursor-0.1.1.tar.bz2

New:

  xcb-util-cursor-0.1.2.tar.bz2



Other differences:
--
++ xcb-util-cursor.spec ++
--- /var/tmp/diff_new_pack.7F1ZNK/_old  2015-03-30 19:34:13.0 +0200
+++ /var/tmp/diff_new_pack.7F1ZNK/_new  2015-03-30 19:34:13.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xcb-util-renderutil
+# spec file for package xcb-util-cursor
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   xcb-util-cursor
 %define lname   libxcb-cursor0
-Version:0.1.1
+Version:0.1.2
 Release:0
 Summary:XCB cursor library (libxcursor port)
 License:MIT
@@ -28,18 +28,19 @@
 #Git-Clone:git://anongit.freedesktop.org/xcb/util-cursor
 #Git-Web:  http://cgit.freedesktop.org/xcb/util-cursor/
 Source: http://xcb.freedesktop.org/dist/%name-%version.tar.bz2
+Source1:baselibs.conf
 Patch11:u_fix-issue-with-gcc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  libtool
 BuildRequires:  gperf
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(xcb) = 1.4
+BuildRequires:  pkgconfig(xcb-image)
 BuildRequires:  pkgconfig(xcb-proto) = 1.6
 BuildRequires:  pkgconfig(xcb-render)
 BuildRequires:  pkgconfig(xcb-renderutil)
-BuildRequires:  pkgconfig(xcb-image)
 BuildRequires:  pkgconfig(xorg-macros) = 1.6.0
 
 %description

++ xcb-util-cursor-0.1.1.tar.bz2 - xcb-util-cursor-0.1.2.tar.bz2 ++
 7581 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/xcb-util-cursor-0.1.1/ChangeLog new/xcb-util-cursor-0.1.2/ChangeLog
--- old/xcb-util-cursor-0.1.1/ChangeLog 2013-11-12 21:59:38.0 +0100
+++ new/xcb-util-cursor-0.1.2/ChangeLog 2015-03-25 23:08:32.0 +0100
@@ -1,3 +1,51 @@
+commit 8eb844d39a06f42019dede515c70e7a0b155357d
+Author: Michael Stapelberg mich...@stapelberg.de
+Date:   Wed Mar 25 23:06:23 2015 +0100
+
+set version to 0.1.2
+
+commit cf26479ece9ab9e04616bc10ba674d88a284e5b0
+Author: Martin Gräßlin mgraess...@kde.org
+Date:   Tue Mar 17 18:41:07 2015 +0100
+
+Perform safety check before trying to load glyph cursor
+
+The passed in cursor name to xcb_cursor_load_cursor might not match
+one of the predefined font cursor values. Without the check the
+call to create glyph cursor will fail with a BadValue error, but
+the library returns the id allocated for the xcb_cursor_t. A user
+of the library gets a value which looks like a valid cursor, but
+when using it for e.g. a cursor value in xcb_create_window it raises
+a BadCursor error.
+
+commit f03cc278c6cce0cf721adf9c3764d3c5fba63392
+Author: Jeremy Huddleston Sequoia jerem...@apple.com
+Date:   Sat Apr 5 15:50:28 2014 -0700
+
+darwin: Use OSByteOrder.h rather than CF.
+
+Signed-off-by: Jeremy Huddleston Sequoia jerem...@apple.com
+
+commit a08bbf0e20995d29cbf890957c898059d4a9ece2
+Author: Niclas Zeising zeis...@daemonic.se
+Date:   Mon Aug 12 13:53:10 2013 +0200
+
+Check