Hello community,

here is the log from the commit of package cronie for openSUSE:11.4
checked in at Fri May 6 11:45:41 CEST 2011.



--------
--- old-versions/11.4/all/cronie/cronie.changes 2011-02-24 13:57:42.000000000 
+0100
+++ 11.4/cronie/cronie.changes  2011-04-28 10:40:54.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 27 16:56:21 UTC 2011 - vci...@novell.com
+
+- update to 1.4.7
+  many bugs fixed (including bnc#690166)
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/cronie
Destination is old-versions/11.4/UPDATES/all/cronie
calling whatdependson for 11.4-i586


Old:
----
  cronie-1.4.6.tar.xz

New:
----
  cronie-1.4.7.tar.gz

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

Other differences:
------------------
++++++ cronie.spec ++++++
--- /var/tmp/diff_new_pack.RUuQhP/_old  2011-05-06 11:45:14.000000000 +0200
+++ /var/tmp/diff_new_pack.RUuQhP/_new  2011-05-06 11:45:14.000000000 +0200
@@ -21,7 +21,7 @@
 %define cron_configs 
\{/etc/init.d/cron,/etc/pam.d/crond,/etc/crontab,/etc/cron.deny,/etc/omc/srvinfo.d/cron.xml\}
 
 Name:           cronie
-BuildRequires:  audit-devel libselinux-devel pam-devel xz
+BuildRequires:  audit-devel libselinux-devel pam-devel
 Url:            https://fedorahosted.org/cronie/
 License:        MIT and BSD and GPLv2
 Group:          System/Daemons
@@ -29,11 +29,11 @@
 Recommends:     postfix
 AutoReqProv:    on
 PreReq:         permissions %fillup_prereq %insserv_prereq cron 
sysvinit(syslog)
-Version:        1.4.6
-Release:        7.<RELEASE2>
+Version:        1.4.7
+Release:        1.<RELEASE2>
 %{expand: %%define cronie_version %version}
 Summary:        Cron Daemon
-Source0:        %name-%version.tar.xz
+Source0:        %name-%version.tar.gz
 Source1:        cron.init
 Source2:        run-crons
 Source3:        sample.root
@@ -71,7 +71,7 @@
 Release:        9.<RELEASE2>
 Summary:        Auxiliary package
 Group:          System/Daemons
-Requires:       %{name} = %{cronie_version}-%{release}
+Requires:       %{name} = %{cronie_version}
 
 %description -n cron
 Auxiliary package, needed for proper update from vixie-cron 4.1 to cronie 1.4.4


++++++ cronie-nheader_lines.diff ++++++
--- /var/tmp/diff_new_pack.RUuQhP/_old  2011-05-06 11:45:15.000000000 +0200
+++ /var/tmp/diff_new_pack.RUuQhP/_new  2011-05-06 11:45:15.000000000 +0200
@@ -1,3 +1,5 @@
+Index: src/crontab.c
+===================================================================
 --- src/crontab.c.orig
 +++ src/crontab.c
 @@ -38,7 +38,7 @@
@@ -9,7 +11,7 @@
  
  enum opt_t {opt_unknown, opt_list, opt_delete, opt_edit, opt_replace, 
opt_hostset, opt_hostget};
  
-@@ -433,7 +433,7 @@ static char *host_specific_filename(char
+@@ -429,7 +429,7 @@ static char *host_specific_filename(char
  static void edit_cmd(void) {
        char n[MAX_FNAME], q[MAX_TEMPSTR], *editor;
        FILE *f;
@@ -18,7 +20,7 @@
        struct stat statbuf;
        struct utimbuf utimebuf;
        WAIT_T waiter;
-@@ -485,13 +485,25 @@ static void edit_cmd(void) {
+@@ -481,13 +481,25 @@ static void edit_cmd(void) {
        }
  
        Set_LineNum(1)
@@ -29,7 +31,7 @@
 -              /* copy the rest of the crontab (if any) to the temp file.
 -               */
 -              if (EOF != ch)
-+              
++
 +      /* ignore the top few comments since we probably put them there.
 +       */
 +      x = 0;
@@ -51,15 +53,15 @@
                while (EOF != (ch = get_char(f)))
                        putc(ch, NewCrontab);
  
-@@ -699,6 +711,7 @@ static int replace_cmd(void) {
+@@ -695,6 +707,7 @@ static int replace_cmd(void) {
        int error = 0;
        entry *e;
        uid_t file_owner;
 +      time_t now = time(NULL);
-       char **envp = env_init();
+       char **envp;
        char *safename;
  
-@@ -732,10 +745,10 @@ static int replace_cmd(void) {
+@@ -724,10 +737,10 @@ static int replace_cmd(void) {
         *
         * VERY IMPORTANT: make sure NHEADER_LINES agrees with this code.
         */
@@ -70,7 +72,7 @@
 +      fprintf(tmp, "# DO NOT EDIT THIS FILE - edit the master and 
reinstall.\n");
 +      fprintf(tmp, "# (%s installed on %-24.24s)\n", Filename, ctime(&now));
 +      fprintf(tmp, "# (Cronie version %s)\n", CRON_VERSION);
-+      
++
  #ifdef WITH_SELINUX
        if (selinux_context)
                fprintf(tmp, "SELINUX_ROLE_TYPE=%s\n", selinux_context);


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to