Browse Source

--force-log

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

+ 4 - 1
T/TrueType-umefont/TrueType-umefont-vl.spec

@@ -1,6 +1,6 @@
 %define archivename umefont
 %define _fontdir %{_datadir}/fonts/TrueType-umefont
-%define package_ver 451
+%define package_ver 452
 
 Name: TrueType-umefont
 Summary: Ume Fonts are Japanese fonts that the license restriction is a little
@@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.html
 
 %changelog
+* Fri Jun 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 452-1
+- new upstream release
+
 * Wed May 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 451-1
 - new upstream release
 

+ 4 - 1
g/gedit-plugins/gedit-plugins-vl.spec

@@ -1,5 +1,5 @@
 Name:           gedit-plugins
-Version:        3.8.1
+Version:        3.8.2
 Release:        1%{?_dist_release}
 Summary:        A collection Official Plugins for gedit
 Summary:        gedit の公式プラグイン集
@@ -95,6 +95,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Fri Jun 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.8.2-1
+- Update to upstream release
+
 * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.8.1-1
 - new upstream release
 

+ 8 - 1
g/gnutls/gnutls-vl.spec

@@ -4,7 +4,7 @@ Summary:	GNU TLS Library
 Summary(ja):	GNU TLS ライブラリ
 Name:		gnutls
 Version:	2.12.23
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPLv3+ and LGPLv2+
 # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
 Group:		System Environment/Libraries
@@ -23,6 +23,8 @@ Patch3: gnutls-2.12.2-nosrp.patch
 # Skip tests that are expected to fail on libgcrypt build
 Patch4: gnutls-2.12.7-dsa-skiptests.patch
 
+Patch100: fix_denial_of_service.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: libgcrypt-devel >= 1.2.2, zlib-devel libtasn1-devel gmp-devel
@@ -153,6 +155,8 @@ This package contains Guile bindings for the library.
 %patch3 -p1 -b .nosrp
 %patch4 -p1 -b .skiptests
 
+%patch100 -p1 -b .denial
+
 for i in auth_srp_rsa.c auth_srp_sb64.c auth_srp_passwd.c auth_srp.c gnutls_srp.c ext_srp.c; do
     touch lib/$i
 done
@@ -278,6 +282,9 @@ fi
 %endif
 
 %changelog
+* Fri Jun 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-2
+- added Patch100 from upstream to fix CVE-2013-2116
+
 * Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.23-1
 - new upstream release
 - fixed a day of the week in %%changelog