Compare commits
20 Commits
Author | SHA256 | Date | |
---|---|---|---|
a942ae23a6 | |||
ef3b5a3b4d | |||
289ac085fe | |||
1fd8ae4cb9 | |||
e6ecea96ff | |||
e8ea05a9a4 | |||
|
6dfcf10b4d | ||
|
e98c6fc7ae | ||
|
2794fd5ab1 | ||
|
1a0723bc3c | ||
|
98e94a8c9d | ||
|
cf0e89cd41 | ||
|
41b1e81fbd | ||
|
d5f56b351c | ||
|
1e064dfbd0 | ||
|
8dbaa366c5 | ||
|
300bd0709c | ||
|
d40712285c | ||
|
2929fb1692 | ||
|
7844c667ae |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01f71439917adac20c57951f0a67ac75bf5fb6a05354e1313b287b63ddeae7de
|
||||
size 106463
|
BIN
HTTP-DAV-0.50.tar.gz
(Stored with Git LFS)
Normal file
BIN
HTTP-DAV-0.50.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
description_paragraphs: 1
|
||||
#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: Artistic-1.0 or GPL-1.0+
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 05:34:25 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.500.0 (0.50)
|
||||
see /usr/share/doc/packages/perl-HTTP-DAV/Changes
|
||||
|
||||
v0.50 (released 2024/10/16):
|
||||
* bug fixes
|
||||
|
||||
Fixed missing custom headers when calling PUT methods. Closes
|
||||
"RT#100756". Thanks Georg Acher for the patch and for patiently
|
||||
waiting a decade (!) for a fix.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 15:44:54 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 0.49
|
||||
see /usr/share/doc/packages/perl-HTTP-DAV/Changes
|
||||
|
||||
v0.49 (released 2018/11/28):
|
||||
* bug fixes
|
||||
|
||||
Fixed perl shebang line in "dave" script, for ExtUtils::MakeMaker to
|
||||
correctly replace it. Closes "RT#127819".
|
||||
|
||||
Fixed "propfind" response handling to also consider successful an
|
||||
HTTP 207 status code. Closes "RT#127591".
|
||||
|
||||
Fixed "clone()" method to properly respect the class name. Closes
|
||||
"RT#123528". Thanks to Ricardo Signes for the patch.
|
||||
|
||||
* documentation fixes
|
||||
|
||||
Fixed various pod issues raised by Debian contributor
|
||||
"fsfs@debian.org". Closes "RT#119878".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 20:55:47 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.48
|
||||
see /usr/share/doc/packages/perl-HTTP-DAV/Changes
|
||||
|
||||
v0.48 (released 2015/03/26):
|
||||
* bug fixes
|
||||
|
||||
"RT#103126", fixed faulty code to add trailing slash to URLs.
|
||||
|
||||
v0.47 (released 2012/03/24):
|
||||
* bug fixes
|
||||
|
||||
Improve "propfind()" resilience when server response contains
|
||||
broken, truncated or no XML at all. RT#75011.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 07:24:55 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.47
|
||||
Improve C<propfind()> resilience when server response contains
|
||||
broken, truncated or no XML at all. RT#75011.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 13 12:28:05 UTC 2012 - vcizek@suse.com
|
||||
|
||||
- update to 0.46
|
||||
* improvements
|
||||
HTTP::DAV should now be working with more WebDAV servers.
|
||||
We are more flexible in what content types we consider to be XML.
|
||||
Thanks Ron1 and Adam for the feedback and patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 01:33:50 UTC 2011 - vcizek@suse.com
|
||||
|
||||
- update to 0.45
|
||||
- Mostly cosmetic changes (no changelog from the upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 07:50:06 UTC 2011 - vcizek@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTTP-DAV
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,66 +12,67 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-HTTP-DAV
|
||||
%define cpan_name HTTP-DAV
|
||||
Name: perl-HTTP-DAV
|
||||
Version: 0.500.0
|
||||
Release: 0
|
||||
# 0.50 -> normalize -> 0.500.0
|
||||
%define cpan_version 0.50
|
||||
#Upstream: Patrick Collins G03 Gloucester Place, Kensington Sydney, Australia Email: pcollins@cpan.org Phone: +61 2 9663 4916 All rights reserved. Current co-maintainer of the module is Cosimo Streppone for Opera Software ASA, the opera@cpan.org manpage. You may distribute this module under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: WebDAV client library for Perl5
|
||||
Version: 0.44
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/HTTP-DAV/
|
||||
#Source: http://www.cpan.org/modules/by-module/HTTP/HTTP-DAV-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CO/COSIMO/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(LWP) >= 5.48
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(URI)
|
||||
BuildRequires: perl(URI::Escape)
|
||||
BuildRequires: perl(XML::DOM)
|
||||
Requires: perl(LWP) >= 5.48
|
||||
Requires: perl(Scalar::Util)
|
||||
Requires: perl(URI)
|
||||
Requires: perl(URI::Escape)
|
||||
Requires: perl(XML::DOM)
|
||||
Provides: perl(HTTP::DAV) = %{version}
|
||||
Provides: perl(HTTP::DAV::Comms)
|
||||
Provides: perl(HTTP::DAV::Headers)
|
||||
Provides: perl(HTTP::DAV::Lock) = 0.09
|
||||
Provides: perl(HTTP::DAV::Resource) = %{version}
|
||||
Provides: perl(HTTP::DAV::ResourceList) = 0.11
|
||||
Provides: perl(HTTP::DAV::Response) = 0.14
|
||||
Provides: perl(HTTP::DAV::UserAgent)
|
||||
Provides: perl(HTTP::DAV::Utils) = 0.11
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
HTTP::DAV is a Perl API for interacting with and modifying content on
|
||||
webservers using the WebDAV protocol. Now you can LOCK, DELETE and PUT
|
||||
files and much more on a DAV-enabled webserver.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%{__perl} -p -i -e "s|\r\n|\n|" TODO
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
# do not perl_process_packlist (noarch)
|
||||
# remove .packlist file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
|
||||
# remove perllocal.pod file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README TODO
|
||||
%doc Changes doc README TODO
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user