rpms/midori/devel .cvsignore, 1.3, 1.4 midori.spec, 1.5, 1.6 sources, 1.3, 1.4

Peter Gordon pgordon at fedoraproject.org
Wed Aug 27 23:35:39 UTC 2008


Author: pgordon

Update of /cvs/pkgs/rpms/midori/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16505

Modified Files:
	.cvsignore midori.spec sources 
Log Message:
Update to 0.0.20


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/midori/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	25 May 2008 21:35:40 -0000	1.3
+++ .cvsignore	27 Aug 2008 23:35:07 -0000	1.4
@@ -1 +1 @@
-midori-0.0.18.tar.gz
+midori-0.0.20.tar.bz2


Index: midori.spec
===================================================================
RCS file: /cvs/pkgs/rpms/midori/devel/midori.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- midori.spec	8 Aug 2008 17:34:42 -0000	1.5
+++ midori.spec	27 Aug 2008 23:35:07 -0000	1.6
@@ -1,10 +1,6 @@
-## Dependency: WebKit SVN 29723+
-## This is the EVR for its sufficient Fedora package.
-%global	webkit_min_version	1.0.0-0.8.svn31787
-
 Name:		midori
-Version:	0.0.18
-Release:	2%{?dist}
+Version:	0.0.20
+Release:	1%{?dist}
 Summary:	A lightweight GTK+ web browser 
 
 Group:		Applications/Internet
@@ -17,13 +13,13 @@
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
+BuildRequires:	gtksourceview2-devel
 BuildRequires:	libsexy-devel
 BuildRequires:	libtool
 BuildRequires:	libxml2-devel
 BuildRequires:	perl(XML::Parser)
-BuildRequires:	WebKit-gtk-devel >= %{webkit_min_version}  
-
-Requires:	WebKit-gtk >= %{webkit_min_version}
+BuildRequires:	WebKit-gtk-devel
+BuildRequires:	unique-devel
 
 %description
 Midori is a lightweight web browser, and has many features expected of a
@@ -42,10 +38,15 @@
 
 %prep
 %setup -q
-chmod a-x src/main.c
 
 
 %build
+## Don't call configure automatically.
+## TODO: Switch to waf build-system, and make it actually honor our compiler
+##       flags and whatnot.
+sed -i.conf -e '$d' legacy.sh
+./legacy.sh
+
 %configure
 make %{?_smp_mflags}
 
@@ -70,9 +71,15 @@
 %doc AUTHORS ChangeLog COPYING README TODO
 %{_bindir}/midori
 %{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/icons/*/*/apps/%{name}.*
 
 
 %changelog
+* Wed Aug 27 2008 Peter Gordon <peter at thecodergeek.com> - 0.0.20-1
+- Update to new upstream release (0.0.20): adds support for single instances,
+  some userscripts and Greasemonkey scripting, zooming and printing, as well as
+  enhanced news feed detection and session-saving (among other improvements).
+
 * Fri Aug  8 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.0.18-2
 - fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/midori/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 May 2008 21:35:40 -0000	1.3
+++ sources	27 Aug 2008 23:35:07 -0000	1.4
@@ -1 +1 @@
-aa9c10bbf6fe3502a65633c4fac0fb80  midori-0.0.18.tar.gz
+d27799c093b13e124eb7c0f479ea26c0  midori-0.0.20.tar.bz2




More information about the scm-commits mailing list