Hello community, here is the log from the commit of package beforelight for openSUSE:Factory checked in at 2013-01-22 14:57:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/beforelight (Old) and /work/SRC/openSUSE:Factory/.beforelight.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "beforelight", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/beforelight/beforelight.changes 2012-05-08 11:56:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.beforelight.new/beforelight.changes 2013-01-22 14:57:35.000000000 +0100 @@ -1,0 +2,14 @@ +Sat Jan 19 09:30:39 UTC 2013 - zai...@opensuse.org + +- Update to version 1.0.5: + + Remove Xaw mention from README. + + config: Add missing AC_CONFIG_SRCDIR. + + Remove dependency on libXaw. + + man: remove trailing spaces and tabs. + + config: + - Move man pages into their own directory. + - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS. + - Replace deprecated AC_HELP_STRING with AS_HELP_STRING. +- Drop pkgconfig(xaw7) BuildRequires, no longer needed. + +------------------------------------------------------------------- Old: ---- beforelight-1.0.4.tar.bz2 New: ---- beforelight-1.0.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ beforelight.spec ++++++ --- /var/tmp/diff_new_pack.GMZFYA/_old 2013-01-22 14:57:35.000000000 +0100 +++ /var/tmp/diff_new_pack.GMZFYA/_new 2013-01-22 14:57:35.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package beforelight # -# 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,17 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: beforelight -Version: 1.0.4 +Version: 1.0.5 Release: 0 -License: MIT Summary: Sample implementation of a screen saver for X servers -Url: http://xorg.freedesktop.org/ +License: MIT Group: System/X11/Utilities +Url: http://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 BuildRequires: pkg-config BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xaw7) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xscrnsaver) BuildRequires: pkgconfig(xt) ++++++ beforelight-1.0.4.tar.bz2 -> beforelight-1.0.5.tar.bz2 ++++++ ++++ 10351 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/beforelight-1.0.4/ChangeLog new/beforelight-1.0.5/ChangeLog --- old/beforelight-1.0.4/ChangeLog 2010-10-30 21:13:13.000000000 +0200 +++ new/beforelight-1.0.5/ChangeLog 2013-01-15 06:22:29.000000000 +0100 @@ -1,3 +1,83 @@ +commit 86bbd2205a3372c7803bb803723a72ff9a62f3f4 +Author: Alan Coopersmith <alan.coopersm...@oracle.com> +Date: Mon Jan 14 21:21:59 2013 -0800 + + beforelight 1.0.5 + + Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> + +commit 924b1b832a81d80bc9c3e6470b221c30cbee8652 +Author: Alan Coopersmith <alan.coopersm...@oracle.com> +Date: Mon Jan 14 21:21:23 2013 -0800 + + Remove Xaw mention from README + + Dependency was removed by commit 3c9e50cb0bf42f42f + + Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> + +commit 4cf3c0b07014e540a3508b570c6fc5556d4e2a3a +Author: Alan Coopersmith <alan.coopersm...@oracle.com> +Date: Mon Jan 14 21:19:47 2013 -0800 + + config: Add missing AC_CONFIG_SRCDIR + + Regroup AC statements under the Autoconf initialization section. + Regroup AM statements under the Automake initialization section. + + Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> + +commit 3c9e50cb0bf42f42f0be460e89045257c7efc480 +Author: Alan Coopersmith <alan.coopersm...@oracle.com> +Date: Mon Jan 24 22:55:18 2011 -0800 + + Remove dependency on libXaw + + The only thing from libXaw that isn't in #ifdef NOTDEF is a reference + to the ZERO #define, which is trivially replaced - no point requiring + an entire library for a single constant #define. + + Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> + +commit cff32361b4a901a131b23c01f7592779358f4141 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Jan 19 10:06:55 2011 -0500 + + config: move man pages into their own directory + + Use services provided by XORG_MANPAGE_SECTIONS. + Use standard Makefile for man pages. + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 77c2eaa749deacd6d4296267c099758d2d5cdba9 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Thu Jan 13 11:15:00 2011 -0500 + + man: remove trailing spaces and tabs + + Using s/[ \t]*$// + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 7bcdfdc93d0f1cdde484240ddc5ec147bba5f80c +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Jan 12 16:28:01 2011 -0500 + + config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + + This silences an Autoconf warning + +commit 6f581e0ce065ee09ddec79c3d346e3642128e721 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Jan 12 15:29:49 2011 -0500 + + config: replace deprecated AC_HELP_STRING with AS_HELP_STRING + + This silences an Automake warning. + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + commit bbbf430d5a41fcecfe245a5d82f026afb0696f87 Author: Alan Coopersmith <alan.coopersm...@oracle.com> Date: Sat Oct 30 12:12:39 2010 -0700 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/beforelight-1.0.4/Makefile.am new/beforelight-1.0.5/Makefile.am --- old/beforelight-1.0.4/Makefile.am 2010-07-01 08:22:57.000000000 +0200 +++ new/beforelight-1.0.5/Makefile.am 2013-01-15 06:22:03.000000000 +0100 @@ -20,17 +20,15 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. +SUBDIRS = man bin_PROGRAMS = beforelight -AM_CFLAGS = $(BEFORELIGHT_CFLAGS) $(XAW_CFLAGS) $(CWARNFLAGS) +AM_CFLAGS = $(BEFORELIGHT_CFLAGS) $(CWARNFLAGS) beforelight_LDADD = $(BEFORELIGHT_LIBS) beforelight_SOURCES = \ b4light.c -appman_PRE = \ - beforelight.man - # App default files DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults @@ -40,20 +38,7 @@ dist_appdefault_DATA = \ app-defaults/Beforelight -appmandir = $(APP_MAN_DIR) - -appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) - -EXTRA_DIST = $(appman_PRE) MAINTAINERCLEANFILES = ChangeLog INSTALL -CLEANFILES = $(appman_DATA) - -SUFFIXES = .$(APP_MAN_SUFFIX) .man - -# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure -.man.$(APP_MAN_SUFFIX): - $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ - .PHONY: ChangeLog INSTALL 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/beforelight-1.0.4/README new/beforelight-1.0.5/README --- old/beforelight-1.0.4/README 2009-10-16 23:38:03.000000000 +0200 +++ new/beforelight-1.0.5/README 2013-01-15 06:22:03.000000000 +0100 @@ -1,8 +1,7 @@ The beforelight program is a sample implementation of a screen saver for X servers supporting the MIT-SCREEN-SAVER extension. It is only recommended for use as a code sample, as it does not include features -such as screen locking or configurability, and relies on the legacy Xaw -toolkit. +such as screen locking or configurability. All questions regarding this software should be directed at the Xorg mailing 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/beforelight-1.0.4/b4light.c new/beforelight-1.0.5/b4light.c --- old/beforelight-1.0.4/b4light.c 2010-07-10 06:07:59.000000000 +0200 +++ new/beforelight-1.0.5/b4light.c 2013-01-15 06:22:03.000000000 +0100 @@ -34,13 +34,17 @@ #include <X11/Shell.h> #ifdef NOTDEF #include <X11/Xaw/Label.h> -#endif #include <X11/Xaw/Cardinals.h> +#endif #include <X11/extensions/scrnsaver.h> #include <X11/Xcms.h> #include <stdlib.h> #include <time.h> +#ifndef ZERO +# define ZERO ((Cardinal)0) +#endif + #ifdef NOTDEF static void quit (Widget w, XEvent *event, String *params, Cardinal *num_params); 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/beforelight-1.0.4/beforelight.man new/beforelight-1.0.5/beforelight.man --- old/beforelight-1.0.4/beforelight.man 2009-10-16 23:38:03.000000000 +0200 +++ new/beforelight-1.0.5/beforelight.man 1970-01-01 01:00:00.000000000 +0100 @@ -1,40 +0,0 @@ -.\" -.\" Permission is hereby granted, free of charge, to any person obtaining -.\" a copy of this software and associated documentation files (the -.\" "Software"), to deal in the Software without restriction, including -.\" without limitation the rights to use, copy, modify, merge, publish, -.\" distribute, sublicense, and/or sell copies of the Software, and to -.\" permit persons to whom the Software is furnished to do so, subject to -.\" the following conditions: -.\" -.\" The above copyright notice and this permission notice shall be included -.\" in all copies or substantial portions of the Software. -.\" -.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -.\" IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR -.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -.\" OTHER DEALINGS IN THE SOFTWARE. -.\" -.\" Except as contained in this notice, the name of the X Consortium shall -.\" not be used in advertising or otherwise to promote the sale, use or -.\" other dealings in this Software without prior written authorization -.\" from the X Consortium. -.\" -.\" $XFree86: xc/programs/beforelight/b4light.man,v 3.1 2001/01/27 18:21:00 dawes Exp $ -.\" -.TH beforelight 1 __xorgversion__ -.SH NAME -beforelight \- screen saver -.SH SYNOPSIS -.B beforelight -[ -.I \-toolkitoption -\&.\|.\|. ] -.SH DESCRIPTION -The \fIbeforelight\fP program is a sample implementation of a screen saver -for X servers supporting the MIT-SCREEN-SAVER extension. -.SH AUTHORS -Keith Packard, MIT X Consortium. 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/beforelight-1.0.4/configure.ac new/beforelight-1.0.5/configure.ac --- old/beforelight-1.0.4/configure.ac 2010-10-30 21:12:23.000000000 +0200 +++ new/beforelight-1.0.5/configure.ac 2013-01-15 06:22:03.000000000 +0100 @@ -21,10 +21,15 @@ dnl dnl Process this file with autoconf to create configure. +# Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([beforelight], [1.0.4], +AC_INIT([beforelight], [1.0.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [beforelight]) +AC_CONFIG_SRCDIR([Makefile.am]) +AC_CONFIG_HEADERS([config.h]) + +# Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -34,19 +39,19 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS -AM_CONFIG_HEADER(config.h) - # Checks for pkg-config packages PKG_CHECK_MODULES(BEFORELIGHT, x11 xscrnsaver xt) -PKG_CHECK_MODULES(XAW, xaw7) PKG_CHECK_MODULES(APPDEFS, xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` AC_ARG_WITH(appdefaultdir, - AC_HELP_STRING([--with-appdefaultdir=<pathname>], + AS_HELP_STRING([--with-appdefaultdir=<pathname>], [specify directory for app-defaults files (default is autodetected)]), [appdefaultdir="$withval"], [appdefaultdir="${xt_appdefaultdir}"]) AC_SUBST(appdefaultdir) -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([ + Makefile + man/Makefile]) +AC_OUTPUT 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/beforelight-1.0.4/man/Makefile.am new/beforelight-1.0.5/man/Makefile.am --- old/beforelight-1.0.4/man/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ new/beforelight-1.0.5/man/Makefile.am 2013-01-15 06:22:03.000000000 +0100 @@ -0,0 +1,12 @@ + +appmandir = $(APP_MAN_DIR) +appman_PRE = beforelight.man +appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX)) + +EXTRA_DIST = $(appman_PRE) +CLEANFILES = $(appman_DATA) +SUFFIXES = .$(APP_MAN_SUFFIX) .man + +# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure +.man.$(APP_MAN_SUFFIX): + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 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/beforelight-1.0.4/man/beforelight.man new/beforelight-1.0.5/man/beforelight.man --- old/beforelight-1.0.4/man/beforelight.man 1970-01-01 01:00:00.000000000 +0100 +++ new/beforelight-1.0.5/man/beforelight.man 2013-01-15 06:22:03.000000000 +0100 @@ -0,0 +1,40 @@ +.\" +.\" Permission is hereby granted, free of charge, to any person obtaining +.\" a copy of this software and associated documentation files (the +.\" "Software"), to deal in the Software without restriction, including +.\" without limitation the rights to use, copy, modify, merge, publish, +.\" distribute, sublicense, and/or sell copies of the Software, and to +.\" permit persons to whom the Software is furnished to do so, subject to +.\" the following conditions: +.\" +.\" The above copyright notice and this permission notice shall be included +.\" in all copies or substantial portions of the Software. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +.\" IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR +.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +.\" OTHER DEALINGS IN THE SOFTWARE. +.\" +.\" Except as contained in this notice, the name of the X Consortium shall +.\" not be used in advertising or otherwise to promote the sale, use or +.\" other dealings in this Software without prior written authorization +.\" from the X Consortium. +.\" +.\" $XFree86: xc/programs/beforelight/b4light.man,v 3.1 2001/01/27 18:21:00 dawes Exp $ +.\" +.TH beforelight 1 __xorgversion__ +.SH NAME +beforelight \- screen saver +.SH SYNOPSIS +.B beforelight +[ +.I \-toolkitoption +\&.\|.\|. ] +.SH DESCRIPTION +The \fIbeforelight\fP program is a sample implementation of a screen saver +for X servers supporting the MIT-SCREEN-SAVER extension. +.SH AUTHORS +Keith Packard, MIT X Consortium. -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org