rpms/midori/F-11 .cvsignore, 1.12, 1.13 midori.spec, 1.24, 1.25 sources, 1.12, 1.13

Peter Gordon pgordon at fedoraproject.org
Thu Aug 6 06:11:52 UTC 2009


Author: pgordon

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

Modified Files:
	.cvsignore midori.spec sources 
Log Message:
Update to 0.1.7; revert to using system waf.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/midori/F-11/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	4 Jun 2009 03:23:22 -0000	1.12
+++ .cvsignore	6 Aug 2009 06:11:50 -0000	1.13
@@ -1 +1 @@
-midori-0.1.7.tar.bz2
+midori-0.1.9.tar.bz2


Index: midori.spec
===================================================================
RCS file: /cvs/pkgs/rpms/midori/F-11/midori.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- midori.spec	4 Jun 2009 03:23:22 -0000	1.24
+++ midori.spec	6 Aug 2009 06:11:51 -0000	1.25
@@ -1,5 +1,5 @@
 Name:		midori
-Version:	0.1.7
+Version:	0.1.9
 Release:	1%{?dist}
 Summary:	A lightweight GTK+ web browser 
 
@@ -18,15 +18,14 @@ BuildRequires:	intltool
 BuildRequires:	libidn-devel
 BuildRequires:	libsexy-devel
 BuildRequires:	librsvg2
-BuildRequires:	libsoup-devel
+BuildRequires:	libsoup-devel >= 2.25.2
 BuildRequires:	libtool
 BuildRequires:	libxml2-devel
 BuildRequires:	perl(XML::Parser)
 BuildRequires:	python-docutils
 BuildRequires:	sqlite-devel
 BuildRequires:	unique-devel
-## XXX: Using the system waf makes it fail to build (python error).
-# BuildRequires:	waf >= 1.5
+BuildRequires:	waf >= 1.5
 BuildRequires:	webkitgtk-devel >= 1.1.1
 
 %description
@@ -47,21 +46,21 @@ implemented, and some are still quite in
 %prep
 %setup -q
 ## Use the system-provided waf, instead of the in-tarball copy.
-#rm -rf waf
+rm -rf waf
 
 
 %build
 export CFLAGS="%{optflags}"
-./waf	--prefix=%{_usr}			\
+waf	--prefix=%{_usr}			\
 	--docdir=%{_docdir}/%{name}-%{version}	\
 	--libdir=%{_libdir}			\
 	configure
-./waf %{?_smp_mflags} build
+waf %{?_smp_mflags} build
 
 
 %install
 rm -rf %{buildroot}
-./waf --destdir=%{buildroot} install
+waf --destdir=%{buildroot} install
 %find_lang %{name}
 desktop-file-install					\
 	--vendor fedora					\
@@ -102,6 +101,13 @@ fi
 
 
 %changelog
+* Wed Aug 05 2009 Peter Gordon <peter at thecodergeek.com> - 0.1.9-1
+- Update to new upstream release (0.1.9): lots of fixes and updates for tab
+  functionality and the tab panel, as well as menu fixes, and enhancements
+  for being private data with just a few simple clicks!
+- Revert to using the system waf, now that it no longer causes Python errors
+  when compiling.
+
 * Wed Jun 03 2009 Peter Gordon <peter at thecodergeek.com> - 0.1.7-1
 - Update to new upstream release (0.1.7): Implements saving activation state
   of extensions, ignore mouse buttons used for horizontal scrolling, panel


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/midori/F-11/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	4 Jun 2009 03:23:22 -0000	1.12
+++ sources	6 Aug 2009 06:11:51 -0000	1.13
@@ -1 +1 @@
-c6299ecf93417526f37bc0154c18b126  midori-0.1.7.tar.bz2
+faf5295091f47372352840b84c422149  midori-0.1.9.tar.bz2




More information about the fedora-extras-commits mailing list