commit xcursor-themes for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package xcursor-themes for openSUSE:Factory 
checked in at 2020-04-23 18:40:26

Comparing /work/SRC/openSUSE:Factory/xcursor-themes (Old)
 and  /work/SRC/openSUSE:Factory/.xcursor-themes.new.2738 (New)


Package is "xcursor-themes"

Thu Apr 23 18:40:26 2020 rev:9 rq:796584 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/xcursor-themes/xcursor-themes.changes
2018-04-16 12:46:54.281661883 +0200
+++ /work/SRC/openSUSE:Factory/.xcursor-themes.new.2738/xcursor-themes.changes  
2020-04-23 18:40:36.065254356 +0200
@@ -1,0 +2,8 @@
+Thu Apr 23 10:39:53 UTC 2020 - Callum Farmer 
+
+- Update to version 1.0.6
+  + Switch to NO_ARCH 
+  + Remove unneded dependency on xorgproto
+  + This adds some symlinks to the whiteglass cursor theme, that gnome-shell 
expects
+
+---

Old:

  xcursor-themes-1.0.5.tar.bz2

New:

  xcursor-themes-1.0.6.tar.bz2



Other differences:
--
++ xcursor-themes.spec ++
--- /var/tmp/diff_new_pack.T5PLBV/_old  2020-04-23 18:40:37.477257057 +0200
+++ /var/tmp/diff_new_pack.T5PLBV/_new  2020-04-23 18:40:37.481257065 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xcursor-themes
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -17,7 +17,7 @@
 
 
 Name:   xcursor-themes
-Version:1.0.5
+Version:1.0.6
 Release:0
 Summary:Default set of cursor themes for X
 License:X11
@@ -52,7 +52,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc ChangeLog COPYING README.md
 %{_datadir}/icons/handhelds/
 %{_datadir}/icons/redglass/
 %{_datadir}/icons/whiteglass/

++ xcursor-themes-1.0.5.tar.bz2 -> xcursor-themes-1.0.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xcursor-themes-1.0.5/ChangeLog 
new/xcursor-themes-1.0.6/ChangeLog
--- old/xcursor-themes-1.0.5/ChangeLog  2018-03-10 07:58:31.0 +0100
+++ new/xcursor-themes-1.0.6/ChangeLog  2019-02-15 04:00:51.0 +0100
@@ -1,3 +1,42 @@
+commit 28ade0ae2f0237303ca188b62fdb2bd02486ec34
+Author: Alan Coopersmith 
+Date:   Thu Feb 14 18:58:18 2019 -0800
+
+xcursor-themes 1.0.6
+
+Signed-off-by: Alan Coopersmith 
+
+commit 9fefdbf23c5b8a083a3b65e7ad444eea9dbf2b35
+Author: Alan Coopersmith 
+Date:   Sun Nov 25 12:41:32 2018 -0800
+
+Update configure.ac bug URL for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit 103e7873fac379cde36611dee92f8a4cb6678da7
+Author: Alan Coopersmith 
+Date:   Fri Nov 16 23:36:41 2018 -0800
+
+Update README for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit 96eb894910cf79ebbc29b650ee1c752bc2a379f6
+Author: Paul Hebble 
+Date:   Sat Oct 13 18:30:19 2018 -0500
+
+Add missing symlinks for whiteglass
+
+GNOME Shell crashes if your active cursor theme doesn't have a dnd-none
+cursor and you click and drag a window in the overview screen.
+
+This patch adds a symlink to fleur for the dnd-none cursor of
+whiteglass. Similarly for hand, hand1, and hand2 which are used by some
+browsers.
+
+Signed-off-by: Alan Coopersmith 
+
 commit e5bf0229d785b83344c6e6b79ff40d399d2cdcd0
 Author: Alan Coopersmith 
 Date:   Fri Mar 9 22:57:33 2018 -0800
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xcursor-themes-1.0.5/Makefile.am 
new/xcursor-themes-1.0.6/Makefile.am
--- old/xcursor-themes-1.0.5/Makefile.am2018-03-10 07:58:22.0 
+0100
+++ new/xcursor-themes-1.0.6/Makefile.am2019-02-15 04:00:40.0 
+0100
@@ -3,7 +3,7 @@
 SUBDIRS = handhelds redglass whiteglass
 
 MAINTAINERCLEANFILES = ChangeLog INSTALL
