From 66ad9c3f40e33b3725f27977dba40e7595e831fb Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 7 Nov 2008 04:27:57 +0000 Subject: [PATCH 1/3] Initialize branch F-10 for python-sphinx --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From 3e1be38356fb072a87dd833b7d9456bf86054717 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Tue, 25 Nov 2008 01:48:18 +0000 Subject: [PATCH 2/3] - Update to 0.5 --- .cvsignore | 2 +- python-sphinx.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index dcc065b..4278cba 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sphinx-0.4.3.tar.gz +Sphinx-0.5.tar.gz diff --git a/python-sphinx.spec b/python-sphinx.spec index bf58db7..9cdb5a4 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -4,7 +4,7 @@ %define upstream_name Sphinx Name: python-sphinx -Version: 0.4.3 +Version: 0.5 Release: 1%{?dist} Summary: Python documentation generator @@ -84,12 +84,17 @@ rm -rf $RPM_BUILD_ROOT sed -i 's|\r||g' LICENSE %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT +# Language files; not under /usr/share, need to be handled manually +(cd $RPM_BUILD_ROOT && find . -name 'sphinx.mo') | sed -e 's|^.||' | sed -e \ + 's:\(.*/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:' \ + >> %{name}.lang + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS CHANGES LICENSE README TODO %{_bindir}/sphinx-* @@ -102,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 24 2008 Michel Salim - 0.5-1 +- Update to 0.5 + * Fri Oct 10 2008 Michel Salim - 0.4.3-1 - Update to 0.4.3 diff --git a/sources b/sources index 4507bc8..e661d0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3c17f1b5be0b76c373a2474488f1662 Sphinx-0.4.3.tar.gz +55a33cc13b5096c8763cd4a933b30ddc Sphinx-0.5.tar.gz From 258dda8ec9106c6d8253cfe3a1241cbae70e0ae0 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Fri, 2 Jan 2009 18:35:33 +0000 Subject: [PATCH 3/3] - Update to 0.5.1 --- .cvsignore | 2 +- python-sphinx.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4278cba..1bf367a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sphinx-0.5.tar.gz +Sphinx-0.5.1.tar.gz diff --git a/python-sphinx.spec b/python-sphinx.spec index 9cdb5a4..82a0fd0 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -4,7 +4,7 @@ %define upstream_name Sphinx Name: python-sphinx -Version: 0.5 +Version: 0.5.1 Release: 1%{?dist} Summary: Python documentation generator @@ -107,6 +107,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 2 2009 Michel Salim - 0.5.1-1 +- Update to 0.5.1 + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.5-2 +- Rebuild for Python 2.6 + * Mon Nov 24 2008 Michel Salim - 0.5-1 - Update to 0.5 diff --git a/sources b/sources index e661d0e..f90f6b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55a33cc13b5096c8763cd4a933b30ddc Sphinx-0.5.tar.gz +11456e362d75c1a4c5a5847921d3f4c7 Sphinx-0.5.1.tar.gz