Hello community,

here is the log from the commit of package at for openSUSE:Factory checked in 
at 2014-10-01 11:22:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/at (Old)
 and      /work/SRC/openSUSE:Factory/.at.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "at"

Changes:
--------
--- /work/SRC/openSUSE:Factory/at/at.changes    2014-07-31 21:50:21.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.at.new/at.changes       2014-10-01 
11:22:15.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Sep 24 12:21:20 UTC 2014 - [email protected]
+
+- updated to 3.1.15:
+  * pam.conf: require pam_loginuid.so
+  * atd.service.in: Add Documentation field.
+  * atd.service.in: Set IgnoreSIGPIPE=false
+
+-------------------------------------------------------------------

Old:
----
  at_3.1.14.orig.tar.gz

New:
----
  at_3.1.15.orig.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ at.spec ++++++
--- /var/tmp/diff_new_pack.uhxEyA/_old  2014-10-01 11:22:17.000000000 +0200
+++ /var/tmp/diff_new_pack.uhxEyA/_new  2014-10-01 11:22:17.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           at
-Version:        3.1.14
+Version:        3.1.15
 Release:        0
 Summary:        A Job Manager
 License:        GPL-2.0+
@@ -99,7 +99,7 @@
 %patch16
 %patch17 -p1
 %patch19
-%patch20 -p1
+%patch20
 %patch21 -p1
 %patch22
 %patch23 -p1

++++++ at-3.1.14-parse-suse-sysconfig.patch ++++++
--- /var/tmp/diff_new_pack.uhxEyA/_old  2014-10-01 11:22:17.000000000 +0200
+++ /var/tmp/diff_new_pack.uhxEyA/_new  2014-10-01 11:22:17.000000000 +0200
@@ -9,13 +9,11 @@
  configure.in |   44 +++++++++++++++++++++++++++-----------------
  3 files changed, 50 insertions(+), 19 deletions(-)
 
-Index: at-3.1.14/Makefile.in
+Index: Makefile.in
 ===================================================================
---- at-3.1.14.orig/Makefile.in
-+++ at-3.1.14/Makefile.in
-@@ -26,19 +26,19 @@ LN_S               = @LN_S@
- YACC          = @YACC@
- LEX           = @LEX@
+--- Makefile.in.orig   2014-09-18 10:46:08.197168752 +0200
++++ Makefile.in        2014-09-18 10:46:08.265168751 +0200
+@@ -28,7 +28,7 @@
  LEXLIB                = @LEXLIB@
  
  CC            = @CC@
@@ -24,7 +22,7 @@
  LDFLAGS               = @LDFLAGS@
  LFILE         = $(ATJOB_DIR)/.SEQ
  DEFS          = @DEFS@ -DVERSION=\"$(VERSION)\" \
-               -DETCDIR=\"$(etcdir)\" -DLOADAVG_MX=$(LOADAVG_MX) \
+@@ -36,7 +36,7 @@
                -DDAEMON_USERNAME=\"$(DAEMON_USERNAME)\" \
                -DDAEMON_GROUPNAME=\"$(DAEMON_GROUPNAME)\" \
                -DLFILE=\"$(LFILE)\" -Wall
@@ -33,15 +31,11 @@
  LIBOBJS               = @LIBOBJS@
  INSTALL               = @INSTALL@
  PAMLIB          = @PAMLIB@
- SELINUXLIB      = @SELINUXLIB@
- 
-Index: at-3.1.14/atd.c
+Index: atd.c
 ===================================================================
---- at-3.1.14.orig/atd.c
-+++ at-3.1.14/atd.c
-@@ -72,10 +72,14 @@
- 
- #ifdef HAVE_UNISTD_H
+--- atd.c.orig 2014-09-18 10:46:08.261168751 +0200
++++ atd.c      2014-09-18 10:46:08.265168751 +0200
+@@ -74,6 +74,10 @@
  #include <syslog.h>
  #endif
  
@@ -52,11 +46,7 @@
  /* Local headers */
  
  #include "privs.h"
- #include "daemon.h"
- 
-@@ -928,10 +932,11 @@ main(int argc, char *argv[])
-  * For those files which are to be executed, run_file() is called, which forks
-  * off a child which takes care of I/O redirection, forks off another child
+@@ -930,6 +934,7 @@
   * for execution and yet another one, optionally, for sending mail.
   * Files which already have run are removed during the next invocation.
   */
@@ -64,11 +54,7 @@
      int c;
      time_t next_invocation;
      struct sigaction act;
-     struct passwd *pwe;
-     struct group *ge;
-@@ -996,10 +1001,26 @@ main(int argc, char *argv[])
-           pabort("idiotic option - aborted");
-           break;
+@@ -998,6 +1003,22 @@
        }
      }
  
@@ -91,15 +77,11 @@
      namep = argv[0];
      if (chdir(ATJOB_DIR) != 0)
        perr("Cannot change to " ATJOB_DIR);
- 
-     if (optind < argc)
-Index: at-3.1.14/configure.ac
+Index: configure.ac
 ===================================================================
---- at-3.1.14.orig/configure.ac
-+++ at-3.1.14/configure.ac
-@@ -3,11 +3,11 @@ dnl Process this file with autoconf to p
- AC_INIT(at, 3.1.14)
- AC_CONFIG_SRCDIR(at.c)
+--- configure.ac.orig  2014-09-18 10:46:08.217168752 +0200
++++ configure.ac       2014-09-18 10:46:08.265168751 +0200
+@@ -5,7 +5,7 @@
  
  AC_PREFIX_DEFAULT(/usr)
  AC_CONFIG_HEADER(config.h)