-EXTRA_DIST = genmakefile.sh
+EXTRA_DIST = genmakefile.sh README.md
 
 .PHONY: ChangeLog INSTALL
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xcursor-themes-1.0.5/Makefile.in 
new/xcursor-themes-1.0.6/Makefile.in
--- old/xcursor-themes-1.0.5/Makefile.in2018-03-10 07:58:26.0 
+0100
+++ new/xcursor-themes-1.0.6/Makefile.in2019-02-15 04:00:44.0 
+0100
@@ -156,7 +156,7 @@
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in COPYING ChangeLog INSTALL \
-   README compile config.guess config.sub install-sh missing
+   compile config.guess config.sub install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) 

commit xcursor-themes for openSUSE:Factory

2018-04-16 Thread root
Hello community,

here is the log from the commit of package xcursor-themes for openSUSE:Factory 
checked in at 2018-04-16 12:46:52

Comparing /work/SRC/openSUSE:Factory/xcursor-themes (Old)
 and  /work/SRC/openSUSE:Factory/.xcursor-themes.new (New)


Package is "xcursor-themes"

Mon Apr 16 12:46:52 2018 rev:8 rq:593565 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/xcursor-themes/xcursor-themes.changes
2014-02-07 11:56:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.xcursor-themes.new/xcursor-themes.changes   
2018-04-16 12:46:54.281661883 +0200
@@ -1,0 +2,12 @@
+Wed Apr  4 14:19:36 UTC 2018 - sndir...@suse.com
+
+- Update to version 1.0.5:
+  * configure: Drop AM_MAINTAINER_MODE
+  * autogen.sh: Honor NOCONFIGURE=1
+  * autogen.sh: use quoted string variables
+  * config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
+  * Add copyright files for redglass and whiteglass themes.
+  * autogen: add default patch prefix
+  * autogen.sh: use exec instead of waiting for configure to finish
+
+---

Old:

  xcursor-themes-1.0.4.tar.bz2

New:

  xcursor-themes-1.0.5.tar.bz2



Other differences:
--
++ xcursor-themes.spec ++
--- /var/tmp/diff_new_pack.Be1jKc/_old  2018-04-16 12:46:55.069633216 +0200
+++ /var/tmp/diff_new_pack.Be1jKc/_new  2018-04-16 12:46:55.073633070 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xcursor-themes
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,7 +17,7 @@
 
 
 Name:   xcursor-themes
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:Default set of cursor themes for X
 License:X11

++ xcursor-themes-1.0.4.tar.bz2 -> xcursor-themes-1.0.5.tar.bz2 ++
 11995 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/xcursor-themes-1.0.4/ChangeLog new/xcursor-themes-1.0.5/ChangeLog
--- old/xcursor-themes-1.0.4/ChangeLog  2013-07-17 08:38:10.0 +0200
+++ new/xcursor-themes-1.0.5/ChangeLog  2018-03-10 07:58:31.0 +0100
@@ -1,3 +1,83 @@
+commit e5bf0229d785b83344c6e6b79ff40d399d2cdcd0
+Author: Alan Coopersmith 
+Date:   Fri Mar 9 22:57:33 2018 -0800
+
+xcursor-themes 1.0.5
+
+Signed-off-by: Alan Coopersmith 
+
+commit 8ecbe9e1f5c4497064029124e6b6ac7073dcb467
+Author: Mihail Konev 
+Date:   Thu Jan 26 14:00:22 2017 +1000
+
+autogen: add default patch prefix
+
+Signed-off-by: Mihail Konev 
+
+commit f30e3da10f39dc0db4c8d933858bc01bd13a7a08
+Author: Emil Velikov 
+Date:   Mon Mar 9 12:00:52 2015 +
+
+autogen.sh: use quoted string variables
+
+Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+fall-outs, when they contain space.
+
+Signed-off-by: Emil Velikov 
+Reviewed-by: Peter Hutterer 
+Signed-off-by: Peter Hutterer 
+
+commit 07ab174b50e23047552133adcb0797b1b0e246a8
+Author: Peter Hutterer 
+Date:   Tue Jan 24 10:32:07 2017 +1000
+
+autogen.sh: use exec instead of waiting for configure to finish
+
+Syncs the invocation of configure with the one from the server.
+
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Emil Velikov 
+
+commit cf161dd31c255a41e6fd135f8ca75febccd70eaa
+Author: Keith Packard 
+Date:   Thu Oct 29 13:15:05 2015 -0700
+
+Add copyright files for redglass and whiteglass themes.
+
+Redglass was drawn by Keith Packard 
+Whiteglass was adapted from redglass; changes were done by Jorge Criado 

