diff --git a/.gitignore b/.gitignore index a665b5b..6611ae7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ radvd-1.6.tar.gz /radvd-1.8.5.tar.gz /radvd-1.9.tar.gz /radvd-1.9.1.tar.gz +/radvd-1.9.2.tar.gz diff --git a/radvd.spec b/radvd.spec index d3d248f..a6d19e1 100644 --- a/radvd.spec +++ b/radvd.spec @@ -1,7 +1,7 @@ Summary: A Router Advertisement daemon Name: radvd -Version: 1.9.1 -Release: 4%{?dist} +Version: 1.9.2 +Release: 1%{?dist} # The code includes the advertising clause, so it's GPL-incompatible License: BSD with advertising Group: System Environment/Daemons @@ -43,11 +43,7 @@ done export CFLAGS="$RPM_OPT_FLAGS -fPIE" export LDFLAGS='-pie -Wl,-z,relro,-z,now,-z,noexecstack,-z,nodlopen' %configure --with-pidfile=%{_localstatedir}/run/radvd/radvd.pid -make -# make %{?_smp_mflags} -# Parallel builds still fail because seds that transform y.tab.x into -# scanner/gram.x are not executed before compile of scanner/gram.x -# +make %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install @@ -91,6 +87,9 @@ exit 0 %{_sbindir}/radvdump %changelog +* Wed Nov 21 2012 Petr Pisar - 1.9.2-1 +- 1.9.2 bump + * Wed Aug 22 2012 Petr Pisar - 1.9.1-4 - Modernize systemd scriptlets (bug #850292) diff --git a/sources b/sources index a705310..ee843f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e807ad7e9a76d46b6133df391385cd31 radvd-1.9.1.tar.gz +52f2943b4082ddcec611079e7bda05c5 radvd-1.9.2.tar.gz