From a3bb2a8730162354ebcc519ba3b80896bda242542ed1c8bc2ead2bc93f3bb4d4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 11 Mar 2016 21:30:01 +0000 Subject: [PATCH] Accepting request 369960 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/369960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Touch?expand=0&rev=5 --- File-Touch-0.10.tar.gz | 3 --- File-Touch-0.11.tar.gz | 3 +++ perl-File-Touch.changes | 10 ++++++++++ perl-File-Touch.spec | 29 +++++++++++++++-------------- 4 files changed, 28 insertions(+), 17 deletions(-) delete mode 100644 File-Touch-0.10.tar.gz create mode 100644 File-Touch-0.11.tar.gz diff --git a/File-Touch-0.10.tar.gz b/File-Touch-0.10.tar.gz deleted file mode 100644 index 381c007..0000000 --- a/File-Touch-0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a9bce364de802d17d83bd0428dda56b47769cb52cbc034d077c7abd64d3017d -size 11575 diff --git a/File-Touch-0.11.tar.gz b/File-Touch-0.11.tar.gz new file mode 100644 index 0000000..1dfc05e --- /dev/null +++ b/File-Touch-0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e379a5ff89420cf39906e5ceff309b8ce958f99f9c3e57ad52b5002a3982d93c +size 11749 diff --git a/perl-File-Touch.changes b/perl-File-Touch.changes index 648f873..6ecd929 100644 --- a/perl-File-Touch.changes +++ b/perl-File-Touch.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 11 10:08:07 UTC 2016 - coolo@suse.com + +- updated to 0.11 + see /usr/share/doc/packages/perl-File-Touch/Changes + + 0.11 2016-11-26 NEILB + - Document when reference gras the timestamps, and give example. + Thanks to SMYLERS for the PR with this. + ------------------------------------------------------------------- Sun Oct 25 09:49:56 UTC 2015 - coolo@suse.com diff --git a/perl-File-Touch.spec b/perl-File-Touch.spec index 73027d6..023047d 100644 --- a/perl-File-Touch.spec +++ b/perl-File-Touch.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Touch # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,7 +17,7 @@ Name: perl-File-Touch -Version: 0.10 +Version: 0.11 Release: 0 %define cpan_name File-Touch Summary: Update File Access and Modification Times, Optionally Creating Files If Needed @@ -39,36 +39,37 @@ contruction: * atime_only => [0|1] - If nonzero, change only the access time of files. Default is zero. +If nonzero, change only the access time of files. Default is zero. * mtime_only => [0|1] - If nonzero, change only the modification time of files. Default is zero. +If nonzero, change only the modification time of files. Default is zero. * no_create => [0|1] - If nonzero, do not create new files. Default is zero. +If nonzero, do not create new files. Default is zero. * reference => $reference_file - If defined, use timestamps from this file instead of current time. - Default is undefined. +If defined, use timestamps from this file instead of current time. The +timestamps are read from the reference file when the object is created, not +when '<-'touch>> is invoked. Default is undefined. * time => $time - If defined, then this value will be used for both access time and - modification time, whichever of those are set. This time is overridden by - the 'atime' and 'mtime' arguments, if you use them. +If defined, then this value will be used for both access time and +modification time, whichever of those are set. This time is overridden by +the 'atime' and 'mtime' arguments, if you use them. * atime => $time - If defined, use this time (in epoch seconds) instead of current time for - access time. +If defined, use this time (in epoch seconds) instead of current time for +access time. * mtime => $time - If defined, use this time (in epoch seconds) instead of current time for - modification time. +If defined, use this time (in epoch seconds) instead of current time for +modification time. %prep %setup -q -n %{cpan_name}-%{version}