commit 13be88fa685713ae1e52dc15ad7847ae6ce1c68f
Author: Elan Ruusamäe <[email protected]>
Date:   Sat Feb 27 22:00:20 2021 +0200

    Release v1.515

 adapter.awk  | 4 ++--
 adapter.sh   | 4 ++--
 adapter.spec | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/adapter.spec b/adapter.spec
index f0ff497..de44008 100644
--- a/adapter.spec
+++ b/adapter.spec
@@ -1,7 +1,7 @@
 Summary:       Adapt RPM .spec files to PLD Linux coding standard
 Summary(pl.UTF-8):     Adaptowanie plików .spec pakietów RPM do standardu 
kodowania PLD Linuksa
 Name:          adapter
-Version:       1.514
+Version:       1.515
 Release:       1
 License:       GPL
 Group:         Applications/File
diff --git a/adapter.awk b/adapter.awk
index 2e5081d..c21a032 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -2,7 +2,7 @@
 #
 # Adapter adapts .spec files for PLD Linux.
 #
-# Copyright (C) 1999-2019 PLD-Team <[email protected]>
+# Copyright (C) 1999-2021 PLD-Team <[email protected]>
 # Authors:
 #      Michał Kuratczyk <[email protected]>
 #      Sebastian Zagrodzki <[email protected]>
@@ -33,7 +33,7 @@ BEGIN {
        RPM_SECTIONS = 
"package|build|changelog|clean|description|install|post|posttrans|postun|pre|prep|pretrans|preun|triggerin|triggerpostun|triggerun|verifyscript|check"
        SECTIONS = "^%(" RPM_SECTIONS ")"
 
-       VERSION="1.514"
+       VERSION="1.515"
 
        PREAMBLE_TAGS = 
"(R|BR|Summary|Name|Version|Release|Epoch|License|Group|URL|BuildArch|BuildRoot|Obsoletes|Conflicts|Provides|ExclusiveArch|ExcludeArch|Pre[Rr]eq|(Build)?Requires|Suggests|Auto(Req|Prov))"
 
diff --git a/adapter.sh b/adapter.sh
index 6c08a11..98fa09f 100755
--- a/adapter.sh
+++ b/adapter.sh
@@ -12,10 +12,10 @@
 #
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
 
-VERSION="1.514"
+VERSION="1.515"
 VERSIONSTRING="\
 Adapter adapts .spec files for PLD Linux.
-v$VERSION (C) 1999-2016 Free Penguins".
+v$VERSION (C) 1999-2021 Free Penguins".
 
 PROGRAM=${0##*/}
 dir=$(d=$0; [ -L "$d" ] && d=$(readlink -f "$d"); dirname "$d")
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/13be88fa685713ae1e52dc15ad7847ae6ce1c68f

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to