Hello community,

here is the log from the commit of package rabbitmq-server for openSUSE:Factory 
checked in at 2014-01-31 09:44:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rabbitmq-server (Old)
 and      /work/SRC/openSUSE:Factory/.rabbitmq-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rabbitmq-server"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes  
2014-01-10 21:22:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rabbitmq-server.new/rabbitmq-server.changes     
2014-01-31 09:44:14.000000000 +0100
@@ -1,0 +2,20 @@
+Fri Jan 24 09:17:00 UTC 2014 - [email protected]
+
+- update to 3.2.3:
+  * This release fixes a number of bugs in the broker and federation plugin
+  * Improvements to the LDAP and shovel plugins are also included
+
+-------------------------------------------------------------------
+Thu Jan 23 12:29:39 UTC 2014 - [email protected]
+
+- install a config file by default 
+  add fix-syntax-error-in-example-conf.patch
+
+-------------------------------------------------------------------
+Tue Jan 21 13:03:33 UTC 2014 - [email protected]
+
+- update to 3.2.2:
+  * federated queues and features enhanced policies for aspects of the broker
+  * This release fixes a number of bugs in the broker and plugins
+
+-------------------------------------------------------------------

Old:
----
  rabbitmq-server-3.1.5.tar.gz

New:
----
  fix-syntax-error-in-example-conf.patch
  rabbitmq-server-3.2.3.tar.gz

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

Other differences:
------------------
++++++ rabbitmq-server.spec ++++++
--- /var/tmp/diff_new_pack.yHPFQS/_old  2014-01-31 09:44:15.000000000 +0100
+++ /var/tmp/diff_new_pack.yHPFQS/_new  2014-01-31 09:44:15.000000000 +0100
@@ -24,7 +24,7 @@
 %endif
 
 Name:           rabbitmq-server
-Version:        3.1.5
+Version:        3.2.3
 Release:        0
 Summary:        The RabbitMQ Server
 License:        MPL-1.1
@@ -41,6 +41,7 @@
 Source7:        rabbitmq-server.tmpfiles.d.conf
 Patch0:         no-nmap.patch
 Patch1:         no-remove-common.patch
+Patch2:         fix-syntax-error-in-example-conf.patch
 BuildRequires:  erlang
 BuildRequires:  erlang-src
 BuildRequires:  fdupes
@@ -102,6 +103,7 @@
 %setup -q
 %patch0
 %patch1
+%patch2
 
 %build
 make all VERSION=%{version}
@@ -112,6 +114,7 @@
   TARGET_DIR=%{buildroot}%{_rabbit_erllibdir} \
   SBIN_DIR=%{buildroot}%{_rabbit_libdir}/bin \
   MAN_DIR=%{buildroot}%{_mandir} \
+  DOC_INSTALL_DIR=%{buildroot}/%{_docdir} \
   VERSION=%{version}
 
 # Install init scripts
@@ -136,6 +139,9 @@
 install -p -D -m 0755 %{_rabbit_wrapper} 
%{buildroot}%{_sbindir}/rabbitmq-plugins
 install -p -D -m 0755 %{_rabbit_server_ocf} 
%{buildroot}%{_exec_prefix}/lib/ocf/resource.d/rabbitmq/rabbitmq-server
 
+# install config files
+install -p -D -m 0644 docs/rabbitmq.config.example 
%{buildroot}/%{_sysconfdir}/rabbitmq/rabbitmq.config
+
 # Copy all necessary lib files etc.
 install -p -D -m 0644 %{SOURCE3} 
%{buildroot}%{_sysconfdir}/logrotate.d/rabbitmq-server
 
@@ -165,7 +171,7 @@
         | sed -e 's/^\.//' >> %{_builddir}/filelist.%{name}.rpm)
 
 # Create hardlinks for duplicate files
-%fdupes %{buildroot}
+%fdupes %{buildroot}/usr/share
 
 %pre
 getent group rabbitmq >/dev/null || groupadd -r rabbitmq
@@ -217,6 +223,7 @@
 %dir /usr/lib/ocf/resource.d
 %dir /usr/lib/ocf/resource.d/rabbitmq
 %config(noreplace) %{_sysconfdir}/logrotate.d/rabbitmq-server
+%config(noreplace) %{_sysconfdir}/rabbitmq/rabbitmq.config
 %doc LICENSE* README
 %dir %{_rabbit_erllibdir}/plugins
 %exclude %{_rabbit_erllibdir}/plugins/*

++++++ fix-syntax-error-in-example-conf.patch ++++++
--- docs/rabbitmq.config.example
+++ docs/rabbitmq.config.example
@@ -336,7 +336,7 @@
      %% {reconnect_delay, 2.5}
 
      %% ]} %% End of my_first_shovel
-    ]},
+    ]}
    %% Rather than specifying some values per-shovel, you can specify
    %% them for all shovels here.
    %%
++++++ rabbitmq-server-3.1.5.tar.gz -> rabbitmq-server-3.2.3.tar.gz ++++++
++++ 20120 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to