Skip to content

Commit

Permalink
v2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
briburrell committed Nov 29, 2016
1 parent 367fb3a commit d4c71ef
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions build-aux/rpmbuild/SPECS/crotalus.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Name: crotalus
Version: 2.27.2
Version: 2.28
Release: 3%{?dist}
Summary: Crotalus Web Daemon

Group: System Environment/Daemons
License: GPLv3+
URL: http://www.sharelib.net/
Source0: http://www.sharelib.net/release/crotalus-2.27.2.tar.gz
Source0: http://www.sharelib.net/release/crotalus-2.28.tar.gz

Requires: libshare
Requires(post): info
Expand Down Expand Up @@ -55,5 +55,5 @@ fi
%{_docdir}/crotalus/crotalus_html.zip

%changelog
* Thu Sep 15 2016 Neo Natura <support@neo-natura.com> - 2.27.2
* Sat Nov 26 2016 Neo Natura <support@neo-natura.com> - 2.28
- The RPM release version of this package.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for crotalus 2.27.
# Generated by GNU Autoconf 2.63 for crotalus 2.28.
#
# Report bugs to <support@neo-natura.com>.
#
Expand Down Expand Up @@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='crotalus'
PACKAGE_TARNAME='crotalus'
PACKAGE_VERSION='2.27'
PACKAGE_STRING='crotalus 2.27'
PACKAGE_VERSION='2.28'
PACKAGE_STRING='crotalus 2.28'
PACKAGE_BUGREPORT='support@neo-natura.com'

ac_unique_file="src"
Expand Down Expand Up @@ -1538,7 +1538,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 crotalus 2.27 to adapt to many kinds of systems.
\`configure' configures crotalus 2.28 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1608,7 +1608,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of crotalus 2.27:";;
short | recursive ) echo "Configuration of crotalus 2.28:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1728,7 +1728,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
crotalus configure 2.27
crotalus configure 2.28
generated by GNU Autoconf 2.63

Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1742,7 +1742,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 crotalus $as_me 2.27, which was
It was created by crotalus $as_me 2.28, which was
generated by GNU Autoconf 2.63. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -2591,7 +2591,7 @@ fi

# Define the identity of the package.
PACKAGE=crotalus
VERSION=2.27
VERSION=2.28


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -21199,7 +21199,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by crotalus $as_me 2.27, which was
This file was extended by crotalus $as_me 2.28, which was
generated by GNU Autoconf 2.63. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -21262,7 +21262,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
crotalus config.status 2.27
crotalus config.status 2.28
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

AC_PREREQ([2.63])
AC_INIT(crotalus, 2.27, support@neo-natura.com)
AC_INIT(crotalus, 2.28, support@neo-natura.com)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE(crotalus, 2.27)
AM_INIT_AUTOMAKE(crotalus, 2.28)
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
crotalus (2.27) stable; urgency=low
crotalus (2.28) stable; urgency=low

* Initial release (Closes: #3)

Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This work was packaged for Debian by Neo Natura <support@neo-natura.com> on Thu, 15 Sep 2016 11:11:41 -0600
crotalus version 2.27
crotalus version 2.28

Copyright:

Expand Down
2 changes: 1 addition & 1 deletion debian/files
Original file line number Diff line number Diff line change
@@ -1 +1 @@
crotalus_2.27_amd64.deb web standard
crotalus_2.28_amd64.deb web standard

0 comments on commit d4c71ef

Please sign in to comment.