automatic version update by autodist [release 3.4-1mamba;Mon May 27 2019]

This commit is contained in:
Automatic Build System 2024-01-05 20:48:33 +01:00
parent f513b5ff6c
commit e497fd19ed

View File

@ -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 <autodist@mambasoft.it> 3.4-1mamba
- automatic version update by autodist
* Mon Feb 04 2019 Automatic Build System <autodist@mambasoft.it> 3.3.2-1mamba
- automatic version update by autodist