rpms/transifex/devel .cvsignore, 1.2, 1.3 sources, 1.4, 1.5 transifex.spec, 1.4, 1.5

Ignacio Vazquez-Abrams ivazquez at fedoraproject.org
Thu Mar 26 05:22:50 UTC 2009


Author: ivazquez

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

Modified Files:
	.cvsignore sources transifex.spec 
Log Message:
Upstream update


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/transifex/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Mar 2009 22:38:44 -0000	1.2
+++ .cvsignore	26 Mar 2009 05:22:20 -0000	1.3
@@ -1 +1 @@
-transifex-0.5.tar.gz
+transifex-0.5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/transifex/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	19 Mar 2009 03:37:15 -0000	1.4
+++ sources	26 Mar 2009 05:22:20 -0000	1.5
@@ -1 +1 @@
-f5e725ebd397bd67170c9ef3f4331287  transifex-0.5.tar.gz
+85ac1f6ce8a8dcdbd6b0f6eace0fed64  transifex-0.5.1.tar.gz


Index: transifex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/transifex/devel/transifex.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- transifex.spec	19 Mar 2009 03:47:48 -0000	1.4
+++ transifex.spec	26 Mar 2009 05:22:20 -0000	1.5
@@ -1,14 +1,14 @@
 %define confdir %{_sysconfdir}/%{name}
 
 Name:       transifex
-Version:    0.5
+Version:    0.5.1
 Release:    1%{?dist}
 Summary:    A system for distributed translation submissions
 
 Group:      Applications/Internet
 License:    GPLv2
 URL:        http://transifex.org/
-Source0:    http://transifex.org/files/transifex-0.5.tar.gz
+Source0:    http://transifex.org/files/%{name}-%{version}.tar.gz
 Source1:    django-settings.py.in
 Patch0:     transifex-0.5-docdb.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -40,7 +40,8 @@
   * git support
 
 %prep
-%setup -qn %{name}
+%setup -qcTn %{name}
+tar --strip-components 1 -zxf %{SOURCE0}
 %patch0 -p 1 -b .docdb
 sed -e 's!share/locale!.*/locale!' /usr/lib/rpm/find-lang.sh > my-find-lang.sh
 
@@ -170,6 +171,13 @@
 %dir %{_localstatedir}/lib/%{name}/scratchdir/sources/git
 
 %changelog
+* Thu Mar 26 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.5.1-1
+- Upstream update
+  * Added list of Components untranslated by Lang x Release
+  * Fixed stats for projects with intltool support broken
+  * Added mercurial compatibility for 1.2.x version
+  * Added list of files to the submit form
+
 * Wed Mar 18 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.5-1
 - Updated to final release
 




More information about the fedora-extras-commits mailing list