rpms/WebKit/devel WebKit.spec,1.23,1.24

Peter Gordon pgordon at fedoraproject.org
Fri Jan 30 21:28:19 UTC 2009


Author: pgordon

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

Modified Files:
	WebKit.spec 
Log Message:
Fix docdir ownership, but properly (#473619). Bump version to match the configure/build scripts.


Index: WebKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/WebKit.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- WebKit.spec	30 Jan 2009 02:18:06 -0000	1.23
+++ WebKit.spec	30 Jan 2009 21:27:49 -0000	1.24
@@ -39,8 +39,8 @@
 %bcond_with	wml
 
 Name:		WebKit
-Version:	1.0.0
-Release:	0.16.svn%{svn_revision}%{?dist}
+Version:	1.1.0
+Release:	0.17.svn%{svn_revision}%{?dist}
 Summary:	Web content engine library
 
 Group:		Development/Libraries
@@ -197,10 +197,15 @@
 
 %files	doc -f docfiles.list
 %defattr(-,root,root,-)
-%dir %{_docdir}/
+%dir %{_docdir}/%{name}-%{version}
 
 
 %changelog
+* Fri Jan 30 2009 Peter Gordon <peter at thecodergeek.com> 1.1.0-0.18.svn40351
+- Fix ownership of doc directory...this time without the oops (#473619).
+- Bump package version number to match that used in the configure/build
+  scripts. (Thanks to Martin Sourada for the bug report via email.)
+
 * Thu Jan 29 2009 Peter Gordon <peter at thecodergeek.com> 1.0.0-0.17.svn40351
 - Update to new upstream snapshot (SVN 40351): adds the WebPolicyDelegate
   implementaton and related API (#482739).




More information about the scm-commits mailing list