From e22832ed08f8f35244fb4989183743bfa080bc59 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 18 Aug 2020 14:46:40 -0600 Subject: [PATCH 01/29] Force C++14 as this code is not C++17 ready --- wxmacmolplt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 205b3c1..584b7fe 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -1,6 +1,6 @@ Name: wxmacmolplt Version: 7.7 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -40,6 +40,7 @@ MacMolPlt is: %setup -q %build +export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS" autoreconf -vif %configure \ --docdir=%{_pkgdocdir} \ @@ -65,6 +66,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Tue Aug 18 2020 Jeff Law - 7.7-15 +- Force C++14 as this code is not C++17 ready + * Wed Jul 29 2020 Fedora Release Engineering - 7.7-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 67fe087abfbe063b5b709d3a944d96c5cca1ed96 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:04:08 +0000 Subject: [PATCH 02/29] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- wxmacmolplt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 584b7fe..39d55e6 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -7,6 +7,7 @@ URL: http://brettbode.github.io/wxmacmolplt/ # http://brettbode.github.io/wxmacmolplt/downloads.html # -> https://uofi.box.com/shared/static/7pzccnku3uv0mmf6il6yiqghf4b34lc7.gz Source0: https://public.boxcloud.com/d/1/Oj-GfT43PM2JETaILGilJVHNB_9f_ljhMpkSNG-NNRrFqGCr2irf1LApKotdcJeRBz9nyiukYmpZqX-P8vjSvV_8WLkMCOnuNcU8YWQVqIgAZ9YZQCDkK6dYL_bOmetSVkXD1vaTjenko7nWGN_su3odl5enZFZu7eL1fpUkzoraljb8yc8PyIkA_SPhvhGuKtNAe1wwmOSeSv-hy_CN4lVLU-C-d0Ye-kI718OQtZQ1IXfb8HekWAi2Nyv3IQtweWREsVi0S1xzr5Y8oWjMBokX9ZcGOoGE9ShfdqPjEw4pIZPliQNL2aECMo60C6AjUU1q6ecN_pvqR-WlGHUGCG3h38ym0n_npMDik3WSgA6no5ElWm2zK3Z_OMn35Ejqc5hnIT_gRFwmiQcZ_Q8HWqzs32K3Ao4EytDH9YT2xnk0b7CDRtCA80eYR7rdanUjgVAUJ2GFFJoVgL7M4aAfnfweJ2OMi1nGkdjgi7j3QV7ENPRWIPHMOU-W2eBdFjdccQyu0Hq_TUSjfI-jzQlHqU6XjPOvOWMhL8Yf3aMcggpRrq4WdnlDkyTK_rI6DwJCRIBoPj5TIWDGq-lHvIkQFyWKo2r94BlLJjDXfO7Zl0nHvyEOqvGSB6FRJ-yzADPhOE_w3tsal-jL_nj0TA8vuuTQdo1pC9ABCAhZr9rDrj8sz4dPkD2UhBJ_qlRS_1ahtz-s99VNl5rQQKyWM_38LK6W5K_ybme8wThICf04EUeVmSG_V9k-Kvc0LOXNkRlENcvGdWd1werEmbMjB6cSsGatbzlxW6WkVk7hBRUUs3o2i9gn05_qBeX2DhZ-wXUx-e-XayK6PtShZAR_gEtG4OOsl5lM8L58XVIKs5H3rnn153W60_v7351si8S2xkE7YEi237F6nK_E3vhdyQ2WI9lW25tEzftzLmkKt-xeDxU7iQG5gc7yWK75AJ1IB9KRY-i219Ws-jJiAnMjWESKwf44yo9k6AOt35aMTeTYy6MeNIdxdKXPMHvPdE0e4CE4LAGGXPnD3Dd98fm00Vzw7TmUrTnIjnsTja_Ir8yp06HhWKspr78hm_PICNgW82_LZuB17Bf0kppLx8bWFRK39VzENhcnTzbLOm61Bi3R3uYFw3gAcKm9KHtzn1iHPQJ3iamZhOEDmlPc33sgK1sRzxCfiwIJl84YUaderMSX-ansPvCGMPA./download#/wxmacmolplt-%{version}.tar.gz +BuildRequires: make BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: glew-devel From 062f9ec386bc15093685dca4f6104c8a3fb32669 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:44:15 +0000 Subject: [PATCH 03/29] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 39d55e6..252783a 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -1,6 +1,6 @@ Name: wxmacmolplt Version: 7.7 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -67,6 +67,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 7.7-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Aug 18 2020 Jeff Law - 7.7-15 - Force C++14 as this code is not C++17 ready From e2398b1708f6e1301d8bbfa90977c6cd1a61babb Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Mon, 7 Jun 2021 11:17:45 +0200 Subject: [PATCH 04/29] drop ming support (package orphaned) --- wxmacmolplt.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 252783a..a741a11 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -1,6 +1,6 @@ Name: wxmacmolplt Version: 7.7 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -11,7 +11,6 @@ BuildRequires: make BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: glew-devel -BuildRequires: ming-devel %if 0%{?fedora} >= 25 BuildRequires: wxGTK3-devel BuildRequires: automake @@ -67,6 +66,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Mon Jun 07 2021 Dominik Mierzejewski 7.7-17 +- drop ming support (package orphaned) + * Wed Jan 27 2021 Fedora Release Engineering - 7.7-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From dd11e75ac74ebc6de184350dcf70befb28dba02c Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 6 Jul 2021 11:10:14 +0200 Subject: [PATCH 05/29] update to 7.7.1 pre-release --- .gitignore | 1 + sources | 2 +- wxmacmolplt.spec | 17 +++++++++++------ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e3093e6..6d9f69b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /wxmacmolplt-7.5.tar.gz /wxmacmolplt-7.6.2.tar.gz /wxmacmolplt-7.7.tar.gz +/wxmacmolplt-5107134f0d5c30bfeda3aafa3bd911c9eb0d02c3.tar.gz diff --git a/sources b/sources index c3be373..5d658ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4c8ec2b47532423c5e5f67aa62c2af7 wxmacmolplt-7.7.tar.gz +SHA512 (wxmacmolplt-5107134f0d5c30bfeda3aafa3bd911c9eb0d02c3.tar.gz) = c0c5b063776f2f5542c265d6836281d11b0beedd45530b71483823583cdb7bd0b7310212c7a35195efa25a424d2ec4e4eb6a31abb82cf84b8a1abd3d28c29665 diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index a741a11..e1d77b0 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -1,12 +1,14 @@ +%global commit 5107134f0d5c30bfeda3aafa3bd911c9eb0d02c3 +%global date 20200517 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) + Name: wxmacmolplt -Version: 7.7 -Release: 17%{?dist} +Version: 7.7.1 +Release: 0.1.%{date}git%{shortcommit}%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ -# http://brettbode.github.io/wxmacmolplt/downloads.html -# -> https://uofi.box.com/shared/static/7pzccnku3uv0mmf6il6yiqghf4b34lc7.gz -Source0: https://public.boxcloud.com/d/1/Oj-GfT43PM2JETaILGilJVHNB_9f_ljhMpkSNG-NNRrFqGCr2irf1LApKotdcJeRBz9nyiukYmpZqX-P8vjSvV_8WLkMCOnuNcU8YWQVqIgAZ9YZQCDkK6dYL_bOmetSVkXD1vaTjenko7nWGN_su3odl5enZFZu7eL1fpUkzoraljb8yc8PyIkA_SPhvhGuKtNAe1wwmOSeSv-hy_CN4lVLU-C-d0Ye-kI718OQtZQ1IXfb8HekWAi2Nyv3IQtweWREsVi0S1xzr5Y8oWjMBokX9ZcGOoGE9ShfdqPjEw4pIZPliQNL2aECMo60C6AjUU1q6ecN_pvqR-WlGHUGCG3h38ym0n_npMDik3WSgA6no5ElWm2zK3Z_OMn35Ejqc5hnIT_gRFwmiQcZ_Q8HWqzs32K3Ao4EytDH9YT2xnk0b7CDRtCA80eYR7rdanUjgVAUJ2GFFJoVgL7M4aAfnfweJ2OMi1nGkdjgi7j3QV7ENPRWIPHMOU-W2eBdFjdccQyu0Hq_TUSjfI-jzQlHqU6XjPOvOWMhL8Yf3aMcggpRrq4WdnlDkyTK_rI6DwJCRIBoPj5TIWDGq-lHvIkQFyWKo2r94BlLJjDXfO7Zl0nHvyEOqvGSB6FRJ-yzADPhOE_w3tsal-jL_nj0TA8vuuTQdo1pC9ABCAhZr9rDrj8sz4dPkD2UhBJ_qlRS_1ahtz-s99VNl5rQQKyWM_38LK6W5K_ybme8wThICf04EUeVmSG_V9k-Kvc0LOXNkRlENcvGdWd1werEmbMjB6cSsGatbzlxW6WkVk7hBRUUs3o2i9gn05_qBeX2DhZ-wXUx-e-XayK6PtShZAR_gEtG4OOsl5lM8L58XVIKs5H3rnn153W60_v7351si8S2xkE7YEi237F6nK_E3vhdyQ2WI9lW25tEzftzLmkKt-xeDxU7iQG5gc7yWK75AJ1IB9KRY-i219Ws-jJiAnMjWESKwf44yo9k6AOt35aMTeTYy6MeNIdxdKXPMHvPdE0e4CE4LAGGXPnD3Dd98fm00Vzw7TmUrTnIjnsTja_Ir8yp06HhWKspr78hm_PICNgW82_LZuB17Bf0kppLx8bWFRK39VzENhcnTzbLOm61Bi3R3uYFw3gAcKm9KHtzn1iHPQJ3iamZhOEDmlPc33sgK1sRzxCfiwIJl84YUaderMSX-ansPvCGMPA./download#/wxmacmolplt-%{version}.tar.gz +Source0: https://github.com/brettbode/wxmacmolplt/archive/%{commit}/%{name}-%{commit}.tar.gz BuildRequires: make BuildRequires: desktop-file-utils BuildRequires: gcc-c++ @@ -37,7 +39,7 @@ MacMolPlt is: file support and MDL MolFile support is included. %prep -%setup -q +%setup -q -n %{name}-%{commit} %build export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS" @@ -66,6 +68,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Tue Jul 06 2021 Dominik Mierzejewski 7.7.1-0.1.20200517git5107134 +- update to 7.7.1 pre-release + * Mon Jun 07 2021 Dominik Mierzejewski 7.7-17 - drop ming support (package orphaned) From 39f5d767be54eb0a2cda3f315ffaff490d32c2f9 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 6 Jul 2021 11:11:28 +0200 Subject: [PATCH 06/29] remove spurious executable attribute from HTML manual --- wxmacmolplt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index e1d77b0..adff321 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -40,6 +40,7 @@ MacMolPlt is: %prep %setup -q -n %{name}-%{commit} +chmod -x MacMolPlt_Manual.html %build export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS" From 9dff566004fc93560ee1656270c5edf426482dcd Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 6 Jul 2021 11:15:13 +0200 Subject: [PATCH 07/29] ensure bundled glew and ming are not used for build --- wxmacmolplt.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index adff321..c9e00f1 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -41,12 +41,14 @@ MacMolPlt is: %prep %setup -q -n %{name}-%{commit} chmod -x MacMolPlt_Manual.html +rm -rv src/{glew.[ch],ming-src} %build export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS" autoreconf -vif %configure \ --docdir=%{_pkgdocdir} \ + --with-glew \ --with-ming \ %if 0%{?fedora} >= 25 --with-wx-config=%{_bindir}/wx-config-3.0 \ @@ -71,6 +73,7 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %changelog * Tue Jul 06 2021 Dominik Mierzejewski 7.7.1-0.1.20200517git5107134 - update to 7.7.1 pre-release +- ensure bundled glew and ming are not used for build * Mon Jun 07 2021 Dominik Mierzejewski 7.7-17 - drop ming support (package orphaned) From fde5bd0c1c1056869761148145b10753fae20f69 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 6 Jul 2021 11:52:50 +0200 Subject: [PATCH 08/29] build against wxGTK 3.1 --- wxmacmolplt.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index c9e00f1..3be18f1 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -13,12 +13,8 @@ BuildRequires: make BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: glew-devel -%if 0%{?fedora} >= 25 -BuildRequires: wxGTK3-devel +BuildRequires: wxGTK-devel BuildRequires: automake -%else -BuildRequires: wxGTK-devel >= 2.6.3 -%endif Requires: hicolor-icon-theme %description @@ -50,9 +46,8 @@ autoreconf -vif --docdir=%{_pkgdocdir} \ --with-glew \ --with-ming \ -%if 0%{?fedora} >= 25 - --with-wx-config=%{_bindir}/wx-config-3.0 \ -%endif + --with-wx-config=%{_bindir}/wx-config-3.1 \ + make %{?_smp_mflags} @@ -74,6 +69,7 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE * Tue Jul 06 2021 Dominik Mierzejewski 7.7.1-0.1.20200517git5107134 - update to 7.7.1 pre-release - ensure bundled glew and ming are not used for build +- build against wxGTK 3.1 * Mon Jun 07 2021 Dominik Mierzejewski 7.7-17 - drop ming support (package orphaned) From a0cf6349ac765b70e253717b2927c99f3547e2e7 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 6 Jul 2021 12:09:06 +0200 Subject: [PATCH 09/29] stop forcing C++14 only ming glue was failing to build with C++17 --- wxmacmolplt.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 3be18f1..6eb0fd5 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -40,12 +40,10 @@ chmod -x MacMolPlt_Manual.html rm -rv src/{glew.[ch],ming-src} %build -export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS" autoreconf -vif %configure \ --docdir=%{_pkgdocdir} \ --with-glew \ - --with-ming \ --with-wx-config=%{_bindir}/wx-config-3.1 \ @@ -70,6 +68,7 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE - update to 7.7.1 pre-release - ensure bundled glew and ming are not used for build - build against wxGTK 3.1 +- stop forcing C++14 (only ming glue was failing to build with C++17) * Mon Jun 07 2021 Dominik Mierzejewski 7.7-17 - drop ming support (package orphaned) From 97b9a5ee6909de84caff95173e51e8043ca3098d Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Mon, 19 Jul 2021 12:20:36 +0200 Subject: [PATCH 10/29] latest git commit fixes wxGTK assertion (https://github.com/brettbode/wxmacmolplt/issues/124) --- .gitignore | 1 + sources | 2 +- wxmacmolplt.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6d9f69b..980cb85 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /wxmacmolplt-7.6.2.tar.gz /wxmacmolplt-7.7.tar.gz /wxmacmolplt-5107134f0d5c30bfeda3aafa3bd911c9eb0d02c3.tar.gz +/wxmacmolplt-fc6f3c184d3bad7bce7c6ab1ce89d9f6222c985f.tar.gz diff --git a/sources b/sources index 5d658ef..e730dd5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wxmacmolplt-5107134f0d5c30bfeda3aafa3bd911c9eb0d02c3.tar.gz) = c0c5b063776f2f5542c265d6836281d11b0beedd45530b71483823583cdb7bd0b7310212c7a35195efa25a424d2ec4e4eb6a31abb82cf84b8a1abd3d28c29665 +SHA512 (wxmacmolplt-fc6f3c184d3bad7bce7c6ab1ce89d9f6222c985f.tar.gz) = e234b67ba5dc17872d8151a174cc8dcfd7c3e31624b5c6e3fa90c403129b0f31d2ae8fee90425c69197b18fdc0042004afc5724501dd4fae990b13db32d3e8b0 diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 6eb0fd5..a0310d9 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -1,10 +1,10 @@ -%global commit 5107134f0d5c30bfeda3aafa3bd911c9eb0d02c3 -%global date 20200517 +%global commit fc6f3c184d3bad7bce7c6ab1ce89d9f6222c985f +%global date 20210718 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: wxmacmolplt Version: 7.7.1 -Release: 0.1.%{date}git%{shortcommit}%{?dist} +Release: 0.2.%{date}git%{shortcommit}%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,10 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Mon Jul 19 2021 Dominik Mierzejewski 7.7.1-0.2.20210718gitfc6f3c1 +- latest git commit +- fixes wxGTK assertion (https://github.com/brettbode/wxmacmolplt/issues/124) + * Tue Jul 06 2021 Dominik Mierzejewski 7.7.1-0.1.20200517git5107134 - update to 7.7.1 pre-release - ensure bundled glew and ming are not used for build From 0610f85e1392d6b63831afd2d6011621ad677941 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:12:58 +0000 Subject: [PATCH 11/29] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index a0310d9..87dee6c 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.1 -Release: 0.2.%{date}git%{shortcommit}%{?dist} +Release: 0.3.%{date}git%{shortcommit}%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 7.7.1-0.3.20210718gitfc6f3c1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon Jul 19 2021 Dominik Mierzejewski 7.7.1-0.2.20210718gitfc6f3c1 - latest git commit - fixes wxGTK assertion (https://github.com/brettbode/wxmacmolplt/issues/124) From 12e2404261cace0daabddfd95b91f135e3649151 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 28 Sep 2021 11:38:49 +0200 Subject: [PATCH 12/29] update to 7.7.2 --- .gitignore | 1 + sources | 2 +- wxmacmolplt.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 980cb85..67469d9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /wxmacmolplt-7.7.tar.gz /wxmacmolplt-5107134f0d5c30bfeda3aafa3bd911c9eb0d02c3.tar.gz /wxmacmolplt-fc6f3c184d3bad7bce7c6ab1ce89d9f6222c985f.tar.gz +/wxmacmolplt-161e14621640775e98bd7d7f46520b09c84d8f09.tar.gz diff --git a/sources b/sources index e730dd5..29dc295 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wxmacmolplt-fc6f3c184d3bad7bce7c6ab1ce89d9f6222c985f.tar.gz) = e234b67ba5dc17872d8151a174cc8dcfd7c3e31624b5c6e3fa90c403129b0f31d2ae8fee90425c69197b18fdc0042004afc5724501dd4fae990b13db32d3e8b0 +SHA512 (wxmacmolplt-161e14621640775e98bd7d7f46520b09c84d8f09.tar.gz) = 39cdeab27058c8b4adeeb4e90abe142ff8db0aadf34ba61a988fc202224e9ada98f14b214a54502283865847d3480e0948c965f7539b9066e4d0b6f236891684 diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index a0310d9..9d9e76e 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -1,10 +1,10 @@ -%global commit fc6f3c184d3bad7bce7c6ab1ce89d9f6222c985f -%global date 20210718 +%global commit 161e14621640775e98bd7d7f46520b09c84d8f09 +%global date 20210927 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: wxmacmolplt -Version: 7.7.1 -Release: 0.2.%{date}git%{shortcommit}%{?dist} +Version: 7.7.2 +Release: 1%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -37,7 +37,7 @@ MacMolPlt is: %prep %setup -q -n %{name}-%{commit} chmod -x MacMolPlt_Manual.html -rm -rv src/{glew.[ch],ming-src} +rm -rv src/glew.{cpp,h} %build autoreconf -vif @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Tue Sep 28 2021 Dominik Mierzejewski 7.7.2-1 +- update to 7.7.2 + * Mon Jul 19 2021 Dominik Mierzejewski 7.7.1-0.2.20210718gitfc6f3c1 - latest git commit - fixes wxGTK assertion (https://github.com/brettbode/wxmacmolplt/issues/124) From 8d82040709b2aeca080911790ce15e115285fb92 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 28 Sep 2021 11:40:41 +0200 Subject: [PATCH 13/29] use modern make macros --- wxmacmolplt.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 9d9e76e..b7a1a15 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -47,10 +47,10 @@ autoreconf -vif --with-wx-config=%{_bindir}/wx-config-3.1 \ -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install +%make_install install -Dpm644 resources/wxmacmolplt.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/wxmacmolplt.png desktop-file-install --dir=%{buildroot}%{_datadir}/applications resources/wxmacmolplt.desktop rm %{buildroot}%{_pkgdocdir}/LICENSE @@ -66,6 +66,7 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %changelog * Tue Sep 28 2021 Dominik Mierzejewski 7.7.2-1 - update to 7.7.2 +- use modern make macros * Mon Jul 19 2021 Dominik Mierzejewski 7.7.1-0.2.20210718gitfc6f3c1 - latest git commit From e3e216d31acb23e3c310ae557dfbdd784aa8014a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:44:34 +0000 Subject: [PATCH 14/29] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 67d107c..fd5689c 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 7.7.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Sep 28 2021 Dominik Mierzejewski 7.7.2-1 - update to 7.7.2 - use modern make macros From 926cb458315d5bdeb0e45adae7e87e7f37cf146f Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 9 Feb 2022 21:13:15 -0700 Subject: [PATCH 15/29] Rebuild for glew 2.2 --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index fd5689c..e9fedd7 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Thu Feb 10 2022 Orion Poplawski - 7.7.2-3 +- Rebuild for glew 2.2 + * Sat Jan 22 2022 Fedora Release Engineering - 7.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 2ec911a13a50da987bad6ff6b04b1e8b1b96aa11 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 12 Apr 2022 09:34:17 +0200 Subject: [PATCH 16/29] rebuilt for wxGTK 3.1.6 --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index e9fedd7..5d13047 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Tue Apr 12 2022 Dominik Mierzejewski - 7.7.2-4 +- rebuilt for wxGTK 3.1.6 + * Thu Feb 10 2022 Orion Poplawski - 7.7.2-3 - Rebuild for glew 2.2 From 58c16adcffcc7baa6c7a64510ad3399365ce5123 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Fri, 10 Jun 2022 15:36:06 -0400 Subject: [PATCH 17/29] Rebuild for wxGTK 3.1.7 --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 5d13047..ff9bd1b 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Fri Jun 10 2022 Scott Talbert - 7.7.2-5 +- Rebuild for wxGTK 3.1.7 + * Tue Apr 12 2022 Dominik Mierzejewski - 7.7.2-4 - rebuilt for wxGTK 3.1.6 From bf84c5527fba9d5bc171b0be36b9a81786767565 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:42:40 +0000 Subject: [PATCH 18/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index ff9bd1b..15d377e 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 7.7.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jun 10 2022 Scott Talbert - 7.7.2-5 - Rebuild for wxGTK 3.1.7 From 72803a9c57981396fdb13cd6efb89d4d3434d0ee Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Mon, 25 Jul 2022 19:44:29 -0400 Subject: [PATCH 19/29] Rebuild for wxGTK 3.2.0 --- wxmacmolplt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 15d377e..fd9809f 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -44,7 +44,7 @@ autoreconf -vif %configure \ --docdir=%{_pkgdocdir} \ --with-glew \ - --with-wx-config=%{_bindir}/wx-config-3.1 \ + --with-wx-config=%{_bindir}/wx-config-3.2 \ %make_build @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Mon Jul 25 2022 Scott Talbert - 7.7.2-7 +- Rebuild for wxGTK 3.2.0 + * Sat Jul 23 2022 Fedora Release Engineering - 7.7.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 81a8b4913e8618fbca4bbb83bc9dcb4f3e1f92af Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Thu, 24 Nov 2022 22:28:22 +0100 Subject: [PATCH 20/29] switch to tagged tarball source URL rebuild for wxGLCanvas change --- .gitignore | 1 + sources | 2 +- wxmacmolplt.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 67469d9..882e44d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /wxmacmolplt-5107134f0d5c30bfeda3aafa3bd911c9eb0d02c3.tar.gz /wxmacmolplt-fc6f3c184d3bad7bce7c6ab1ce89d9f6222c985f.tar.gz /wxmacmolplt-161e14621640775e98bd7d7f46520b09c84d8f09.tar.gz +/wxmacmolplt-7.7.2.tar.gz diff --git a/sources b/sources index 29dc295..f46b1ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wxmacmolplt-161e14621640775e98bd7d7f46520b09c84d8f09.tar.gz) = 39cdeab27058c8b4adeeb4e90abe142ff8db0aadf34ba61a988fc202224e9ada98f14b214a54502283865847d3480e0948c965f7539b9066e4d0b6f236891684 +SHA512 (wxmacmolplt-7.7.2.tar.gz) = bf4b3126bbc8657a604f8dee8b022a17dbf4633a877318ceb45d803456acb0da007c2edae23f581fb6eeafd6ea411d147fbc076acb07aba3dcb8ee55b9c486fa diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index fd9809f..565d867 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,11 +4,11 @@ Name: wxmacmolplt Version: 7.7.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ -Source0: https://github.com/brettbode/wxmacmolplt/archive/%{commit}/%{name}-%{commit}.tar.gz +Source0: https://github.com/brettbode/wxmacmolplt/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: make BuildRequires: desktop-file-utils BuildRequires: gcc-c++ @@ -35,7 +35,7 @@ MacMolPlt is: file support and MDL MolFile support is included. %prep -%setup -q -n %{name}-%{commit} +%setup -q chmod -x MacMolPlt_Manual.html rm -rv src/glew.{cpp,h} @@ -64,6 +64,10 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Thu Nov 24 2022 Dominik Mierzejewski - 7.7.2-8 +- switch to tagged tarball source URL +- rebuild for wxGLCanvas change + * Mon Jul 25 2022 Scott Talbert - 7.7.2-7 - Rebuild for wxGTK 3.2.0 From 0bc2b4b3d9989231077458e44870e6186e17bc9c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:04:28 +0000 Subject: [PATCH 21/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 565d867..96dcfe4 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 7.7.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Nov 24 2022 Dominik Mierzejewski - 7.7.2-8 - switch to tagged tarball source URL - rebuild for wxGLCanvas change From 2ef383fcfd02130e83041a677a8ce7dfcebc928c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:27:02 +0000 Subject: [PATCH 22/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 96dcfe4..fe09c55 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPLv2+ URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 7.7.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 7.7.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From f069a63a3a5787cd80191dbc003fa32828b55282 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Fri, 5 Jan 2024 23:30:25 +0100 Subject: [PATCH 23/29] update to 7.7.3 (resolves rhbz#2256352) - use SPDX identifier in License tag --- .gitignore | 1 + sources | 2 +- wxmacmolplt.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 882e44d..4335d68 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /wxmacmolplt-fc6f3c184d3bad7bce7c6ab1ce89d9f6222c985f.tar.gz /wxmacmolplt-161e14621640775e98bd7d7f46520b09c84d8f09.tar.gz /wxmacmolplt-7.7.2.tar.gz +/wxmacmolplt-7.7.3.tar.gz diff --git a/sources b/sources index f46b1ac..673e002 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wxmacmolplt-7.7.2.tar.gz) = bf4b3126bbc8657a604f8dee8b022a17dbf4633a877318ceb45d803456acb0da007c2edae23f581fb6eeafd6ea411d147fbc076acb07aba3dcb8ee55b9c486fa +SHA512 (wxmacmolplt-7.7.3.tar.gz) = 4ba2195e58c1ebf511d9343bfb729d0be4591f170c2e65601ac33108722085e2b11bb234616fd1b7bca6dcf2dc24fad2becd366dbdd19ef4e70b9b1e4c9cdcc1 diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index fe09c55..c6b9b94 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -3,10 +3,10 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: wxmacmolplt -Version: 7.7.2 -Release: 10%{?dist} +Version: 7.7.3 +Release: 1%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes -License: GPLv2+ +License: GPL-2.0-or-later URL: http://brettbode.github.io/wxmacmolplt/ Source0: https://github.com/brettbode/wxmacmolplt/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: make @@ -64,6 +64,10 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Tue Jan 02 2024 Dominik Mierzejewski 7.7.3-1 +- update to 7.7.3 (resolves rhbz#2256352) +- use SPDX identifier in License tag + * Sat Jul 22 2023 Fedora Release Engineering - 7.7.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 48c94078941758dad45296a59f4b691fd47947bd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:14:20 +0000 Subject: [PATCH 24/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index c6b9b94..1e90f9a 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPL-2.0-or-later URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 7.7.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Tue Jan 02 2024 Dominik Mierzejewski 7.7.3-1 - update to 7.7.3 (resolves rhbz#2256352) - use SPDX identifier in License tag From c12ebb9dd7c620d0e99aa198ede8bc25e84401a3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:37:20 +0000 Subject: [PATCH 25/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 1e90f9a..9317e59 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPL-2.0-or-later URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 7.7.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 7.7.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From a62c97342b71f50d7c32dfa682b8313b1609331d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:20:00 +0000 Subject: [PATCH 26/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 9317e59..d1c9ebb 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPL-2.0-or-later URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 7.7.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 7.7.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From b6c753cae81e5b9d5c349800fc49570777abd1b6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:34:52 +0000 Subject: [PATCH 27/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index d1c9ebb..918b174 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPL-2.0-or-later URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 7.7.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 7.7.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 6b46dbd08667830d6be1adb65b1ed025aa80e901 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:24:26 +0000 Subject: [PATCH 28/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 918b174..8f50f29 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPL-2.0-or-later URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 7.7.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 7.7.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 07be13a8f9eb1d8df65118278dfd713b75ac4a40 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:58:05 +0000 Subject: [PATCH 29/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wxmacmolplt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxmacmolplt.spec b/wxmacmolplt.spec index 8f50f29..ddd9109 100644 --- a/wxmacmolplt.spec +++ b/wxmacmolplt.spec @@ -4,7 +4,7 @@ Name: wxmacmolplt Version: 7.7.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A graphics program for plotting 3-D molecular structures and normal modes License: GPL-2.0-or-later URL: http://brettbode.github.io/wxmacmolplt/ @@ -64,6 +64,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %{_datadir}/wxmacmolplt %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 7.7.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 7.7.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild