Accepting request 401409 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/401409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-FatPacker?expand=0&rev=6
This commit is contained in:
		
				
					committed by
					
						 Git OBS Bridge
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							32825ae6a2
						
					
				
				
					commit
					97cb2ef52d
				
			| @@ -1,3 +0,0 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:bb508acbb978d722387f3015d8a0df105abe424ba5b6782574e1115f8f3d5b95 | ||||
| size 18205 | ||||
							
								
								
									
										3
									
								
								Dist-Zilla-Plugin-FatPacker-1.161631.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Dist-Zilla-Plugin-FatPacker-1.161631.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:c5a0ae926e3a3c27dd04659f551cd43e87f7c027d361cf7d4c0e04c346166c11 | ||||
| size 16077 | ||||
							
								
								
									
										28
									
								
								cpanspec.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								cpanspec.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| --- | ||||
| #description_paragraphs: 3 | ||||
| #description: |- | ||||
| #  override description from CPAN | ||||
| #summary: override summary from CPAN | ||||
| #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_build: |- | ||||
| # rm unused.files | ||||
| #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 | ||||
| @@ -1,3 +1,16 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Sun Jun 12 12:55:59 UTC 2016 - coolo@suse.com | ||||
|  | ||||
| - updated to 1.161631 | ||||
|    see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-FatPacker/Changes | ||||
|  | ||||
|   1.161631  2016-06-11 | ||||
|     - Re-packaged with [@Author::DOHERTY] (fixes rt-115278) | ||||
|    | ||||
|   1.161630  2016-06-11 02:03:48-07:00 America/Los_Angeles | ||||
|     - Fixed incorrect UTF-8 handling [gh-2] | ||||
|     - Copy gathered files into a work directory for fatpacking [gh-3] | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Mon Apr 13 19:25:27 UTC 2015 - coolo@suse.com | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| # | ||||
| # spec file for package perl-Dist-Zilla-Plugin-FatPacker | ||||
| # | ||||
| # 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,14 +17,15 @@ | ||||
|  | ||||
|  | ||||
| Name:           perl-Dist-Zilla-Plugin-FatPacker | ||||
| Version:        1.141200 | ||||
| Version:        1.161631 | ||||
| Release:        0 | ||||
| %define cpan_name Dist-Zilla-Plugin-FatPacker | ||||
| Summary:        Pack your dependencies onto your script file | ||||
| License:        Artistic-1.0 or GPL-1.0+ | ||||
| Group:          Development/Libraries/Perl | ||||
| Url:            http://search.cpan.org/dist/Dist-Zilla-Plugin-FatPacker/ | ||||
| Source:         http://www.cpan.org/authors/id/D/DO/DOHERTY/%{cpan_name}-%{version}.tar.gz | ||||
| Source0:        http://www.cpan.org/authors/id/D/DO/DOHERTY/%{cpan_name}-%{version}.tar.gz | ||||
| Source1:        cpanspec.yml | ||||
| BuildArch:      noarch | ||||
| BuildRoot:      %{_tmppath}/%{name}-%{version}-build | ||||
| BuildRequires:  perl | ||||
| @@ -32,19 +33,22 @@ BuildRequires:  perl-macros | ||||
| BuildRequires:  perl(App::FatPacker) | ||||
| BuildRequires:  perl(Dist::Zilla) | ||||
| BuildRequires:  perl(Dist::Zilla::Role::FileMunger) | ||||
| BuildRequires:  perl(File::pushd) | ||||
| BuildRequires:  perl(Moose) | ||||
| BuildRequires:  perl(Test::More) >= 0.94 | ||||
| BuildRequires:  perl(Path::Class) | ||||
| BuildRequires:  perl(ok) | ||||
| Requires:       perl(App::FatPacker) | ||||
| Requires:       perl(Dist::Zilla) | ||||
| Requires:       perl(Dist::Zilla::Role::FileMunger) | ||||
| Requires:       perl(File::pushd) | ||||
| Requires:       perl(Moose) | ||||
| Requires:       perl(Path::Class) | ||||
| Requires:       perl(ok) | ||||
| %{perl_requires} | ||||
|  | ||||
| %description | ||||
| This plugin uses the App::FatPacker manpage to pack your dependencies onto | ||||
| your script file. | ||||
| This plugin uses App::FatPacker to pack your dependencies onto your script | ||||
| file. | ||||
|  | ||||
| %prep | ||||
| %setup -q -n %{cpan_name}-%{version} | ||||
| @@ -63,6 +67,6 @@ your script file. | ||||
|  | ||||
| %files -f %{name}.files | ||||
| %defattr(-,root,root,755) | ||||
| %doc Changes LICENSE README | ||||
| %doc Changes LICENSE README.mkdn | ||||
|  | ||||
| %changelog | ||||
|   | ||||
		Reference in New Issue
	
	Block a user