Accepting request 985252 from devel:languages:perl:autoupdate
- updated to 0.18
see /usr/share/doc/packages/perl-HTTP-Tinyish/Changes
0.18 2022-06-20 16:44:43 PDT
- Support max_redirect: 0 (skaji) #23
OBS-URL: https://build.opensuse.org/request/show/985252
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Tinyish?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
ff2795dcfb
commit
399a53a892
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 03:06:57 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.18
|
||||
see /usr/share/doc/packages/perl-HTTP-Tinyish/Changes
|
||||
|
||||
0.18 2022-06-20 16:44:43 PDT
|
||||
- Support max_redirect: 0 (skaji) #23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:13:14 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
||||
+8
-10
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTTP-Tinyish
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,17 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-HTTP-Tinyish
|
||||
Version: 0.17
|
||||
Release: 0
|
||||
%define cpan_name HTTP-Tinyish
|
||||
Summary: HTTP::Tiny compatible HTTP client wrappers
|
||||
Name: perl-HTTP-Tinyish
|
||||
Version: 0.18
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Summary: HTTP::Tiny compatible HTTP client wrappers
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Which)
|
||||
@@ -51,11 +50,11 @@ restrictive environment where you need to be able to download CPAN modules
|
||||
without an HTTPS support in built-in HTTP library.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -66,7 +65,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47bd111e474566d733c41870e2374c81689db5e0b5a43adc48adb665d89fb067
|
||||
size 17341
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80380b8d33c6bfa96bb0104fa6a41c27dcc4e9c83a48df1fad39097f5fdcfde5
|
||||
size 17527
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
#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:
|
||||
# baz.patch: PATCH-FIX-OPENSUSE
|
||||
#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
|
||||
#skip_doc: regexp_to_skip_for_doc.*
|
||||
#add_doc: files to add to docs
|
||||
#misc: |-
|
||||
#anything else to be added to spec file
|
||||
#follows directly after %files section, so it can contain new blocks or also
|
||||
#changes to %files section
|
||||
Reference in New Issue
Block a user