packages: libpcap/libpcap.spec, libpcap/ac.patch (REMOVED), libpcap/libpcap...

glen glen at pld-linux.org
Thu Apr 1 13:35:10 CEST 2010


Author: glen                         Date: Thu Apr  1 11:35:10 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- update to 1.1.0, new soname
- assume outdated libpcap-any_device.patch
- outdated ac.patch libpcap-m4.patch libpcap-pcap-config.patch libpcap-shared.patch

---- Files affected:
packages/libpcap:
   libpcap.spec (1.86 -> 1.87) , ac.patch (1.1 -> NONE)  (REMOVED), libpcap-any_device.patch (1.1 -> NONE)  (REMOVED), libpcap-m4.patch (1.1 -> NONE)  (REMOVED), libpcap-pcap-config.patch (1.1 -> NONE)  (REMOVED), libpcap-shared.patch (1.7 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/libpcap/libpcap.spec
diff -u packages/libpcap/libpcap.spec:1.86 packages/libpcap/libpcap.spec:1.87
--- packages/libpcap/libpcap.spec:1.86	Thu Apr  1 13:28:52 2010
+++ packages/libpcap/libpcap.spec	Thu Apr  1 13:35:04 2010
@@ -3,7 +3,7 @@
 # Conditional build:
 %bcond_with        pfring           # http://www.ntop.org/PF_RING.html
 %bcond_without	bluetooth	# disable bluetooth support
-#
+
 Summary:	Libpcap provides promiscuous mode access to network interfaces
 Summary(es.UTF-8):	libpcap ofrece acceso a modo promiscuo en interfaces de red
 Summary(pl.UTF-8):	Libpcap pozwala na bezpośredni dostęp do interfejsów sieciowych
@@ -11,19 +11,14 @@
 Summary(ru.UTF-8):	Предоставляет доступ к сетевым интерфейсам в promiscuous-режиме
 Summary(uk.UTF-8):	Надає доступ до мережевих інтерфейсів в promiscuous-режимі
 Name:		libpcap
-Version:	1.0.0
-Release:	5
+Version:	1.1.0
+Release:	1
 Epoch:		2
 License:	BSD
 Group:		Libraries
 Source0:	http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
-# Source0-md5:	9ad1358c5dec48456405eac197a46d3d
-Patch0:		%{name}-shared.patch
+# Source0-md5:	534cd879be5bd19e4927441402df945d
 Patch1:		%{name}-pf_ring.patch
-Patch2:		%{name}-any_device.patch
-Patch3:		%{name}-pcap-config.patch
-Patch4:		%{name}-m4.patch
-Patch5:		ac.patch
 URL:		http://www.tcpdump.org/
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
@@ -31,8 +26,6 @@
 %{?with_bluetooth:BuildRequires:	bluez-libs-devel}
 BuildRequires:	flex
 %{?with_pfring:BuildRequires:	libpfring-devel}
-# beware of tar 1.13.9[12] madness (tarball contains libpcap-0.8.3/./* paths)
-BuildRequires:	tar >= 1:1.13.93
 Obsoletes:	libpcap0
 Obsoletes:	libpcap_mmap
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -156,13 +149,8 @@
 Статична бібліотека, необхідна для програмування з libpcap.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}-1.1
 %{?with_pfring:%patch1 -p0}
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -196,7 +184,7 @@
 %defattr(644,root,root,755)
 %doc CHANGES CREDITS LICENSE README
 %attr(755,root,root) %{_libdir}/libpcap.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libpcap.so.0
+%attr(755,root,root) %ghost %{_libdir}/libpcap.so.1
 %{_mandir}/man5/pcap-savefile.5*
 %{_mandir}/man7/pcap-*.7*
 
@@ -219,6 +207,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.87  2010/04/01 11:35:04  glen
+- update to 1.1.0, new soname
+- assume outdated libpcap-any_device.patch
+- outdated ac.patch libpcap-m4.patch libpcap-pcap-config.patch libpcap-shared.patch
+
 Revision 1.86  2010/04/01 11:28:52  glen
 - use sed that holds some waters on upgrades
 
