8
0

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
This commit is contained in:
Stephan Kulow
2016-03-11 21:30:01 +00:00
committed by Git OBS Bridge
parent f5d310d798
commit a3bb2a8730
4 changed files with 28 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a9bce364de802d17d83bd0428dda56b47769cb52cbc034d077c7abd64d3017d
size 11575

3
File-Touch-0.11.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e379a5ff89420cf39906e5ceff309b8ce958f99f9c3e57ad52b5002a3982d93c
size 11749

View File

@@ -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

View File

@@ -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}