Hello community,

here is the log from the commit of package openwsman for openSUSE:Factory 
checked in at 2013-09-11 12:59:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openwsman (Old)
 and      /work/SRC/openSUSE:Factory/.openwsman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openwsman"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes      2013-06-06 
15:01:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openwsman.new/openwsman.changes 2013-09-11 
12:59:21.000000000 +0200
@@ -1,0 +2,33 @@
+Thu Sep  5 08:36:01 UTC 2013 - kkaempf@localhost
+
+- Update to 2.4.0
+  - Features
+    - Add support for OptionSet in SOAP header (breaks ABI)
+    - Increase soversion of libwsman_client to 2.0.0
+    - new function wsmc_add_option
+    - Redirect plugin: Added facilities to import the redirection
+      details from an included file (Praveen K Paladugu)
+  - Bugfixes
+    - wsman_transport_set_verify_host passed wrong values to CURL
+    - recognize 'Msvc' (Hyper V) and 'DCIM' (Dell Drac) CIM schemata
+    - xml_parser_element_dump: fix pointer (github issue #8)
+  - Bindings
+    - Support for OptionSet
+      - ClientOptions#add_option
+      - ClientOptions#options= (Ruby)
+    - XmlDoc#to_s returns non-indented xml representation
+    - Define security delivery modes (WSMAN_DELIVERY_SEC_*)
+    - Ruby: API change: Transport.verify_{host,peer}? return Boolean now
+      Transport.verify_peer -> Transport.verify_peer?
+      Transport.verify_host -> Transport.verify_host?
+    - Ruby: Fix Ruby 1.9 threading locks for wsmc_action_* functions
+    - Ruby: Accessors for OptionSet, Selectors, and Properties
+      - ClientOptions#options
+      - ClientOptions#properties
+      - ClientOptions#selectors
+    - Vastly improved bindings documentation
+      Splitted off openwsman-ruby-docs subpackage
+    - Generate documenation with rdoc matching Ruby version
+    - Windows Remote Shell client implementation (see ruby/tests/winrs.rb)
+
+-------------------------------------------------------------------
@@ -5,0 +39,8 @@
+
+-------------------------------------------------------------------
+Thu Feb 21 08:32:02 UTC 2013 - kkae...@suse.com
+
+- Update to 2.3.7
+  - Bugfixes
+    - Generate pkgconfig (.pc) files correctly
+    - Require SWIG > 2.0.4 for building

Old:
----
  openwsman-2.3.7.tar.bz2

New:
----
  openwsman-2.4.0.tar.bz2

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

Other differences:
------------------
++++++ openwsman.spec ++++++
--- /var/tmp/diff_new_pack.4J0kjY/_old  2013-09-11 12:59:22.000000000 +0200
+++ /var/tmp/diff_new_pack.4J0kjY/_new  2013-09-11 12:59:22.000000000 +0200
@@ -28,7 +28,7 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  pam-devel
 BuildRequires:  sblim-sfcc-devel
-BuildRequires:  swig >= 1.3.30
+BuildRequires:  swig >= 2.0.5
 
 BuildRequires:  perl
 BuildRequires:  python-devel
@@ -88,6 +88,12 @@
 %endif
 
 %if 0%{?suse_version} > 910
+%if 0%{?suse_version} < 1110
+# SLE 10 has Ruby 1.8.6 and runs into 
http://help.rubygems.org/discussions/problems/859-trying-to-install-rubygems
+BuildRequires:  rubygems <= 1.3.7
+%else
+BuildRequires:  rubygems
+%endif
 BuildRequires:  pkg-config
 BuildRequires:  ruby-devel
 %else
@@ -104,7 +110,7 @@
 %endif
 
 Requires(pre):  sed coreutils grep /bin/hostname
-Version:        2.3.7
+Version:        2.4.0
 Release:        0
 # Mandriva:
 # Release %mkrel 1
@@ -165,7 +171,7 @@
 
 %package -n libwsman_clientpp-devel
 Summary:        C++ bindings to Openwsman Client libraries
-Group:          System/Management
+Group:          Development/Libraries/C and C++
 Requires:       libwsman-devel = %{version}
 Requires:       libwsman_clientpp1 = %{version}
 
@@ -234,6 +240,14 @@
 %description ruby
 This package provides Ruby bindings to access the openwsman client API.
 
+%package ruby-docs
+Summary:        HTML documentation for Opendwsman Ruby bindings
+Group:          Documentation/HTML
+
+%description ruby-docs
+This package provides HTML documentation for the Openwsman Ruby
+bindings.
+
 
 %package perl
 %if 0%{?fedora}
@@ -303,6 +317,8 @@
 %install
 cd build
 make DESTDIR=$RPM_BUILD_ROOT install
+mkdir -p $RPM_BUILD_ROOT%{_docdir}
+cp -a bindings/ruby/html $RPM_BUILD_ROOT%{_docdir}/openwsman-ruby-docs
 cd ..
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/openwsman/plugins/*.la
@@ -334,7 +350,7 @@
 # follow http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines
 %if 0%{?has_systemd}
 %pre server
-if [ -f /var/lib/systemd/migrated/%{name}]; then
+if [ -f /var/lib/systemd/migrated/%{name} ]; then
 %service_add_pre %{name}.service
 fi
 %endif
@@ -382,7 +398,7 @@
 
 %files -n libwsman1
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog README.md TODO
+%doc AUTHORS COPYING ChangeLog README.md TODO 
src/plugins/redirect/redirect-README
 %{_libdir}/libwsman.so.*
 %{_libdir}/libwsman_client.so.*
 %{_libdir}/libwsman_curl_client_transport.so.*
@@ -420,6 +436,11 @@
 
 %endif
 
+%files ruby-docs
+%defattr(-,root,root)
+%dir %{_docdir}/openwsman-ruby-docs
+%{_docdir}/openwsman-ruby-docs
+
 %files perl
 %defattr(-,root,root)
 %{perl_vendorarch}/openwsman.so

++++++ openwsman-2.3.7.tar.bz2 -> openwsman-2.4.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/openwsman/openwsman-2.3.7.tar.bz2 
/work/SRC/openSUSE:Factory/.openwsman.new/openwsman-2.4.0.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to