diff --git a/bison.spec b/bison.spec index 4a5d5f9..dad4689 100644 --- a/bison.spec +++ b/bison.spec @@ -1,5 +1,5 @@ Name: bison -Version: 3.3.2 +Version: 3.4 Release: 1mamba Summary: A GNU general-purpose parser generator Group: Applications/Development @@ -49,7 +49,8 @@ If your system will be used for C development, you should install Bison since it %find_lang %{name} %find_lang %{name}-runtime -cat %{name}-runtime.lang >> %{name}.lang +%find_lang %{name}-gnulib +cat %{name}-runtime.lang %{name}-gnulib.lang >> %{name}.lang %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -79,6 +80,9 @@ cat %{name}-runtime.lang >> %{name}.lang # ChangeLog NEWS README THANKS TODO %changelog +* Mon May 27 2019 Automatic Build System 3.4-1mamba +- automatic version update by autodist + * Mon Feb 04 2019 Automatic Build System 3.3.2-1mamba - automatic version update by autodist