Mailinglist Archive: opensuse-commit (1159 mails)
| < Previous | Next > |
commit cadaver
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 04 Oct 2007 03:07:11 +0200
- Message-id: <20071004010711.50D30678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package cadaver
checked in at Thu Oct 4 03:07:11 CEST 2007.
--------
--- cadaver/cadaver.changes 2007-01-24 14:08:59.000000000 +0100
+++ /mounts/work_src_done/STABLE/cadaver/cadaver.changes 2007-09-25 11:56:05.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Sep 25 11:54:13 CEST 2007 - prusnak@xxxxxxx
+
+- updated to 0.23.0
+ * sync with neon library 0.27.0 (drop support for older versions)
+ * fix 'search contains'
+ * add DESTDIR support to 'make install'
+- dropped obsolete patches:
+ * makefilein.diff (included in update)
+
+-------------------------------------------------------------------
Old:
----
cadaver-0.22.5-makefilein.diff
cadaver-0.22.5-strncat.diff
cadaver-0.22.5.tar.bz2
New:
----
cadaver-0.23.0-strncat.diff
cadaver-0.23.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cadaver.spec ++++++
--- /var/tmp/diff_new_pack.w20303/_old 2007-10-04 03:06:56.000000000 +0200
+++ /var/tmp/diff_new_pack.w20303/_new 2007-10-04 03:06:56.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package cadaver (Version 0.22.5)
+# spec file for package cadaver (Version 0.23.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,17 +11,16 @@
# norootforbuild
Name: cadaver
-BuildRequires: libxml2-devel neon-devel openssl-devel readline-devel
-License: GNU General Public License (GPL)
+BuildRequires: libneon-devel libxml2-devel openssl-devel readline-devel
+License: GPL v2 or later
Group: Productivity/Networking/Web/Utilities
-Autoreqprov: on
-Version: 0.22.5
+AutoReqProv: on
+Version: 0.23.0
Release: 1
Summary: Command Line WebDAV Client for Unix
-URL: http://www.webdav.org/cadaver/
+Url: http://www.webdav.org/cadaver/
Source0: %{name}-%{version}.tar.bz2
-Patch0: %{name}-%{version}-makefilein.diff
-Patch1: %{name}-%{version}-strncat.diff
+Patch0: %{name}-%{version}-strncat.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -38,7 +37,6 @@
%prep
%setup -q
%patch0
-%patch1
%build
%{suse_update_config -f}
@@ -46,12 +44,8 @@
aclocal -I m4 -I m4/neon
autoconf --force
autoheader --force
-LDFLAGS=-pie CFLAGS="$RPM_OPT_FLAGS -fpie -Wall" \
- ./configure \
- --prefix=%{_prefix} \
- --bindir=%{_bindir} \
- --mandir=%{_mandir} \
- --infodir=%{_infodir} \
+export LDFLAGS=-pie CFLAGS="$RPM_OPT_FLAGS -fpie -Wall"
+%configure \
--with-ssl \
--with-libxml2
make %{?jobs:-j %jobs}
@@ -68,8 +62,14 @@
%doc BUGS COPYING ChangeLog FAQ INTEROP NEWS README THANKS TODO
%doc %{_mandir}/man?/*
%{_bindir}/*
-
-%changelog -n cadaver
+%changelog
+* Tue Sep 25 2007 - prusnak@xxxxxxx
+- updated to 0.23.0
+ * sync with neon library 0.27.0 (drop support for older versions)
+ * fix 'search contains'
+ * add DESTDIR support to 'make install'
+- dropped obsolete patches:
+ * makefilein.diff (included in update)
* Wed Jan 24 2007 - prusnak@xxxxxxx
- update to 0.22.5
* sync to neon library 0.26.3
++++++ cadaver-0.22.5-strncat.diff -> cadaver-0.23.0-strncat.diff ++++++
++++++ cadaver-0.22.5.tar.bz2 -> cadaver-0.23.0.tar.bz2 ++++++
++++ 7280 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |