[qpid-cpp/f19] Removed rdma.so from the -server subpackage.
by Darryl L. Pierce
commit cfb4b756a62c84f72df9e04d9f1df278f611e0cc
Author: Darryl L. Pierce <mcpierce(a)gmail.com>
Date: Wed Nov 27 11:01:15 2013 -0500
Removed rdma.so from the -server subpackage.
- Removed rdmaconnector.so from the -client subpackage.
- Resolves: BZ#1035323
qpid-cpp.spec | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/qpid-cpp.spec b/qpid-cpp.spec
index 8961c88..b86f8c0 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -25,7 +25,7 @@
Name: qpid-cpp
Version: 0.24
-Release: 3%{?dist}.1
+Release: 4%{?dist}
Summary: Libraries for Qpid C++ client applications
License: ASL 2.0
URL: http://qpid.apache.org
@@ -111,6 +111,7 @@ the AMQP protocol.
%{_libdir}/libqpidmessaging.so*
%dir %{_libdir}/qpid
%{_libdir}/qpid/client/*
+%exclude %{_libdir}/qpid/client/rdmaconnector.so*
%dir %{_sysconfdir}/qpid
%config(noreplace) %{_sysconfdir}/qpid/qpidc.conf
@@ -219,6 +220,7 @@ the open AMQP messaging protocol.
%config(noreplace) %{_sysconfdir}/qpid/qpidd.conf
%config(noreplace) %{_sysconfdir}/sasl2/qpidd.conf
%{_libdir}/qpid/daemon/*
+%exclude %{_libdir}/qpid/daemon/rdma.so
%attr(755, qpidd, qpidd) %{_localstatedir}/lib/qpidd
%ghost %attr(755, qpidd, qpidd) /var/run/qpidd
#%attr(600, qpidd, qpidd) %config(noreplace) %{_localstatedir}/lib/qpidd/qpidd.sasldb
@@ -637,6 +639,11 @@ rm -rf %{buildroot}
%changelog
+* Sat Nov 30 2013 Darryl L. Pierce <dpierce(a)redhat.com> - 0.24-4
+- Removed rdma.so from the -server subpackage.
+- Removed rdmaconnector.so from the -client subpackage.
+- Resolves: BZ#1035323
+
* Thu Sep 26 2013 Darryl L. Pierce <dpierce(a)redhat.com> - 0.24-3.1
- Provide a symlink from /etc/qpid/qpidd.conf to /etc/qpidd.conf:
- * this will be removed with the 0.26 release
9Â years, 9Â months
[perl-Test-Deep] Update to 0.112
by Paul Howarth
commit 9f2f3c04f42b173db4bcfd215d80757bcf4b734b
Author: Paul Howarth <paul(a)city-fan.org>
Date: Sat Nov 30 21:38:28 2013 +0000
Update to 0.112
- New upstream release 0.112
- When printing diagnostics, differentiate the type of a blessed object from
the name of the class itself (CPAN RT#78288)
- Typo fixes
- Fixes to clarity and accuracy of documentation
- Add metadata links to repo and issue tracker
- Added obj_isa for testing ->isa without falling back to ref($x)
- Added the *experimental* ":v1" export group to skip importing Isa, isa, and
blessed
perl-Test-Deep.spec | 19 +++++++++++++++----
sources | 2 +-
2 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-Deep.spec b/perl-Test-Deep.spec
index dae7dfb..ae9ac18 100644
--- a/perl-Test-Deep.spec
+++ b/perl-Test-Deep.spec
@@ -1,6 +1,6 @@
Name: perl-Test-Deep
-Version: 0.110
-Release: 3%{?dist}
+Version: 0.112
+Release: 1%{?dist}
Summary: Extremely flexible deep comparison
License: GPL+ or Artistic
Group: Development/Libraries
@@ -48,12 +48,23 @@ make test
rm -rf $RPM_BUILD_ROOT
%files
-%doc CHANGES README TODO
+%doc Changes README TODO
%{perl_vendorlib}/Test/
%{_mandir}/man3/Test::Deep.3pm*
%{_mandir}/man3/Test::Deep::NoTest.3pm*
%changelog
+* Sat Nov 30 2013 Paul Howarth <paul(a)city-fan.org> - 0.112-1
+- Update to 0.112
+ - When printing diagnostics, differentiate the type of a blessed object from
+ the name of the class itself (CPAN RT#78288)
+ - Typo fixes
+ - Fixes to clarity and accuracy of documentation
+ - Add metadata links to repo and issue tracker
+ - Added obj_isa for testing ->isa without falling back to ref($x)
+ - Added the *experimental* ":v1" export group to skip importing Isa, isa, and
+ blessed
+
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.110-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@@ -92,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Dec 22 2010 Marcela Maslanova <mmaslano(a)redhat.com> - 0.108-2
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
* Sat Dec 18 2010 Steven Pritchard <steve(a)kspei.com> 0.108-1
- Update to 0.108.
diff --git a/sources b/sources
index aff1a83..f0f4130 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5daeaaffcd8cf94a12594ff76970045 Test-Deep-0.110.tar.gz
+8568575c2ebfd793574250ddb7da6ac8 Test-Deep-0.112.tar.gz
9Â years, 9Â months
[perl-Test-Class] Update to 0.41
by Paul Howarth
commit e70bf8fda17584033d39777b654a20b5d5eaf467
Author: Paul Howarth <paul(a)city-fan.org>
Date: Sat Nov 30 21:51:11 2013 +0000
Update to 0.41
- New upstream release 0.41
- Require a newer Test::Builder if 0.99 is installed (CPAN RT#90699)
perl-Test-Class.spec | 6 +++++-
sources | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-Class.spec b/perl-Test-Class.spec
index 561d93c..0a5db36 100644
--- a/perl-Test-Class.spec
+++ b/perl-Test-Class.spec
@@ -1,5 +1,5 @@
Name: perl-Test-Class
-Version: 0.40
+Version: 0.41
Release: 1%{?dist}
Summary: Easily create test classes in an xUnit/JUnit style
License: GPL+ or Artistic
@@ -80,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Test::Class::MethodInfo.3pm*
%changelog
+* Sat Nov 30 2013 Paul Howarth <paul(a)city-fan.org> - 0.41-1
+- Update to 0.41
+ - Require a newer Test::Builder if 0.99 is installed (CPAN RT#90699)
+
* Fri Nov 15 2013 Paul Howarth <paul(a)city-fan.org> - 0.40-1
- Update to 0.40
- Test::Class failed on Test::Builder 0.99 (CPAN RT#89473)
diff --git a/sources b/sources
index aa58cc6..67e3434 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22e4387daec4117c8a56767790059951 Test-Class-0.40.tar.gz
+56358ad7d53a496865033c1a6dd5a162 Test-Class-0.41.tar.gz
9Â years, 9Â months