[packages/cadaver] Up to 0.28

arekm arekm at pld-linux.org
Wed May 20 18:40:31 CEST 2026


commit fb364716422d3c9862eabe8747ebdebddc5c7ed0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed May 20 18:40:14 2026 +0200

    Up to 0.28

 cadaver-0.23.3-neon030.patch | 53 --------------------------------------------
 cadaver-configure.patch      | 11 ---------
 cadaver.spec                 | 26 +++++++---------------
 3 files changed, 8 insertions(+), 82 deletions(-)
---
diff --git a/cadaver.spec b/cadaver.spec
index c2e83e8..ef7564f 100644
--- a/cadaver.spec
+++ b/cadaver.spec
@@ -1,20 +1,17 @@
 Summary:	A command-line WebDAV client
 Summary(pl.UTF-8):	Klient WebDav (działający z linii poleceń)
 Name:		cadaver
-Version:	0.23.3
-Release:	7
+Version:	0.28
+Release:	1
 License:	GPL
 Group:		Applications/Networking
-Source0:	http://www.webdav.org/cadaver/%{name}-%{version}.tar.gz
-# Source0-md5:	502ecd601e467f8b16056d2acca39a6f
-Patch0:		cadaver-0.23.3-neon030.patch
-Patch1:		%{name}-configure.patch
-URL:		http://www.webdav.org/cadaver/
-BuildRequires:	automake
-BuildRequires:	neon-devel >= 0.28.0
+Source0:	https://notroj.github.io/cadaver/%{name}-%{version}.tar.gz
+# Source0-md5:	6e207420e668985c97eb47862f8ca089
+URL:		https://notroj.github.io/cadaver/
+BuildRequires:	neon-devel >= 0.29.0
 BuildRequires:	pakchois-devel >= 0.4
 BuildRequires:	readline-devel
-Requires:	neon >= 0.27.1
+Requires:	neon >= 0.29.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,15 +27,8 @@ tworzenie i usuwanie kolekcji oraz operacje blokowania.
 
 %prep
 %setup -q
-%patch -P0 -p1
-%patch -P1 -p1
 
 %build
-%{__gettextize}
-%{__libtoolize}
-%{__aclocal} -I m4 -I m4/neon
-%{__autoconf}
-%{__autoheader}
 %configure \
 	--with-neon=/usr
 %{__make}
@@ -55,6 +45,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc BUGS ChangeLog FAQ INTEROP NEWS README THANKS TODO
+%doc COPYING FAQ NEWS README.md THANKS TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man?/*
diff --git a/cadaver-0.23.3-neon030.patch b/cadaver-0.23.3-neon030.patch
deleted file mode 100644
index aa83795..0000000
--- a/cadaver-0.23.3-neon030.patch
+++ /dev/null
@@ -1,53 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -33,7 +33,7 @@ AC_ARG_ENABLE(netrc,
- AC_HELP_STRING([--disable-netrc], [enable .netrc support]),,
- enable_netrc=yes)
- 
--NE_REQUIRE_VERSIONS([0], [27 28 29])
-+NE_REQUIRE_VERSIONS([0], [27 28 29 30])
- 
- dnl Don't enable zlib or ACL support in neon
- NEON_WITHOUT_ZLIB
---- a/configure
-+++ b/configure
-@@ -9595,7 +9595,7 @@ fi
- $as_echo "$ne_cv_lib_neon" >&6; }
-     if test "$ne_cv_lib_neon" = "yes"; then
-        ne_cv_lib_neonver=no
--       for v in 27 28 29; do
-+       for v in 27 28 29 30; do
-           case $ne_libver in
-           0.$v.*) ne_cv_lib_neonver=yes ;;
-           esac
-@@ -10242,8 +10242,8 @@ _ACEOF
-     fi
- 
- else
--    { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&5
--$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&6;}
-+    { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5
-+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;}
-     neon_got_library=no
- fi
- 
-@@ -10328,7 +10328,7 @@ fi
- $as_echo "$ne_cv_lib_neon" >&6; }
-     if test "$ne_cv_lib_neon" = "yes"; then
-        ne_cv_lib_neonver=no
--       for v in 27 28 29; do
-+       for v in 27 28 29 30; do
-           case $ne_libver in
-           0.$v.*) ne_cv_lib_neonver=yes ;;
-           esac
-@@ -10975,8 +10975,8 @@ _ACEOF
-     fi
- 
- else
--    { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&5
--$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&6;}
-+    { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5
-+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;}
-     neon_got_library=no
- fi
- 
diff --git a/cadaver-configure.patch b/cadaver-configure.patch
deleted file mode 100644
index 2f296f1..0000000
--- a/cadaver-configure.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- cadaver-0.23.3/configure.ac~	2015-12-12 13:11:43.281099457 +0100
-+++ cadaver-0.23.3/configure.ac	2015-12-12 13:18:33.468457957 +0100
-@@ -27,6 +27,8 @@ if test "$enable_debug" = "yes"; then
-    AC_DEFINE(NE_DEBUGGING, 1, [Define to enable debugging])
- fi
- 
-+AM_PROG_MKDIR_P
-+
- CHECK_READLINE()
- 
- AC_ARG_ENABLE(netrc,
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cadaver.git/commitdiff/fb364716422d3c9862eabe8747ebdebddc5c7ed0



More information about the pld-cvs-commit mailing list