Browse Source

rebuild with openssl-1.0.0c

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2487 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
049f0e3649
5 changed files with 30 additions and 7 deletions
  1. 4 1
      c/curl/curl-vl.spec
  2. 9 3
      c/cvs/cvs-vl.spec
  3. 6 1
      c/cyrus-sasl/cyrus-sasl-vl.spec
  4. 4 1
      d/dovecot/dovecot-vl.spec
  5. 7 1
      g/gftp/gftp-vl.spec

+ 4 - 1
c/curl/curl-vl.spec

@@ -4,7 +4,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Name: curl 
 Version: 7.20.1
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: MIT/X
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
@@ -119,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.20.1-3
+- rebuild with openssl-1.0.0c
+
 * Sun Sep 26 2010 Shu KONNO <owa@bg.wakwak.com> 7.20.1-2
 - rebuilt with rpm-4.8.1 for pkg-config
 

+ 9 - 3
c/cvs/cvs-vl.spec

@@ -4,7 +4,7 @@ Summary: A version control system.
 Summary(ja): バージョン管理システム
 Name: cvs
 Version: %{version}
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: GPL
 Group: Development/Tools
 URL: http://www.cvshome.org/
@@ -14,11 +14,13 @@ Patch2: cvs-1.12.13-authserver.patch
 Patch3: cvs-1.11.2-cvspass.patch
 Patch5: cvs-1.11.2-install.patch 
 Patch101: can-2005-2693.patch
-Prereq: install-info
+Requires(pre): install-info
 Prefix: %{_prefix}
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Requires: perl, zlib
-BuildPreReq: zlib-devel
+BuildRequires: zlib-devel
+BuildRequires: openssl-devel
+BuildRequires: vim
 
 # for perl
 %define __find_requires %{SOURCE100}
@@ -105,6 +107,10 @@ fi
 %{_datadir}/cvs
 
 %changelog
+* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.13-3
+- rebuild with openssl-1.0.0c
+- add BuildRequires: openssl-devel, vim
+
 * Wed Apr 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> %{version}-2
 - spec in utf-8
 

+ 6 - 1
c/cyrus-sasl/cyrus-sasl-vl.spec

@@ -10,7 +10,7 @@
 Summary: The Cyrus SASL library.
 Name: cyrus-sasl
 Version: 2.1.23
-Release: 5%{_dist_release}
+Release: 6%{_dist_release}
 License: BSD
 Group: System Environment/Libraries
 Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
@@ -51,6 +51,7 @@ BuildRequires: gdbm-devel
 BuildRequires: MySQL-devel, postgresql-devel, openldap-devel, zlib-devel
 BuildRequires: pkgconfig
 BuildRequires: krb5-devel
+BuildRequires: groff
 Requires(post,postun): /sbin/ldconfig, chkconfig
 
 %description
@@ -552,6 +553,10 @@ fi
 
 
 %changelog
+* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.23-6
+- rebuild with openssl-1.0.0c
+- add BuildRequires: groff
+
 * Thu Feb 11 2010 NAKAMURA Kenta <kenta@vinelinux.org> 2.1.23-5
 - rebuilt with db4-4.8
 - updated Patch100: cyrus-sasl-2.1.22-db4.patch

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

@@ -2,7 +2,7 @@ Summary: Dovecot Secure imap server
 Summary(ja): Dovecot セキュア IMAP サーバ
 Name: dovecot
 Version: 1.2.10
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: MIT and LGPLv2 and BSD with advertising
 Group: System Environment/Daemons
 
@@ -400,6 +400,9 @@ fi
 
 
 %changelog
+* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.10-3
+- rebuild with openssl-1.0.0c
+
 * Mon Jan 25 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.2.10-2
 - fix drac.so in libs.files
 

+ 7 - 1
g/gftp/gftp-vl.spec

@@ -3,7 +3,7 @@ Summary: A multi-threaded FTP client for the X Window System.
 Summary(ja): X ウィンドウ用マルチスレッド FTP クライアント
 Name: gftp
 Version: 2.0.19
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: GPL
 Group: Applications/Internet
 URL: http://www.gftp.org/
@@ -18,6 +18,9 @@ Patch2: gftp-2.0.19-stropts.patch
 
 Requires: gtk2 >= 2.2.4
 BuildRequires: gtk2-devel >= 2.2.4
+BuildRequires: openssl-devel
+BuildRequires: ncurses-devel
+BuildRequires: readline-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 Vendor:	Project Vine
@@ -72,6 +75,9 @@ make
 %{_mandir}/man1/gftp.1*
 
 %changelog
+* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.19-3
+- add BuildRequires: openssl-devel, ncurses-devel, readline-devel
+
 * Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.19-2
 - rebuild with openssl-1.0.0c