diff options
Diffstat (limited to 'package')
| -rw-r--r-- | package/byacc.spec | 4 | ||||
| -rw-r--r-- | package/debian/changelog | 12 | ||||
| -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, 18 insertions, 6 deletions
diff --git a/package/byacc.spec b/package/byacc.spec index 0f2f11021d14..47fc25f89bb9 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 20141128 +%define AppVersion 20150711 %define UseProgram yacc -# $XTermId: byacc.spec,v 1.26 2014/11/28 15:42:17 tom Exp $ +# $XTermId: byacc.spec,v 1.28 2015/07/11 00:53:15 tom Exp $ Name: %{AppProgram} Version: %{AppVersion} Release: 1 diff --git a/package/debian/changelog b/package/debian/changelog index 3b8226bae6c5..4c01294df121 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,3 +1,15 @@ +byacc (20150711) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 10 Jul 2015 20:53:15 -0400 + +byacc (20150705) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 05 Jul 2015 18:24:51 -0400 + byacc (20141128) unstable; urgency=low * maintenance updates diff --git a/package/debian/copyright b/package/debian/copyright index ea6c6a585792..77e94472a7a7 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-2011,2012 by Thomas E. Dickey +Copyright: 2004-2014,2015 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 d4ab230664c3..94071b4faee2 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 20141128 +%define AppVersion 20150711 %define UseProgram yacc -# $XTermId: mingw-byacc.spec,v 1.8 2014/11/28 15:42:17 tom Exp $ +# $XTermId: mingw-byacc.spec,v 1.10 2015/07/11 00:53:15 tom Exp $ Name: %{AppProgram} Version: %{AppVersion} Release: 1 diff --git a/package/pkgsrc/Makefile b/package/pkgsrc/Makefile index 27284492ddfb..473942b15222 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-20141128 +DISTNAME= byacc-20150711 PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/byacc/ |
