Browse Source

2014-12-31 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* cadaver, davfs2: updated spec
	* libconfuse, libotr: updated
	* python-ldap: rebuilt
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9198 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
b627ecd278

+ 9 - 1
c/cadaver/cadaver-vl.spec

@@ -2,7 +2,7 @@ Summary: A command-line WebDAV client
 Summary(ja): コマンドライン形式の WebDAV クライアント
 Name: cadaver
 Version: 0.23.3
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 
 Group: Applications/Internet
 License: GPLv2+
@@ -37,6 +37,10 @@ cadaver はコマンドラインの WebDAV クライアントです。ファイ
 
 %build
 CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
+
+# ad-hoc fix for building with neon 0.30.0
+sed -i -e 's/27 28 29/27 28 29 30/g' configure
+
 %configure --with-ssl --with-neon --with-libxml2
 make %{?_smp_mflags}
 
@@ -58,6 +62,10 @@ rm -fr %{buildroot}
 %{_mandir}/man1/cadaver.1*
 
 %changelog
+* Fri Dec 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.23.3-2
+- rebuilt on current VineSeed
+- fixed spec to built with neon 0.30
+
 * Thu Mar 24 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.23.3-1
 - updated to 0.23.3
 - removed BR: openssl-devel

+ 9 - 2
d/davfs2/davfs2-vl.spec

@@ -1,12 +1,12 @@
 Name:           davfs2
 Version:        1.4.5
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        A filesystem driver for WebDAV
 Summary(ja):    WebDAV 用のファイルシステムドライバ
 Group:          System Environment/Base
 License:        GPLv2+
 URL:            http://savannah.nongnu.org/projects/davfs2
-Source0:        http://download.savannah.gnu.org/releases/davfs2/davfs2-1.4.5.tar.gz 
+Source0:        http://download.savannah.gnu.org/releases/davfs2/davfs2-%{version}.tar.gz 
 Patch1:		davfs2-1.4.5-sys_stat_h.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -29,6 +29,9 @@ as a disk drive.
 %patch1 -p1 -b .sys_stat_h
 
 %build
+# ad-hoc fix for building with neon 0.30.0
+sed -i -e 's/27 28 29/27 28 29 30/g' configure
+
 %configure
 make
 
@@ -96,6 +99,10 @@ exit 0
 %dir %attr(01775,root,%{groupname}) %{piddir}
 
 %changelog
+* Fri Dec 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.5-3
+- rebuilt on current VineSeed
+- fixed spec to built with neon 0.30
+
 * Sun Apr 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-2
 - rebuild with krb5-1.8.2
 - add BR: krb5-devel

+ 11 - 10
lib/libc/libconfuse/libconfuse-vl.spec

@@ -1,6 +1,6 @@
 Name:           libconfuse
-Version:        2.6
-Release:        2%{?_dist_release}
+Version:        2.7
+Release:        1%{?_dist_release}
 Summary:        A configuration file parser library
 Summary(ja):	設定ファイル解析ライブラリ
 
@@ -8,9 +8,10 @@ Group:          System Environment/Libraries
 License:        ISC
 URL:            http://www.nongnu.org/confuse/
 Source0:        http://bzero.se/confuse/confuse-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  check-devel, pkgconfig
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires:  check-devel
+BuildRequires:  pkgconfig
 
 
 %description
@@ -40,18 +41,16 @@ ISC ライセンスで配布されています。文字列、整数、浮動小
 
 %package devel
 Summary:        Development files for %{name}
-Summary(ja):	%{name} 開発用ファイル
+Summary(ja):	%{name} 開発用ファイル
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
 
-
 %description devel
 Development files for %{name}.
 
-
 %description devel -l ja
-%{name} 用開発ファイル
+%{name} 用開発ファイルです。
 
 
 %prep
@@ -82,14 +81,12 @@ cp -p examples/{ftpconf.c,ftp.conf,simple.c,simple.conf,reread.c,reread.conf} \
 
 %find_lang confuse
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
 %post -p /sbin/ldconfig
 
-
 %postun -p /sbin/ldconfig
 
 
@@ -110,6 +107,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Dec 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.7-1
+- updated to 2.7
+- built on current VineSeed
+
 * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6-2
 - rebuild with rpm-4.8.1 for pkg-config file
 

+ 5 - 1
lib/libo/libotr/libotr-vl.spec

@@ -1,6 +1,6 @@
 Name: libotr
 Summary: Off-The-Record Messaging library and toolkit
-Version: 3.2.1
+Version: 4.1.0
 Release: 1%{?_dist_release}
 
 Group: System Environment/Libraries
@@ -72,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 24 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 4.1.0-1
+- new upstream release
+- built with libgcrypt 1.6.0
+
 * Sun Sep 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.2.1-1
 - update to 3.2.1
 

+ 4 - 1
p/python-ldap/python-ldap-vl.spec

@@ -6,7 +6,7 @@
 
 Name: python-ldap
 Version: 2.3.11
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 Epoch: 0
 License: Python
 Group: System Environment/Libraries
@@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Dec 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.3.11-4
+- rebuilt with cyrus-sasl 2.1.26
+
 * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.11-3
 - rebuild with VineSeed environment