rpms/cacti/F-7 cacti.spec,1.13,1.14 sources,1.4,1.5
by fedora-extras-commitsï¼ redhat.com
Author: mmcgrath
Update of /cvs/extras/rpms/cacti/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14376/F-7
Modified Files:
cacti.spec sources
Log Message:
upstream released new version
Index: cacti.spec
===================================================================
RCS file: /cvs/extras/rpms/cacti/F-7/cacti.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- cacti.spec 21 Sep 2007 14:57:03 -0000 1.13
+++ cacti.spec 1 Nov 2007 01:28:54 -0000 1.14
@@ -1,6 +1,6 @@
Name: cacti
-Version: 0.8.6j
-Release: 9%{?dist}
+Version: 0.8.7
+Release: 2%{?dist}
Summary: An rrd based graphing tool
Group: Applications/System
@@ -11,14 +11,6 @@
Source2: cacti.logrotate
Source3: cacti.README.Fedora
-Patch1: cacti-0.8.6h-dbcfg.patch
-Patch2: CVE-2007-3112.patch
-Patch3: ping_php_version4_snmpgetnext.patch
-Patch4: tree_console_missing_hosts.patch
-Patch5: thumbnail_graphs_not_working.patch
-Patch6: graph_debug_lockup_fix.patch
-Patch7: snmpwalk_fix.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: php, php-mysql, mysql, httpd, rrdtool, net-snmp, php-snmp
@@ -37,13 +29,6 @@
%prep
%setup -q
-%patch1 -p0
-%patch2 -p3
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
echo "#*/5 * * * * cacti %{_bindir}/php %{_datadir}/%{name}/poller.php > /dev/null 2>&1" >cacti.cron
@@ -64,9 +49,9 @@
%{__cp} -a images/ include/ install/ lib/ resource/ %{buildroot}%{_datadir}/%{name}
%{__cp} %{SOURCE3} ./docs/README.cacti
%{__cp} -a docs/ %{buildroot}/%{_docdir}/%{name}-%{version}
-%{__mv} %{buildroot}/%{_datadir}/%{name}/include/db.php %{buildroot}/%{_sysconfdir}/%{name}/db.php
+%{__mv} %{buildroot}/%{_datadir}/%{name}/include/config.php %{buildroot}/%{_sysconfdir}/%{name}/db.php
%{__chmod} +x %{buildroot}/%{_datadir}/%{name}/cmd.php %{buildroot}/%{_datadir}/%{name}/poller.php
-ln -s %{_sysconfdir}/%{name}/db.php %{buildroot}/%{_datadir}/%{name}/include/db.php
+ln -s %{_sysconfdir}/%{name}/db.php %{buildroot}/%{_datadir}/%{name}/include/config.php
ln -s %{_localstatedir}/lib/%{name}/rra %{buildroot}/%{_datadir}/%{name}/
ln -s %{_localstatedir}/lib/%{name}/scripts %{buildroot}/%{_datadir}/%{name}/
ln -s %{_localstatedir}/log/%{name}/ %{buildroot}/%{_datadir}/%{name}/log
@@ -115,8 +100,9 @@
%attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib
%changelog
-* Fri Sep 21 2007 Mike McGrath <mmcgrath(a)redhat.com> - 0.8.6j-9
-- Added rest of official patches
+* Fri Oct 13 2007 Mike McGrath <mmcgrath(a)redhat.com> - 0.8.7-2
+- Upstream released new version
+- No longer need to patch for /etc/cacti/*
* Fri Sep 14 2007 Mike McGrath <mmcgrath(a)redhat.com> - 0.8.6j-8
- Fix for CVE-2007-3112 bz#243592
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cacti/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 5 May 2007 20:46:41 -0000 1.4
+++ sources 1 Nov 2007 01:28:54 -0000 1.5
@@ -1 +1 @@
-29436be46b289d13dfce48e7618129e2 cacti-0.8.6j.tar.gz
+d28e8f9fd4b657c2ad79c4bcf1e3694d cacti-0.8.7.tar.gz
15Â years, 3Â months
rpms/cacti/devel cacti.spec,1.16,1.17
by fedora-extras-commitsï¼ redhat.com
Author: mmcgrath
Update of /cvs/extras/rpms/cacti/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14111
Modified Files:
cacti.spec
Log Message:
release bump
Index: cacti.spec
===================================================================
RCS file: /cvs/extras/rpms/cacti/devel/cacti.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- cacti.spec 1 Nov 2007 01:11:21 -0000 1.16
+++ cacti.spec 1 Nov 2007 01:19:18 -0000 1.17
@@ -1,6 +1,6 @@
Name: cacti
Version: 0.8.7
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: An rrd based graphing tool
Group: Applications/System
@@ -100,7 +100,7 @@
%attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib
%changelog
-* Fri Oct 13 2007 Mike McGrath <mmcgrath(a)redhat.com> - 0.8.7-1
+* Fri Oct 13 2007 Mike McGrath <mmcgrath(a)redhat.com> - 0.8.7-2
- Upstream released new version
- No longer need to patch for /etc/cacti/*
15Â years, 3Â months
rpms/cacti/devel .cvsignore, 1.4, 1.5 cacti.spec, 1.15, 1.16 sources, 1.4, 1.5
by fedora-extras-commitsï¼ redhat.com
Author: mmcgrath
Update of /cvs/extras/rpms/cacti/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13547
Modified Files:
.cvsignore cacti.spec sources
Log Message:
upstream released new version
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cacti/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 5 May 2007 20:46:41 -0000 1.4
+++ .cvsignore 1 Nov 2007 01:11:21 -0000 1.5
@@ -1 +1 @@
-cacti-0.8.6j.tar.gz
+cacti-0.8.7.tar.gz
Index: cacti.spec
===================================================================
RCS file: /cvs/extras/rpms/cacti/devel/cacti.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cacti.spec 26 Sep 2007 07:35:27 -0000 1.15
+++ cacti.spec 1 Nov 2007 01:11:21 -0000 1.16
@@ -1,6 +1,6 @@
Name: cacti
-Version: 0.8.6j
-Release: 10%{?dist}
+Version: 0.8.7
+Release: 1%{?dist}
Summary: An rrd based graphing tool
Group: Applications/System
@@ -11,14 +11,6 @@
Source2: cacti.logrotate
Source3: cacti.README.Fedora
-Patch1: cacti-0.8.6h-dbcfg.patch
-Patch2: CVE-2007-3112.patch
-Patch3: ping_php_version4_snmpgetnext.patch
-Patch4: tree_console_missing_hosts.patch
-Patch5: thumbnail_graphs_not_working.patch
-Patch6: graph_debug_lockup_fix.patch
-Patch7: snmpwalk_fix.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: php, php-mysql, mysql, httpd, rrdtool, net-snmp, php-snmp
@@ -37,13 +29,6 @@
%prep
%setup -q
-%patch1 -p0
-%patch2 -p3
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
echo "#*/5 * * * * cacti %{_bindir}/php %{_datadir}/%{name}/poller.php > /dev/null 2>&1" >cacti.cron
@@ -64,9 +49,9 @@
%{__cp} -a images/ include/ install/ lib/ resource/ %{buildroot}%{_datadir}/%{name}
%{__cp} %{SOURCE3} ./docs/README.cacti
%{__cp} -a docs/ %{buildroot}/%{_docdir}/%{name}-%{version}
-%{__mv} %{buildroot}/%{_datadir}/%{name}/include/db.php %{buildroot}/%{_sysconfdir}/%{name}/db.php
+%{__mv} %{buildroot}/%{_datadir}/%{name}/include/config.php %{buildroot}/%{_sysconfdir}/%{name}/db.php
%{__chmod} +x %{buildroot}/%{_datadir}/%{name}/cmd.php %{buildroot}/%{_datadir}/%{name}/poller.php
-ln -s %{_sysconfdir}/%{name}/db.php %{buildroot}/%{_datadir}/%{name}/include/db.php
+ln -s %{_sysconfdir}/%{name}/db.php %{buildroot}/%{_datadir}/%{name}/include/config.php
ln -s %{_localstatedir}/lib/%{name}/rra %{buildroot}/%{_datadir}/%{name}/
ln -s %{_localstatedir}/lib/%{name}/scripts %{buildroot}/%{_datadir}/%{name}/
ln -s %{_localstatedir}/log/%{name}/ %{buildroot}/%{_datadir}/%{name}/log
@@ -115,11 +100,9 @@
%attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib
%changelog
-* Wed Sep 26 2007 Mike McGrath <mmcgrath(a)redhat.com> - 0.8.6j-10
-- Rebuild for koji test
-
-* Fri Sep 21 2007 Mike McGrath <mmcgrath(a)redhat.com> - 0.8.6j-9
-- Added rest of official patches
+* Fri Oct 13 2007 Mike McGrath <mmcgrath(a)redhat.com> - 0.8.7-1
+- Upstream released new version
+- No longer need to patch for /etc/cacti/*
* Fri Sep 14 2007 Mike McGrath <mmcgrath(a)redhat.com> - 0.8.6j-8
- Fix for CVE-2007-3112 bz#243592
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cacti/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 5 May 2007 20:46:41 -0000 1.4
+++ sources 1 Nov 2007 01:11:21 -0000 1.5
@@ -1 +1 @@
-29436be46b289d13dfce48e7618129e2 cacti-0.8.6j.tar.gz
+d28e8f9fd4b657c2ad79c4bcf1e3694d cacti-0.8.7.tar.gz
15Â years, 3Â months
rpms/deluge/F-8 .cvsignore, 1.15, 1.16 deluge.spec, 1.31, 1.32 sources, 1.15, 1.16
by fedora-extras-commitsï¼ redhat.com
Author: pgordon
Update of /cvs/extras/rpms/deluge/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13503/F-8
Modified Files:
.cvsignore deluge.spec sources
Log Message:
Update to 0.5.6.2
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/deluge/F-8/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 31 Oct 2007 05:41:41 -0000 1.15
+++ .cvsignore 1 Nov 2007 01:09:54 -0000 1.16
@@ -1 +1 @@
-deluge-0.5.6.1.tar.gz
+deluge-0.5.6.2.tar.gz
Index: deluge.spec
===================================================================
RCS file: /cvs/extras/rpms/deluge/F-8/deluge.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- deluge.spec 31 Oct 2007 05:41:41 -0000 1.31
+++ deluge.spec 1 Nov 2007 01:09:54 -0000 1.32
@@ -2,7 +2,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: deluge
-Version: 0.5.6.1
+Version: 0.5.6.2
Release: 1%{?dist}
Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
Group: Applications/Internet
@@ -107,6 +107,9 @@
%changelog
+* Wed Oct 31 2007 Peter Gordon <peter(a)thecodergeek.com> - 0.5.6.2-1
+- Update to new upstream bug-fix release (0.5.6.2)
+
* Tue Oct 30 2007 Peter Gordon <peter(a)thecodergeek.com> - 0.5.6.1-1
- Update to new upstream bug-fix release (0.5.6.1)
- Drop use-mt-boost build script patch (fixed upstream):
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/deluge/F-8/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 31 Oct 2007 05:41:41 -0000 1.15
+++ sources 1 Nov 2007 01:09:54 -0000 1.16
@@ -1 +1 @@
-7b62a4825977a128433a340abf91f73c deluge-0.5.6.1.tar.gz
+774c71a72ee588b9079fadb07f2efe0d deluge-0.5.6.2.tar.gz
15Â years, 3Â months
rpms/deluge/devel .cvsignore, 1.16, 1.17 deluge.spec, 1.32, 1.33 sources, 1.16, 1.17
by fedora-extras-commitsï¼ redhat.com
Author: pgordon
Update of /cvs/extras/rpms/deluge/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26978/devel
Modified Files:
.cvsignore deluge.spec sources
Log Message:
Update to 0.5.6.2
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore 30 Oct 2007 22:18:24 -0000 1.16
+++ .cvsignore 1 Nov 2007 00:21:13 -0000 1.17
@@ -1 +1 @@
-deluge-0.5.6.1.tar.gz
+deluge-0.5.6.2.tar.gz
Index: deluge.spec
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/deluge.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- deluge.spec 30 Oct 2007 22:18:24 -0000 1.32
+++ deluge.spec 1 Nov 2007 00:21:13 -0000 1.33
@@ -2,7 +2,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: deluge
-Version: 0.5.6.1
+Version: 0.5.6.2
Release: 1%{?dist}
Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
Group: Applications/Internet
@@ -107,6 +107,9 @@
%changelog
+* Wed Oct 31 2007 Peter Gordon <peter(a)thecodergeek.com> - 0.5.6.2-1
+- Update to new upstream bug-fix release (0.5.6.2)
+
* Tue Oct 30 2007 Peter Gordon <peter(a)thecodergeek.com> - 0.5.6.1-1
- Update to new upstream bug-fix release (0.5.6.1)
- Drop use-mt-boost build script patch (fixed upstream):
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 30 Oct 2007 22:18:24 -0000 1.16
+++ sources 1 Nov 2007 00:21:13 -0000 1.17
@@ -1 +1 @@
-7b62a4825977a128433a340abf91f73c deluge-0.5.6.1.tar.gz
+774c71a72ee588b9079fadb07f2efe0d deluge-0.5.6.2.tar.gz
15Â years, 3Â months