|
@@ -1,8 +1,8 @@
|
|
|
Summary: A lightweight GTK+ web browser
|
|
|
Summary(ja): 軽量な GTK+ ウェブブラウザ
|
|
|
Name: midori
|
|
|
-Version: 0.4.1
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 0.4.2
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
License: LGPLv2.1+
|
|
@@ -20,7 +20,7 @@ BuildRequires: libsexy-devel
|
|
|
BuildRequires: libtool
|
|
|
BuildRequires: libxml2-devel >= 2.6
|
|
|
BuildRequires: perl-XML-Parser
|
|
|
-BuildRequires: WebKit-gtk-devel >= 1.1.6
|
|
|
+BuildRequires: WebKit-gtk-devel >= 1.1.17
|
|
|
|
|
|
## for IDN support
|
|
|
BuildRequires: libidn-devel >= 1.0
|
|
@@ -28,9 +28,9 @@ BuildRequires: libidn-devel >= 1.0
|
|
|
BuildRequires: unique-devel >= 0.9
|
|
|
## for Persistent history
|
|
|
BuildRequires: sqlite3-devel >= 3.0
|
|
|
-BuildRequires: glib2-devel >= 2.16.0
|
|
|
+BuildRequires: glib2-devel >= 2.22.0
|
|
|
BuildRequires: gtk2-devel >= 2.10.0
|
|
|
-BuildRequires: libsoup-devel >= 2.25.2
|
|
|
+BuildRequires: libsoup-devel >= 2.27.90
|
|
|
## for Icon optimizations: /usr/bin/rsvg-convert
|
|
|
BuildRequires: librsvg2
|
|
|
## for User documentation
|
|
@@ -38,11 +38,11 @@ BuildRequires: python-docutils
|
|
|
## for API documentation
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
|
-BuildRequires: gtksourceview2-devel
|
|
|
-BuildRequires: intltool
|
|
|
-BuildRequires: libnotify-devel
|
|
|
-BuildRequires: libXScrnSaver-devel
|
|
|
-BuildRequires: vala-devel
|
|
|
+BuildRequires: gtksourceview2-devel
|
|
|
+BuildRequires: intltool
|
|
|
+BuildRequires: libnotify-devel
|
|
|
+BuildRequires: libXScrnSaver-devel
|
|
|
+BuildRequires: vala-devel
|
|
|
|
|
|
Requires: WebKit-gtk
|
|
|
|
|
@@ -150,6 +150,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
%{_includedir}/%{name}-0.4/
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Nov 11 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.2-1
|
|
|
+- new upstream release
|
|
|
+- changed BuildRequires: libsoup-devel >= 2.25.2 to >= 2.27.90,
|
|
|
+ glib2-devel >= 2.16.0 to >= 2.22, WebKit-gtk-devel >= 1.1.6 to 1.1.17
|
|
|
+
|
|
|
* Thu Oct 13 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.1-2
|
|
|
- changed BuildRequires: docutils to python-docutils
|
|
|
|