This commit is contained in:
Remi Collet 2022-10-05 08:33:38 +02:00
parent 2cbf116dab
commit e08648fc87
1 changed files with 4 additions and 1 deletions

View File

@ -81,7 +81,7 @@
Name: graphviz Name: graphviz
Summary: Graph Visualization Tools Summary: Graph Visualization Tools
Version: 6.0.1 Version: 6.0.1
Release: 1%{?dist} Release: 2%{?dist}
License: EPL-1.0 License: EPL-1.0
URL: http://www.graphviz.org/ URL: http://www.graphviz.org/
Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2 Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
@ -716,6 +716,9 @@ php --no-php-ini \
%endif %endif
%changelog %changelog
* Wed Oct 05 2022 Remi Collet <remi@remirepo.net> - 6.0.1-2
- rebuild for https://fedoraproject.org/wiki/Changes/php82
* Thu Sep 22 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 6.0.1-1 * Thu Sep 22 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 6.0.1-1
- New version - New version
Resolves: rhbz#2125817 Resolves: rhbz#2125817