Hello community, here is the log from the commit of package swig for openSUSE:Factory checked in at 2020-12-03 18:38:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/swig (Old) and /work/SRC/openSUSE:Factory/.swig.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "swig" Thu Dec 3 18:38:00 2020 rev:73 rq:851279 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/swig/swig.changes 2020-11-25 19:28:12.526403923 +0100 +++ /work/SRC/openSUSE:Factory/.swig.new.5913/swig.changes 2020-12-03 18:38:08.357688249 +0100 @@ -1,0 +2,5 @@ +Thu Nov 26 20:34:33 UTC 2020 - Michael Behrisch <[email protected]> + +- Fixing package dependencies for CentOS + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ swig.spec ++++++ --- /var/tmp/diff_new_pack.4yjpaH/_old 2020-12-03 18:38:09.101689659 +0100 +++ /var/tmp/diff_new_pack.4yjpaH/_new 2020-12-03 18:38:09.105689666 +0100 @@ -21,8 +21,10 @@ %define docpath %{_docdir}/%{name}-%{version} BuildRequires: perl-Test-Simple BuildRequires: perl-devel +%if 0%{?centos_version} < 800 BuildRequires: ruby %endif +%endif %if 0%{?suse_version} > 0 %define docpath %{_docdir}/%{name} BuildRequires: ruby-devel @@ -48,6 +50,11 @@ BuildRequires: pcre-devel BuildRequires: perl BuildRequires: pkgconfig +%if 0%{?centos_version} >= 800 +BuildRequires: boost-devel +BuildRequires: python3-devel +BuildRequires: python3-tools +%else %if 0%{?suse_version} >= 1500 BuildRequires: libboost_headers-devel BuildRequires: python3-devel @@ -56,6 +63,7 @@ BuildRequires: boost-devel BuildRequires: python-devel > 2.6 %endif +%endif %if %{with swig_ocaml} BuildRequires: ncurses-devel BuildRequires: ocaml >= 3.12.0 @@ -128,7 +136,7 @@ make %{?_smp_mflags} %check -%if 0%{?suse_version} >= 1500 +%if 0%{?suse_version} >= 1500 || 0%{?centos_version} >= 800 export PY3=true %endif make %{?_smp_mflags} check _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
