Hello community,

here is the log from the commit of package qpid-proton for openSUSE:Factory 
checked in at 2015-06-02 10:10:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qpid-proton (Old)
 and      /work/SRC/openSUSE:Factory/.qpid-proton.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qpid-proton"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qpid-proton/qpid-proton.changes  2015-04-10 
10:20:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qpid-proton.new/qpid-proton.changes     
2015-06-02 10:10:45.000000000 +0200
@@ -1,0 +2,24 @@
+Mon Jun  1 10:19:09 UTC 2015 - [email protected]
+
+- Upgrade to version 0.9.1
+  * New features and improvements
+    + PROTON-857 - reduce memory usage for the TransportSession
+      link handle tracking
+  * Bugs fixed
+    + PROTON-843 - proton-j: Transport advertises idle timeout
+      as-is whereas proton-c halves it before
+    + PROTON-844 - proton-j: ArrayIndexOutOfBounds exception if
+      remote peer sends a handle >1024
+    + PROTON-845 - Proton-J: Potential NPE in proton-jms outbound
+      native transformer
+    + PROTON-848 - [proton-j] TransportSession state is never
+      discarded
+    + PROTON-849 - [proton-j] TransportLink state is never
+      discarded
+    + PROTON-850 - inconsistent state when reusing link name
+    + PROTON-853 - [proton-j] the transport emitted a new attach
+      frame for a link in the process of being closed
+    + PROTON-854 - [proton-j] ConnectionImpl retains all created
+      Sessions until the Connection is freed
+
+-------------------------------------------------------------------

Old:
----
  qpid-proton-0.9.tar.gz

New:
----
  qpid-proton-0.9.1.tar.gz

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

Other differences:
------------------
++++++ qpid-proton.spec ++++++
--- /var/tmp/diff_new_pack.YBkG1B/_old  2015-06-02 10:10:45.000000000 +0200
+++ /var/tmp/diff_new_pack.YBkG1B/_new  2015-06-02 10:10:45.000000000 +0200
@@ -16,8 +16,9 @@
 #
 
 
+%global base_version 0.9
 Name:           qpid-proton
-Version:        0.9
+Version:        %{base_version}.1
 Release:        0
 Summary:        A high performance, lightweight messaging library
 License:        Apache-2.0
@@ -128,7 +129,7 @@
 from any platform, environment, or language.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-rc1
 %patch0 -p1
 %patch1 -p1
 %patch100 -p1
@@ -150,10 +151,10 @@
 %cmake_install
 
 chmod +x %{buildroot}%{python_sitearch}/*_cproton.so
-find %{buildroot}%{_datadir}/proton-%{version}/examples/ -type f | xargs chmod 
-x
+find %{buildroot}%{_datadir}/proton-%{base_version}/examples/ -type f | xargs 
chmod -x
 
 mkdir -p %{buildroot}%{_docdir}/%{name}
-mv %{buildroot}%{_datadir}/proton-%{version}/docs/* 
%{buildroot}%{_docdir}/%{name}/
+mv %{buildroot}%{_datadir}/proton-%{base_version}/docs/* 
%{buildroot}%{_docdir}/%{name}/
 
 %fdupes -s %{buildroot}
 
@@ -163,9 +164,9 @@
 
 %files
 %defattr(-,root,root)
-%doc %{_datadir}/proton-%{version}/LICENSE
-%doc %{_datadir}/proton-%{version}/README
-%doc %{_datadir}/proton-%{version}/TODO
+%doc %{_datadir}/proton-%{base_version}/LICENSE
+%doc %{_datadir}/proton-%{base_version}/README.md
+%doc %{_datadir}/proton-%{base_version}/TODO
 %{_mandir}/man1/*
 %{_bindir}/proton-dump
 %exclude %{_docdir}/%{name}/api-c
@@ -185,8 +186,8 @@
 
 %files devel-doc
 %defattr(-,root,root)
-%dir %{_datadir}/proton-%{version}
-%{_datadir}/proton-%{version}/examples
+%dir %{_datadir}/proton-%{base_version}
+%{_datadir}/proton-%{base_version}/examples
 %dir %{_docdir}/%{name}
 %{_docdir}/%{name}/api-c
 

++++++ qpid-proton-0.9.tar.gz -> qpid-proton-0.9.1.tar.gz ++++++
++++ 3267 lines of diff (skipped)


Reply via email to