+
+Signed-off-by: Keith Packard 
+
+commit 0da544f1f51a337bb69e7f317940476ac7e716cc
+Author: Alan Coopersmith 
+Date:   Sat May 31 21:39:32 2014 -0700
+
+autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Alan Coopersmith 

commit xcursor-themes for openSUSE:Factory

2014-02-07 Thread h_root
Hello community,

here is the log from the commit of package xcursor-themes for openSUSE:Factory 
checked in at 2014-02-07 11:56:27

Comparing /work/SRC/openSUSE:Factory/xcursor-themes (Old)
 and  /work/SRC/openSUSE:Factory/.xcursor-themes.new (New)


Package is xcursor-themes

Changes:

--- /work/SRC/openSUSE:Factory/xcursor-themes/xcursor-themes.changes
2013-07-22 15:04:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcursor-themes.new/xcursor-themes.changes   
2014-02-07 11:56:28.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb  6 11:19:20 UTC 2014 - sndir...@suse.com
+
+- fixed license to X11 in specfile
+
+---



Other differences:
--
++ xcursor-themes.spec ++
--- /var/tmp/diff_new_pack.K1UBmm/_old  2014-02-07 11:56:28.0 +0100
+++ /var/tmp/diff_new_pack.K1UBmm/_new  2014-02-07 11:56:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xcursor-themes
 #
-# 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
@@ -20,7 +20,7 @@
 Version:1.0.4
 Release:0
 Summary:Default set of cursor themes for X
-License:MIT
+License:X11
 Group:  System/X11/Icons
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/data/%{name}-%{version}.tar.bz2

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



commit xcursor-themes for openSUSE:Factory

2013-07-22 Thread h_root
Hello community,

here is the log from the commit of package xcursor-themes for openSUSE:Factory 
checked in at 2013-07-22 15:04:16

Comparing /work/SRC/openSUSE:Factory/xcursor-themes (Old)
 and  /work/SRC/openSUSE:Factory/.xcursor-themes.new (New)


Package is xcursor-themes

Changes:

--- /work/SRC/openSUSE:Factory/xcursor-themes/xcursor-themes.changes
2012-05-08 12:02:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcursor-themes.new/xcursor-themes.changes   
2013-07-22 15:04:17.0 +0200
@@ -1,0 +2,11 @@
+Sun Jul 21 20:17:29 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.4:
+  + Create missing symlinks for cursor animations (fdo#6466).
+  + config: Add missing AC_CONFIG_SRCDIR.
+  + genmakefile.sh:
+- Split up EXTRA_DIST lines.
+- Fix autogeneration of handhelds/Makefile.cursor.
+- Change echo to printf for better portability  control.
+
+---

Old:

  xcursor-themes-1.0.3.tar.bz2

New:

  xcursor-themes-1.0.4.tar.bz2



Other differences:
--
++ xcursor-themes.spec ++
--- /var/tmp/diff_new_pack.wrEzIT/_old  2013-07-22 15:04:18.0 +0200
+++ /var/tmp/diff_new_pack.wrEzIT/_new  2013-07-22 15:04:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xcursor-themes
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xcursor-themes
-Version:1.0.3
+Version:1.0.4
 Release:0
-License:MIT
 Summary:Default set of cursor themes for X
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Icons
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/data/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  pkg-config

++ xcursor-themes-1.0.3.tar.bz2 - xcursor-themes-1.0.4.tar.bz2 ++
 14176 lines of diff (skipped)

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