rpms/roundup/EL-5 import.log, NONE, 1.1 .cvsignore, 1.2, 1.3 README.Fedora, 1.1, 1.2 roundup.spec, 1.7, 1.8 sources, 1.3, 1.4 roundup-setup.patch, 1.1, NONE

John A. Khvatov ivaxer at fedoraproject.org
Mon Jul 5 18:23:46 UTC 2010


Author: ivaxer

Update of /cvs/pkgs/rpms/roundup/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23998/EL-5

Modified Files:
	.cvsignore README.Fedora roundup.spec sources 
Added Files:
	import.log 
Removed Files:
	roundup-setup.patch 
Log Message:
backport from F-14 (version 1.4.13)



--- NEW FILE import.log ---
roundup-1_4_13-2_fc14:EL-5:roundup-1.4.13-2.fc14.src.rpm:1278354040


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/roundup/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	17 Sep 2005 23:21:32 -0000	1.2
+++ .cvsignore	5 Jul 2010 18:23:45 -0000	1.3
@@ -1 +1 @@
-roundup-0.8.4.tar.gz
+roundup-1.4.13.tar.gz


Index: README.Fedora
===================================================================
RCS file: /cvs/pkgs/rpms/roundup/EL-5/README.Fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- README.Fedora	17 Sep 2005 23:21:32 -0000	1.1
+++ README.Fedora	5 Jul 2010 18:23:45 -0000	1.2
@@ -1,35 +1,32 @@
-Some steps in the installation of Roundup are difficult to automate.
-Because of this, the roundup installation must be completed manually
-after installing the Roundup package.  The following steps will complete
-the installation of Roundup:
-
-1.  Set the following items in
-/var/lib/roundup/trackers/default/config.ini as appropriate for your
-network:
-
-	[mail]
-	domain
-	host
-	username
-	password
-
-	[tracker]
-	web
-	email
+Starting from 1.3.3, sqlite driver is used for default tracker. Which
+means that you don't need to create mysql database. However, if you 
+want to do so, you can do it.
+
+In the meantime you will need to edit configuration of your tracker in
+/var/lib/roundup/trackers/default/config.ini:
+  [mail]
+  domain
+  host
+  username
+  password
+
+  [tracker]
+  web
+  email
 
-	[rdbms]
-	password
+You might also need to edit schema of your tracker here.
 
-2.  Create a mysql database:
-	
+After editing, initialize your default tracker by running:
+  roundup-admin -i /var/lib/roundup/trackers/default initialise PASSWORD
+
+
+For MySQL database, you'll need to set up [rdbms] section in config.ini 
+and create the database:
 	mysql -e "CREATE DATABASE roundup;"
 	mysql -e "GRANT ALL PRIVILEGES ON roundup.* TO roundup at localhost
 		IDENTIFIED BY 'PASSWORD';"
 
-3.  Initialize the system.
-
-	roundup-admin -i /var/lib/roundup/trackers/default initialise
-		PASSWORD
+before tracker initialization.
 
 To fully uninstall Roundup (and DESTROY any Roundup data), perform the
 following steps:


Index: roundup.spec
===================================================================
RCS file: /cvs/pkgs/rpms/roundup/EL-5/roundup.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- roundup.spec	29 Apr 2008 07:40:21 -0000	1.7
+++ roundup.spec	5 Jul 2010 18:23:45 -0000	1.8
@@ -2,15 +2,14 @@
 
 Summary: Simple and flexible issue-tracking system
 Name: roundup
-Version: 1.4.4
-Release: 1%{dist}
+Version: 1.4.13
+Release: 2%{dist}
 License: MIT
 Group: Applications/Engineering
 Source: http://pypi.python.org/packages/source/r/%{name}/%{name}-%{version}.tar.gz
 Source1: roundup.conf
 Source2: roundup
 Source3: README.Fedora
-Patch0: roundup-setup.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: python-devel
@@ -28,7 +27,6 @@ Yee in the Software Carpentry "Track" de
 
 %prep
 %setup -q
-%patch0 -p1
 
 mv locale/ru.po locale/ru-koi8.po
 iconv -f koi8-r -t utf-8 locale/ru-koi8.po | sed -e 's|Content-Type: text/plain; charset=koi8-r|Content-Type: text/plain; charset=utf-8|' > locale/ru.po
@@ -72,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %{_bindir}/*
 %{python_sitelib}/*
-%{_datadir}/roundup/*
+%{_datadir}/roundup/
 %{_mandir}/man1/*
 %defattr(-,root,root)
 %config(noreplace) %{_initrddir}/roundup
@@ -81,6 +79,33 @@ rm -rf $RPM_BUILD_ROOT
 %doc README.Fedora COPYING.txt
 
 %changelog
+* Sat May 29 2010 John Khvatov <ivaxer at fedoraproject.org> - 1.4.13-2
+- updated to 1.4.13
+
+* Fri Feb 12 2010 John Khvatov <ivaxer at fedoraproject.org> - 1.4.10-2
+- updated mailer.py from upstream
+
+* Sun Oct 18 2009 Paul P. Komkoff Jr <i at stingr.net> - 1.4.10-1
+- new upstream version
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.6-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Mar 31 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.4.6-5
+- fix unowned directory (#473661)
+
+* Mon Mar  9 2009 Paul P. Komkoff Jr <i at stingr.net> - 1.4.6-4
+- security bug bz#489355
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.6-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.4.6-2
+- Rebuild for Python 2.6
+
+* Fri Oct 3 2008 Paul P. Komkoff Jr <i at stingr.net> - 1.4.6-1
+- new upstream version
+
 * Fri Mar  7 2008 Paul P. Komkoff Jr <i at stingr.net> - 1.4.4-1
 - new upstream version with security fixes (bz#436546)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/roundup/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	29 Apr 2008 07:40:21 -0000	1.3
+++ sources	5 Jul 2010 18:23:45 -0000	1.4
@@ -1 +1 @@
-6a9f6fc272d833ef0179b00e63010a08  roundup-1.4.4.tar.gz
+18d0b6ae08ab9943f5f5fb0a1f8cbe8c  roundup-1.4.13.tar.gz


--- roundup-setup.patch DELETED ---



More information about the scm-commits mailing list