rpms/traceroute/F-7 sources,1.10,1.11 traceroute.spec,1.31,1.32

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Thu Apr 17 12:21:05 UTC 2008


Author: buc

Update of /cvs/extras/rpms/traceroute/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3772

Modified Files:
	sources traceroute.spec 
Log Message:



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/traceroute/F-7/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	22 Jan 2007 17:22:37 -0000	1.10
+++ sources	17 Apr 2008 12:20:24 -0000	1.11
@@ -1 +1 @@
-3767369a10c17445510a05420f79380b  traceroute-2.0.3.tar.gz
+4a1a1b5e07ee24c1c2612a63652223b2  traceroute-2.0.10.tar.gz


Index: traceroute.spec
===================================================================
RCS file: /cvs/extras/rpms/traceroute/F-7/traceroute.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- traceroute.spec	29 Jan 2007 07:52:52 -0000	1.31
+++ traceroute.spec	17 Apr 2008 12:20:24 -0000	1.32
@@ -1,12 +1,12 @@
 Summary: Traces the route taken by packets over an IPv4/IPv6 network
 Name: traceroute
 Epoch: 3
-Version: 2.0.3
-Release: 1.1%{?dist}
+Version: 2.0.10
+Release: 1%{?dist}
 Group: Applications/Internet
 License: GPL
-URL:  http://dmitry.butskoy.name/traceroute
-Source0: http://www.odu.neva.ru/buc/traceroute/traceroute-%{version}.tar.gz
+URL:  http://traceroute.sourceforge.net
+Source0: http://dl.sourceforge.net/traceroute/traceroute-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
@@ -27,7 +27,7 @@
 
 
 %build
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=""
 
 
 %install
@@ -41,8 +41,10 @@
 popd
 
 install -d $RPM_BUILD_ROOT%{_mandir}/man8
-install -p -m644 traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8
-ln -s traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8/traceroute6.8
+install -p -m644 traceroute/traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8
+pushd $RPM_BUILD_ROOT%{_mandir}/man8
+ln -s traceroute.8 traceroute6.8
+popd
 
 
 %clean
@@ -57,6 +59,27 @@
 
 
 %changelog
+* Thu Apr 17 2008 Dmitry Butskoy <Dmitry at Butskoy.name>  - 3:2.0.10-1
+- upgrade to 2.0.10 (fixes #245438 and ipv6 tracerouting for new kernels)
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3:2.0.9-2
+- Autorebuild for GCC 4.3
+
+* Wed Oct 10 2007 Martin Bacovsky <mbacovsk at redhat.com> - 3:2.0.9-1
+- upgrade to new upstream traceroute-2.0.9
+
+* Tue Sep 18 2007 Martin Bacovsky <mbacovsk at redhat.com> - 3:2.0.8-1
+- upgrade to new upstream traceroute-2.0.8
+- fixed traceroute.8 install source path and traceroute6.8 link source
+- fixed typo in Source0 URL
+
+* Tue Aug 28 2007 Dmitry Butskoy <Dmitry at Butskoy.name>
+- Change URL and Source0 (upstream is at SourceForge now)
+
+* Thu Aug 23 2007 Martin Bacovsky <mbacovsk at redhat.com> - 3:2.0.7-1
+- upgrade to new upstream traceroute-2.0.7
+- resolves: #249958: traceroute: useless debuginfo package
+
 * Mon Jan 29 2007 Martin Bacovsky <mbacovsk at redhat.com> - 3:2.0.3-1.1.fc7
 - Resolves: #225063: Re-add Epoch to traceroute
 




More information about the fedora-extras-commits mailing list