Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cronie for openSUSE:Factory checked in at 2022-05-14 22:53:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cronie (Old) and /work/SRC/openSUSE:Factory/.cronie.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cronie" Sat May 14 22:53:46 2022 rev:86 rq:976927 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/cronie/cronie.changes 2022-04-16 00:13:33.313593500 +0200 +++ /work/SRC/openSUSE:Factory/.cronie.new.1538/cronie.changes 2022-05-14 22:54:24.331159129 +0200 @@ -1,0 +2,8 @@ +Wed May 11 09:17:27 UTC 2022 - Danilo Spinella <danilo.spine...@suse.com> + +- Update to 1.6.1: + * Fix a regression in handling ranges (x-y) in crontab +- Remove upstreamed patch: + * bsc1198265.patch + +------------------------------------------------------------------- Old: ---- bsc1198265.patch cronie-1.6.0.tar.gz New: ---- cronie-1.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cronie.spec ++++++ --- /var/tmp/diff_new_pack.Z8bhxx/_old 2022-05-14 22:54:24.903159845 +0200 +++ /var/tmp/diff_new_pack.Z8bhxx/_new 2022-05-14 22:54:24.911159855 +0200 @@ -22,7 +22,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: cronie -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: Cron Daemon License: BSD-3-Clause AND GPL-2.0-only AND MIT @@ -46,9 +46,6 @@ # PATCH-FIX-SUSE the first occurance of "/etc/anacrontab" was replaced by "/etc/crontab" # in manpage file because the /etc/crontab is still used in SUSE. Patch13: fix-manpage-replace-anacrontab-with-crontab.patch -# PATCH-FIX-UPSTREAM Fix regression in handling 1-5 crontab entries bsc#1198265 -# https://github.com/cronie-crond/cronie/commit/62e53f1cdb9c1e12a01ee7814c92cd937d50328d -Patch14: bsc1198265.patch BuildRequires: audit-devel BuildRequires: autoconf BuildRequires: automake @@ -107,7 +104,6 @@ %patch5 -p1 cp %{SOURCE7} ./cron_to_cronie.README %patch13 -p1 -%patch14 -p1 %build # fill macro CRON_VERSION it is used in top three lines of crontab file,should be reworked ++++++ cronie-1.6.0.tar.gz -> cronie-1.6.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cronie-cronie-1.6.0/ChangeLog new/cronie-cronie-1.6.1/ChangeLog --- old/cronie-cronie-1.6.0/ChangeLog 2022-03-22 14:54:01.000000000 +0100 +++ new/cronie-cronie-1.6.1/ChangeLog 2022-04-25 14:46:41.000000000 +0200 @@ -1,3 +1,11 @@ +2022-03-23 w30023233 <wangyuhan...@huawei.com> + + * Fix regression in handling 1-5 crontab entries + +2022-03-22 Tomas Mraz <tm...@fedoraproject.org> + + * Release version 1.6.0 + 2022-03-22 w30023233 <wangyuhan...@huawei.com> * Add switch -f for foreground mode diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cronie-cronie-1.6.0/NEWS new/cronie-cronie-1.6.1/NEWS --- old/cronie-cronie-1.6.0/NEWS 2022-03-22 14:54:01.000000000 +0100 +++ new/cronie-cronie-1.6.1/NEWS 2022-04-25 14:46:41.000000000 +0200 @@ -1,5 +1,9 @@ cronie NEWS -- history of user-visible changes. +Release 1.6.1 + +* crond: Fix regression of handling ranges (x-y) in crontab + Release 1.6.0 * crond: Add switch -f as an alias for -n diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cronie-cronie-1.6.0/configure.ac new/cronie-cronie-1.6.1/configure.ac --- old/cronie-cronie-1.6.0/configure.ac 2022-03-22 14:54:01.000000000 +0100 +++ new/cronie-cronie-1.6.1/configure.ac 2022-04-25 14:46:41.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([cronie],[1.6.0]) +AC_INIT([cronie],[1.6.1]) AC_CONFIG_HEADERS([config.h]) AC_PREREQ([2.64]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cronie-cronie-1.6.0/cronie.spec new/cronie-cronie-1.6.1/cronie.spec --- old/cronie-cronie-1.6.0/cronie.spec 2022-03-22 14:54:01.000000000 +0100 +++ new/cronie-cronie-1.6.1/cronie.spec 2022-04-25 14:46:41.000000000 +0200 @@ -5,7 +5,7 @@ Summary: Cron daemon for executing programs at set times Name: cronie -Version: 1.6.0 +Version: 1.6.1 Release: 0packit%{?dist} License: MIT and BSD and ISC and GPLv2+ URL: https://github.com/cronie-crond/cronie @@ -209,7 +209,7 @@ %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/dailyjobs %changelog -* Tue Mar 22 2022 Packit <pac...@packit.dev> - 1.6.0-0packit +* Mon Apr 25 2022 Packit <pac...@packit.dev> - 1.6.1-0packit - Packit build * Thu Oct 31 2019 Tom???? Mr??z <tm...@redhat.com> - 1.5.5-1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cronie-cronie-1.6.0/readme.md new/cronie-cronie-1.6.1/readme.md --- old/cronie-cronie-1.6.0/readme.md 2022-03-22 14:54:01.000000000 +0100 +++ new/cronie-cronie-1.6.1/readme.md 2022-04-25 14:46:41.000000000 +0200 @@ -7,10 +7,14 @@ And why cronie? [http://www.urbandictionary.com/define.php?term=cronie] # Download -Latest released version is 1.6.0. +Latest released version is 1.6.1. User visible changes: +Release 1.6.1 + +- crond: Fix regression of handling ranges (x-y) in crontab + Release 1.6.0 - crond: Add switch -f as an alias for -n diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cronie-cronie-1.6.0/src/entry.c new/cronie-cronie-1.6.1/src/entry.c --- old/cronie-cronie-1.6.0/src/entry.c 2022-03-22 14:54:01.000000000 +0100 +++ new/cronie-cronie-1.6.1/src/entry.c 2022-04-25 14:46:41.000000000 +0200 @@ -595,6 +595,7 @@ return (EOF); case R_RANGE: + unget_char(ch, file); if (get_number(&num2, low, names, file) != EOF) { state = R_RANGE_NUM2; break;