rpms/dokuwiki/devel Makefile,1.2,1.3 dokuwiki.spec,1.2,1.3

topdog topdog at fedoraproject.org
Tue Dec 15 10:55:50 UTC 2009


Author: topdog

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

Modified Files:
	Makefile dokuwiki.spec 
Log Message:
* Tue Dec 15 2009 Andrew Colin Kissa <andrew at topdog.za.net> - 0-0.3.20091202.rc
- Fix versioning




Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/dokuwiki/devel/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- Makefile	25 Nov 2009 23:12:03 -0000	1.2
+++ Makefile	15 Dec 2009 10:55:49 -0000	1.3
@@ -4,7 +4,7 @@ NAME := dokuwiki
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
 endef
 
 MAKEFILE_COMMON := $(shell $(find-makefile-common))


Index: dokuwiki.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dokuwiki/devel/dokuwiki.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- dokuwiki.spec	9 Dec 2009 12:49:46 -0000	1.2
+++ dokuwiki.spec	15 Dec 2009 10:55:50 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		dokuwiki
 Version:	0
-Release:	0.1.20091202.rc%{?dist}
+Release:	0.3.20091202.rc%{?dist}
 Summary:	Standards compliant simple to use wiki
 Group:		Applications/Internet
 License:	GPLv2
@@ -152,9 +152,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_localstatedir}/lib/%{name}/data/pages/*/*
 
 %changelog
+* Tue Dec 15 2009 Andrew Colin Kissa <andrew at topdog.za.net> - 0-0.3.20091202.rc
+- Fix versioning
+
 * Fri Dec 04 2009 Andrew Colin Kissa <andrew at topdog.za.net> - 0-0.1.20091202.rc
 - Upgrade to new upstream
-- Fix bugzilla bugs #544257, #544268
+- Fix bugzilla bug #544257
 
 * Fri Aug 07 2009 Andrew Colin Kissa <andrew at topdog.za.net> - 0-0.2.20090214.b
 - Fixes requested by reviewer




More information about the fedora-extras-commits mailing list