@@ -108,9 +90,7 @@
  
  VERSION=AC_PACKAGE_VERSION
  if test "X$CFLAGS" = "X"; then
- CFLAGS="-O2 -g -Wall"
- fi
-@@ -40,20 +40,21 @@ case "$host" in
+@@ -40,20 +40,21 @@
  esac
  
  AC_MSG_CHECKING(__attribute__((noreturn)))
@@ -136,7 +116,7 @@
  dnl Checks for header files.
  AC_HEADER_DIRENT
  AC_HEADER_STDC
-@@ -63,7 +64,18 @@ AC_CHECK_HEADERS(stdarg.h)
+@@ -63,7 +64,18 @@
  
  dnl Checks for typedefs, structures, and compiler characteristics.
  AC_C_CONST
@@ -156,9 +136,7 @@
  AC_TYPE_UID_T
  AC_TYPE_MODE_T
  AC_TYPE_OFF_T
-@@ -258,20 +267,20 @@ AC_ARG_WITH(daemon_groupname,
-     AC_MSG_RESULT(daemon)
- )
+@@ -261,8 +273,8 @@
  AC_SUBST(DAEMON_GROUPNAME)
  
  AC_ARG_WITH(selinux,
@@ -169,7 +147,7 @@
  )
  AC_CHECK_LIB(selinux, is_selinux_enabled, SELINUXLIB=-lselinux)
  AC_SUBST(SELINUXLIB)
- AC_SUBST(WITH_SELINUX)
+@@ -270,7 +282,7 @@
  
  AC_ARG_WITH(pam,
  [ --with-pam            Define to enable pam support ],
@@ -178,5 +156,3 @@
  )
  AC_CHECK_LIB(pam, pam_start, PAMLIB='-lpam -lpam_misc')
  AC_SUBST(PAMLIB)
- 
- AC_CONFIG_FILES(Makefile atrun atd.8 atrun.8 at.1 at.allow.5 batch)

++++++ at_3.1.14.orig.tar.gz -> at_3.1.15.orig.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-3.1.14/ChangeLog new/at-3.1.15/ChangeLog
--- old/at-3.1.14/ChangeLog     2013-09-08 14:43:53.000000000 +0200
+++ new/at-3.1.15/ChangeLog     2014-08-10 13:56:37.000000000 +0200
@@ -145,3 +145,10 @@
         No longer try to compile and run a trivial C program.
         Add -M option to usage message.
         Use LDFLAGS when linking programs.
+
+at 3.1.15 (2014-08-10):
+
+  Ansgar Burchardt (3):
+        pam.conf: require pam_loginuid.so
+        atd.service.in: Add Documentation field.
+        atd.service.in: Set IgnoreSIGPIPE=false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-3.1.14/atd.service.in new/at-3.1.15/atd.service.in
--- old/at-3.1.14/atd.service.in        2013-09-08 14:43:53.000000000 +0200
+++ new/at-3.1.15/atd.service.in        2014-08-10 13:56:37.000000000 +0200
@@ -1,8 +1,10 @@
 [Unit]
 Description=Deferred execution scheduler
+Documentation=man:atd(8)
 
 [Service]
 ExecStart=@sbindir@/atd -f
+IgnoreSIGPIPE=false
 
 [Install]
 WantedBy=multi-user.target
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-3.1.14/configure new/at-3.1.15/configure
--- old/at-3.1.14/configure     2013-09-08 14:43:53.000000000 +0200
+++ new/at-3.1.15/configure     2014-08-10 13:56:37.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for at 3.1.14.
+# Generated by GNU Autoconf 2.69 for at 3.1.15.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='at'
 PACKAGE_TARNAME='at'
-PACKAGE_VERSION='3.1.14'
-PACKAGE_STRING='at 3.1.14'
+PACKAGE_VERSION='3.1.15'
+PACKAGE_STRING='at 3.1.15'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1263,7 +1263,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 at 3.1.14 to adapt to many kinds of systems.
+\`configure' configures at 3.1.15 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1328,7 +1328,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of at 3.1.14:";;
+     short | recursive ) echo "Configuration of at 3.1.15:";;
    esac
   cat <<\_ACEOF
 
@@ -1425,7 +1425,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-at configure 3.1.14
+at configure 3.1.15
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1901,7 +1901,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by at $as_me 3.1.14, which was
+It was created by at $as_me 3.1.15, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2256,7 +2256,7 @@
 
 
 
-VERSION=3.1.14
+VERSION=3.1.15
 if test "X$CFLAGS" = "X"; then
 CFLAGS="-O2 -g -Wall"
 fi
@@ -5744,7 +5744,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by at $as_me 3.1.14, which was
+This file was extended by at $as_me 3.1.15, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5806,7 +5806,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-at config.status 3.1.14
+at config.status 3.1.15
 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/at-3.1.14/configure.ac new/at-3.1.15/configure.ac
--- old/at-3.1.14/configure.ac  2013-09-08 14:43:53.000000000 +0200
+++ new/at-3.1.15/configure.ac  2014-08-10 13:56:37.000000000 +0200
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(at, 3.1.14)
+AC_INIT(at, 3.1.15)
 AC_CONFIG_SRCDIR(at.c)
 
 AC_PREFIX_DEFAULT(/usr)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-3.1.14/pam.conf new/at-3.1.15/pam.conf
--- old/at-3.1.14/pam.conf      2013-09-08 14:43:53.000000000 +0200
+++ new/at-3.1.15/pam.conf      2014-08-10 13:56:37.000000000 +0200
@@ -5,5 +5,6 @@
 auth   required        pam_env.so
 @include common-auth
 @include common-account
+session    required   pam_loginuid.so
 @include common-session-noninteractive
 session    required   pam_limits.so

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to