rpms/mantis/F-10 .cvsignore, 1.13, 1.14 mantis.spec, 1.22, 1.23 sources, 1.18, 1.19

Gianluca Sforna giallu at fedoraproject.org
Fri Jul 3 10:21:16 UTC 2009


Author: giallu

Update of /cvs/extras/rpms/mantis/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21470

Modified Files:
	.cvsignore mantis.spec sources 
Log Message:
* Mon Jun  8 2009  Gianluca Sforna <giallu gmail com> - 1.1.8-1
- new upstream release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mantis/F-10/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	19 Dec 2008 08:17:43 -0000	1.13
+++ .cvsignore	3 Jul 2009 10:20:46 -0000	1.14
@@ -1 +1 @@
-mantisbt-1.1.6.tar.gz
+mantisbt-1.1.8.tar.gz


Index: mantis.spec
===================================================================
RCS file: /cvs/extras/rpms/mantis/F-10/mantis.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- mantis.spec	19 Dec 2008 08:17:43 -0000	1.22
+++ mantis.spec	3 Jul 2009 10:20:46 -0000	1.23
@@ -5,7 +5,7 @@
 
 Summary:    Web-based bugtracking system
 Name:       mantis
-Version:    1.1.6
+Version:    1.1.8
 Release:    1%{?dist}
 License:    GPLv2+
 Group:      Applications/Internet
@@ -14,6 +14,7 @@ BuildArch:  noarch
 Source0:    http://downloads.sourceforge.net/mantisbt/mantisbt-%{version}.tar.gz
 Source1:    mantis-README.Fedora
 
+Patch0:     mantis-1.1.6-install-nowriteconfig.patch
 Patch1:     mantis-1.1.0-noexamplecom.patch
 Patch2:     mantis-1.0.0rc2-noadmin.patch
 
@@ -57,10 +58,12 @@ This package contains configuration-file
 
 %prep
 %setup -q -n mantisbt-%{version}
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 
 cp %{SOURCE1} ./doc/README.Fedora
+rm .gitignore
 rm -rf packages
 
 
@@ -90,6 +93,10 @@ find ${RPM_BUILD_ROOT} \( \
 mv ${RPM_BUILD_ROOT}%{pkgdir}/mantis_offline.php.sample ${RPM_BUILD_ROOT}%{cfgdir}/
 mv ${RPM_BUILD_ROOT}%{pkgdir}/config_inc.php.sample     ${RPM_BUILD_ROOT}%{cfgdir}/config_inc.php
 
+#convert changelog to UTF8
+iconv -f ISO_8859-1 -t UTF-8 -o doc/ChangeLog{.utf8,}
+mv doc/ChangeLog{.utf8,}
+
 chmod a+x core ${RPM_BUILD_ROOT}%{pkgdir}/core/checkin.php
 
 for i in $(find ${RPM_BUILD_ROOT} -type f -regex '.*\.\(php\|txt\|gif\|png\|css\|htm\|dtd\|xsl\|sql\|js\|bak\|xml\|zip\)$' -perm +0111); do
@@ -110,7 +117,7 @@ chmod -x doc/* 
 chmod -x ${RPM_BUILD_ROOT}%{pkgdir}/core/phpmailer/{README,LICENSE}
 
 # Dangling symlink: when /etc/mantis/mantis_offline.php is present mantis is put offline
-ln -s %{cfgdir}/mantis_offline.php ${RPM_BUILD_ROOT}%{pkgdir}/mantis_offline.php
+ln -s ../../..%{cfgdir}/mantis_offline.php ${RPM_BUILD_ROOT}%{pkgdir}/mantis_offline.php
 
 %{__install} -d ${RPM_BUILD_ROOT}%{httpconfdir}
 %{__install} -p -m644 %{SOURCE10} ${RPM_BUILD_ROOT}%{httpconfdir}/mantis.conf
@@ -143,6 +150,22 @@ rm -rf "${RPM_BUILD_ROOT}"
 
 
 %changelog
+* Mon Jun  8 2009  Gianluca Sforna <giallu gmail com> - 1.1.8-1
+- new upstream release
+
+* Tue Apr 21 2009 Gianluca Sforna <giallu gmail com> - 1.1.7-1
+- new upstream release
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.6-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Dec 28 2008 Sven Lankes <sven at lank.es> - 1.1.6-2
+- add patch to suppress bogus warning during setup 
+    (closes bz #437142)
+- convert ChangeLog to UTF8
+- remove .gitignore
+- change mantis_offline.php-symlink to be relative
+
 * Wed Dec 10 2008 Gianluca Sforna <giallu gmail com> - 1.1.6-1
 - new upstream release
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mantis/F-10/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	19 Dec 2008 08:17:43 -0000	1.18
+++ sources	3 Jul 2009 10:20:46 -0000	1.19
@@ -1 +1 @@
-2e0c6d3dd9ca7d16258fc2d86363a675  mantisbt-1.1.6.tar.gz
+338108ebc3c9cd111b27471021312c51  mantisbt-1.1.8.tar.gz




More information about the fedora-extras-commits mailing list