rpms/transifex/devel .cvsignore, 1.6, 1.7 import.log, 1.4, 1.5 sources, 1.9, 1.10 transifex.spec, 1.14, 1.15

Rakesh Pandit rakesh at fedoraproject.org
Sat Jan 30 17:46:59 UTC 2010


Author: rakesh

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

Modified Files:
	.cvsignore import.log sources transifex.spec 
Log Message:
Updated to 0.8.0alpha



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/transifex/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	22 Dec 2009 14:34:37 -0000	1.6
+++ .cvsignore	30 Jan 2010 17:46:59 -0000	1.7
@@ -1 +1 @@
-transifex-0.7.3.tar.gz
+transifex-0.8.0alpha.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/transifex/devel/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	22 Dec 2009 14:34:38 -0000	1.4
+++ import.log	30 Jan 2010 17:46:59 -0000	1.5
@@ -2,3 +2,4 @@ transifex-0_5-0_6_rc1_hgc3439806202e:HEA
 transifex-0_5-0_7_rc1_hge0ede2b7056e:HEAD:transifex-0.5-0.7.rc1.hge0ede2b7056e.src.rpm:1237350346
 transifex-0_5-1:HEAD:transifex-0.5-1.src.rpm:1237433795
 transifex-0_7_3-1_fc13:HEAD:transifex-0.7.3-1.fc13.src.rpm:1261493253
+transifex-0_8_0-0_1_alpha_fc13:HEAD:transifex-0.8.0-0.1.alpha.fc13.src.rpm:1264874721


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/transifex/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	22 Dec 2009 14:34:38 -0000	1.9
+++ sources	30 Jan 2010 17:46:59 -0000	1.10
@@ -1 +1 @@
-e1ddf9d1875fab6b7c1ef3740e1135dc  transifex-0.7.3.tar.gz
+9b9f8a451e65033e43e3eed57f770057  transifex-0.8.0alpha.tar.gz


Index: transifex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/transifex/devel/transifex.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- transifex.spec	23 Dec 2009 15:22:05 -0000	1.14
+++ transifex.spec	30 Jan 2010 17:46:59 -0000	1.15
@@ -1,14 +1,14 @@
 %define confdir %{_sysconfdir}/%{name}
 
 Name:       transifex
-Version:    0.7.3
-Release:    4%{?dist}
+Version:    0.8.0
+Release:    0.1.alpha%{?dist}
 Summary:    A system for distributed translation submissions
 
 Group:      Applications/Internet
 License:    GPLv2
 URL:        http://transifex.org/
-Source0:    http://transifex.org/files/%{name}-%{version}.tar.gz
+Source0:    http://transifex.org/files/%{name}-%{version}alpha.tar.gz
 Source1:    django-settings.py.in
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
@@ -50,7 +50,7 @@ This package adds extra options to Trans
   * git support
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}alpha
 sed -e 's!share/locale!.*/locale!' /usr/lib/rpm/find-lang.sh > my-find-lang.sh
 
 %build
@@ -150,8 +150,13 @@ fi
 %{_datadir}/%{name}/templates
 %{_datadir}/%{name}/txcommon
 %{_datadir}/%{name}/translations
-%{_datadir}/%{name}/txcollections
 %{_datadir}/%{name}/txpermissions
+%dir %{_datadir}/%{name}/reviews
+%{_datadir}/%{name}/reviews/*.py
+%{_datadir}/%{name}/reviews/*.py[co]
+%dir %{_datadir}/%{name}/teams
+%{_datadir}/%{name}/teams/*.py
+%{_datadir}/%{name}/teams/*.py[co]
 %dir %{_datadir}/%{name}/vcs
 %{_datadir}/%{name}/vcs/*.py
 %{_datadir}/%{name}/vcs/*.py[co]
@@ -164,8 +169,6 @@ fi
 %dir %{_datadir}/%{name}/vcs/lib/support
 %{_datadir}/%{name}/vcs/lib/support/__init__.py
 %{_datadir}/%{name}/vcs/lib/support/__init__.py[co]
-%{_datadir}/%{name}/vcs/lib/support/commands.py
-%{_datadir}/%{name}/vcs/lib/support/commands.py[co]
 %{_datadir}/%{name}/vcs/lib/support/hg.py
 %{_datadir}/%{name}/vcs/lib/support/hg.py[co]
 %dir %{_datadir}/%{name}/vcs/lib/types
@@ -204,6 +207,10 @@ fi
 %dir %{_localstatedir}/lib/%{name}/scratchdir/sources/git
 
 %changelog
+* Sat Jan 30 2010 Rakesh Pandit <rakesh at fedoraproject.org> - 0.8.0-0.1.alpha
+- Updated to 0.8.0alpha
+- http://docs.transifex.org/releases/0.8.html#what-s-new-in-transifex-0-8
+
 * Wed Dec 23 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7.3-4
 - BR python-sqlite2 in EPEL.
 



More information about the scm-commits mailing list