Accepting request 312072 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/312072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Rex?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-06-16 05:00:52 +00:00
committed by Git OBS Bridge
parent ae0852dd47
commit 1358cdab67
5 changed files with 67 additions and 5 deletions

View File

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

3
Rex-1.2.1.tar.gz Normal file
View File

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

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Jun 15 09:06:48 UTC 2015 - coolo@suse.com
- updated to 1.2.1
see /usr/share/doc/packages/perl-Rex/ChangeLog
2015-05-04 <jfried@rexify.org> (1.2.1)
* first detect if uname and md5sum can be run, then use it. fixed #665 - Jan
2015-05-02 <jfried@rexify.org> (1.2.0)
* Set version to 9999.99.99 if version is not present (e.g. during development) - Jan
* Fix Rexfile parsing (fix #629) - Jan
* Refactor tasklist output (fix #631, #653) - Eric Johnson
* Remove -w from shebang (fix #650) - Eric Johnson
* Add tab completion (fix #636, #652) - Eric Johnson
* Update modules listed in POD - Brian Manning
* Add another Red Hat synonym for RHWS version 3 - Brian Manning
* Fix file manipulation when using Net::OpenSSH and sudo (fix #640) - Jan
* Check if requested environment is defined (fix #639) - Ferenc Erki
* Use normal DSL for internal task - Ferenc Erki
* Fix SCM documentation - Ferenc Erki
* Sort server names naturally - Ferenc Erki
* Sort tasklist output (fix #633) - Ferenc Erki
* Add YAML CMDB merging support (fix #499) - Ferenc Erki
* Add CMDB merge tests - Ferenc Erki
* Update list of contributors - Ferenc Erki
* Check number of elements returned by stat - Ferenc Erki
* Rex::Commands::Fs::stat() should return a hash or throw an exception. - Mitch Broadhead
* Allow single-character tasknames (fix #621) - Ferenc Erki
* Fix reporting for umount - Ferenc Erki
-------------------------------------------------------------------
Mon Apr 20 04:59:06 UTC 2015 - coolo@suse.com

View File

@@ -17,20 +17,23 @@
Name: perl-Rex
Version: 1.1.0
Version: 1.2.1
Release: 0
%define cpan_name Rex
Summary: Remote Execution
License: Apache-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Rex/
Source0: http://www.cpan.org/authors/id/J/JF/JFRIED/%{cpan_name}-%{version}.tar.gz
#Source0: http://www.cpan.org/authors/id/F/FE/FERKI/%{cpan_name}-1.3.1.tar.gz
Source0: Rex-1.2.1.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(Hash::Merge)
BuildRequires: perl(IO::Pty)
BuildRequires: perl(IO::String)
BuildRequires: perl(JSON::XS)
@@ -38,6 +41,8 @@ BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Net::OpenSSH)
BuildRequires: perl(Net::SFTP::Foreign)
BuildRequires: perl(Sort::Naturally)
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Text::Glob)
BuildRequires: perl(URI)
@@ -46,6 +51,7 @@ BuildRequires: perl(XML::Simple)
BuildRequires: perl(YAML)
Requires: perl(HTTP::Request)
Requires: perl(HTTP::Request::Common)
Requires: perl(Hash::Merge)
Requires: perl(IO::Pty)
Requires: perl(IO::String)
Requires: perl(JSON::XS)
@@ -53,6 +59,8 @@ Requires: perl(LWP::UserAgent)
Requires: perl(List::MoreUtils)
Requires: perl(Net::OpenSSH)
Requires: perl(Net::SFTP::Foreign)
Requires: perl(Sort::Naturally)
Requires: perl(Term::ReadKey)
Requires: perl(Text::Glob)
Requires: perl(URI)
Requires: perl(URI::QueryParam)