diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-02 12:42:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-02 12:42:11 +0000 |
commit | f77528b3ec7b1813ec6b1265a37712dced244a7e (patch) | |
tree | ab0d118ed01ead6d411e78d69ec7c023a43cde61 | |
parent | 6244d5d9417c840711fa5eb7cfd0d99add10fc31 (diff) |
automatic import of gns3-gui
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | gns3-gui.spec | 6 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,4 @@ /gns3-gui-2.2.49.tar.gz /gns3-gui-2.2.50.tar.gz /gns3-gui-2.2.51.tar.gz +/gns3-gui-2.2.52.tar.gz diff --git a/gns3-gui.spec b/gns3-gui.spec index bd6703a..93fbd35 100644 --- a/gns3-gui.spec +++ b/gns3-gui.spec @@ -4,7 +4,7 @@ %global git_tag %{version} Name: gns3-gui -Version: 2.2.51 +Version: 2.2.52 Release: 1%{?dist} Summary: GNS3 graphical user interface @@ -45,7 +45,6 @@ sed -i -r 's/truststore.*//g' requirements.txt sed -i -r 's/psutil>=6.1.0/psutil>=5.8.0/' requirements.txt sed -i -r 's/distro>=1.9.*/distro>=1.5.0/' requirements.txt sed -i -r 's/jsonschema>=4.23,<4.24/jsonschema>=3.2.0/' requirements.txt -sed -i -r 's/setuptools>=61.0/setuptools>=53.0/' setup.py # Disable update alerts sed -i 's/"check_for_update": True,/"check_for_update": False,/' gns3/settings.py @@ -92,6 +91,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/gns3*.desktop %{_datadir}/appdata/%{name}.appdata.xml %changelog +* Mon Dec 2 2024 Alexey Kurov <nucleo@fedoraproject.org> - 2.2.52-1 +- Update to 2.2.52 + * Thu Nov 7 2024 Alexey Kurov <nucleo@fedoraproject.org> - 2.2.51-1 - Update to 2.2.51 @@ -1 +1 @@ -f4e05a9180afcbc4f6471e7b9d8dcb3b gns3-gui-2.2.51.tar.gz +999a8a117121f7f14945134458ef3e3a gns3-gui-2.2.52.tar.gz |