@@ -330,7 +323,7 @@
 - use config.sub from automake to allow build on amd64
 
 Revision 1.52  2003/10/07 11:29:18  qboosh
-- simplified %%setup
+- simplified %setup
 
 Revision 1.51  2003/07/20 17:06:27  areq
 - Release:        2, rebuild
@@ -354,9 +347,9 @@
 - release 2: use new %doc.
 
 Revision 1.44  2002/05/21 23:13:50  kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
              s/^automake -a -c -f/\%\{__automake\}/; \
-	     s/^autoconf/\%\{__autoconf\}/"
+     s/^autoconf/\%\{__autoconf\}/"
 
 Revision 1.43  2002/02/23 03:26:02  kloczek
 - adapterized.
@@ -369,7 +362,7 @@
 - updated to 0.7.1
 
 Revision 1.40  2002/01/18 02:13:41  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.39  2002/01/06 04:20:35  kloczek
 - release 3: libpcap0{,-devel} added to Obsoletes for allow upgrade from MDK.
@@ -380,25 +373,25 @@
 - some es and pt_BR translations
 
 Revision 1.37  2001/02/07 21:49:41  misiek
-0.6.2
+- 0.6.2
 
 Revision 1.36  2001/01/12 15:02:01  misiek
-latest official release 0.6.1
+- latest official release 0.6.1
 
 Revision 1.35  2001/01/07 12:37:20  misiek
-3.6 cvs prerelease. Changed versioning number scheme.
+- 3.6 cvs prerelease. Changed versioning number scheme.
 
 Revision 1.34  2000/12/17 12:19:43  misiek
-updated to cvs20001217
+- updated to cvs20001217
 
 Revision 1.33  2000/12/02 21:40:58  misiek
-updated to cvs20001202
+- updated to cvs20001202
 
 Revision 1.32  2000/11/03 09:12:24  kloczek
 - use new rpm automation.
 
 Revision 1.31  2000/11/02 09:27:24  misiek
-updated to cvs version as official stable is broken
+- updated to cvs version as official stable is broken
 
 Revision 1.30  2000/08/27 21:02:14  kloczek
 - release 2.
@@ -413,10 +406,10 @@
 0.5
 
 Revision 1.26  2000/06/09 07:54:44  kloczek
-- more %%{__make} macros.
+- more %{__make} macros.
 
 Revision 1.25  2000/06/09 07:23:24  kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
 
 Revision 1.24  2000/05/23 21:25:52  kloczek
 - release 21 (for allow upgrade from RH 6.2),
@@ -438,7 +431,7 @@
 - translated kloczkish into english
 
 Revision 1.19  2000/01/23 09:46:02  kloczek
-- added missing %%date macro.
+- added missing %date macro.
 
 Revision 1.18  2000/01/23 09:39:44  kloczek
 - fixed %changelog.
@@ -449,7 +442,7 @@
 - adapter(ized).
 
 Revision 1.16  1999/11/29 20:26:15  wiget
-- added %%defattr
+- added %defattr
 
 Revision 1.15  1999/11/27 03:07:10  kloczek
 - release 3,
@@ -461,19 +454,4 @@
 - release 2.
 
 Revision 1.13  1999/08/12 11:19:04  misiek
-includes moved to up directory
-
-* Sat Jul 03 1999 Arkadiusz Miśkiewicz <misiek at pld.org.pl>
-  [0.4-1]
-- removed unnecesary info about few patches
-- replaced ipv6 patches with ANK patch.
-
-* Sun Mar 14 1999 Michał Kuratczyk <kura at pld.org.pl>
-  [0.4a6-6]
-- removed man group from man pages
-- fixed Summary(pl)
-- minor changes
-
-* Tue Feb 16 1999 Artur Frysiak <wiget at usa.net>
-  [0.4a6-5d]
-- initial release for PLD
+- includes moved to up directory
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libpcap/libpcap.spec?r1=1.86&r2=1.87&f=u



More information about the pld-cvs-commit mailing list