rpms/mirrormanager/devel .cvsignore, 1.4, 1.5 import.log, 1.1, 1.2 mirrormanager.spec, 1.5, 1.6 sources, 1.4, 1.5

Matt Domsch mdomsch at fedoraproject.org
Mon Apr 6 16:37:18 UTC 2009


Author: mdomsch

Update of /cvs/extras/rpms/mirrormanager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7781/devel

Modified Files:
	.cvsignore import.log mirrormanager.spec sources 
Log Message:
update to 1.2.10



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	23 Feb 2009 16:32:57 -0000	1.4
+++ .cvsignore	6 Apr 2009 16:36:48 -0000	1.5
@@ -1 +1 @@
-mirrormanager-1.2.9.tar.bz2
+mirrormanager-1.2.10.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	2 Oct 2008 15:04:31 -0000	1.1
+++ import.log	6 Apr 2009 16:36:48 -0000	1.2
@@ -1 +1,2 @@
 mirrormanager-1_2_3-1_fc9:HEAD:mirrormanager-1.2.3-1.fc9.src.rpm:1222959811
+mirrormanager-1_2_10-1_fc10:HEAD:mirrormanager-1.2.10-1.fc10.src.rpm:1239035739


Index: mirrormanager.spec
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/devel/mirrormanager.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mirrormanager.spec	26 Feb 2009 01:34:44 -0000	1.5
+++ mirrormanager.spec	6 Apr 2009 16:36:48 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           mirrormanager
-Version:        1.2.9
-Release:        2%{?dist}
+Version:        1.2.10
+Release:        1%{?dist}
 Summary:        Fedora mirror management system
 BuildArch:      noarch
 
@@ -9,10 +9,15 @@
 URL:            http://fedorahosted.org/mirrormanager
 Source0:        https://fedorahosted.org/releases/m/i/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
 BuildRequires:  python
 Requires:       TurboGears, python-IPy, python-GeoIP, wget, yum
 
+%include /usr/lib/rpm/macros.python
+%if "%{py_ver}" < "2.5"
+# for md5, sha1, sha256, which are native to python 2.5 and higher
+Requires: python-hashlib
+%endif
+
 %description
 MirrorManager tracks all the content provided on a master mirror
 server, and that of all public and private mirrors of that content.
@@ -53,6 +58,7 @@
 %dir %{_sysconfdir}/%{name}/
 %{_datadir}/%{name}
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
+%config(noreplace) %{_sysconfdir}/httpd/conf.d/mirrormanager.conf
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/mirrorlist-server.conf
 %doc LICENSES LICENSE-MIT-X11 LICENSE-GPLv2 LICENSE-GPLv3
 %doc server/*.cfg
@@ -62,12 +68,18 @@
 %{_bindir}/report_mirror
 %dir %{_sysconfdir}/%{name}-client
 %config(noreplace) %{_sysconfdir}/%{name}-client/report_mirror.conf
-%doc LICENSE-MIT-X11
+%doc LICENSE-MIT-X11 client/README
 
 
 %changelog
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.9-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Mon Apr  6 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.10-1
+- improved crawler repomd.xml verification
+- improved publiclist generation
+- fix categorymap logic
+- WSGI-ify web application
+- vastly speed up report_mirror (no more stat()s on every file)
+- vastly speed up umdl
+- add rsyncFilter
 
 * Mon Feb 23 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.9-1
 - Adrian Reber:


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Feb 2009 16:32:57 -0000	1.4
+++ sources	6 Apr 2009 16:36:48 -0000	1.5
@@ -1 +1 @@
-e14bf560359ffcf9f48f367abc4a8000  mirrormanager-1.2.9.tar.bz2
+688893a7c3d56611dbd079dc1fe770e3  mirrormanager-1.2.10.tar.bz2




More information about the scm-commits mailing list