#1 Rebuild with wxWidgets 3.0
Merged 5 years ago by rathann. Opened 5 years ago by swt2c.
rpms/ swt2c/openbabel wxwidgets3.0  into  master

file modified
+9 -2
@@ -9,7 +9,7 @@ 

  

  Name: openbabel

  Version: 2.4.1

- Release: 15%{?dist}

+ Release: 16%{?dist}

  Summary: Chemistry software file format converter

  License: GPLv2

  Group: Applications/File
@@ -38,7 +38,7 @@ 

  BuildRequires: inchi-devel >= 1.0.3

  BuildRequires: libxml2-devel

  BuildRequires: swig

- BuildRequires: wxGTK-devel

+ BuildRequires: wxGTK3-devel

  BuildRequires: ImageMagick

  

  %description
@@ -233,6 +233,8 @@ 

  %{_bindir}/ob*

  %{_bindir}/roundtrip

  %{_mandir}/man1/*.1*

+ %exclude %{_bindir}/obgui

+ %exclude %{_mandir}/man1/obgui.1*

  

  %files devel

  %{_includedir}/%{name}-2.0
@@ -246,6 +248,7 @@ 

  %{_bindir}/obgui

  %{_datadir}/applications/obgui.desktop

  %{_datadir}/pixmaps/babel.png

+ %{_mandir}/man1/obgui.1*

  

  %files libs

  %{_datadir}/%{name}/
@@ -274,6 +277,10 @@ 

  %{ruby_vendorarchdir}/openbabel.so

  

  %changelog

+ * Wed Nov 07 2018 Scott Talbert <swt@techie.net> - 2.4.1-16

+ - Rebuild with wxWidgets 3.0

+ - Exclude obgui from the main openbabel package

+ 

  * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-15

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

  

Exclude obgui from the main openbabel package

Pull-Request has been merged by rathann

5 years ago

Looks good and merged. Sorry for the delay. Would you like to become co-maintainer?

Not really, I am mostly on a quest to get rid of wxWidgets 2.8, but sure, add me :-)

Can you please do a new build in Rawhide also? Thx.