From df52fc8632ee721b8da102dd1daaba594be91f3b Mon Sep 17 00:00:00 2001 From: Alexandre Snarskii Date: Fri, 30 Nov 2018 12:46:59 +0300 Subject: [PATCH] 0.1.35. --- CHANGES | 2 +- bgpq3.spec | 7 +++++-- configure | 18 +++++++++--------- configure.in | 2 +- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/CHANGES b/CHANGES index c1fd878..80559b9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -untagged yet (2018-11-11) +0.1.35 (2018-11-30): - initial support for Juniper route-filter-lists (JunOS 16.2+). - too large (>124bytes) sources list was not handled correctly. Reported by Pier Carlo Chiodi. diff --git a/bgpq3.spec b/bgpq3.spec index 210ac6b..30c13db 100644 --- a/bgpq3.spec +++ b/bgpq3.spec @@ -1,12 +1,12 @@ Name: bgpq3 -Version: 0.1.33 +Version: 0.1.35 Release: 0%{?dist} Group: System/Utilities Summary: Automate BGP filter generation based on routing database information URL: http://snar.spb.ru/prog/bgpq3/ License: BSD -Source0: https://github.com/snar/bgpq3/archive/v0.1.33.tar.gz +Source0: https://github.com/snar/bgpq3/archive/v0.1.35.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -36,6 +36,9 @@ make install rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 30 2018 Alexandre Snarskii 0.1.35 +- Version updated + * Fri Oct 14 2016 Alexandre Snarskii 0.1.33 - Version updated diff --git a/configure b/configure index 8f929f9..f5b6297 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for bgpq3 0.1.35-rc3. +# Generated by GNU Autoconf 2.69 for bgpq3 0.1.35. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='bgpq3' PACKAGE_TARNAME='bgpq3' -PACKAGE_VERSION='0.1.35-rc3' -PACKAGE_STRING='bgpq3 0.1.35-rc3' +PACKAGE_VERSION='0.1.35' +PACKAGE_STRING='bgpq3 0.1.35' PACKAGE_BUGREPORT='snar@snar.spb.ru' PACKAGE_URL='' @@ -1228,7 +1228,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures bgpq3 0.1.35-rc3 to adapt to many kinds of systems. +\`configure' configures bgpq3 0.1.35 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1289,7 +1289,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bgpq3 0.1.35-rc3:";; + short | recursive ) echo "Configuration of bgpq3 0.1.35:";; esac cat <<\_ACEOF @@ -1369,7 +1369,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bgpq3 configure 0.1.35-rc3 +bgpq3 configure 0.1.35 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1738,7 +1738,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by bgpq3 $as_me 0.1.35-rc3, which was +It was created by bgpq3 $as_me 0.1.35, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4102,7 +4102,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by bgpq3 $as_me 0.1.35-rc3, which was +This file was extended by bgpq3 $as_me 0.1.35, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4164,7 +4164,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -bgpq3 config.status 0.1.35-rc3 +bgpq3 config.status 0.1.35 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.in b/configure.in index 469eecf..bbd4285 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(bgpq3,0.1.35-rc3,snar@snar.spb.ru) +AC_INIT(bgpq3,0.1.35,snar@snar.spb.ru) AC_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL