Browse Source

automake-1.16.4-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
3c46048290
1 changed files with 5 additions and 3 deletions
  1. 5 3
      a/automake/automake-vl.spec

+ 5 - 3
a/automake/automake-vl.spec

@@ -1,12 +1,11 @@
 # run "make check" by default
 %bcond_without check
 
-%define api_version 1.16
-
 Summary: A GNU tool for automatically creating Makefiles.
 Summary(ja): Makefile を自動生成するための GNU ツール
 Name: automake
-Version: %{api_version}.3
+Version: 1.16.4
+%define api_version %(echo %{version} | cut -d . -f 1-2)
 Release: 1%{?_dist_release}
 Group: programming
 Vendor: Project Vine
@@ -116,6 +115,9 @@ fi
 
 
 %changelog
+* Fri Jul 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.4-1
+- updated to 1.16.4.
+
 * Wed Feb 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.3-1
 - updated to 1.16.3.
 - dropped Patch0: got same effect by sed.