Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cmpi-bindings for openSUSE:Factory 
checked in at 2023-02-27 12:55:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmpi-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.cmpi-bindings.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmpi-bindings"

Mon Feb 27 12:55:15 2023 rev:41 rq:1067812 version:1.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmpi-bindings/cmpi-bindings.changes      
2020-05-02 22:16:17.008403572 +0200
+++ /work/SRC/openSUSE:Factory/.cmpi-bindings.new.31432/cmpi-bindings.changes   
2023-02-27 12:55:16.855390262 +0100
@@ -1,0 +2,6 @@
+Sun Feb 19 13:12:59 UTC 2023 - Klaus Kämpf <kkae...@suse.com>
+
+- Update to 1.0.4
+  - let CMake determine the Python library name
+
+-------------------------------------------------------------------
@@ -3,0 +10 @@
+- Update to 1.0.3

Old:
----
  cmpi-bindings-1.0.3.tar.bz2

New:
----
  cmpi-bindings-1.0.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cmpi-bindings.spec ++++++
--- /var/tmp/diff_new_pack.ONmNZQ/_old  2023-02-27 12:55:17.311393059 +0100
+++ /var/tmp/diff_new_pack.ONmNZQ/_new  2023-02-27 12:55:17.315393083 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmpi-bindings
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,6 @@
 # nodebuginfo
 
 
-# 1 for python3, 0 for python2
 %if 0%{?suse_version} >= 1500
 %define python3 1
 %else
@@ -32,7 +31,7 @@
 URL:            http://github.com/kkaempf/cmpi-bindings
 
 Name:           cmpi-bindings
-Version:        1.0.3
+Version:        1.0.4
 Release:        0
 Summary:        Adapter to write and run CMPI-type CIM providers
 License:        BSD-3-Clause AND CPL-1.0
@@ -154,8 +153,8 @@
 
 %package -n cmpi-bindings-ruby
 Summary:        Adapter to write and run CMPI-type CIM providers in Ruby
-# for the debug package. we dont use debug_package_requires here as it would 
enforce to install both packages.
 Group:          Development/Languages/Ruby
+# for the debug package. we dont use debug_package_requires here as it would 
enforce to install both packages.
 Provides:       %{name} = %{version}-%{release}
 %if 0%{?ruby_sitelib} == 0
 %{!?ruby_sitelib: %global ruby_sitelib %(ruby -r rbconfig -e 'vd = 
RbConfig::CONFIG["vendorlibdir"]; print(vd ? vd : 
RbConfig::CONFIG["sitelibdir"])')}
@@ -190,24 +189,27 @@
 %endif
 
 %package -n %{pywbemname}
-Summary:        Adapter to write and run CMPI-type CIM providers in Python3
-# for the debug package. we dont use debug_package_requires here as it would 
enforce to install both packages.
+%if %{python3}
+Summary:        Adapter to write and run CMPI-type CIM providers in Python 3
+%else
+Summary:        Adapter to write and run CMPI-type CIM providers in Python 2
+%endif
 Group:          Development/Languages/Python
+# for the debug package. we dont use debug_package_requires here as it would 
enforce to install both packages.
 Provides:       %{name} = %{version}-%{release}
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %if %{python3}
-%{!?py_requires: %define py_requires Requires: python3}
+%{!?py3_requires: %define py3_requires Requires: python3}
+%{py3_requires}
 %else
 %{!?py_requires: %define py_requires Requires: python}
-%endif
 %{py_requires}
+%endif
 
 %description -n %{pywbemname}
 -
 
-
-
 %files -n %{pywbemname}
 %defattr(-,root,root,-)
 %dir %{_libdir}/cmpi
@@ -226,8 +228,8 @@
 %package -n cmpi-bindings-perl
 Requires:       perl = %{perl_version}
 Summary:        Adapter to write and run CMPI-type CIM providers in Perl
-# for the debug package. we dont use debug_package_requires here as it would 
enforce to install both packages.
 Group:          Development/Languages/Perl
+# for the debug package. we dont use debug_package_requires here as it would 
enforce to install both packages.
 Provides:       %{name} = %{version}-%{release}
 
 %description -n cmpi-bindings-perl

++++++ cmpi-bindings-1.0.3.tar.bz2 -> cmpi-bindings-1.0.4.tar.bz2 ++++++
++++ 29649 lines of diff (skipped)

Reply via email to