Hello community, here is the log from the commit of package bitmap for openSUSE:Factory checked in at 2019-02-13 10:02:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bitmap (Old) and /work/SRC/openSUSE:Factory/.bitmap.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bitmap" Wed Feb 13 10:02:33 2019 rev:9 rq:673352 version:1.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/bitmap/bitmap.changes 2015-01-22 00:49:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.bitmap.new.28833/bitmap.changes 2019-02-13 10:02:51.633599012 +0100 @@ -1,0 +2,7 @@ +Mon Feb 11 11:10:08 UTC 2019 - [email protected] + +- update to version 1.0.9: + * This release fixes a long standing bug in the bitmap editor + where operations would not work properly when NumLock was on. + +------------------------------------------------------------------- Old: ---- bitmap-1.0.8.tar.bz2 New: ---- bitmap-1.0.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bitmap.spec ++++++ --- /var/tmp/diff_new_pack.XeVWPH/_old 2019-02-13 10:02:53.241598613 +0100 +++ /var/tmp/diff_new_pack.XeVWPH/_new 2019-02-13 10:02:53.245598612 +0100 @@ -1,7 +1,7 @@ # # spec file for package bitmap # -# Copyright (c) 2015 SUSE LINUX Products 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 @@ -17,7 +17,7 @@ Name: bitmap -Version: 1.0.8 +Version: 1.0.9 Release: 0 Summary: X bitmap editor and converter utilities License: X11 @@ -60,7 +60,8 @@ %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README +%doc AUTHORS ChangeLog README.md +%license COPYING %{_bindir}/atobm %{_bindir}/bitmap %{_bindir}/bmtoa ++++++ bitmap-1.0.8.tar.bz2 -> bitmap-1.0.9.tar.bz2 ++++++ ++++ 5686 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/bitmap-1.0.8/ChangeLog new/bitmap-1.0.9/ChangeLog --- old/bitmap-1.0.8/ChangeLog 2015-01-17 06:58:04.000000000 +0100 +++ new/bitmap-1.0.9/ChangeLog 2019-02-10 22:10:42.000000000 +0100 @@ -1,3 +1,73 @@ +commit 6dcc9c8064baeb2f9d853309123cd9736809a4fd +Author: Alan Coopersmith <[email protected]> +Date: Sun Feb 10 13:01:27 2019 -0800 + + bitmap 1.0.9 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit d0e0bdea390b0640c5b6345dcd6b7fd6f2d0231e +Author: Alan Coopersmith <[email protected]> +Date: Wed Nov 21 16:45:12 2018 -0800 + + Update configure.ac bug URL for gitlab migration + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit b674422cc1aa98875fc0d740aab118fcd42b94d0 +Author: Alan Coopersmith <[email protected]> +Date: Fri Nov 16 19:40:13 2018 -0800 + + Update README for gitlab migration + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 99b0d80d4cf8d4b2365d6f7785296ae3cfb0887a +Author: Walter Harms <[email protected]> +Date: Sun Sep 24 16:19:40 2017 +0200 + + same time ago the user Frederic Baldit complained (on xorg) that + the ability to set single dots in the programm Bitmap depend on the state + of num_lock. This is a long standing bug that affect all versions + of bitmap. + + the problem was that the corresponding function was erroneously checking + event->xbutton.state. Removing that check solved the problem for the user. + + Signed-off-by: wharms <[email protected]> + +commit f9174d18c950ca998084da6d68903a32cae72d84 +Author: Mihail Konev <[email protected]> +Date: Thu Jan 26 14:00:20 2017 +1000 + + autogen: add default patch prefix + + Signed-off-by: Mihail Konev <[email protected]> + +commit 24c90b9fa17236caf2c946bcfff4e6bc441a82c3 +Author: Emil Velikov <[email protected]> +Date: Mon Mar 9 12:00:52 2015 +0000 + + 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 <[email protected]> + Reviewed-by: Peter Hutterer <[email protected]> + Signed-off-by: Peter Hutterer <[email protected]> + +commit 37d922c37a4de2ab29bdd13d55eabd369f0616dd +Author: Peter Hutterer <[email protected]> +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 <[email protected]> + Reviewed-by: Emil Velikov <[email protected]> + commit 2f5eae70cd2e9c1e09dcbd8a2a58eaf58207fe00 Author: Alan Coopersmith <[email protected]> Date: Fri Jan 16 21:57:03 2015 -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/bitmap-1.0.8/Handlers.c new/bitmap-1.0.9/Handlers.c --- old/bitmap-1.0.8/Handlers.c 2015-01-17 06:57:09.000000000 +0100 +++ new/bitmap-1.0.9/Handlers.c 2019-02-10 22:10:32.000000000 +0100 @@ -67,7 +67,6 @@ switch (event->type) { case ButtonPress: - if (event->xbutton.state != status->state) return; if (!QuerySet(status->at_x, status->at_y)) { BWStoreToBuffer(w); status->value = Value(BW, event->xbutton.button); 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/bitmap-1.0.8/Makefile.am new/bitmap-1.0.9/Makefile.am --- old/bitmap-1.0.8/Makefile.am 2015-01-17 06:57:09.000000000 +0100 +++ new/bitmap-1.0.9/Makefile.am 2019-02-10 22:10:32.000000000 +0100 @@ -45,7 +45,7 @@ atobm_LDADD = $(ATOBM_LIBS) atobm_SOURCES = atobm.c -EXTRA_DIST = autogen.sh +EXTRA_DIST = autogen.sh README.md bitmapdir = $(includedir)/X11/bitmaps dist_bitmap_DATA = \ 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/bitmap-1.0.8/README new/bitmap-1.0.9/README --- old/bitmap-1.0.8/README 2015-01-17 06:57:09.000000000 +0100 +++ new/bitmap-1.0.9/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ -bitmap, bmtoa, atobm - X bitmap (XBM) editor and converter utilities - -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/app/bitmap - - http://cgit.freedesktop.org/xorg/app/bitmap - -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' --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/bitmap-1.0.8/README.md new/bitmap-1.0.9/README.md --- old/bitmap-1.0.8/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/bitmap-1.0.9/README.md 2019-02-10 22:10:32.000000000 +0100 @@ -0,0 +1,17 @@ +bitmap, bmtoa, atobm - X bitmap (XBM) editor and converter utilities + +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/app/bitmap + +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' --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/bitmap-1.0.8/autogen.sh new/bitmap-1.0.9/autogen.sh --- old/bitmap-1.0.8/autogen.sh 2015-01-17 06:57:09.000000000 +0100 +++ new/bitmap-1.0.9/autogen.sh 2019-02-10 22:10:32.000000000 +0100 @@ -1,14 +1,17 @@ #! /bin/sh -srcdir=`dirname $0` +srcdir=`dirname "$0"` test -z "$srcdir" && srcdir=. ORIGDIR=`pwd` -cd $srcdir +cd "$srcdir" autoreconf -v --install || exit 1 -cd $ORIGDIR || exit $? +cd "$ORIGDIR" || exit $? + +git config --local --get format.subjectPrefix >/dev/null 2>&1 || + git config --local format.subjectPrefix "PATCH app/bitmap" if test -z "$NOCONFIGURE"; then - $srcdir/configure "$@" + exec "$srcdir"/configure "$@" fi 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/bitmap-1.0.8/configure.ac new/bitmap-1.0.9/configure.ac --- old/bitmap-1.0.8/configure.ac 2015-01-17 06:57:09.000000000 +0100 +++ new/bitmap-1.0.9/configure.ac 2019-02-10 22:10:32.000000000 +0100 @@ -23,8 +23,8 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([bitmap], [1.0.8], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [bitmap]) +AC_INIT([bitmap], [1.0.9], + [https://gitlab.freedesktop.org/xorg/app/bitmap/issues], [bitmap]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h])
