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 <[email protected]> + +- 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.000000000 +0100 +++ new/xcursor-themes-1.0.6/ChangeLog 2019-02-15 04:00:51.000000000 +0100 @@ -1,3 +1,42 @@ +commit 28ade0ae2f0237303ca188b62fdb2bd02486ec34 +Author: Alan Coopersmith <[email protected]> +Date: Thu Feb 14 18:58:18 2019 -0800 + + xcursor-themes 1.0.6 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 9fefdbf23c5b8a083a3b65e7ad444eea9dbf2b35 +Author: Alan Coopersmith <[email protected]> +Date: Sun Nov 25 12:41:32 2018 -0800 + + Update configure.ac bug URL for gitlab migration + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 103e7873fac379cde36611dee92f8a4cb6678da7 +Author: Alan Coopersmith <[email protected]> +Date: Fri Nov 16 23:36:41 2018 -0800 + + Update README for gitlab migration + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 96eb894910cf79ebbc29b650ee1c752bc2a379f6 +Author: Paul Hebble <[email protected]> +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 <[email protected]> + commit e5bf0229d785b83344c6e6b79ff40d399d2cdcd0 Author: Alan Coopersmith <[email protected]> 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.am 2018-03-10 07:58:22.000000000 +0100 +++ new/xcursor-themes-1.0.6/Makefile.am 2019-02-15 04:00:40.000000000 +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.in 2018-03-10 07:58:26.000000000 +0100 +++ new/xcursor-themes-1.0.6/Makefile.in 2019-02-15 04:00:44.000000000 +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) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -325,7 +325,7 @@ DISTCHECK_CONFIGURE_FLAGS = --with-cursordir=\$${datadir}/icons SUBDIRS = handhelds redglass whiteglass MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = genmakefile.sh +EXTRA_DIST = genmakefile.sh README.md all: all-recursive .SUFFIXES: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcursor-themes-1.0.5/README new/xcursor-themes-1.0.6/README --- old/xcursor-themes-1.0.5/README 2018-03-10 07:58:22.000000000 +0100 +++ new/xcursor-themes-1.0.6/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,27 +0,0 @@ -This is a default set of cursor themes for use with libXcursor, -originally created for the XFree86 Project, and now shipped as part -of the X.Org software distribution. - -All questions regarding this software should be directed at the -Xorg mailing list: - - http://lists.freedesktop.org/mailman/listinfo/xorg - -Please submit bug reports to the Xorg bugzilla: - - https://bugs.freedesktop.org/enter_bug.cgi?product=xorg - -The master development code repository can be found at: - - git://anongit.freedesktop.org/git/xorg/data/cursors - - http://cgit.freedesktop.org/xorg/data/cursors - -For patch submission instructions, see: - - http://www.x.org/wiki/Development/Documentation/SubmittingPatches - -For more information on the git code manager, see: - - http://wiki.x.org/wiki/GitPage - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcursor-themes-1.0.5/README.md new/xcursor-themes-1.0.6/README.md --- old/xcursor-themes-1.0.5/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/xcursor-themes-1.0.6/README.md 2019-02-15 04:00:40.000000000 +0100 @@ -0,0 +1,19 @@ +This is a default set of cursor themes for use with libXcursor, +originally created for the XFree86 Project, and now shipped as part +of the X.Org software distribution. + +All questions regarding this software should be directed at the +Xorg mailing list: + + https://lists.x.org/mailman/listinfo/xorg + +The master development code repository can be found at: + + https://gitlab.freedesktop.org/xorg/data/cursors + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcursor-themes-1.0.5/configure new/xcursor-themes-1.0.6/configure --- old/xcursor-themes-1.0.5/configure 2018-03-10 07:58:25.000000000 +0100 +++ new/xcursor-themes-1.0.6/configure 2019-02-15 04:00:43.000000000 +0100 @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for xcursor-themes 1.0.5. +# Generated by GNU Autoconf 2.69 for xcursor-themes 1.0.6. # -# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. +# Report bugs to <https://gitlab.freedesktop.org/xorg/data/cursors/issues>. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -267,7 +267,7 @@ $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell [email protected] and -$0: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg +$0: https://gitlab.freedesktop.org/xorg/data/cursors/issues $0: about your system, including any error possibly output $0: before this message. Then install a modern shell, or $0: manually run the script under such a shell if you do @@ -581,9 +581,9 @@ # Identity of this package. PACKAGE_NAME='xcursor-themes' PACKAGE_TARNAME='xcursor-themes' -PACKAGE_VERSION='1.0.5' -PACKAGE_STRING='xcursor-themes 1.0.5' -PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' +PACKAGE_VERSION='1.0.6' +PACKAGE_STRING='xcursor-themes 1.0.6' +PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/data/cursors/issues' PACKAGE_URL='' ac_unique_file="Makefile.am" @@ -1317,7 +1317,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xcursor-themes 1.0.5 to adapt to many kinds of systems. +\`configure' configures xcursor-themes 1.0.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1387,7 +1387,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xcursor-themes 1.0.5:";; + short | recursive ) echo "Configuration of xcursor-themes 1.0.6:";; esac cat <<\_ACEOF @@ -1437,7 +1437,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. +Report bugs to <https://gitlab.freedesktop.org/xorg/data/cursors/issues>. _ACEOF ac_status=$? fi @@ -1500,7 +1500,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xcursor-themes configure 1.0.5 +xcursor-themes configure 1.0.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1757,7 +1757,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xcursor-themes $as_me 1.0.5, which was +It was created by xcursor-themes $as_me 1.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2623,7 +2623,7 @@ # Define the identity of the package. PACKAGE='xcursor-themes' - VERSION='1.0.5' + VERSION='1.0.6' cat >>confdefs.h <<_ACEOF @@ -11384,7 +11384,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xcursor-themes $as_me 1.0.5, which was +This file was extended by xcursor-themes $as_me 1.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -11435,13 +11435,13 @@ Configuration commands: $config_commands -Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>." +Report bugs to <https://gitlab.freedesktop.org/xorg/data/cursors/issues>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -xcursor-themes config.status 1.0.5 +xcursor-themes config.status 1.0.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcursor-themes-1.0.5/configure.ac new/xcursor-themes-1.0.6/configure.ac --- old/xcursor-themes-1.0.5/configure.ac 2018-03-10 07:58:22.000000000 +0100 +++ new/xcursor-themes-1.0.6/configure.ac 2019-02-15 04:00:40.000000000 +0100 @@ -3,8 +3,8 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xcursor-themes], [1.0.5], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], +AC_INIT([xcursor-themes], [1.0.6], + [https://gitlab.freedesktop.org/xorg/data/cursors/issues], [xcursor-themes]) AC_CONFIG_SRCDIR([Makefile.am]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcursor-themes-1.0.5/whiteglass/Makefile.cfg new/xcursor-themes-1.0.6/whiteglass/Makefile.cfg --- old/xcursor-themes-1.0.5/whiteglass/Makefile.cfg 2018-03-10 07:58:22.000000000 +0100 +++ new/xcursor-themes-1.0.6/whiteglass/Makefile.cfg 2019-02-15 04:00:40.000000000 +0100 @@ -22,3 +22,7 @@ # moz_question_arrow 5c6cd98b3f3ebcb1f9c7f1c204630408 (left_ptr with ?) # moz_spinning (left_ptr with watch) CursorLinkTarget 08e8e1c95fe2fc01f976f1e063a24ccd left_ptr_watch +CursorLinkTarget dnd-none fleur +CursorLinkTarget grab hand1 +CursorLinkTarget hand hand2 +CursorLinkTarget pointer hand diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcursor-themes-1.0.5/whiteglass/Makefile.cursors new/xcursor-themes-1.0.6/whiteglass/Makefile.cursors --- old/xcursor-themes-1.0.5/whiteglass/Makefile.cursors 2018-03-10 07:58:22.000000000 +0100 +++ new/xcursor-themes-1.0.6/whiteglass/Makefile.cursors 2019-02-15 04:00:40.000000000 +0100 @@ -1,7 +1,7 @@ # this is a generated file -- do not edit. CURSORFILES = X_cursor base_arrow_down base_arrow_up boat bottom_left_corner bottom_right_corner bottom_side bottom_tee center_ptr circle cross dot dot_box_mask double_arrow draped_box exchange fleur gumby hand1 hand2 left_ptr left_ptr_watch left_side left_tee ll_angle lr_angle pencil pirate question_arrow right_ptr right_side right_tee sailboat sb_down_arrow sb_h_double_arrow sb_left_arrow sb_right_arrow sb_up_arrow sb_v_double_arrow shuttle sizing target top_left_corner top_right_corner top_side top_tee trek ul_angle ur_angle watch xterm -CURSORLINKS = arrow cross_reverse crosshair draft_large draft_small plus tcross top_left_arrow 08e8e1c95fe2fc01f976f1e063a24ccd +CURSORLINKS = arrow cross_reverse crosshair draft_large draft_small plus tcross top_left_arrow 08e8e1c95fe2fc01f976f1e063a24ccd dnd-none grab hand pointer CLEANFILES = $(CURSORFILES) cursor_DATA = $(CURSORFILES) @@ -273,7 +273,11 @@ $(LN_S) cross plus && \ $(LN_S) cross tcross && \ $(LN_S) left_ptr top_left_arrow && \ - $(LN_S) left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd + $(LN_S) left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd && \ + $(LN_S) fleur dnd-none && \ + $(LN_S) hand1 grab && \ + $(LN_S) hand2 hand && \ + $(LN_S) hand pointer uninstall-hook: cd $(DESTDIR)$(cursordir) && rm -f $(CURSORLINKS) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xcursor-themes-1.0.5/whiteglass/Makefile.in new/xcursor-themes-1.0.6/whiteglass/Makefile.in --- old/xcursor-themes-1.0.5/whiteglass/Makefile.in 2018-03-10 07:58:26.000000000 +0100 +++ new/xcursor-themes-1.0.6/whiteglass/Makefile.in 2019-02-15 04:00:44.000000000 +0100 @@ -274,7 +274,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @WHITEGLASS_TRUE@CURSORFILES = X_cursor base_arrow_down base_arrow_up boat bottom_left_corner bottom_right_corner bottom_side bottom_tee center_ptr circle cross dot dot_box_mask double_arrow draped_box exchange fleur gumby hand1 hand2 left_ptr left_ptr_watch left_side left_tee ll_angle lr_angle pencil pirate question_arrow right_ptr right_side right_tee sailboat sb_down_arrow sb_h_double_arrow sb_left_arrow sb_right_arrow sb_up_arrow sb_v_double_arrow shuttle sizing target top_left_corner top_right_corner top_side top_tee trek ul_angle ur_angle watch xterm -@WHITEGLASS_TRUE@CURSORLINKS = arrow cross_reverse crosshair draft_large draft_small plus tcross top_left_arrow 08e8e1c95fe2fc01f976f1e063a24ccd +@WHITEGLASS_TRUE@CURSORLINKS = arrow cross_reverse crosshair draft_large draft_small plus tcross top_left_arrow 08e8e1c95fe2fc01f976f1e063a24ccd dnd-none grab hand pointer @WHITEGLASS_TRUE@CLEANFILES = $(CURSORFILES) @WHITEGLASS_TRUE@cursor_DATA = $(CURSORFILES) @WHITEGLASS_TRUE@EXTRA_DIST = Makefile.cfg Makefile.cursors \ @@ -826,7 +826,11 @@ @WHITEGLASS_TRUE@ $(LN_S) cross plus && \ @WHITEGLASS_TRUE@ $(LN_S) cross tcross && \ @WHITEGLASS_TRUE@ $(LN_S) left_ptr top_left_arrow && \ -@WHITEGLASS_TRUE@ $(LN_S) left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd +@WHITEGLASS_TRUE@ $(LN_S) left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd && \ +@WHITEGLASS_TRUE@ $(LN_S) fleur dnd-none && \ +@WHITEGLASS_TRUE@ $(LN_S) hand1 grab && \ +@WHITEGLASS_TRUE@ $(LN_S) hand2 hand && \ +@WHITEGLASS_TRUE@ $(LN_S) hand pointer @WHITEGLASS_TRUE@uninstall-hook: @WHITEGLASS_TRUE@ cd $(DESTDIR)$(cursordir) && rm -f $(CURSORLINKS)
