Hello community, here is the log from the commit of package xsm for openSUSE:Factory checked in at 2013-02-28 07:14:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xsm (Old) and /work/SRC/openSUSE:Factory/.xsm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xsm", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/xsm/xsm.changes 2012-05-08 12:08:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xsm.new/xsm.changes 2013-02-28 10:23:51.000000000 +0100 @@ -1,0 +2,27 @@ +Tue Feb 26 18:48:26 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.0.3: + + Use mode_t, not int, for umask return/argument value. + + Use standard autoconf defines for mkstemp & putenv instead of + imake leftovers. + + install: Use sysconfdir instead of libdir for config files. + + Add size limit to scanf string specifier. + + Fix some gcc -Wwrite-strings warnings. + + Terminate execl() arguments with NULL instead of 0. + + Convert a couple last sprintf calls to snprintf. + + Convert XtMalloc + sprintf to XtAsprintf. Depends on libXt > + 1.0.99 to ensure XtAsprintf is available. + + config: + - Add missing AC_CONFIG_SRCDIR + - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS. + - Replace deprecated AC_HELP_STRING with AS_HELP_STRING. + - Move man pages into their own directory. + + man: + - Replace hard coded man page section with substitution + strings. + - Remove trailing spaces and tabs. + + Make System() prototype for Solaris in xsm.h actually a + prototype. +- Drop xsm.diff patch, fixed upstream. + +------------------------------------------------------------------- Old: ---- xsm-1.0.2.tar.bz2 xsm.diff New: ---- xsm-1.0.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xsm.spec ++++++ --- /var/tmp/diff_new_pack.cLubB0/_old 2013-02-28 10:23:53.000000000 +0100 +++ /var/tmp/diff_new_pack.cLubB0/_new 2013-02-28 10:23:53.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xsm # -# 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,25 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: xsm -Version: 1.0.2 +Version: 1.0.3 Release: 0 -License: MIT Summary: X Session Manager -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 -# xsm.diff -- Change path to config file -Patch0: xsm.diff -# needed for patch0 -BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xaw7) BuildRequires: pkgconfig(xorg-macros) >= 1.8 -BuildRequires: pkgconfig(xt) +BuildRequires: pkgconfig(xt) > 1.0.99 # default rsh command is ssh Requires: openssh # This was part of the xorg-x11 package up to version 7.6 @@ -52,9 +49,6 @@ %prep %setup -q -%patch0 -p0 -# needed for patch0 -autoreconf -fi %build %configure ++++++ xsm-1.0.2.tar.bz2 -> xsm-1.0.3.tar.bz2 ++++++ ++++ 11840 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org