Browse Source

rebuild with openssl-1.0.0c

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2608 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
75946ab042
3 changed files with 18 additions and 3 deletions
  1. 6 1
      e/eet/eet-vl.spec
  2. 4 1
      lib/libg/libgadu/libgadu-vl.spec
  3. 8 1
      lib/libm/libmsn/libmsn-vl.spec

+ 6 - 1
e/eet/eet-vl.spec

@@ -1,7 +1,7 @@
 Name:           eet
 Summary:        Library for speedy data storage, retrieval, and compression
 Version:        1.1.0
-Release:        5%{?_dist_release}
+Release:        6%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        MIT
@@ -13,6 +13,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  chrpath
 BuildRequires:  libjpeg-turbo-devel
 BuildRequires:  zlib-devel
+BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
 
 %description
@@ -81,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.1.0-6
+- rebuild with openssl-1.0.0c
+- add BuildRequires: openssl-devel
+
 * Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-5
 - rebuilt with rpm-4.8.1 for pkg-config
 

+ 4 - 1
lib/libg/libgadu/libgadu-vl.spec

@@ -1,7 +1,7 @@
 Name:		libgadu
 Summary:	A Gadu-gadu protocol compatible communications library
 Version:	1.9.0
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 
 Group:		System Environment/Libraries
 License:	LGPLv2
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.9.0-3
+- rebuild with openssl-1.0.0c
+
 * Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.0-2
 - rebuilt with rpm-4.8.1 for pkg-config
 

+ 8 - 1
lib/libm/libmsn/libmsn-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Library for connecting to the MSN Messenger service
 Name:		libmsn
 Version:	4.1
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 
 Group:		System Environment/Libraries
 License:	GPLv2
@@ -9,6 +9,8 @@ URL:		http://sourceforge.net/projects/libmsn/
 
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{?beta:-%{beta}}.tar.bz2
 
+Patch0:		libmsn-4.1-msntest-vine.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	cmake
 BuildRequires:	openssl-devel
@@ -32,6 +34,7 @@ developing applications that use %{name}.
 
 %prep
 %setup -q -n %{name}-%{version}%{?beta:-%{beta}}
+%patch0 -p1 -b .vine
 
 %build
 mkdir -p %{_target_platform}
@@ -73,6 +76,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.1-3
+- rebuild with openssl-1.0.0c
+- add Patch0 (libmsn-4.1-msntest-vine.patch)
+
 * Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.1-2
 - rebuilt with rpm-4.8.1 for pkg-config