rpms/midori/F-10 .cvsignore, 1.5, 1.6 midori.spec, 1.11, 1.12 sources, 1.5, 1.6

Peter Gordon pgordon at fedoraproject.org
Mon Feb 16 21:59:51 UTC 2009


Author: pgordon

Update of /cvs/pkgs/rpms/midori/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23165

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/midori/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	10 Sep 2008 01:51:37 -0000	1.5
+++ .cvsignore	16 Feb 2009 21:59:21 -0000	1.6
@@ -1 +1 @@
-midori-0.0.21.tar.bz2
+midori-0.1.2.tar.bz2


Index: midori.spec
===================================================================
RCS file: /cvs/pkgs/rpms/midori/F-10/midori.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- midori.spec	10 Sep 2008 01:51:37 -0000	1.11
+++ midori.spec	16 Feb 2009 21:59:21 -0000	1.12
@@ -1,5 +1,5 @@
 Name:		midori
-Version:	0.0.21
+Version:	0.1.2
 Release:	1%{?dist}
 Summary:	A lightweight GTK+ web browser 
 
@@ -17,11 +17,17 @@
 BuildRequires:	intltool
 BuildRequires:	libsexy-devel
 BuildRequires:	librsvg2
+BuildRequires:	libsoup-devel
 BuildRequires:	libtool
 BuildRequires:	libxml2-devel
 BuildRequires:	perl(XML::Parser)
+BuildRequires:	python-docutils
+BuildRequires:	sqlite-devel
 BuildRequires:	unique-devel
-BuildRequires:	waf
+## We're now using the in-tarball waf for building on Fedora 9/10, since it
+## requires waf >= 1.5, which only Rawhide/F11 will have for the forseeable
+## future, according to Kevin Fenzi.
+#BuildRequires:	waf
 BuildRequires:	WebKit-gtk-devel
 
 %description
@@ -41,19 +47,20 @@
 
 %prep
 %setup -q
-## Use the system-provided waf, instead of the in-tarball copy.
-rm -rf waf
 
 
 %build
 export CFLAGS="%{optflags}"
-waf --prefix=%{_usr} configure
-waf %{?_smp_mflags} build
+./waf	--prefix=%{_usr}			\
+	--docdir=%{_docdir}/%{name}-%{version}	\
+	--libdir=%{_libdir}			\
+	configure
+./waf %{?_smp_mflags} build
 
 
 %install
 rm -rf %{buildroot}
-waf --destdir=%{buildroot} install
+./waf --destdir=%{buildroot} install
 %find_lang %{name}
 desktop-file-install					\
 	--vendor fedora					\
@@ -82,15 +89,28 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README TODO
+%doc %{_docdir}/%{name}-%{version}/
 %{_bindir}/midori
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/*/*/apps/%{name}.*
 %{_datadir}/icons/*/*/categories/extension.*
 %{_datadir}/icons/*/*/status/news-feed.*
+%{_datadir}/%{name}/
+%{_libdir}/%{name}/
 
 
 %changelog
+* Sat Jan 31 2009 Peter Gordon <peter at thecodergeek.com> - 0.1.2-1
+- Update to new upstream release (0.1.2): support for bookmarklets
+  ("javascript:foo" URLs and bookmarks), better persistent cookie support,
+  preference changes saved dynamically. Lots of startup fixes for speed
+  issues, too. :)
+  Enhancments from 0.1.1: error pages, basic documentation, panel history
+  support, icon caching, libsoup integration, support for WebKit's Inspector
+  functionality, and the beginnings of support for runtime extensions (in C).
+- Use the in-tarball waf, since F9/F10 don't have waf 1.5.x, which is needed
+  for properly building Midori.
+
 * Tue Sep 09 2008 Peter Gordon <peter at thecodergeek.com> - 0.0.21-1
 - Update to new upstream release (0.0.21): contains updated translations,
   fixes for GVFS-->GIO regressions, and various aesthetic enhancements.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/midori/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	10 Sep 2008 01:51:37 -0000	1.5
+++ sources	16 Feb 2009 21:59:21 -0000	1.6
@@ -1 +1 @@
-0b9298d00c598137431beb51dbe1f302  midori-0.0.21.tar.bz2
+5169ead6783f374cedf3f89bf399bd75  midori-0.1.2.tar.bz2




More information about the fedora-extras-commits mailing list