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 Sun Oct 25 09:49:56 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-File-Touch # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-File-Touch Name: perl-File-Touch
Version: 0.10 Version: 0.11
Release: 0 Release: 0
%define cpan_name File-Touch %define cpan_name File-Touch
Summary: Update File Access and Modification Times, Optionally Creating Files If Needed Summary: Update File Access and Modification Times, Optionally Creating Files If Needed
@@ -51,8 +51,9 @@ contruction:
* reference => $reference_file * reference => $reference_file
If defined, use timestamps from this file instead of current time. If defined, use timestamps from this file instead of current time. The
Default is undefined. timestamps are read from the reference file when the object is created, not
when '<-'touch>> is invoked. Default is undefined.
* time => $time * time => $time