Browse Source

--force-log

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7682 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 11 years ago
parent
commit
8d9a5c1e25
2 changed files with 12 additions and 3 deletions
  1. 6 2
      f/freetype2/freetype2-vl.spec
  2. 6 1
      m/midori/midori-vl.spec

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

@@ -5,7 +5,7 @@
 Summary: FreeType 2 library
 Summary(ja): FreeType 2 ライブラリ
 Name: freetype2
-Version: 2.4.11
+Version: 2.4.12
 Release: 1%{?_dist_release}
 License: GPL/FTL dual license
 URL: http://www.freetype.org/
@@ -25,7 +25,7 @@ Patch88:  freetype-multilib.patch
 Patch89:  freetype-2.2.1-memcpy-fix.patch
 
 Patch200: freetype-2.1.10-slight-embolden.patch
-Patch201: freetype-2.4.10-x86_64-invalid_outline.patch
+Patch201: freetype-2.4.12-x86_64-invalid_outline.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -292,6 +292,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %endif
 
 %changelog
+* Sun May 19 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.12-1
+- new upstream release
+- refreshed Patch88, 201
+
 * Sat Dec 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.11-1
 - new upstream release
 

+ 6 - 1
m/midori/midori-vl.spec

@@ -1,7 +1,7 @@
 Summary:	A lightweight GTK+ web browser
 Summary(ja):	軽量な GTK+ ウェブブラウザ
 Name:		midori
-Version:	0.5.0
+Version:	0.5.2
 Release:        1%{?_dist_release}
 
 Group:		Applications/Internet
@@ -50,6 +50,7 @@ BuildRequires:  intltool
 BuildRequires:  libnotify-devel
 BuildRequires:  libXScrnSaver-devel
 BuildRequires:  vala-devel >= 0.14
+BuildRequires:  gcr-devel
 
 Requires:	WebKit-gtk
 
@@ -157,6 +158,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_includedir}/%{name}-0.5/
 
 %changelog
+* Sun May 19 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.2-1
+- new upstream release
+- added BuildRequires: gcr-devel
+
 * Sat Apr 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.0-1
 - new upstream release
 - run sed to delete disused code instead of Patch