diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/byacc.spec | 4 | ||||
-rw-r--r-- | package/debian/changelog | 6 | ||||
-rw-r--r-- | package/debian/copyright | 2 | ||||
-rw-r--r-- | package/mingw-byacc.spec | 4 | ||||
-rw-r--r-- | package/pkgsrc/Makefile | 2 |
5 files changed, 12 insertions, 6 deletions
diff --git a/package/byacc.spec b/package/byacc.spec index 2106a35..bb56a1e 100644 --- a/package/byacc.spec +++ b/package/byacc.spec @@ -1,8 +1,8 @@ Summary: byacc - public domain Berkeley LALR Yacc parser generator %define AppProgram byacc -%define AppVersion 20161202 +%define AppVersion 20170201 %define UseProgram yacc -# $XTermId: byacc.spec,v 1.32 2016/12/02 12:58:46 tom Exp $ +# $XTermId: byacc.spec,v 1.33 2017/02/01 09:55:04 tom Exp $ Name: %{AppProgram} Version: %{AppVersion} Release: 1 diff --git a/package/debian/changelog b/package/debian/changelog index b30984d..f2015d5 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,3 +1,9 @@ +byacc (20170201) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 01 Feb 2017 04:55:04 -0500 + byacc (20161202) unstable; urgency=low * maintenance updates diff --git a/package/debian/copyright b/package/debian/copyright index 77ab795..91cbe85 100644 --- a/package/debian/copyright +++ b/package/debian/copyright @@ -36,7 +36,7 @@ skeleton.c with the bug report. Do not expect rapid responses. Files: aclocal.m4 Licence: other-BSD -Copyright: 2004-2015,2016 by Thomas E. Dickey +Copyright: 2004-2016,2017 by Thomas E. Dickey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including diff --git a/package/mingw-byacc.spec b/package/mingw-byacc.spec index 6ea04c1..efa1cc3 100644 --- a/package/mingw-byacc.spec +++ b/package/mingw-byacc.spec @@ -1,8 +1,8 @@ Summary: byacc - public domain Berkeley LALR Yacc parser generator %define AppProgram byacc -%define AppVersion 20161202 +%define AppVersion 20170201 %define UseProgram yacc -# $XTermId: mingw-byacc.spec,v 1.14 2016/12/02 12:58:46 tom Exp $ +# $XTermId: mingw-byacc.spec,v 1.15 2017/02/01 09:55:04 tom Exp $ Name: %{AppProgram} Version: %{AppVersion} Release: 1 diff --git a/package/pkgsrc/Makefile b/package/pkgsrc/Makefile index 877117d..3a5f387 100644 --- a/package/pkgsrc/Makefile +++ b/package/pkgsrc/Makefile @@ -1,7 +1,7 @@ # $NetBSD: Makefile,v 1.9 2008/07/24 17:13:00 tonnerre Exp $ # -DISTNAME= byacc-20161202 +DISTNAME= byacc-20170201 PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/byacc/ |