diff --git a/CHANGES b/CHANGES index b5952b0..c48fe8e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -The following are the changes from calc version 2.14.3.1 to 2.14.3.2: +The following are the changes from calc version 2.14.3.1 to 2.14.3.4: Fix typo in the `make debug` Makefile rule. diff --git a/calc.spec.in b/calc.spec.in index 51a284c..c05cefc 100644 --- a/calc.spec.in +++ b/calc.spec.in @@ -27,7 +27,7 @@ # BUGS # - Uninstalling calc and calc-devel leaves empty dirs /usr/include/calc -# and /usr/share/calc and its subdirs. In case e.g. %{_includedir}/calc +# and /usr/share/calc and its subdirs. In case e.g., _includedir/calc # is defined in `files devel' section, then rpmbuild complains that # header files are defined twice - rpmbuild bug or bug in specfile conf??? @@ -37,7 +37,7 @@ Version: <<>> Release: 14 License: LGPL Group: Applications/Engineering -Source: https://github.com/lcn2/calc/releases/download/v${version}/${name}-${version}.tar.bz2 +Source: https://github.com/lcn2/calc/releases/download/v<<>>/%{name}-%{version}.tar.bz2 URL: https://github.com/lcn2/calc Vendor: Landon Noll and Associates Packager: Landon Noll and Associates (http://www.isthe.com/chongo/index.html) diff --git a/version.c b/version.c index c57770b..6ed5df2 100644 --- a/version.c +++ b/version.c @@ -84,7 +84,7 @@ static char *program; #define MAJOR_VER 2 /* major library version */ #define MINOR_VER 14 /* minor library version */ #define MAJOR_PATCH 3 /* major software version level */ -#define MINOR_PATCH 3 /* minor software version level */ +#define MINOR_PATCH 4 /* minor software version level */ /*