rpms/xinha/F-11 xinha.spec,1.3,1.4

Matthew Daniels danielsmw at fedoraproject.org
Sun Dec 6 17:19:07 UTC 2009


Author: danielsmw

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

Modified Files:
	xinha.spec 
Log Message:
Fixed a problem in the spec file where a {release} should have been {alphatag}



Index: xinha.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xinha/F-11/xinha.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- xinha.spec	6 Dec 2009 17:08:04 -0000	1.3
+++ xinha.spec	6 Dec 2009 17:19:06 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:		xinha
 Version:	0.96
-Release:	0.1.b2%{?dist}.2
+Release:	0.1.b2%{?dist}.3
 Summary:	A WYSIWIG HTML editor component in Javascript
 
 Group:		Development/Languages
@@ -122,7 +122,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%{_datadir}/js/%{name}-%{version}-%{release}
+%{_datadir}/js/%{name}-%{version}-%{alphatag}
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf
 
 # Install documentation
@@ -137,6 +137,8 @@ rm -rf $RPM_BUILD_ROOT
 # a better protocol for doing so.
 
 %changelog
+* Sun Dec 6 2009 Matthew Daniels <danielsmw at gmail.com> - 0.96-0.1.b2.3
+- Missed a release <-> alphatag interchange on line 125; fixed now.
 * Sun Dec 6 2009 Matthew Daniels <danielsmw at gmail.com> - 0.96-0.1.b2.2
 - Changed release tag format to add the dist tag and a build number
 * Mon Oct 19 2009 Matthew Daniels <danielsmw at gmail.com> - 0.96-0.1.b2




More information about the fedora-extras-commits mailing list