Hello community, here is the log from the commit of package sessreg for openSUSE:Factory checked in at 2017-03-05 17:56:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sessreg (Old) and /work/SRC/openSUSE:Factory/.sessreg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sessreg" Sun Mar 5 17:56:31 2017 rev:11 rq:461352 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/sessreg/sessreg.changes 2016-06-09 15:55:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sessreg.new/sessreg.changes 2017-03-05 17:56:35.778726081 +0100 @@ -1,0 +2,13 @@ +Wed Mar 1 13:57:12 UTC 2017 - [email protected] + +- Update to version 1.1.1: + + Use off_t instead of long to make largefile support work + + autogen.sh: use quoted string variables + + autogen: add default patch prefix + + autogen.sh: use exec instead of waiting for configure to finish + + Pass -P to the preprocessor when generating filenames for the manpage. +- supersedes patches: + + U_Pass-P-to-the-preprocessor-when-generating-filenames.patch + + u_use-off_t-instead-of-long-to-make-largefile-support-work.patch + +------------------------------------------------------------------- Old: ---- U_Pass-P-to-the-preprocessor-when-generating-filenames.patch sessreg-1.1.0.tar.bz2 u_use-off_t-instead-of-long-to-make-largefile-support-work.patch New: ---- sessreg-1.1.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sessreg.spec ++++++ --- /var/tmp/diff_new_pack.AjcQfd/_old 2017-03-05 17:56:36.334647396 +0100 +++ /var/tmp/diff_new_pack.AjcQfd/_new 2017-03-05 17:56:36.334647396 +0100 @@ -1,7 +1,7 @@ # # spec file for package sessreg # -# 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 @@ -17,15 +17,13 @@ Name: sessreg -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Utility to manage utmp/wtmp entries for X sessions License: MIT Group: System/X11/Utilities Url: http://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 -Patch0: U_Pass-P-to-the-preprocessor-when-generating-filenames.patch -Patch1: u_use-off_t-instead-of-long-to-make-largefile-support-work.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: pkg-config @@ -42,8 +40,6 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build autoreconf -fi ++++++ sessreg-1.1.0.tar.bz2 -> sessreg-1.1.1.tar.bz2 ++++++ ++++ 7053 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/sessreg-1.1.0/ChangeLog new/sessreg-1.1.1/ChangeLog --- old/sessreg-1.1.0/ChangeLog 2015-01-20 06:01:50.000000000 +0100 +++ new/sessreg-1.1.1/ChangeLog 2017-02-28 03:26:06.000000000 +0100 @@ -1,3 +1,70 @@ +commit 5457109783ee82599aeb6c6a690cc921a881d6bf +Author: Matt Turner <[email protected]> +Date: Mon Feb 27 18:25:03 2017 -0800 + + sessreg 1.1.1 + + Signed-off-by: Matt Turner <[email protected]> + +commit 77befa7b9af5c69d1b715cba925f6e1e5e62ce68 +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 7ebff8dedf3a0d67c475a1e216a0fb056e053c4e +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 37d8e5a28003e26b39e0fa6322acf8bcb8ca1823 +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 eb41dc747ec4b0b4c40d6482081a0c7782dca8d9 +Author: Egbert Eich <[email protected]> +Date: Sun May 29 23:56:29 2016 +0200 + + Use off_t instead of long to make largefile support work + + We already use the macro AC_SYS_LARGEFILE in configure.ac. This will only + work properly if the correct types are used as well: replace long by off_t + when calculating file offsets - which makes a difference on 32-bit systems. + + http://bugzilla.opensuse.org/show_bug.cgi?id=981522 + + Signed-off-by: Egbert Eich <[email protected]> + Found-by: Herbert Kütz <[email protected]> + Reviewed-by: Stefan Dirsch <[email protected]> + +commit 93f5d5abf6b214a4b36e00cd09174d24b2ed0a6d +Author: Stefan Dirsch <[email protected]> +Date: Wed Sep 9 23:44:06 2015 +0200 + + Pass -P to the preprocessor when generating filenames for the manpage. + + Fixes build with GCC 5. Patch by Richard Biener <[email protected]> + + Tested-by: Matt Turner <[email protected]> + Signed-off-by: Matt Turner <[email protected]> + commit 0f904e33d53b0102e53685184bb59005be40fcf7 Author: Alan Coopersmith <[email protected]> Date: Mon Jan 19 21:00:17 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/sessreg-1.1.0/configure.ac new/sessreg-1.1.1/configure.ac --- old/sessreg-1.1.0/configure.ac 2015-01-20 06:00:27.000000000 +0100 +++ new/sessreg-1.1.1/configure.ac 2017-02-28 03:25:01.000000000 +0100 @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([sessreg], [1.1.0], +AC_INIT([sessreg], [1.1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [sessreg]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) 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/sessreg-1.1.0/man/Makefile.am new/sessreg-1.1.1/man/Makefile.am --- old/sessreg-1.1.0/man/Makefile.am 2015-01-20 06:00:27.000000000 +0100 +++ new/sessreg-1.1.1/man/Makefile.am 2017-02-28 03:24:47.000000000 +0100 @@ -9,7 +9,7 @@ AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) filenames.sed: filenames.sed.c - $(AM_V_GEN)$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_V_GEN)$(CPP) -P $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/filenames.sed.c | \ $(SED) -n -e '/s|__/ p' -e '/^\/__/ p' > $@ 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/sessreg-1.1.0/sessreg.c new/sessreg-1.1.1/sessreg.c --- old/sessreg-1.1.0/sessreg.c 2015-01-20 06:00:27.000000000 +0100 +++ new/sessreg-1.1.1/sessreg.c 2017-02-28 03:24:47.000000000 +0100 @@ -366,7 +366,7 @@ # else utmp = open (utmp_file, O_RDWR); if (utmp != -1) { - syserr ((int) lseek (utmp, (long) slot_number * sizeof (struct utmp), 0), "lseek"); + syserr ((int) lseek (utmp, (off_t) slot_number * sizeof (struct utmp), 0), "lseek"); sysnerr (write (utmp, (char *) &utmp_entry, sizeof (utmp_entry)) == sizeof (utmp_entry), "write utmp entry"); close (utmp); @@ -401,7 +401,7 @@ if (llog != -1) { struct lastlog ll; - sysnerr (lseek(llog, (long) (pwd->pw_uid*sizeof(ll)), 0) + sysnerr (lseek(llog, (off_t) (pwd->pw_uid*sizeof(ll)), 0) != -1, "seeking lastlog entry"); memset(&ll, 0, sizeof(ll)); ll.ll_time = current_time; @@ -668,7 +668,7 @@ * first, try to locate a previous entry for this display * also record location of a free slots in case we need a new one */ - syserr ((int) lseek (utmp, (long) slot * sizeof (struct utmp), 0), "lseek"); + syserr ((int) lseek (utmp, (off_t) slot * sizeof (struct utmp), 0), "lseek"); if (!host_name) host_name = "";
