Browse Source

rebuilt and more

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8306 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 10 years ago
parent
commit
802b6ceb2f
3 changed files with 21 additions and 6 deletions
  1. 8 3
      e/epdfview/epdfview-vl.spec
  2. 6 2
      f/filezilla/filezilla-vl.spec
  3. 7 1
      p/python/python-vl.spec

+ 8 - 3
e/epdfview/epdfview-vl.spec

@@ -13,6 +13,8 @@ Source0:	http://trac.emma-soft.com/epdfview/chrome/site/releases/%{name}-%{versi
 #Patch2:		03_nonexisting-file.patch
 Patch0:		02_glib-single-include.patch
 Patch1:		epdfview-0.1.8-swap-colors-with-poppler-0.18.patch
+Patch2:		06_fix-format.patch
+Patch3:		epdfview-0.1.8-cups-1.6.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
@@ -36,7 +38,8 @@ ePDFView の狙いは Evince の流れをくみつつも Gnome ライブラリ
 %setup -q
 %patch0 -p1
 %patch1 -p0
-#%patch2 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 # making null ChangeLog to avoid failure at autoreconf
@@ -85,8 +88,10 @@ update-desktop-database &> /dev/null || :
 %{_mandir}/man1/
 
 %changelog
-* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.8-3
-- rebuild with poppler-0.24.2
+* Sat Mar 15 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.8-3
+- added Patch2 from Debian sid to fix message format
+- added Patch2 to fix build error against cups
+  (it is from https://github.com/Barthalion/aports/blob/master/main/epdfview/epdfview-0.1.8-cups-1.6.patch)
 
 * Thu May 03 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.8-2
 - rebuilt with poppler-0.18.4

+ 6 - 2
f/filezilla/filezilla-vl.spec

@@ -1,6 +1,6 @@
 Name:           filezilla
 Version:        3.7.4.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        FileZilla is a cross-platform graphical FTP, FTPS and SFTP client
 Summary(ja):    FileZilla - クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
 
@@ -109,7 +109,7 @@ desktop-file-install --vendor "vine" \
 %find_lang %{name}
 
 #%check
-#make check
+make check
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -142,6 +142,10 @@ fi || :
 
 
 %changelog
+* Sat Mar 15 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.7.4.1-2
+- rebuilt with gnutls-3.2.12
+- enabled %%check again
+
 * Sat Feb 15 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.7.4.1-1
 - Update to 3.7.4.1
 

+ 7 - 1
p/python/python-vl.spec

@@ -12,7 +12,7 @@ Summary: An interpreted, interactive, object-oriented programming language.
 Summary(ja): オブジェクト指向言語 Python インタプリタ
 Name: python
 Version: %{pybasever}.6
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: PSF
 Group: Development/Languages
 URL: http://www.python.org/%{pybasever}/
@@ -70,6 +70,7 @@ Patch106: python-2.7-lib64-distutils_sysconfig.patch
 Patch107: python-2.7-lib64-test_install.patch
 Patch108: python-2.7.1-lib64-test_site.patch
 
+Patch200: python-2.7-recvfrom_into_buffer_overflow_2.7.patch
 
 Obsoletes: python2 
 Obsoletes: python27 < %{version}-%{release}
@@ -248,6 +249,8 @@ user interface for Python programming.
 #%patch108 -p1 -b .test_site
 %endif
 
+%patch200 -p1 -b .CVE-2014-1912
+
 ## shm module
 cp %{SOURCE6} Modules
 cat >> Modules/Setup.dist << EOF
@@ -498,6 +501,9 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Mar 15 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.6-4
+- added Patch200 from upstream to fix CVE-2014-1912
+
 * Mon Feb 10 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.6-3
 - Obsoletes python* < %{version}-%{release}