rpms/python-decorator/devel python-decorator.spec,1.12,1.13

Toshio くらとみ toshio at fedoraproject.org
Thu Jul 8 01:45:03 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/python-decorator/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3670

Modified Files:
	python-decorator.spec 
Log Message:

* Wed Jul 7 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 3.2.0-2
- Add documentation.py files to both subpackages (this contains a brief license
  assertion among other things).



Index: python-decorator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-decorator/devel/python-decorator.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- python-decorator.spec	30 Jun 2010 20:25:03 -0000	1.12
+++ python-decorator.spec	8 Jul 2010 01:45:03 -0000	1.13
@@ -7,7 +7,7 @@
 
 Name:           python-decorator
 Version:        3.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Module to simplify usage of decorators
 
 Group:          Development/Languages
@@ -99,18 +99,21 @@ popd
 
 %files
 %defattr(-,root,root,-)
-%doc *.txt
+%doc *.txt documentation.py
 %{python_sitelib}/*
 
 %if 0%{?with_python3}
 %files -n python3-decorator
 %defattr(-,root,root,-)
-%doc *.txt
+%doc *.txt documentation3.py
 %{python3_sitelib}/*
 %endif # with_python3
 
 
 %changelog
+* Wed Jul 7 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 3.2.0-2
+- Add documentation.py files to both subpackages (this contains a brief license
+  assertion among other things).
 * Wed Jun 30 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 3.2.0-1
 - Minor cleanups
 - Upgrade to 3.2.0



More information about the scm-commits mailing list