Hello community, here is the log from the commit of package conntrack-tools for openSUSE:Factory checked in at 2015-01-10 23:05:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/conntrack-tools (Old) and /work/SRC/openSUSE:Factory/.conntrack-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "conntrack-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/conntrack-tools/conntrack-tools.changes 2014-09-26 11:21:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.conntrack-tools.new/conntrack-tools.changes 2015-01-10 23:05:24.000000000 +0100 @@ -1,0 +2,9 @@ +Thu Jan 8 19:14:05 UTC 2015 - [email protected] + +- Update to new git snapshot 1.4.2.g26 +* Chromecast/SSDP support, SSDP userspace helper +* TFTP userspace helper support +* Support for attaching expectations via nfqueue +* Fix directory lookup for helper plugins + +------------------------------------------------------------------- Old: ---- conntrack-tools-1.4.2.tar.bz2 conntrack-tools-1.4.2.tar.bz2.sig New: ---- conntrack-tools-1.4.2.g26.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ conntrack-tools.spec ++++++ --- /var/tmp/diff_new_pack.7QpdNR/_old 2015-01-10 23:05:24.000000000 +0100 +++ /var/tmp/diff_new_pack.7QpdNR/_new 2015-01-10 23:05:24.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package conntrack-tools # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: conntrack-tools -Version: 1.4.2 +Version: 1.4.2.g26 Release: 0 Url: http://conntrack-tools.netfilter.org/ Summary: Userspace tools for interacting with the Connection Tracking System @@ -26,14 +26,19 @@ #Git-Clone: git://git.netfilter.org/conntrack-tools #DL-URL: http://netfilter.org/projects/conntrack-tools/files/ -Source: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2 -Source2: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2.sig +#Source: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2 +#Source2: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2.sig +#Snapshot: conntrack-tools-1.4.2-26-g0ec644c +Source: %name-%version.tar.xz Source3: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: automake BuildRequires: bison BuildRequires: flex >= 2.5.33 -BuildRequires: pkgconfig >= 0.21 +BuildRequires: libtool +BuildRequires: pkg-config >= 0.21 +BuildRequires: xz BuildRequires: pkgconfig(libmnl) >= 1.0.0 BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.4 BuildRequires: pkgconfig(libnetfilter_cthelper) >= 1.0.0 @@ -53,11 +58,16 @@ collector as well. %prep -%setup -q +%setup -qn %name +find doc -type f -name '*.orig' -delete %build +autoreconf -i -f %configure --disable-static -make %{?_smp_mflags} +# CC read_config_lex.o +#read_config_lex.l:24:28: fatal error: read_config_yy.h: No such file or +#directory +make %{?_smp_mflags} -j1 %install b="%buildroot"; @@ -66,7 +76,7 @@ %files %defattr(-,root,root) -%doc AUTHORS TODO doc/stats/conntrackd.conf +%doc AUTHORS TODO doc/stats doc/helper %_sbindir/conntrack %_sbindir/conntrackd %_sbindir/nfct -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
