Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3738 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
46a523ef5a

+ 4 - 1
d/duplicity/duplicity-vl.spec

@@ -1,4 +1,4 @@
-Version: 0.6.11
+Version: 0.6.13
 Summary: Untrusted/encrypted backup using rsync algorithm
 Summary(ja): rsync アルゴリズムを使い暗号化されない/されたバックアップを行う
 
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/%{name}*
 
 %changelog
+* Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.13-1
+- new upstream release
+
 * Tue Dec 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.11-1
 - new upstream release
 

+ 4 - 1
f/filezilla/filezilla-vl.spec

@@ -1,5 +1,5 @@
 Name:           filezilla
-Version:        3.3.5.1
+Version:        3.4.0
 Release:        1%{?_dist_release}
 Summary:        FileZilla is a cross-platform graphical FTP, FTPS and SFTP client
 Summary(ja):    FileZilla -クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
@@ -134,6 +134,9 @@ fi || :
 
 
 %changelog
+* Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.0-1
+- Update to 3.4.0
+
 * Mon Nov 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.5.1-1
 - Update to 3.3.5.1
 

+ 7 - 1
lib/libr/librsync/librsync-vl.spec

@@ -1,7 +1,7 @@
 Summary:        Rsync libraries
 Name:           librsync
 Version:        0.9.7
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        LGPL
 Group:          System Environment/Libraries
 URL:            http://librsync.sourceforge.net/
@@ -48,6 +48,8 @@ based on librsync.
 
 %build
 autoreconf -f
+libtoolize --copy --force
+
 %configure --enable-shared
 make %{?_smp_mflags}
 
@@ -79,6 +81,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/librsync.3*
 
 %changelog
+* Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.7-2
+- rebuilt with current environment
+  - run libtoolize --copy --force
+
 * Mon Sep 29 2008 Shu KONNO <owa@bg.wakwak.com> 0.9.7-1vl5
 - applied new versioning policy