rpms/pootle/F-13 .cvsignore, 1.2, 1.3 pootle.spec, 1.1, 1.2 sources, 1.2, 1.3

dwayne dwayne at fedoraproject.org
Thu Mar 25 12:14:55 UTC 2010


Author: dwayne

Update of /cvs/pkgs/rpms/pootle/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23813

Modified Files:
	.cvsignore pootle.spec sources 
Log Message:
* Thu Mar 25 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.0.3-1
- Update to 2.0.3
   - Support for Qt TS files
   - Support for TMX and TBX files
   - Corrections to PostgreSQL support (#1368)
   - Some improvements to memory use
   - Timestamps for news items when viewed on the web
   - It is possible to change tree style more reliably (#1363)
   - More correct method for finding alternative translations
   - A complete translation into Asturian, and other translation updates
- Update to 2.0.2
   - Don't count the templates towards the front page statistics (#1345)
   - Fix password change/reset links work without registration (#1350)
   - Allow deleting translator comments (#1349)
   - Show the date of items on the news page
   - New and updated translations, including Luganda, Punjabi and Asturian
- Remove djblets from external_apps, use the Fedora package instead



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pootle/F-13/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	17 Jan 2010 19:16:08 -0000	1.2
+++ .cvsignore	25 Mar 2010 12:14:54 -0000	1.3
@@ -1 +1 @@
-Pootle-2.0.1.tar.bz2
+Pootle-2.0.3.tar.bz2


Index: pootle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pootle/F-13/pootle.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pootle.spec	17 Jan 2010 19:16:09 -0000	1.1
+++ pootle.spec	25 Mar 2010 12:14:55 -0000	1.2
@@ -3,8 +3,8 @@
 %global         fullname Pootle
 
 Name:           pootle
-Version:        2.0.1
-Release:        2%{?dist}
+Version:        2.0.3
+Release:        1%{?dist}
 Summary:        Localization and translation management web application
 
 Group:          Development/Tools
@@ -24,6 +24,7 @@ Requires:       Django >= 1.0
 Requires:       iso-codes
 Requires:       memcached
 Requires:       mod_wsgi
+Requires:       python-djblets
 Requires:       python-lxml
 Requires:       python-memcached
 Requires:       python-Levenshtein
@@ -80,6 +81,7 @@ done
 install -d $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_datadir}/pootle/ $RPM_BUILD_ROOT%{_sharedstatedir}/pootle $RPM_BUILD_ROOT%{_sysconfdir}/pootle
 install $RPM_BUILD_ROOT%{_bindir}/PootleServer $RPM_BUILD_ROOT%{_sbindir}
 rm $RPM_BUILD_ROOT%{_bindir}/PootleServer
+rm -r $RPM_BUILD_ROOT%{python_sitelib}/djblets
 install -p --mode=644 %{SOURCE1} -D $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/pootle.conf
 install wsgi.py $RPM_BUILD_ROOT%{_datadir}/pootle/
 cp -p %{SOURCE2} .
@@ -117,6 +119,24 @@ fi
 
 
 %changelog
+* Thu Mar 25 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.0.3-1
+- Update to 2.0.3
+   - Support for Qt TS files
+   - Support for TMX and TBX files
+   - Corrections to PostgreSQL support (#1368)
+   - Some improvements to memory use
+   - Timestamps for news items when viewed on the web
+   - It is possible to change tree style more reliably (#1363)
+   - More correct method for finding alternative translations
+   - A complete translation into Asturian, and other translation updates
+- Update to 2.0.2
+   - Don't count the templates towards the front page statistics (#1345)
+   - Fix password change/reset links work without registration (#1350)
+   - Allow deleting translator comments (#1349)
+   - Show the date of items on the news page
+   - New and updated translations, including Luganda, Punjabi and Asturian
+- Remove djblets from external_apps, use the Fedora package instead
+
 * Thu Jan 14 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.0.1-2
 - Fixes from spec review
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pootle/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	17 Jan 2010 19:16:09 -0000	1.2
+++ sources	25 Mar 2010 12:14:55 -0000	1.3
@@ -1 +1 @@
-756c1646fec06750eac7b6c0846c2b50  Pootle-2.0.1.tar.bz2
+6a64e49c0d19ba0d7392bb87efa213b5  Pootle-2.0.3.tar.bz2



More information about the scm-commits mailing list