summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-01 14:47:50 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-01 14:47:50 +0900
commitaab51b985946740e209b419e84d803b1e774f96f (patch)
tree257946eeab6ec0c52706a228447e880f9274494a /package
parent5591a2e17d739c0b4c84056a3b675ae9c81e9047 (diff)
downloadbyacc-aab51b985946740e209b419e84d803b1e774f96f.tar.gz
byacc-aab51b985946740e209b419e84d803b1e774f96f.tar.bz2
byacc-aab51b985946740e209b419e84d803b1e774f96f.zip
Imported Upstream version 20170201upstream/20170201
Diffstat (limited to 'package')
-rw-r--r--package/byacc.spec4
-rw-r--r--package/debian/changelog6
-rw-r--r--package/debian/copyright2
-rw-r--r--package/mingw-byacc.spec4
-rw-r--r--package/pkgsrc/Makefile2
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/