Orphaning some packages...

2015-06-12 Thread Darryl L. Pierce
I'm orphaning the following packages:

 * rubygem-inifile
 * rubygem-mg
 * rubygem-wirble
 * vios-proxy

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.blogspot.com/
Famous last words:
   I wonder what happens if we do it this way?


pgp9ztSBrcbvk.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Is ARM productized?

2014-12-11 Thread Darryl L. Pierce
On Wed, Dec 10, 2014 at 08:36:55AM -0500, Stephen Gallagher wrote:
 On Wed, 2014-12-10 at 15:21 +0200, Nikos Roussos wrote:
  Having some hard time to discover the ARM F21 image at the new website.
  Is the link somewhere and I completely missed it?
  
  I found the ARM images directly from the ftp
  http://alt.fedoraproject.org/pub/fedora/linux/releases/21/Images/armhfp/
  
  But as a general question is ARM productized? Would it make sense to
  have Workstation or Server images for ARM?
 
 The Fedora Server has an install tree for ARM devices that can boot the
 installer from the network:
 
 http://download.fedoraproject.org/pub/fedora/linux//releases/21/Server/armhfp/os/

Is there an updated recipe for installing F21 onto a Chromebook?

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.blogspot.com/
Famous last words:
   I wonder what happens if we do it this way?


pgpvYoFGlYffA.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[perl-qpid_proton/el6] (5 commits) ...Merge branch 'master' into epel7

2014-11-19 Thread Darryl L . Pierce
Summary of changes:

  bf414ba... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  e97ba28... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_M (*)
  93fd8cd... Perl 5.20 rebuild (*)
  5812a31... Rebased on Proton 0.8. (*)
  23a35cf... Merge branch 'master' into epel7 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File qpid-proton-0.8.tar.gz uploaded to lookaside cache by mcpierce

2014-11-18 Thread Darryl L. Pierce
A file has been added to the lookaside cache for perl-qpid_proton:

48bfbd7ba5a639760bb28380f4d68208  qpid-proton-0.8.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton] Rebased on Proton 0.8.

2014-11-18 Thread Darryl L . Pierce
commit 5812a315e14c2f5a1299ef59af172afdf1be40a5
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Tue Nov 18 12:01:48 2014 -0500

Rebased on Proton 0.8.

 .gitignore |1 +
 0001-NO-JIRA-Perl-to-use-the-utils-module.patch|   38 ++
 ...Updated-Perl-modules-to-provide-missing-p.patch |   52 
 perl-qpid_proton.spec  |   12 -
 sources|2 +-
 5 files changed, 50 insertions(+), 55 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e34d9cd..457f6d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /qpid-proton-0.5.tar.gz
 /qpid-proton-0.6.tar.gz
 /qpid-proton-0.7.tar.gz
+/qpid-proton-0.8.tar.gz
diff --git a/0001-NO-JIRA-Perl-to-use-the-utils-module.patch 
b/0001-NO-JIRA-Perl-to-use-the-utils-module.patch
new file mode 100644
index 000..808171e
--- /dev/null
+++ b/0001-NO-JIRA-Perl-to-use-the-utils-module.patch
@@ -0,0 +1,38 @@
+From 694d59ddbd0223d9a128c288a968ff940e05bc0b Mon Sep 17 00:00:00 2001
+From: Darryl L. Pierce mcpie...@gmail.com
+Date: Tue, 18 Nov 2014 11:43:43 -0500
+Subject: [PATCH] NO-JIRA: Perl to use the utils module
+
+---
+ proton-c/bindings/perl/lib/qpid/proton/utils.pm | 2 +-
+ proton-c/bindings/perl/lib/qpid_proton.pm   | 1 +
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/proton-c/bindings/perl/lib/qpid/proton/utils.pm 
b/proton-c/bindings/perl/lib/qpid/proton/utils.pm
+index 75af498..5652535 100644
+--- a/proton-c/bindings/perl/lib/qpid/proton/utils.pm
 b/proton-c/bindings/perl/lib/qpid/proton/utils.pm
+@@ -17,7 +17,7 @@
+ # under the License.
+ #
+ 
+-package qpid::proton;
++package qpid::proton::utils;
+ 
+ sub is_num {
+ my $val = $_[0];
+diff --git a/proton-c/bindings/perl/lib/qpid_proton.pm 
b/proton-c/bindings/perl/lib/qpid_proton.pm
+index de4e224..cbee98d 100644
+--- a/proton-c/bindings/perl/lib/qpid_proton.pm
 b/proton-c/bindings/perl/lib/qpid_proton.pm
+@@ -31,6 +31,7 @@ use qpid::proton::Messenger;
+ use qpid::proton::Message;
+ 
+ use qpid::proton;
++use qpid::proton::utils;
+ 
+ package qpid_proton;
+ 
+-- 
+1.9.3
+
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index ecd2576..d30e255 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -2,14 +2,16 @@
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
 Name:   perl-qpid_proton
-Version:0.7
-Release:4%{?dist}
+Version:0.8
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
 Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
 
+Patch0001:  0001-NO-JIRA-Perl-to-use-the-utils-module.patch
+
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
 BuildRequires:  qpid-proton-c-devel = %{version}
@@ -22,6 +24,7 @@ Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $versi
 Requires:   qpid-proton-c = %{version}
 
 
+
 %description
 %{summary}.
 
@@ -29,6 +32,8 @@ Requires:   qpid-proton-c = %{version}
 %prep
 %setup -q -n qpid-proton-%{version}
 
+%patch0001 -p1
+
 pushd proton-c/bindings/perl
 swig -perl -I/usr/include -o cproton_perl.c perl.i
 popd
@@ -67,6 +72,9 @@ popd
 
 
 %changelog
+* Tue Nov 18 2014 Darryl L. Pierce dpie...@redhat.com - 0.8-1
+- Rebased on Proton 0.8.
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.7-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 7dc1201..4071aca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec46fd02f1ac9f4b03e08aad22ab2506  qpid-proton-0.7.tar.gz
+48bfbd7ba5a639760bb28380f4d68208  qpid-proton-0.8.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f21] (2 commits) ...Rebased on Proton 0.8.

2014-11-18 Thread Darryl L . Pierce
Summary of changes:

  93fd8cd... Perl 5.20 rebuild (*)
  5812a31... Rebased on Proton 0.8. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/epel7: 5/5] Merge branch 'master' into epel7

2014-11-18 Thread Darryl L . Pierce
commit 23a35cfd3b72e36f0e9ce074f08e66926fa19cc0
Merge: b94220d 5812a31
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Tue Nov 18 14:12:07 2014 -0500

Merge branch 'master' into epel7

 .gitignore |1 +
 0001-NO-JIRA-Perl-to-use-the-utils-module.patch|   38 ++
 ...Updated-Perl-modules-to-provide-missing-p.patch |   52 
 perl-qpid_proton.spec  |   19 +++-
 sources|2 +-
 5 files changed, 58 insertions(+), 54 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/epel7] (5 commits) ...Merge branch 'master' into epel7

2014-11-18 Thread Darryl L . Pierce
Summary of changes:

  bf414ba... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  e97ba28... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_M (*)
  93fd8cd... Perl 5.20 rebuild (*)
  5812a31... Rebased on Proton 0.8. (*)
  23a35cf... Merge branch 'master' into epel7

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton] (13 commits) ...Merge branch 'master' into epel7

2014-11-18 Thread Darryl L . Pierce
Summary of changes:

  a0427c5... Changed the qpid-proton dependency to qpid-proton-c. (*)
  738d909... Rebased on Proton 0.5. (*)
  8cb9c27... Rebased on Proton 0.5. (*)
  fddd118... Added the specific Perl provides for Proton. (*)
  0481900... Added the specific Perl provides for Proton. (*)
  1449eca... Rebased on Qpid Proton 0.6. (*)
  9c5b0f5... Rebased on Qpid Proton 0.6. (*)
  9ac958d... Merge branch 'master' into f20 (*)
  ca5acb9... Merge branch 'f20' into f19 (*)
  87440c3... Merge branch 'master' into f20 (*)
  91ae5ef... Merge branch 'f20' into f19 (*)
  b94220d... Merge branch 'f20' (*)
  23a35cf... Merge branch 'master' into epel7 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid/f20] (15 commits) ...Rebased on Qpid 0.30 rebased.

2014-10-31 Thread Darryl L . Pierce
Summary of changes:

  85c9d7c... Rebased on Qpid 0.22. (*)
  fb3b419... Perl Makefile.PL now generates the Swig bindings source. (*)
  e88eed1... Updated build to fix dependency issues on qpid-cpp. (*)
  11fcf0d... Rebased on Qpid 0.24. (*)
  ab54c51... Merge branch 'master' into f19 (*)
  448e6f4... Merge branch 'f20' into f19 (*)
  f97686f... Rebase on Qpid 0.28. (*)
  f0c7c8f... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  2d2a2ed... qpid-cpp now builds on ARM (*)
  2a322ac... Updated the virtual package dependencies. (*)
  19552ba... Merge branch 'master' into f21 (*)
  e55afa6... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_M (*)
  185facd... Fixed a typo in the requires. (*)
  92466c1... Perl 5.20 rebuild (*)
  14b81f1... Rebased on Qpid 0.30 rebased. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid/epel7] (8 commits) ...Rebased on Qpid 0.30 rebased.

2014-10-30 Thread Darryl L . Pierce
Summary of changes:

  f0c7c8f... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  2d2a2ed... qpid-cpp now builds on ARM (*)
  2a322ac... Updated the virtual package dependencies. (*)
  19552ba... Merge branch 'master' into f21 (*)
  e55afa6... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_M (*)
  185facd... Fixed a typo in the requires. (*)
  92466c1... Perl 5.20 rebuild (*)
  14b81f1... Rebased on Qpid 0.30 rebased. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Review swap: python-pyngus

2014-09-25 Thread Darryl L. Pierce
I have a package I'd like to get reviewed and will swap a review with
someone else to get it done.

https://bugzilla.redhat.com/show_bug.cgi?id=1146575

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.blogspot.com/
Famous last words:
   I wonder what happens if we do it this way?


pgpaSfOxFf7KV.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Circular dependencies in RPM

2014-08-28 Thread Darryl L. Pierce
On Tue, Aug 26, 2014 at 10:55:56AM +, Petr Pisar wrote:
 On 2014-08-25, Miroslav Suchý msu...@redhat.com wrote:
  Or we can wait for F21, which will have weak dependencies in RPM. And
  I anticipate that weak dependencies will break a lot of circles.
 
 Does Fedora have guidelines what should and what should not be a weak
 dependency?
 
 My experience with Perl packages is that declaring dependency because it's
 recommended but the package works without it is quite seldom. The
 majority of build cycles are either build-time dependencies for tests or
 hard run-time dependencies (the Perl module exits with an exception
 without the dependency in some code paths.)
 
 In my opinion, it would be much more appreciated if Fedora had
 a mechanism to express I want support for PDF on the installed system
 and then package manager would use this boolean to install or skip
 affected dependencies. (This is the case of some code paths from
 previous paragraph.)

Would virtual provides give us that?

Packages A, B and C have Provides: pdf_reader and Package B has Requires:
pdf_reader. The issue would to determine which provider to install, and
do you ask the user to install it first or maybe install a recommended
package?

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.blogspot.com/
Famous last words:
   I wonder what happens if we do it this way?


pgpNuzODE86ZE.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[perl-qpid_proton/f20] (8 commits) ...Merge branch 'f20'

2014-04-30 Thread Darryl L . Pierce
Summary of changes:

  a0427c5... Changed the qpid-proton dependency to qpid-proton-c. (*)
  8cb9c27... Rebased on Proton 0.5. (*)
  0481900... Added the specific Perl provides for Proton. (*)
  9c5b0f5... Rebased on Qpid Proton 0.6. (*)
  ca5acb9... Merge branch 'f20' into f19 (*)
  91ae5ef... Merge branch 'f20' into f19 (*)
  f8e2dec... Rebased on Proton 0.7. (*)
  b94220d... Merge branch 'f20'

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f20: 8/8] Merge branch 'f20'

2014-04-30 Thread Darryl L . Pierce
commit b94220d367838d49f66b4995ec422414f6b5ad7b
Merge: f8e2dec 91ae5ef
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Wed Apr 30 10:36:02 2014 -0400

Merge branch 'f20'

 perl-qpid_proton.spec |9 -
 1 files changed, 0 insertions(+), 9 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton] Rebased on Proton 0.7.

2014-04-30 Thread Darryl L . Pierce
commit f8e2dece76dee4f15481c4b5788a4505a435bab6
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Wed Apr 30 10:20:41 2014 -0400

Rebased on Proton 0.7.

 .gitignore|1 +
 perl-qpid_proton.spec |   12 ++--
 sources   |2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48e24c2..e34d9cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /perl-qpid_proton-0.4.tar.gz
 /qpid-proton-0.5.tar.gz
 /qpid-proton-0.6.tar.gz
+/qpid-proton-0.7.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index 4b15a8a..74419ba 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -2,14 +2,13 @@
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
 Name:   perl-qpid_proton
-Version:0.6
-Release:3%{?dist}
+Version:0.7
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
 Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
-Patch01:01-PROTON-519-Updated-Perl-modules-to-provide-missing-p.patch
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
@@ -30,8 +29,6 @@ Requires:   qpid-proton-c = %{version}
 %prep
 %setup -q -n qpid-proton-%{version}
 
-%patch01 -p1
-
 pushd proton-c/bindings/perl
 swig -perl -I/usr/include -o cproton_perl.c perl.i
 popd
@@ -70,7 +67,10 @@ popd
 
 
 %changelog
-* Mon Feb 17 2014 Darryl L. Pierce dpie...@redhat.com = 0.6-3
+* Wed Apr 30 2014 Darryl L. Pierce dpie...@redhat.com - 0.7-1
+- Rebased on Proton 0.7.
+
+* Mon Feb 17 2014 Darryl L. Pierce dpie...@redhat.com - 0.6-3
 - Fixed a few packages to properly provide virtual Perl packages.
 - Removed the Provides that are now fixed.
 - Resolves: BZ#1066021
diff --git a/sources b/sources
index a81ddae..7dc1201 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8987587270dd8208cab072daa44cdc37  qpid-proton-0.6.tar.gz
+ec46fd02f1ac9f4b03e08aad22ab2506  qpid-proton-0.7.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f19] (2 commits) ...Merge branch 'f20'

2014-04-30 Thread Darryl L . Pierce
Summary of changes:

  f8e2dec... Rebased on Proton 0.7. (*)
  b94220d... Merge branch 'f20' (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/el6] (25 commits) ...Merge branch 'f20'

2014-04-30 Thread Darryl L . Pierce
Summary of changes:

  b835695... First official release for Fedora. (*)
  4fc763d... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  ff63fcf... Rebased on Proton 0.4. (*)
  600f14b... Changed the qpid-proton dependency to qpid-proton-c. (*)
  a0427c5... Changed the qpid-proton dependency to qpid-proton-c. (*)
  145bfb6... Perl 5.18 rebuild (*)
  373b271... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  da9d3f1... Rebased on Proton 0.5. (*)
  738d909... Rebased on Proton 0.5. (*)
  8cb9c27... Rebased on Proton 0.5. (*)
  d1a2122... Added the specific Perl provides for Proton. (*)
  4524e63... Limited the provides to just qpid::proton::Constants. (*)
  fddd118... Added the specific Perl provides for Proton. (*)
  0481900... Added the specific Perl provides for Proton. (*)
  f61bbd0... Rebased on Qpid Proton 0.6. (*)
  1449eca... Rebased on Qpid Proton 0.6. (*)
  9c5b0f5... Rebased on Qpid Proton 0.6. (*)
  d41d741... Updated the Provides to include (*)
  9ac958d... Merge branch 'master' into f20 (*)
  ca5acb9... Merge branch 'f20' into f19 (*)
  f7f557f... Fixed a few packages to properly provide virtual Perl packa (*)
  87440c3... Merge branch 'master' into f20 (*)
  91ae5ef... Merge branch 'f20' into f19 (*)
  f8e2dec... Rebased on Proton 0.7. (*)
  b94220d... Merge branch 'f20' (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/epel7] (13 commits) ...Merge branch 'f20'

2014-04-30 Thread Darryl L . Pierce
Summary of changes:

  a0427c5... Changed the qpid-proton dependency to qpid-proton-c. (*)
  738d909... Rebased on Proton 0.5. (*)
  8cb9c27... Rebased on Proton 0.5. (*)
  fddd118... Added the specific Perl provides for Proton. (*)
  0481900... Added the specific Perl provides for Proton. (*)
  1449eca... Rebased on Qpid Proton 0.6. (*)
  9c5b0f5... Rebased on Qpid Proton 0.6. (*)
  9ac958d... Merge branch 'master' into f20 (*)
  ca5acb9... Merge branch 'f20' into f19 (*)
  87440c3... Merge branch 'master' into f20 (*)
  91ae5ef... Merge branch 'f20' into f19 (*)
  f8e2dec... Rebased on Proton 0.7. (*)
  b94220d... Merge branch 'f20' (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File qpid-proton-0.7.tar.gz uploaded to lookaside cache by mcpierce

2014-04-29 Thread Darryl L. Pierce
A file has been added to the lookaside cache for perl-qpid_proton:

ec46fd02f1ac9f4b03e08aad22ab2506  qpid-proton-0.7.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Package review swap

2014-04-25 Thread Darryl L. Pierce
I'm really trying to get a package reviewed. Someone had volunteered to
do a review swap, but I haven't heard from him in a while so am asking
again if someone wants to do a review swap?

compat-qpid-cpp - Qpid 0.24 compatibility package
https://bugzilla.redhat.com/show_bug.cgi?id=1080583

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.blogspot.com/
Famous last words:
   I wonder what happens if we do it this way?


pgpubay2MqrBc.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Review swap...

2014-04-10 Thread Darryl L. Pierce
On Thu, Mar 27, 2014 at 09:59:26AM -0400, Darryl L. Pierce wrote:
 Ive got a package review for compat-qpid-cpp [1] and am willing to trade
 reviews.
 
 [1] https://bugzilla.redhat.com/show_bug.cgi?id=1080583

Anybody interested in doing a review swap?

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.blogspot.com/
Famous last words:
   I wonder what happens if we do it this way?


pgpEgJ_YlMOTI.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Review swap...

2014-03-27 Thread Darryl L. Pierce
Ive got a package review for compat-qpid-cpp [1] and am willing to trade
reviews.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1080583
-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.blogspot.com/
Famous last words:
   I wonder what happens if we do it this way?


pgpbqW8iloRrU.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[perl-qpid_proton/epel7] Fixed a few packages to properly provide virtual Perl packages.

2014-02-17 Thread Darryl L . Pierce
Summary of changes:

  f7f557f... Fixed a few packages to properly provide virtual Perl packa (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton] Fixed a few packages to properly provide virtual Perl packages.

2014-02-17 Thread Darryl L . Pierce
commit f7f557fc09d4aaa6ae580f533b4109bc9f9708ee
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Mon Feb 17 09:30:46 2014 -0500

Fixed a few packages to properly provide virtual Perl packages.

- Removed the Provides that are now fixed.
- Resolves: BZ#1066021

 ...Updated-Perl-modules-to-provide-missing-p.patch |   52 
 perl-qpid_proton.spec  |   14 +++--
 2 files changed, 61 insertions(+), 5 deletions(-)
---
diff --git a/01-PROTON-519-Updated-Perl-modules-to-provide-missing-p.patch 
b/01-PROTON-519-Updated-Perl-modules-to-provide-missing-p.patch
new file mode 100644
index 000..d5c28ef
--- /dev/null
+++ b/01-PROTON-519-Updated-Perl-modules-to-provide-missing-p.patch
@@ -0,0 +1,52 @@
+From da781326b38bcd263c6806f1efa91df0d50c6ddd Mon Sep 17 00:00:00 2001
+From: Darryl L. Pierce mcpie...@gmail.com
+Date: Mon, 17 Feb 2014 09:19:34 -0500
+Subject: [PATCH] PROTON-519: Updated Perl modules to provide missing packages.
+
+Incorporated patch from Robin Lee, plus added a similar change to
+qpid_proton.pm as well.
+
+Contributed by: Robin Lee cheese...@fedoraproject.org
+---
+ proton-c/bindings/perl/lib/qpid/proton/Constants.pm | 2 ++
+ proton-c/bindings/perl/lib/qpid/proton/ExceptionHandling.pm | 2 ++
+ proton-c/bindings/perl/lib/qpid_proton.pm   | 2 ++
+ 3 files changed, 6 insertions(+)
+
+diff --git a/proton-c/bindings/perl/lib/qpid/proton/Constants.pm 
b/proton-c/bindings/perl/lib/qpid/proton/Constants.pm
+index 2bd69c9..8397011 100644
+--- a/proton-c/bindings/perl/lib/qpid/proton/Constants.pm
 b/proton-c/bindings/perl/lib/qpid/proton/Constants.pm
+@@ -164,4 +164,6 @@ use constant {
+ UNKNOWN = undef,
+ };
+ 
++package qpid::proton::Constants;
++
+ 1;
+diff --git a/proton-c/bindings/perl/lib/qpid/proton/ExceptionHandling.pm 
b/proton-c/bindings/perl/lib/qpid/proton/ExceptionHandling.pm
+index f166b07..534a2ab 100644
+--- a/proton-c/bindings/perl/lib/qpid/proton/ExceptionHandling.pm
 b/proton-c/bindings/perl/lib/qpid/proton/ExceptionHandling.pm
+@@ -33,4 +33,6 @@ sub check_for_error {
+ }
+ }
+ 
++package qpid::proton::ExceptionHandling;
++
+ 1;
+diff --git a/proton-c/bindings/perl/lib/qpid_proton.pm 
b/proton-c/bindings/perl/lib/qpid_proton.pm
+index 222a94f..dc7fefb 100644
+--- a/proton-c/bindings/perl/lib/qpid_proton.pm
 b/proton-c/bindings/perl/lib/qpid_proton.pm
+@@ -31,5 +31,7 @@ use qpid::proton::Message;
+ 
+ use qpid::proton;
+ 
++package qpid_proton;
++
+ 1;
+ 
+-- 
+1.8.5.3
+
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index 391e252..4b15a8a 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -3,16 +3,13 @@
 
 Name:   perl-qpid_proton
 Version:0.6
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
 Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
-
-Provides:   perl(qpid_proton) = %{version}
-Provides:   perl(qpid::proton::Constants) = %{version}
-Provides:   perl(qpid::proton::ExceptionHandling) = %{version}
+Patch01:01-PROTON-519-Updated-Perl-modules-to-provide-missing-p.patch
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
@@ -33,6 +30,8 @@ Requires:   qpid-proton-c = %{version}
 %prep
 %setup -q -n qpid-proton-%{version}
 
+%patch01 -p1
+
 pushd proton-c/bindings/perl
 swig -perl -I/usr/include -o cproton_perl.c perl.i
 popd
@@ -71,6 +70,11 @@ popd
 
 
 %changelog
+* Mon Feb 17 2014 Darryl L. Pierce dpie...@redhat.com = 0.6-3
+- Fixed a few packages to properly provide virtual Perl packages.
+- Removed the Provides that are now fixed.
+- Resolves: BZ#1066021
+
 * Wed Feb 12 2014 Darryl L. Pierce dpie...@redhat.com - 0.6-2
 - Updated the Provides to include
 - * qpid_proton
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f20] (2 commits) ...Merge branch 'master' into f20

2014-02-17 Thread Darryl L . Pierce
Summary of changes:

  f7f557f... Fixed a few packages to properly provide virtual Perl packa (*)
  87440c3... Merge branch 'master' into f20

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f20: 2/2] Merge branch 'master' into f20

2014-02-17 Thread Darryl L . Pierce
commit 87440c36687ca9adbcb19418a81ad9d85b9a34e9
Merge: 9ac958d f7f557f
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Mon Feb 17 10:15:09 2014 -0500

Merge branch 'master' into f20

 ...Updated-Perl-modules-to-provide-missing-p.patch |   52 
 perl-qpid_proton.spec  |   14 +++--
 2 files changed, 61 insertions(+), 5 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f19] (3 commits) ...Merge branch 'f20' into f19

2014-02-17 Thread Darryl L . Pierce
Summary of changes:

  f7f557f... Fixed a few packages to properly provide virtual Perl packa (*)
  87440c3... Merge branch 'master' into f20 (*)
  91ae5ef... Merge branch 'f20' into f19

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f19: 3/3] Merge branch 'f20' into f19

2014-02-17 Thread Darryl L . Pierce
commit 91ae5ef41975c62e2b465f6c3ce0c4cd3bba3309
Merge: ca5acb9 87440c3
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Mon Feb 17 10:30:19 2014 -0500

Merge branch 'f20' into f19

 ...Updated-Perl-modules-to-provide-missing-p.patch |   52 
 perl-qpid_proton.spec  |   14 +++--
 2 files changed, 61 insertions(+), 5 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f20] (6 commits) ...Merge branch 'master' into f20

2014-02-12 Thread Darryl L . Pierce
Summary of changes:

  da9d3f1... Rebased on Proton 0.5. (*)
  d1a2122... Added the specific Perl provides for Proton. (*)
  4524e63... Limited the provides to just qpid::proton::Constants. (*)
  f61bbd0... Rebased on Qpid Proton 0.6. (*)
  d41d741... Updated the Provides to include (*)
  9ac958d... Merge branch 'master' into f20

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f20: 6/6] Merge branch 'master' into f20

2014-02-12 Thread Darryl L . Pierce
commit 9ac958d0868075cba4ce156eb458df1fac709015
Merge: 1449eca d41d741
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Wed Feb 12 09:34:32 2014 -0500

Merge branch 'master' into f20

 perl-qpid_proton.spec |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton] Updated the Provides to include

2014-02-12 Thread Darryl L . Pierce
commit d41d741b482e98dedd0096e683db77b36d3a35a5
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Wed Feb 12 09:14:26 2014 -0500

Updated the Provides to include

- * qpid_proton
- * qpid::proton::ExceptionHandling

 perl-qpid_proton.spec |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index 40bb651..391e252 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -3,14 +3,16 @@
 
 Name:   perl-qpid_proton
 Version:0.6
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
 Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
 
+Provides:   perl(qpid_proton) = %{version}
 Provides:   perl(qpid::proton::Constants) = %{version}
+Provides:   perl(qpid::proton::ExceptionHandling) = %{version}
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
@@ -69,6 +71,11 @@ popd
 
 
 %changelog
+* Wed Feb 12 2014 Darryl L. Pierce dpie...@redhat.com - 0.6-2
+- Updated the Provides to include
+- * qpid_proton
+- * qpid::proton::ExceptionHandling
+
 * Fri Jan 17 2014 Darryl L. Pierce dpie...@redhat.com - 0.6-1
 - Rebased on Qpid Proton 0.6.
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f19] (13 commits) ...Merge branch 'f20' into f19

2014-02-12 Thread Darryl L . Pierce
Summary of changes:

  600f14b... Changed the qpid-proton dependency to qpid-proton-c. (*)
  145bfb6... Perl 5.18 rebuild (*)
  373b271... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  da9d3f1... Rebased on Proton 0.5. (*)
  738d909... Rebased on Proton 0.5. (*)
  d1a2122... Added the specific Perl provides for Proton. (*)
  4524e63... Limited the provides to just qpid::proton::Constants. (*)
  fddd118... Added the specific Perl provides for Proton. (*)
  f61bbd0... Rebased on Qpid Proton 0.6. (*)
  1449eca... Rebased on Qpid Proton 0.6. (*)
  d41d741... Updated the Provides to include (*)
  9ac958d... Merge branch 'master' into f20 (*)
  ca5acb9... Merge branch 'f20' into f19

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f19: 13/13] Merge branch 'f20' into f19

2014-02-12 Thread Darryl L . Pierce
commit ca5acb9bd9a86cd4e494c4f4060a69eb96e23cc9
Merge: 9c5b0f5 9ac958d
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Wed Feb 12 10:07:16 2014 -0500

Merge branch 'f20' into f19

 perl-qpid_proton.spec |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Swig and -Werror=format-security

2014-01-21 Thread Darryl L. Pierce
Is anybody addressing the output of Swig WRT this problem? Our project
(Qpid) generates language bindings using Swig during the build process.
Our build is now failing on F21. For example:

/builddir/build/BUILD/qpid-0.24/cpp/bindings/qpid/ruby/rubyRUBY_wrap.cxx:2237:38:error:
 format not a string literal and no format arguments [-Werror=format-security]
 rb_raise(error, ex.what());

Has anybody addressed this issue with Swig? I brought this up when the
idea of -Werror=format-security was being floated and a bug filed again
qpid-cpp for this failure and even replied as such in the BZ [1].

[1] BZ#1037295

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpwYnXWqh1Ro.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Review swap: BZ#1055721 - qpid-dispatch

2014-01-20 Thread Darryl L. Pierce
I have a package review I posted today, looking to swap with someone.

Thanks.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpmch1w1BF7g.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

File qpid-proton-0.6.tar.gz uploaded to lookaside cache by mcpierce

2014-01-17 Thread Darryl L. Pierce
A file has been added to the lookaside cache for perl-qpid_proton:

8987587270dd8208cab072daa44cdc37  qpid-proton-0.6.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f20] Rebased on Qpid Proton 0.6.

2014-01-17 Thread Darryl L . Pierce
commit 1449ecaed0cd89906699d0a615445c8a4c3d0191
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Fri Jan 17 10:26:01 2014 -0500

Rebased on Qpid Proton 0.6.

 .gitignore|1 +
 perl-qpid_proton.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a95e00c..48e24c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /perl-qpid_proton-0.3.tar.gz
 /perl-qpid_proton-0.4.tar.gz
 /qpid-proton-0.5.tar.gz
+/qpid-proton-0.6.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index b24876f..01d1a08 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -2,8 +2,8 @@
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
 Name:   perl-qpid_proton
-Version:0.5
-Release:1%{?dist}.1
+Version:0.6
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -69,6 +69,9 @@ popd
 
 
 %changelog
+* Fri Jan 17 2014 Darryl L. Pierce dpie...@redhat.com - 0.6-1
+- Rebased on Qpid Proton 0.6.
+
 * Fri Aug 30 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1.1
 - Added the specific Perl provides for Proton.
 
diff --git a/sources b/sources
index 4cb15ca..a81ddae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb2dc704e4d2727d664966f301bfb017  qpid-proton-0.5.tar.gz
+8987587270dd8208cab072daa44cdc37  qpid-proton-0.6.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton] Rebased on Qpid Proton 0.6.

2014-01-17 Thread Darryl L . Pierce
commit f61bbd0dabd7796b32d01eb8671c3f18047369e2
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Fri Jan 17 10:26:01 2014 -0500

Rebased on Qpid Proton 0.6.

 .gitignore|1 +
 perl-qpid_proton.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a95e00c..48e24c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /perl-qpid_proton-0.3.tar.gz
 /perl-qpid_proton-0.4.tar.gz
 /qpid-proton-0.5.tar.gz
+/qpid-proton-0.6.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index 9274680..40bb651 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -2,8 +2,8 @@
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
 Name:   perl-qpid_proton
-Version:0.5
-Release:1%{?dist}.2
+Version:0.6
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -69,6 +69,9 @@ popd
 
 
 %changelog
+* Fri Jan 17 2014 Darryl L. Pierce dpie...@redhat.com - 0.6-1
+- Rebased on Qpid Proton 0.6.
+
 * Fri Aug 30 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1.2
 - Limited the provides to just qpid::proton::Constants.
 
diff --git a/sources b/sources
index 4cb15ca..a81ddae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb2dc704e4d2727d664966f301bfb017  qpid-proton-0.5.tar.gz
+8987587270dd8208cab072daa44cdc37  qpid-proton-0.6.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f19] Rebased on Qpid Proton 0.6.

2014-01-17 Thread Darryl L . Pierce
commit 9c5b0f5c527649b9cfecdcff5deefb23c50ec440
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Fri Jan 17 10:26:01 2014 -0500

Rebased on Qpid Proton 0.6.

 .gitignore|1 +
 perl-qpid_proton.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a95e00c..48e24c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /perl-qpid_proton-0.3.tar.gz
 /perl-qpid_proton-0.4.tar.gz
 /qpid-proton-0.5.tar.gz
+/qpid-proton-0.6.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index d8d6e78..4ad906d 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -2,8 +2,8 @@
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
 Name:   perl-qpid_proton
-Version:0.5
-Release:1%{?dist}.1
+Version:0.6
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -69,6 +69,9 @@ popd
 
 
 %changelog
+* Fri Jan 17 2014 Darryl L. Pierce dpie...@redhat.com - 0.6-1
+- Rebased on Qpid Proton 0.6.
+
 * Fri Aug 30 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1.1
 - Added the specific Perl provides for Proton.
 
diff --git a/sources b/sources
index 4cb15ca..a81ddae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb2dc704e4d2727d664966f301bfb017  qpid-proton-0.5.tar.gz
+8987587270dd8208cab072daa44cdc37  qpid-proton-0.6.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

The right way to git clone a subversion repo...

2014-01-08 Thread Darryl L. Pierce
I recently took over package maintenance for Audacity. So the first
thing I want to do is clone their development tree, create a branch from
the latest release and star tracking patches against it as needed. The
Audacity team uses Subversion, while I prefer Git, so I attempted to use
Git to clone their tree.

The problem is that it's been HOURS and Git hasn't finished cloning the
tree.

The steps I took are:

1. mkdir Audacity; cd Audacity
2. git svn init --prefix=origin/ -b branches -t tags -T trunk 
http://audacity.googlecode.com/svn/audacity-src
3. git svn fetch --log-window-size 1

It's the third step which is taking forever to complete. I left it to
run overnight (10 hours) and it never finished. I paused it, came to
work, resumed it and it's still going.

Should this process really take this long? Or is there a faster, more
efficient way to do this? I know that part of what'll make it take so
long is the amount of history that has to be extracted from Subversion.
But is that many hours normal or did I do something wrong?

Thanks in advance.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpO_augGmd_f.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: The right way to git clone a subversion repo...

2014-01-08 Thread Darryl L. Pierce
On Wed, Jan 08, 2014 at 02:38:14PM +0100, Dan Horák wrote:
 in my experience it can take hours to clone large SVN repos (similar
 to 13k revisions in audacity), I usually use
 git svn clone --stdlayout svn_url
 but it should be equivalent to your procedure
 
 somewhere under .git you should see a file that changes during the
 fetch phase (IIRC it lists the grabbed revisions), so you will know it
 does something, also if svn:// url works, it should be faster than
 http://

Using the svn:// uri failed for me, so I'm back to using the http://.
With --stdlayout will that capture the branches and tags information?

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpSfxzot6NRe.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: The right way to git clone a subversion repo...

2014-01-08 Thread Darryl L. Pierce
On Wed, Jan 08, 2014 at 03:12:08PM +0100, Michael Stahl wrote:
 On 08/01/14 14:27, Darryl L. Pierce wrote:
 
  The problem is that it's been HOURS and Git hasn't finished cloning the
  tree.
 
  It's the third step which is taking forever to complete. I left it to
  run overnight (10 hours) and it never finished. I paused it, came to
  work, resumed it and it's still going.
  
  Should this process really take this long?
 
 of course it shouldn't, considering the state of the SCM art.  but this
 is SVN, so that is entirely expected.

Thanks for confirming, somewhat, that I'm not _totally_ insane. :D
 
  Or is there a faster, more
  efficient way to do this? I know that part of what'll make it take so
  long is the amount of history that has to be extracted from Subversion.
  But is that many hours normal or did I do something wrong?
 
 perhaps you can prod upstream to migrate to something better.

I may broach the subject if I become a regular committer with them. I
can understand, though, why some projects stick with something like
Subversion. My own work project is Subversion based, but we have some
infrastructure in place to centrally maintain a git repo that updates
every 15 minutes or so.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpP1_j0e37_C.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Orphaning packages

2014-01-06 Thread Darryl L. Pierce
On Mon, Jan 06, 2014 at 12:51:18PM -0800, Manuel F Martinez wrote:
 Hello list,
 
 Due to lack of time I'm orphaning audacity on Fedora branch,
 EL5/6 branch is already taken.
 
 Thank you and sorry about the inconvenience.

Since I use this weekly for my podcast, I'll gladly take it.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpCcaqyWoWKn.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: FTBFS if -Werror=format-security flag is used

2013-12-12 Thread Darryl L. Pierce
On Tue, Dec 10, 2013 at 09:44:43PM +0100, Mattias Ellert wrote:
 tis 2013-12-10 klockan 12:18 -0500 skrev Darryl L. Pierce:
 
   Of all the packages I
   maintain, only one was affected by this issue. That one was easily
   solvable by deleting the bundled swig generated code in the sources and
   have the build regenerate it with a newer swig version that doesn't
   produce broken code.
  
  Our project isn't bundling any Swig generated code. It's generated as a
  part of the build process. Try not to make assumptions in future.
 
 Where did I make this assumption?

I quoted your assumption:

Don't use swig as an excuse not to fix things.

But you deleted that line when replying.

 The description of my experience was
 supposed to tell something about swig. That older versions had problems
 but newer does not. No reflection on your project was intended
 whatsoever.

Your experience is nothing like mine. We don't bundle any swig
generated code in the sources. As I said, all of the Swig generated
code is generated by swig is generated _as part of the build process_.
None of it is bundled with our sources.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpVg1Qf1kuQK.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: FTBFS if -Werror=format-security flag is used

2013-12-10 Thread Darryl L. Pierce
On Sat, Dec 07, 2013 at 07:12:03AM +0100, Mattias Ellert wrote:
 fre 2013-12-06 klockan 15:06 -0500 skrev Darryl L. Pierce:
  Additionally, some code (like my package, qpid-cpp) uses code that's
  generated by another app like Swig. We have no control over what that
  code is. So enabling this as an error would be unresolvable by our
  project and we'd be blocked until the Swig team decided to change their
  code generation bits.
 
 Don't use swig as an excuse not to fix things.

Sorry, where am I using any excuses? 

 Of all the packages I
 maintain, only one was affected by this issue. That one was easily
 solvable by deleting the bundled swig generated code in the sources and
 have the build regenerate it with a newer swig version that doesn't
 produce broken code.

Our project isn't bundling any Swig generated code. It's generated as a
part of the build process. Try not to make assumptions in future.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpuIThY41QMB.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: FTBFS if -Werror=format-security flag is used

2013-12-10 Thread Darryl L. Pierce
On Fri, Dec 06, 2013 at 03:58:21PM -0500, David Malcolm wrote:
 On Fri, 2013-12-06 at 15:06 -0500, Darryl L. Pierce wrote:
  Additionally, some code (like my package, qpid-cpp) uses code that's
  generated by another app like Swig. We have no control over what that
  code is. So enabling this as an error would be unresolvable by our
  project and we'd be blocked until the Swig team decided to change their
  code generation bits.
 
 So have you filed a bug against swig yet? ;)
 
 [ideally, attaching an example of the problematic generated code, and
 the inputs]

I have not, no. I wanted to see what's going to happen WRT this proposal
first.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpsUOb8_Ihb8.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: FTBFS if -Werror=format-security flag is used

2013-12-06 Thread Darryl L. Pierce
On Fri, Dec 06, 2013 at 02:27:05AM +0100, Kevin Kofler wrote:
 Michael scherer wrote:
  Let's rather ask the contrary, why is this so much a issue to communicate
  with upstream to fix things, and add patches ?
 
 The vast majority of those warnings are actually false positives, not actual 
 security issues. Putting my upstream hat on, if asked to fix such a false 
 positive, I'd do one of:
 (a) close the bug as INVALID/NOTABUG/WONTFIX or
 (b) hardcode -Wno-error=format-security -Wno-format-security in my build 
 setup and close the bug as FIXED.

Additionally, some code (like my package, qpid-cpp) uses code that's
generated by another app like Swig. We have no control over what that
code is. So enabling this as an error would be unresolvable by our
project and we'd be blocked until the Swig team decided to change their
code generation bits.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgp8crJQn5N10.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Review swap

2013-10-25 Thread Darryl L. Pierce
On Thu, Oct 24, 2013 at 07:40:59AM +0200, Zbigniew Jędrzejewski-Szmek wrote:
 On Wed, Oct 23, 2013 at 11:34:23AM -0400, Darryl L. Pierce wrote:
  I have a package review (BZ#1022584:Review Request: qpid-qmf - The QPID
  Management Framework). I pulled the subpackages from qpid-cpp relating
  to QMF so they can built completely separate from Qpid.
 I'll take this one.
 
 I'm looking for reviewers for
 
 Bug 1016677 - Review Request: mathjax - JavaScript library to render math in 
 the browser
 Bug 1021164 - Review Request: general-purpose-preprocessor - Customizable 
 language-agnostic preprocessor

Danga, you and Brandon beat me to the punch for swapping reviews!

Anybody have a review I can take on to review it forward? :)

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgp7iWSsN7hKT.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Review swap

2013-10-25 Thread Darryl L. Pierce
On Fri, Oct 25, 2013 at 10:58:02PM +0800, Christopher Meng wrote:
 I also have plenty of packages:
 
 Re-review request of mlmmj: https://bugzilla.redhat.com/show_bug.cgi?id=995933

Nabbed! :)
 
-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpqXE9FOqX9C.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Review swap

2013-10-23 Thread Darryl L. Pierce
I have a package review (BZ#1022584:Review Request: qpid-qmf - The QPID
Management Framework). I pulled the subpackages from qpid-cpp relating
to QMF so they can built completely separate from Qpid.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgp3l7qGjTciC.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Review swap: python-qpid_messaging

2013-09-25 Thread Darryl L. Pierce
I'm willing to do a review swap if someone will review
python-qpid_messaging:

https://bugzilla.redhat.com/show_bug.cgi?id=1012077

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgp1TszbUo8eW.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Review swap: python-qpid_messaging

2013-09-25 Thread Darryl L. Pierce
On Wed, Sep 25, 2013 at 06:40:34PM +0200, Sandro Mani wrote:
 On 25.09.2013 18:25, Darryl L. Pierce wrote:
 I'm willing to do a review swap if someone will review
 python-qpid_messaging:
 
 https://bugzilla.redhat.com/show_bug.cgi?id=1012077
 
 
 Hi,
 
 I'll do it for perl-Parse-DebControl [1].

Deal! And thanks. :)

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgp_b8KRek0Df.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Non-responsive maintainer: Dodji Seketeli

2013-09-24 Thread Darryl L. Pierce
On Tue, Sep 24, 2013 at 03:29:45PM +0200, Dodji Seketeli wrote:
 Darryl L. Pierce mcpie...@gmail.com a écrit:
 
  Hi, Dodji. It's now been two months since you said you were planning to
  test the latest version. Since then another version has been promoted to
  RC.
 
 Indeed.  And I have been testing that 6.5.5 rc version.  And it didn't
 eat any of my emails.  I guess I should stop being so nervous/afraid
 about loosing emails and let it go ...
 
   Will you be possibly updating the package anytime soon?
 
 I have just rolled out a package with that in Rawhide[1].  Sorry about
 the delay.
 
 [1]: http://koji.fedoraproject.org/koji/buildinfo?buildID=466672

Installed and it works for me. I had to add configuration options for
certificate fingerprints and it's all good. +1 on the package.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpH0MCaNmoOT.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Non-responsive maintainer: Dodji Seketeli

2013-09-23 Thread Darryl L. Pierce
On Tue, Jul 23, 2013 at 09:01:37PM +0200, Dodji Seketeli wrote:
 Darryl L. Pierce mcpie...@gmail.com a écrit:
 
  BZ#848774
 
  This bug is nearly a year old, requesting that package offlineimap be
  upgraded to what was then the latest release (6.5.4, now it is
  6.5.5-rc2). There has been no response from the maintainer.
 
  I posted a bug comment on 01 July asking for something from the package
  maintainer and received no word.
 
  I don't want to take over the package, but would like either the primary
  or else a co-maintainer to upgrade the package as it has bugs that have
  been fixed since 6.5.2 (the currently packaged release).
 
 Hello,
 
 Yes, I have been distracted by other duties recently.
 
 I'll welcome any help with this package, of course.  In the mean time, I
 was planning to test the latest version of this package on the side, in
 the coming days, before pushing it to rawhide.
 
 Sorry for the inconvenience.

Hi, Dodji. It's now been two months since you said you were planning to
test the latest version. Since then another version has been promoted to
RC. Will you be possibly updating the package anytime soon?

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgp_1f0RE82X2.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: 19 (Schrödinger’s Cat)

2013-09-09 Thread Darryl L. Pierce
On Sat, Sep 07, 2013 at 12:17:57AM +0200, Reindl Harald wrote:
 Am 06.09.2013 20:26, schrieb Darryl L. Pierce:
  Have your filed a BZ? What's the BZ#?
 
 don't get me wrong but i expect bugs viewable at every single boot
 as fixed without a specific report and to be honest not existing
 at all by a wiser release-name selection or drop the useless
 release-names at all

My response is more along the lines of if it's worth posting about in a
mailing list, it's worth filing a bug to get it fixed. 

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpe4L7E7PZfC.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: 19 (Schrödinger’s Cat)

2013-09-09 Thread Darryl L. Pierce
On Fri, Sep 06, 2013 at 07:07:46PM -0400, Rahul Sundaram wrote:
 On Fri, Sep 6, 2013 at 6:17 PM, Reindl Harald wrote:
 
  don't get me wrong but i expect bugs viewable at every single boot
  as fixed without a specific report a
 
 http://www.redhat.com/magazine/020jun06/features/bugzilla/

+1

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpr0X_5OdwVs.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: 19 (Schrödinger’s Cat)

2013-09-06 Thread Darryl L. Pierce
On Thu, Sep 05, 2013 at 11:26:39PM +0200, Reindl Harald wrote:
 Am 05.09.2013 23:11, schrieb Darryl L. Pierce:
  On Thu, Sep 05, 2013 at 10:11:51PM +0200, Reindl Harald wrote:
  * there is *nothing* in this configuration referring to the release name
  
  /boot/grub2/grub.cfg is generated via the grub2-mkconfig script, which
  uses settings from /etc/default/grub.
  
  /etc/default/grub uses the content from /etc/system-release to set the
  distributor value:
  
GRUB_DISTRIBUTOR=$(sed 's, release .*$,,g' /etc/system-release)
  
  /etc/system-release contains the name of the Fedora release.
  
  Did you change either /etc/default/grub or grub2-mkconfig?
 
 i simply edited /boot/grub2/grub.cfg
 and after that i expect *nothing* to add the release name
 *but* a lter kernel updates is adding it again
 
 i am using Fedor since Fedora Core 3 and i am maintaining
 more than 20 fedora setups and *before* F19 nobody and nothing
 touched grub.cfg due kernel update slike F19
 
 and as shown before GRUB_DISTRIBUTOR does *not* contain this crap
 [root@testserver:~]$ cat /etc/default/grub | grep DISTR
 GRUB_DISTRIBUTOR=Fedora
 
 this file should not matter as in the past

Have your filed a BZ? What's the BZ#?

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpnnZPrBTRjw.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: 19 (Schrödinger’s Cat)

2013-09-05 Thread Darryl L. Pierce
On Thu, Sep 05, 2013 at 10:11:51PM +0200, Reindl Harald wrote:
 * there is *nothing* in this configuration referring to the release name

/boot/grub2/grub.cfg is generated via the grub2-mkconfig script, which
uses settings from /etc/default/grub.

/etc/default/grub uses the content from /etc/system-release to set the
distributor value:

  GRUB_DISTRIBUTOR=$(sed 's, release .*$,,g' /etc/system-release)

/etc/system-release contains the name of the Fedora release.

Did you change either /etc/default/grub or grub2-mkconfig?

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpHy8k_Dw1ez.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[perl-qpid_proton] Added the specific Perl provides for Proton.

2013-08-30 Thread Darryl L . Pierce
commit d1a21221d2eea64cae93ba2e3995debe4288b5a1
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Fri Aug 30 09:15:08 2013 -0400

Added the specific Perl provides for Proton.

 perl-qpid_proton.spec |   13 -
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index 1861e6b..4ca38da 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -3,13 +3,21 @@
 
 Name:   perl-qpid_proton
 Version:0.5
-Release:1%{?dist}
+Release:1%{?dist}.1
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
 Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
 
+Provides:   perl(qpid::proton)
+Provides:   perl(qpid::proton::Constants)
+Provides:   perl(qpid::proton::Data)
+Provides:   perl(qpid::proton::Mapping)
+Provides:   perl(qpid::proton::Message)
+Provides:   perl(qpid::proton::Messesnger)
+Provides:   perl(qpid::proton::array_helper)
+
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
 BuildRequires:  qpid-proton-c-devel = %{version}
@@ -67,6 +75,9 @@ popd
 
 
 %changelog
+* Fri Aug 30 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1.1
+- Added the specific Perl provides for Proton.
+
 * Thu Aug 29 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1
 - Rebased on Proton 0.5.
 - Changed package to use the single upstream source rather than separate Perl 
sources.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton] Limited the provides to just qpid::proton::Constants.

2013-08-30 Thread Darryl L . Pierce
commit 4524e636f0b972b341a334acd4fc773b12b755e8
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Fri Aug 30 09:43:02 2013 -0400

Limited the provides to just qpid::proton::Constants.

 perl-qpid_proton.spec |   13 +
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index 4ca38da..9274680 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -3,20 +3,14 @@
 
 Name:   perl-qpid_proton
 Version:0.5
-Release:1%{?dist}.1
+Release:1%{?dist}.2
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
 Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
 
-Provides:   perl(qpid::proton)
-Provides:   perl(qpid::proton::Constants)
-Provides:   perl(qpid::proton::Data)
-Provides:   perl(qpid::proton::Mapping)
-Provides:   perl(qpid::proton::Message)
-Provides:   perl(qpid::proton::Messesnger)
-Provides:   perl(qpid::proton::array_helper)
+Provides:   perl(qpid::proton::Constants) = %{version}
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
@@ -75,6 +69,9 @@ popd
 
 
 %changelog
+* Fri Aug 30 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1.2
+- Limited the provides to just qpid::proton::Constants.
+
 * Fri Aug 30 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1.1
 - Added the specific Perl provides for Proton.
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f20] Added the specific Perl provides for Proton.

2013-08-30 Thread Darryl L . Pierce
commit fddd118557beb593610f8e9b6c2ae247f695140b
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Fri Aug 30 09:15:08 2013 -0400

Added the specific Perl provides for Proton.

 perl-qpid_proton.spec |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index 1861e6b..b24876f 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -3,13 +3,15 @@
 
 Name:   perl-qpid_proton
 Version:0.5
-Release:1%{?dist}
+Release:1%{?dist}.1
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
 Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
 
+Provides:   perl(qpid::proton::Constants) = %{version}
+
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
 BuildRequires:  qpid-proton-c-devel = %{version}
@@ -67,6 +69,9 @@ popd
 
 
 %changelog
+* Fri Aug 30 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1.1
+- Added the specific Perl provides for Proton.
+
 * Thu Aug 29 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1
 - Rebased on Proton 0.5.
 - Changed package to use the single upstream source rather than separate Perl 
sources.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f19] Added the specific Perl provides for Proton.

2013-08-30 Thread Darryl L . Pierce
commit 0481900d01dd1f40a7e1c4008dd4c2fc405da3e9
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Fri Aug 30 09:15:08 2013 -0400

Added the specific Perl provides for Proton.

 perl-qpid_proton.spec |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index 875b18a..d8d6e78 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -3,13 +3,15 @@
 
 Name:   perl-qpid_proton
 Version:0.5
-Release:1%{?dist}
+Release:1%{?dist}.1
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
 Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
 
+Provides:   perl(qpid::proton::Constants) = %{version}
+
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
 BuildRequires:  qpid-proton-c-devel = %{version}
@@ -67,6 +69,9 @@ popd
 
 
 %changelog
+* Fri Aug 30 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1.1
+- Added the specific Perl provides for Proton.
+
 * Thu Aug 29 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1
 - Rebased on Proton 0.5.
 - Changed package to use the single upstream source rather than separate Perl 
sources.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f18] Added the specific Perl provides for Proton.

2013-08-30 Thread Darryl L . Pierce
commit 2441006266360c82ca551cbbbfd037636ec9b4f1
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Fri Aug 30 09:15:08 2013 -0400

Added the specific Perl provides for Proton.

 perl-qpid_proton.spec |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index 962f39f..0ffe213 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -3,13 +3,15 @@
 
 Name:   perl-qpid_proton
 Version:0.5
-Release:1%{?dist}
+Release:1%{?dist}.1
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
 Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
 
+Provides:   perl(qpid::proton::Constants) = %{version}
+
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
 BuildRequires:  qpid-proton-c-devel = %{version}
@@ -67,6 +69,9 @@ popd
 
 
 %changelog
+* Fri Aug 30 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1.1
+- Added the specific Perl provides for Proton.
+
 * Thu Aug 29 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1
 - Rebased on Proton 0.5.
 - Changed package to use the single upstream source rather than separate Perl 
sources.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File qpid-proton-0.5.tar.gz uploaded to lookaside cache by mcpierce

2013-08-29 Thread Darryl L. Pierce
A file has been added to the lookaside cache for perl-qpid_proton:

fb2dc704e4d2727d664966f301bfb017  qpid-proton-0.5.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton] Rebased on Proton 0.5.

2013-08-29 Thread Darryl L . Pierce
commit da9d3f1185e61e6e5938daa9907222f7d3f14272
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Thu Aug 29 14:13:35 2013 -0400

Rebased on Proton 0.5.

- Changed package to use the single upstream source rather than separate 
Perl sources.

 .gitignore|1 +
 perl-qpid_proton.spec |   27 ---
 sources   |2 +-
 3 files changed, 22 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d80837..a95e00c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /perl-qpid_proton-0.3.tar.gz
 /perl-qpid_proton-0.4.tar.gz
+/qpid-proton-0.5.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index e568c7d..1861e6b 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,13 +1,14 @@
+# Define pkgdocdir for releases that don't define it already
+%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
+
 Name:   perl-qpid_proton
-Version:0.4
-Release:3.1%{?dist}
+Version:0.5
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
-# The sources will show up in the official Proton release mirrors
-# after 0.3.
-Source0:perl-qpid_proton-%{version}.tar.gz
+Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
@@ -26,22 +27,27 @@ Requires:   qpid-proton-c = %{version}
 
 
 %prep
-%setup -q
+%setup -q -n qpid-proton-%{version}
 
+pushd proton-c/bindings/perl
 swig -perl -I/usr/include -o cproton_perl.c perl.i
-
+popd
 
 %build
+pushd proton-c/bindings/perl
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
 make %{?_smp_mflags}
+popd
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+pushd proton-c/bindings/perl
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+popd
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 # delete the podfile
@@ -49,15 +55,22 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/perl5/perllocal.pod
 
 
 %check
+pushd proton-c/bindings/perl
 make test
+popd
 
 
 %files
 %doc LICENSE TODO README
 %{perl_vendorarch}/*
+%doc %{_mandir}/man3/qpid\:\:proton*
 
 
 %changelog
+* Thu Aug 29 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1
+- Rebased on Proton 0.5.
+- Changed package to use the single upstream source rather than separate Perl 
sources.
+
 * Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.4-3.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index d2a0c3d..4cb15ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-124e3a6e1a8f3f73519b12cf38f49622  perl-qpid_proton-0.4.tar.gz
+fb2dc704e4d2727d664966f301bfb017  qpid-proton-0.5.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f20] Rebased on Proton 0.5.

2013-08-29 Thread Darryl L . Pierce
commit 738d9090bf93bc0333e03ceb191621b3e14686c3
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Thu Aug 29 14:13:35 2013 -0400

Rebased on Proton 0.5.

- Changed package to use the single upstream source rather than separate 
Perl sources.

 .gitignore|1 +
 perl-qpid_proton.spec |   27 ---
 sources   |2 +-
 3 files changed, 22 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d80837..a95e00c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /perl-qpid_proton-0.3.tar.gz
 /perl-qpid_proton-0.4.tar.gz
+/qpid-proton-0.5.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index e568c7d..1861e6b 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,13 +1,14 @@
+# Define pkgdocdir for releases that don't define it already
+%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
+
 Name:   perl-qpid_proton
-Version:0.4
-Release:3.1%{?dist}
+Version:0.5
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
-# The sources will show up in the official Proton release mirrors
-# after 0.3.
-Source0:perl-qpid_proton-%{version}.tar.gz
+Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
@@ -26,22 +27,27 @@ Requires:   qpid-proton-c = %{version}
 
 
 %prep
-%setup -q
+%setup -q -n qpid-proton-%{version}
 
+pushd proton-c/bindings/perl
 swig -perl -I/usr/include -o cproton_perl.c perl.i
-
+popd
 
 %build
+pushd proton-c/bindings/perl
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
 make %{?_smp_mflags}
+popd
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+pushd proton-c/bindings/perl
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+popd
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 # delete the podfile
@@ -49,15 +55,22 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/perl5/perllocal.pod
 
 
 %check
+pushd proton-c/bindings/perl
 make test
+popd
 
 
 %files
 %doc LICENSE TODO README
 %{perl_vendorarch}/*
+%doc %{_mandir}/man3/qpid\:\:proton*
 
 
 %changelog
+* Thu Aug 29 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1
+- Rebased on Proton 0.5.
+- Changed package to use the single upstream source rather than separate Perl 
sources.
+
 * Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.4-3.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index d2a0c3d..4cb15ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-124e3a6e1a8f3f73519b12cf38f49622  perl-qpid_proton-0.4.tar.gz
+fb2dc704e4d2727d664966f301bfb017  qpid-proton-0.5.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f19] Rebased on Proton 0.5.

2013-08-29 Thread Darryl L . Pierce
commit 8cb9c271042b99ca1a5b63921ed0c5fa9abb230c
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Thu Aug 29 14:13:35 2013 -0400

Rebased on Proton 0.5.

- Changed package to use the single upstream source rather than separate 
Perl sources.

 .gitignore|1 +
 perl-qpid_proton.spec |   27 ---
 sources   |2 +-
 3 files changed, 22 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d80837..a95e00c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /perl-qpid_proton-0.3.tar.gz
 /perl-qpid_proton-0.4.tar.gz
+/qpid-proton-0.5.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index cf12b5b..875b18a 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,13 +1,14 @@
+# Define pkgdocdir for releases that don't define it already
+%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
+
 Name:   perl-qpid_proton
-Version:0.4
-Release:1.1%{?dist}
+Version:0.5
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
-# The sources will show up in the official Proton release mirrors
-# after 0.3.
-Source0:perl-qpid_proton-%{version}.tar.gz
+Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
@@ -26,22 +27,27 @@ Requires:   qpid-proton-c = %{version}
 
 
 %prep
-%setup -q
+%setup -q -n qpid-proton-%{version}
 
+pushd proton-c/bindings/perl
 swig -perl -I/usr/include -o cproton_perl.c perl.i
-
+popd
 
 %build
+pushd proton-c/bindings/perl
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
 make %{?_smp_mflags}
+popd
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+pushd proton-c/bindings/perl
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+popd
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 # delete the podfile
@@ -49,15 +55,22 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/perl5/perllocal.pod
 
 
 %check
+pushd proton-c/bindings/perl
 make test
+popd
 
 
 %files
 %doc LICENSE TODO README
 %{perl_vendorarch}/*
+%doc %{_mandir}/man3/qpid\:\:proton*
 
 
 %changelog
+* Thu Aug 29 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1
+- Rebased on Proton 0.5.
+- Changed package to use the single upstream source rather than separate Perl 
sources.
+
 * Mon Apr  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.4-1.1
 - Changed the qpid-proton dependency to qpid-proton-c.
 - Changed the qpid-proton-devel dependency to qpid-proton-c-devel.
diff --git a/sources b/sources
index d2a0c3d..4cb15ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-124e3a6e1a8f3f73519b12cf38f49622  perl-qpid_proton-0.4.tar.gz
+fb2dc704e4d2727d664966f301bfb017  qpid-proton-0.5.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f18] Rebased on Proton 0.5.

2013-08-29 Thread Darryl L . Pierce
commit 1957d0b2c075795b599331053ef0f6c880aed288
Author: Darryl L. Pierce mcpie...@gmail.com
Date:   Thu Aug 29 14:13:35 2013 -0400

Rebased on Proton 0.5.

- Changed package to use the single upstream source rather than separate 
Perl sources.

 .gitignore|1 +
 perl-qpid_proton.spec |   27 ---
 sources   |2 +-
 3 files changed, 22 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d80837..a95e00c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /perl-qpid_proton-0.3.tar.gz
 /perl-qpid_proton-0.4.tar.gz
+/qpid-proton-0.5.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index 77a91f0..962f39f 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,13 +1,14 @@
+# Define pkgdocdir for releases that don't define it already
+%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
+
 Name:   perl-qpid_proton
-Version:0.4
-Release:1.1%{?dist}
+Version:0.5
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
 URL:http://qpid.apache.org/proton/
-# The sources will show up in the official Proton release mirrors
-# after 0.3.
-Source0:perl-qpid_proton-%{version}.tar.gz
+Source0:
http://www.apache.org/dist/qpid/proton/%{version}/qpid-proton-%{version}.tar.gz
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
@@ -26,22 +27,27 @@ Requires:   qpid-proton-c = %{version}
 
 
 %prep
-%setup -q
+%setup -q -n qpid-proton-%{version}
 
+pushd proton-c/bindings/perl
 swig -perl -I/usr/include -o cproton_perl.c perl.i
-
+popd
 
 %build
+pushd proton-c/bindings/perl
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
 make %{?_smp_mflags}
+popd
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+pushd proton-c/bindings/perl
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+popd
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 # delete the podfile
@@ -49,15 +55,22 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/perl5/perllocal.pod
 
 
 %check
+pushd proton-c/bindings/perl
 make test
+popd
 
 
 %files
 %doc LICENSE TODO README
 %{perl_vendorarch}/*
+%doc %{_mandir}/man3/qpid\:\:proton*
 
 
 %changelog
+* Thu Aug 29 2013 Darryl L. Pierce dpie...@redhat.com - 0.5-1
+- Rebased on Proton 0.5.
+- Changed package to use the single upstream source rather than separate Perl 
sources.
+
 * Mon Apr  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.4-1.1
 - Changed the qpid-proton dependency to qpid-proton-c.
 - Changed the qpid-proton-devel dependency to qpid-proton-c-devel.
diff --git a/sources b/sources
index d2a0c3d..4cb15ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-124e3a6e1a8f3f73519b12cf38f49622  perl-qpid_proton-0.4.tar.gz
+fb2dc704e4d2727d664966f301bfb017  qpid-proton-0.5.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Co-maintainer wanted for ReviewBoard packages

2013-07-25 Thread Darryl L. Pierce
On Thu, Jul 25, 2013 at 08:27:31AM -0400, Stephen Gallagher wrote:
 My schedule has been a little erratic lately and will continue to be
 so in the near future as I will be disappearing on paternity leave in
 late August or early September. I'm looking for some help maintaining
 the ReviewBoard packages: ReviewBoard, python-djblets,
 python-django-evolution and python-slimit.
 
 ReviewBoard maintenance is usually pretty low-impact; it is a python
 Django application. It has occasional security releases (usually
 related to XSS attacks) which is why I want to try to leave it in
 someone else's care when I'm not around.
 
 Please let me know if you are interested. I still intend to be primary
 maintainer most of the time.

Since I use this for work, I'd be willing to pitch in and help with the
package. My FAS ID is mcpierce and I've already applied on pkgdb.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpJH2FzQwKzh.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Co-maintainer wanted for ReviewBoard packages

2013-07-25 Thread Darryl L. Pierce
On Thu, Jul 25, 2013 at 10:19:10AM -0400, Stephen Gallagher wrote:
 I've approved you for ReviewBoard. Would you please apply for
 python-djblets as well? They're virtually always updated together
 (since a lot of the presentation-layer stuff for ReviewBoard is
 provided by Djblets). Also, I forgot to mention RBTools in my original
 email (which is the client-side helper tools for ReviewBoard), but it
 sees updates far less often than ReviewBoard does.
 
 Thanks for the help!

Done and done. :D

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpitt5hUTStZ.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fedora as an crowd founded project an additional funding source to our sponsor

2013-07-24 Thread Darryl L. Pierce
On Wed, Jul 24, 2013 at 01:50:11AM +, Jóhann B. Guðmundsson wrote:
snip
 Obvious we cannot have crowd funding for every moving part in Fedora
 that would just be ludicrous so we need to apply that concept upon
 the entire project, as in Fedora would be just a one crowd founded
 project.
snip

The first issue that comes to mind (for me) is who cuts the checks?
IOW, who is going to be the person responsible for the money itself, and
who has oversight to ensure money's being properly managed and not
siphoned off?

Who decides how much gets paid for a bug bounty?

What do we do if we have no funds? Do we want bug fixes to become a paid
thing, and wouldn't that be a disinsentive if we were to have no money?

What if upstream introduces bugs so they can then get paid to fix them?

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpI9xUpbWeAq.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: EPEL (was Re: RFC: Proposal for a more agile Fedora.next (draft of my Flock talk))

2013-07-24 Thread Darryl L. Pierce
On Tue, Jul 23, 2013 at 11:25:31PM +, Jóhann B. Guðmundsson wrote:
 On 07/23/2013 11:02 PM, Reindl Harald wrote:
 you claimed more than once that they are a less woth part of the community
 because they get paid for their work and are not completly free in their
 doings
 
 Yes not because they work for Red Hat but because I value people
 dedicating and invest their free time to the project more then I
 value people that get paid to work on Fedora and are doing so on
 corporate time and those individuals usually leave the project while
 they either change jobs within their company or in case of Red Hat
 leave when they stop working for Red Hat.
snip

You might find that's not the case in a lot of instances. Red Hat
employees are generally hired because they were a part of a project in
the first place and were valuable enough to be paid to continue their
work, allowing them to devote more than just spare time to the task.

Full disclosure: *I* work for Red Hat. I'm paid to work on the code for
a couple package that I also happen to maintain in Fedora. I also manage
several other packages, and work upstream with the coders, that are
totally unrelated to my job but are things for which I have a passion.
And there are many, many other Red Hat employees that do the same.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpzr36RO2dkk.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fedora as an crowd founded project an additional funding source to our sponsor

2013-07-24 Thread Darryl L. Pierce
On Wed, Jul 24, 2013 at 12:37:09PM +, Jóhann B. Guðmundsson wrote:
 On 07/24/2013 12:15 PM, Darryl L. Pierce wrote:
 On Wed, Jul 24, 2013 at 01:50:11AM +, Jóhann B. Guðmundsson wrote:
 snip
 Obvious we cannot have crowd funding for every moving part in Fedora
 that would just be ludicrous so we need to apply that concept upon
 the entire project, as in Fedora would be just a one crowd founded
 project.
 snip
 
 The first issue that comes to mind (for me) is who cuts the checks?
 IOW, who is going to be the person responsible for the money itself, and
 who has oversight to ensure money's being properly managed and not
 siphoned off?
 
 We would need to form a financial sig that handles that.

Are these people going to be paid for their efforts, since it's
completely non-technical?

I'm a board member for my kids' summer swim league. And our treasurer
has to deal with writing checks for things like buying bulk swim caps,
tshirts, meet supplies, reimbursing people for purchases made for the
team, etc. And for 8 weeks of her life that's a lot to do.

To then ask someone to do the same all year round as a volunteer for
a _much_ larger group is probably not going to happen. 
 
 Who decides how much gets paid for a bug bounty?
 
 Well no one these again are donations

So the person donating is going to pay it directly to the person who
fixed the bug?

 What do we do if we have no funds? Do we want bug fixes to become a paid
 thing, and wouldn't that be a disinsentive if we were to have no money?
 
 These are donation not fixed incomes per bug fix so things would
 remain as they already are.

Well, not really since we don't have a bug bounty in place now. ;) But
if I follow what you're suggesting, then some one or group will make a
payment to the person who provides patch(es) to fix a bug? If so, then
why involve Fedora at all in the transaction?
 
 What if upstream introduces bugs so they can then get paid to fix them?
 
 You wont be paid to fix each bug however donation could be made to
 set bounty on bugs/rfe/designs as in I as a donator want or need
 #123456 to be fixed and I donation $1000 to make that happen other
 could pile on to that amount until the bug eventually gets fix then
 the person or the team that does so collects that bounty.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpHjNDj8isES.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Fedora as an crowd founded project an additional funding source to our sponsor

2013-07-24 Thread Darryl L. Pierce
On Wed, Jul 24, 2013 at 09:05:40AM -0500, inode0 wrote:
 On Wed, Jul 24, 2013 at 7:49 AM, Darryl L. Pierce mcpie...@gmail.com wrote:
  On Wed, Jul 24, 2013 at 12:37:09PM +, Jóhann B. Guðmundsson wrote:
  We would need to form a financial sig that handles that.
 
  Are these people going to be paid for their efforts, since it's
  completely non-technical?
 
 Why is being non-technical related in any way to paying someone to do it?

It's an administrative role. I'd assume that you'd pay somebody who's
going to be doing this job. If not, that's fine. That's why I asked if
it was going to be paid for, since it's a lot more work than just
writing checks.`

  I'm a board member for my kids' summer swim league. And our treasurer
  has to deal with writing checks for things like buying bulk swim caps,
  tshirts, meet supplies, reimbursing people for purchases made for the
  team, etc. And for 8 weeks of her life that's a lot to do.
 
  To then ask someone to do the same all year round as a volunteer for
  a _much_ larger group is probably not going to happen.
 
 You just described a small part of what Ambassadors do now with the
 exception of cutting check. We do have three community members who
 have been doing that for a long time now as well but the number who
 are able to help in that way is limited by Red Hat's comfort level in
 letting the community participate in making direct payments.

Are they paid for their efforts?

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.fedorapeople.org/
What do you care what people think, Mr. Feynman?


pgpK8tHHslMay.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Non-responsive maintainer: Dodji Seketeli

2013-07-23 Thread Darryl L. Pierce
BZ#848774

This bug is nearly a year old, requesting that package offlineimap be
upgraded to what was then the latest release (6.5.4, now it is
6.5.5-rc2). There has been no response from the maintainer.

I posted a bug comment on 01 July asking for something from the package
maintainer and received no word.

I don't want to take over the package, but would like either the primary
or else a co-maintainer to upgrade the package as it has bugs that have
been fixed since 6.5.2 (the currently packaged release).

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpAXplryEx5y.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Non-responsive maintainer: Dodji Seketeli

2013-07-23 Thread Darryl L. Pierce
On Tue, Jul 23, 2013 at 09:01:37PM +0200, Dodji Seketeli wrote:
 Darryl L. Pierce mcpie...@gmail.com a écrit:
 
  BZ#848774
 
  This bug is nearly a year old, requesting that package offlineimap be
  upgraded to what was then the latest release (6.5.4, now it is
  6.5.5-rc2). There has been no response from the maintainer.
 
  I posted a bug comment on 01 July asking for something from the package
  maintainer and received no word.
 
  I don't want to take over the package, but would like either the primary
  or else a co-maintainer to upgrade the package as it has bugs that have
  been fixed since 6.5.2 (the currently packaged release).
 
 Hello,
 
 Yes, I have been distracted by other duties recently.
 
 I'll welcome any help with this package, of course.  In the mean time, I
 was planning to test the latest version of this package on the side, in
 the coming days, before pushing it to rawhide.
 
 Sorry for the inconvenience.

Excellent news! Let me know when a new version is up and I'll test and
provide appropriate karma. :D

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpvlTpa3ftQ_.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [Test-Announce] Fedora 19 Graphics Test Week starts tomorrow (2013-04-23)!

2013-04-23 Thread Darryl L. Pierce
On Mon, Apr 22, 2013 at 09:30:15PM -0700, M. Edward (Ed) Borasky wrote:
 Count me in for Nouveau - I have a problem I've been trying to nail
 down for months on my ancient GeForce 6150SE nForce 430. Symptoms
 (Fedora 18) none with 3.6 kernel. With 3.7 or later, GNOME desktop
 comes up but as soon as I launch Firefox, I get diagonal lines across
 the screen and I need to power cycle the machine to use it again. With
 the KDE desktop, it does the same thing during the login and I don't
 even get a desktop. I had to switch to the 'nv' X driver to get the
 machine to function with 3.7. And there's no log file anywhere I can
 attach to a bug report. If there are things I can do to capture a log
 of this beast, please let me know!

I'm in with this as well. I just got a new Lenovo T530 and, when using
the nVidia card (Quadra NVS 5400) I can no long suspend/resume as the
video gets scrambled. The system doesn't lock up, though, but I have to
init 3; init 5 to get my system back.

An existing BZ for this issue: 
http://bugzilla.redhat.com/show_bug.cgi?id=858503

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpUUAWyUV2x7.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Using Fedora for Gnome development...

2013-04-03 Thread Darryl L. Pierce
On Tue, Apr 02, 2013 at 04:40:03PM -0400, Darryl L. Pierce wrote:
 On Tue, Apr 02, 2013 at 03:50:26PM -0400, Colin Walters wrote:
  On Tue, 2013-04-02 at 15:31 -0400, Darryl L. Pierce wrote:
  
   When python3 is installed then, with both projects, Cmake finds Python
   3. 
  
  This seems like either a bug in Cmake or your project (not sure which) -
  if it's possible to explicitly specify that you want Python 2, then you
  should be doing so.  Likewise, if a project wants Python 3, you should
  also explicitly say so, at least in the build configuration (spec file,
  bitbake recipe, debian/rules etc.).
  
  Basically while it's sometimes sane for a component to auto-detect from
  the environment which Python to use, you should generally configure it
  explicitly to use whichever one you want.
  
  See also:
  https://mail.gnome.org/archives/desktop-devel-list/2012-November/msg00014.html
  
  Where the conclusion for GNOME was that modules should accept
  --with-python to specify exactly which Python they want.  See also
  http://pkgs.fedoraproject.org/cgit/pygobject3.git/tree/pygobject3.spec#n163
  which is accomplishing this in a slightly different way.
 
 I found the problem, but it seems to be in Cmake.
 
 find_package(PythonInterp 2.7 REQUIRED)
 
 works as expected and finds Python 2.7. However:
 
 find_package(PythonLibs 2.7 REQUIRED)
 
 _always_ comes back with the Python 3 library instead of the 2.7
 library.

Bingo!

http://bugzilla.redhat.com/show_bug.cgi?id=876118

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpU5YReUD8DL.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Using Fedora for Gnome development...

2013-04-02 Thread Darryl L. Pierce
On Mon, Apr 01, 2013 at 04:56:34PM -0400, Colin Walters wrote:
 On Mon, 2013-04-01 at 16:26 -0400, Darryl L. Pierce wrote:
 
  When I ran this (which is where I ran into problems) jhbuild installs
  python3 and its dependencies, which is what's borking my day job
  development.
 
 That's odd.  How did you install jhbuild?
 
 Oh...did you run jhbuild bootstrap?  Don't do that.  If you did,
 delete your build directory and start over.

The steps I followed were:

1. clone the jhbuild repo
2. ./autogen.sh
3. make
4. make install
5. cd into the gnome-music repo and
6. jhbuild sysdeps --install

This pulls in python3 from the Fedora repos.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpTuFLmitIWb.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Using Fedora for Gnome development...

2013-04-02 Thread Darryl L. Pierce
On Tue, Apr 02, 2013 at 09:28:12PM +0800, Mathieu Bridon wrote:
 You can perfectly well have Python 2 and 3 coexisting on the same
 Fedora, and use either in your projects.
 
 The packages are made to be installed in parallel, and there
 shouldn't be any conflicts.
 
 Many people are developing applications in Python 2 or Python 3 on
 the same Fedora machine (myself included).
 
 Unless you're hitting a bug, of course.
 
 Could you give more details on what the problem actually is?

Sure thing. What I'm hitting is a problem in my day job projects (Qpid
and Proton). In both cases we have core code written in C++ (Qpid) and
C (Proton) and provide language bindings via Swig. We use Cmake as our
build system.

When python3 is installed then, with both projects, Cmake finds Python
3. But when the build environment generates the Python language bindings
it's consistently failing to link the libpython2.7 library, and the build
fails.

When I uninstall python3, Cmake finds Python 2.7 and links it in
correctly and all is good.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgp6c2TE9j_h3.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Using Fedora for Gnome development...

2013-04-02 Thread Darryl L. Pierce
On Tue, Apr 02, 2013 at 03:50:26PM -0400, Colin Walters wrote:
 On Tue, 2013-04-02 at 15:31 -0400, Darryl L. Pierce wrote:
 
  When python3 is installed then, with both projects, Cmake finds Python
  3. 
 
 This seems like either a bug in Cmake or your project (not sure which) -
 if it's possible to explicitly specify that you want Python 2, then you
 should be doing so.  Likewise, if a project wants Python 3, you should
 also explicitly say so, at least in the build configuration (spec file,
 bitbake recipe, debian/rules etc.).
 
 Basically while it's sometimes sane for a component to auto-detect from
 the environment which Python to use, you should generally configure it
 explicitly to use whichever one you want.
 
 See also:
 https://mail.gnome.org/archives/desktop-devel-list/2012-November/msg00014.html
 
 Where the conclusion for GNOME was that modules should accept
 --with-python to specify exactly which Python they want.  See also
 http://pkgs.fedoraproject.org/cgit/pygobject3.git/tree/pygobject3.spec#n163
 which is accomplishing this in a slightly different way.

I found the problem, but it seems to be in Cmake.

find_package(PythonInterp 2.7 REQUIRED)

works as expected and finds Python 2.7. However:

find_package(PythonLibs 2.7 REQUIRED)

_always_ comes back with the Python 3 library instead of the 2.7
library.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpZrfsS4DQUS.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Using Fedora for Gnome development...

2013-04-01 Thread Darryl L. Pierce
Is anybody on here using Fedora for Gnome development (silly question, I
know)? If so, can you point me to a web page that describes how to setup
Fedora specifically?

I followed some instructions I was given that seems to get things
working, but then causes a problem with my day job development. It
installs python3 which interferes with the building of my main project's
shared libraries, which want Python 2.7 libraries.

Any help is appreciated.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpabOx8K99YT.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Using Fedora for Gnome development...

2013-04-01 Thread Darryl L. Pierce
On Mon, Apr 01, 2013 at 10:08:31PM +0200, drago01 wrote:
 On Mon, Apr 1, 2013 at 9:17 PM, Darryl L. Pierce mcpie...@gmail.com wrote:
  Is anybody on here using Fedora for Gnome development (silly question, I
  know)?
 
 Yes ...
 
   If so, can you point me to a web page that describes how to setup
  Fedora specifically?
 
 Use jhbuild (https://live.gnome.org/Jhbuild) you don't really have to
 change much on your system (just installing compiler toolchain etc).
 jhbuild can install required packages from the repos (sysdeps) or just
 build them from source (handy if iyou need a newer version which is
 not yet packaged).
 
 It does not touch your system at all (builds everything in a folder
 inside your homedir).

When I ran this (which is where I ran into problems) jhbuild installs
python3 and its dependencies, which is what's borking my day job
development.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpM5PGVVZdPU.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-qpid_proton] Changed the qpid-proton dependency to qpid-proton-c.

2013-04-01 Thread Darryl L . Pierce
commit 600f14b4d8a376aa1ba4d06bc3275dd3c7cf043f
Author: Darryl L. Pierce dpie...@redhat.com
Date:   Mon Apr 1 11:16:01 2013 -0400

Changed the qpid-proton dependency to qpid-proton-c.

- Changed the qpid-proton-devel dependency to qpid-proton-c-devel.

 perl-qpid_proton.spec |   12 
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index ba2c8f7..cf12b5b 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,6 +1,6 @@
 Name:   perl-qpid_proton
 Version:0.4
-Release:1%{?dist}
+Release:1.1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -11,14 +11,14 @@ Source0:perl-qpid_proton-%{version}.tar.gz
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
-BuildRequires:  qpid-proton-devel = %{version}
+BuildRequires:  qpid-proton-c-devel = %{version}
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 
 %{?perl_default_filter}
 
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-Requires:   qpid-proton = %{version}
+Requires:   qpid-proton-c = %{version}
 
 
 %description
@@ -58,7 +58,11 @@ make test
 
 
 %changelog
-* Fri Mar  1 2013 Darryl L. Pierce dpie...@rehdat.com - 0.4-1
+* Mon Apr  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.4-1.1
+- Changed the qpid-proton dependency to qpid-proton-c.
+- Changed the qpid-proton-devel dependency to qpid-proton-c-devel.
+
+* Fri Mar  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.4-1
 - Rebased on Proton 0.4.
 
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.3-3
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f19] Changed the qpid-proton dependency to qpid-proton-c.

2013-04-01 Thread Darryl L . Pierce
commit a0427c518992e7e75a03f8fd206336498e5ed504
Author: Darryl L. Pierce dpie...@redhat.com
Date:   Mon Apr 1 11:16:01 2013 -0400

Changed the qpid-proton dependency to qpid-proton-c.

- Changed the qpid-proton-devel dependency to qpid-proton-c-devel.

 perl-qpid_proton.spec |   12 
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index ba2c8f7..cf12b5b 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,6 +1,6 @@
 Name:   perl-qpid_proton
 Version:0.4
-Release:1%{?dist}
+Release:1.1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -11,14 +11,14 @@ Source0:perl-qpid_proton-%{version}.tar.gz
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
-BuildRequires:  qpid-proton-devel = %{version}
+BuildRequires:  qpid-proton-c-devel = %{version}
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 
 %{?perl_default_filter}
 
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-Requires:   qpid-proton = %{version}
+Requires:   qpid-proton-c = %{version}
 
 
 %description
@@ -58,7 +58,11 @@ make test
 
 
 %changelog
-* Fri Mar  1 2013 Darryl L. Pierce dpie...@rehdat.com - 0.4-1
+* Mon Apr  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.4-1.1
+- Changed the qpid-proton dependency to qpid-proton-c.
+- Changed the qpid-proton-devel dependency to qpid-proton-c-devel.
+
+* Fri Mar  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.4-1
 - Rebased on Proton 0.4.
 
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.3-3
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f18] Changed the qpid-proton dependency to qpid-proton-c.

2013-04-01 Thread Darryl L . Pierce
commit 8696dc5f276736bd70e14a7a7ed401a2ea69dfda
Author: Darryl L. Pierce dpie...@redhat.com
Date:   Mon Apr 1 11:16:01 2013 -0400

Changed the qpid-proton dependency to qpid-proton-c.

- Changed the qpid-proton-devel dependency to qpid-proton-c-devel.

 perl-qpid_proton.spec |   12 
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index f555042..77a91f0 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,6 +1,6 @@
 Name:   perl-qpid_proton
 Version:0.4
-Release:1%{?dist}
+Release:1.1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -11,14 +11,14 @@ Source0:perl-qpid_proton-%{version}.tar.gz
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
-BuildRequires:  qpid-proton-devel = %{version}
+BuildRequires:  qpid-proton-c-devel = %{version}
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 
 %{?perl_default_filter}
 
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-Requires:   qpid-proton = %{version}
+Requires:   qpid-proton-c = %{version}
 
 
 %description
@@ -58,7 +58,11 @@ make test
 
 
 %changelog
-* Fri Mar  1 2013 Darryl L. Pierce dpie...@rehdat.com - 0.4-1
+* Mon Apr  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.4-1.1
+- Changed the qpid-proton dependency to qpid-proton-c.
+- Changed the qpid-proton-devel dependency to qpid-proton-c-devel.
+
+* Fri Mar  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.4-1
 - Rebased on Proton 0.4.
 
 * Fri Feb  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.3-2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f17] Changed the qpid-proton dependency to qpid-proton-c.

2013-04-01 Thread Darryl L . Pierce
commit c9f1be7a37467b56ed7d79606e14d847194809ac
Author: Darryl L. Pierce dpie...@redhat.com
Date:   Mon Apr 1 11:16:01 2013 -0400

Changed the qpid-proton dependency to qpid-proton-c.

- Changed the qpid-proton-devel dependency to qpid-proton-c-devel.

 perl-qpid_proton.spec |   12 
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index f555042..77a91f0 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,6 +1,6 @@
 Name:   perl-qpid_proton
 Version:0.4
-Release:1%{?dist}
+Release:1.1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -11,14 +11,14 @@ Source0:perl-qpid_proton-%{version}.tar.gz
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  swig
-BuildRequires:  qpid-proton-devel = %{version}
+BuildRequires:  qpid-proton-c-devel = %{version}
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 
 %{?perl_default_filter}
 
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-Requires:   qpid-proton = %{version}
+Requires:   qpid-proton-c = %{version}
 
 
 %description
@@ -58,7 +58,11 @@ make test
 
 
 %changelog
-* Fri Mar  1 2013 Darryl L. Pierce dpie...@rehdat.com - 0.4-1
+* Mon Apr  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.4-1.1
+- Changed the qpid-proton dependency to qpid-proton-c.
+- Changed the qpid-proton-devel dependency to qpid-proton-c-devel.
+
+* Fri Mar  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.4-1
 - Rebased on Proton 0.4.
 
 * Fri Feb  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.3-2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: [ACTION REQUIRED] Retiring packages for Fedora 19 - March 4 update

2013-03-07 Thread Darryl L. Pierce
On Mon, Mar 04, 2013 at 01:20:22PM -0500, Bill Nottingham wrote:
 Package rubygem-acts-as-list (orphan)

I've taken this one. Anybody want to co-maintain?

 Package spicebird (orphan)

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgptvdt6mDSe9.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [ACTION REQUIRED] Retiring packages for Fedora 19 - March 4 update

2013-03-07 Thread Darryl L. Pierce
On Thu, Mar 07, 2013 at 07:50:59AM -0500, Darryl L. Pierce wrote:
 On Mon, Mar 04, 2013 at 01:20:22PM -0500, Bill Nottingham wrote:
  Package rubygem-acts-as-list (orphan)
 
 I've taken this one. Anybody want to co-maintain?
 
  Package spicebird (orphan)

Second thought, I've decided against this. Upstream appears to be dead
so this likely can just go away.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpB5ToB4Ymvt.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-qpid_proton] Rebased on Proton 0.4.

2013-03-01 Thread Darryl L . Pierce
commit ff63fcf63b6e90f3016ea057656a554beaef739f
Author: Darryl L. Pierce dpie...@redhat.com
Date:   Fri Mar 1 14:21:40 2013 -0500

Rebased on Proton 0.4.

 .gitignore |1 +
 ...Fixes-to-Perl-code-due-to-unit-test-failu.patch |  294 --
 02-PROTON-176-Provide-Perl-unit-tests.patch|  317 
 ...Add-unit-tests-for-qpid-proton-Messenger-.patch |  180 ---
 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch   |   28 --
 ...oved-Version.pm-and-CMakeLists.txt-from-t.patch |   26 --
 perl-qpid_proton.spec  |   19 +-
 sources|2 +-
 8 files changed, 7 insertions(+), 860 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d6f2b7..3d80837 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /perl-qpid_proton-0.3.tar.gz
+/perl-qpid_proton-0.4.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index 4e72f5d..ba2c8f7 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,6 +1,6 @@
 Name:   perl-qpid_proton
-Version:0.3
-Release:3%{?dist}
+Version:0.4
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -21,24 +21,12 @@ Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $versi
 Requires:   qpid-proton = %{version}
 
 
-Patch1: 01-PROTON-176-Fixes-to-Perl-code-due-to-unit-test-failu.patch
-Patch2: 02-PROTON-176-Provide-Perl-unit-tests.patch
-Patch3: 03-PROTON-176-Add-unit-tests-for-qpid-proton-Messenger-.patch
-Patch4: 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch
-Patch5: 05-NO-JIRA-Removed-Version.pm-and-CMakeLists.txt-from-t.patch
-
-
 %description
 %{summary}.
 
 
 %prep
 %setup -q
-%patch1 -p4
-%patch2 -p4
-%patch3 -p4
-%patch4 -p4
-%patch5 -p4
 
 swig -perl -I/usr/include -o cproton_perl.c perl.i
 
@@ -70,6 +58,9 @@ make test
 
 
 %changelog
+* Fri Mar  1 2013 Darryl L. Pierce dpie...@rehdat.com - 0.4-1
+- Rebased on Proton 0.4.
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 883ae8d..d2a0c3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a336ee13e59dd1966e8555cd6c4777e  perl-qpid_proton-0.3.tar.gz
+124e3a6e1a8f3f73519b12cf38f49622  perl-qpid_proton-0.4.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f18] Rebased on Proton 0.4.

2013-03-01 Thread Darryl L . Pierce
commit 2d31f943351a71f535ba1a5268e030bb1e3e75e7
Author: Darryl L. Pierce dpie...@redhat.com
Date:   Fri Mar 1 14:21:40 2013 -0500

Rebased on Proton 0.4.

 .gitignore |1 +
 ...Fixes-to-Perl-code-due-to-unit-test-failu.patch |  294 --
 02-PROTON-176-Provide-Perl-unit-tests.patch|  317 
 ...Add-unit-tests-for-qpid-proton-Messenger-.patch |  180 ---
 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch   |   28 --
 ...oved-Version.pm-and-CMakeLists.txt-from-t.patch |   26 --
 perl-qpid_proton.spec  |   19 +-
 sources|2 +-
 8 files changed, 7 insertions(+), 860 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d6f2b7..3d80837 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /perl-qpid_proton-0.3.tar.gz
+/perl-qpid_proton-0.4.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index e4e6654..f555042 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,6 +1,6 @@
 Name:   perl-qpid_proton
-Version:0.3
-Release:2%{?dist}
+Version:0.4
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -21,24 +21,12 @@ Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $versi
 Requires:   qpid-proton = %{version}
 
 
-Patch1: 01-PROTON-176-Fixes-to-Perl-code-due-to-unit-test-failu.patch
-Patch2: 02-PROTON-176-Provide-Perl-unit-tests.patch
-Patch3: 03-PROTON-176-Add-unit-tests-for-qpid-proton-Messenger-.patch
-Patch4: 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch
-Patch5: 05-NO-JIRA-Removed-Version.pm-and-CMakeLists.txt-from-t.patch
-
-
 %description
 %{summary}.
 
 
 %prep
 %setup -q
-%patch1 -p4
-%patch2 -p4
-%patch3 -p4
-%patch4 -p4
-%patch5 -p4
 
 swig -perl -I/usr/include -o cproton_perl.c perl.i
 
@@ -70,6 +58,9 @@ make test
 
 
 %changelog
+* Fri Mar  1 2013 Darryl L. Pierce dpie...@rehdat.com - 0.4-1
+- Rebased on Proton 0.4.
+
 * Fri Feb  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.3-2
 - First official release for Fedora.
 
diff --git a/sources b/sources
index 883ae8d..d2a0c3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a336ee13e59dd1966e8555cd6c4777e  perl-qpid_proton-0.3.tar.gz
+124e3a6e1a8f3f73519b12cf38f49622  perl-qpid_proton-0.4.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton/f17] Rebased on Proton 0.4.

2013-03-01 Thread Darryl L . Pierce
commit 9b0607644f7883cf149496f7c28143b364784db1
Author: Darryl L. Pierce dpie...@redhat.com
Date:   Fri Mar 1 14:21:40 2013 -0500

Rebased on Proton 0.4.

 .gitignore |1 +
 ...Fixes-to-Perl-code-due-to-unit-test-failu.patch |  294 --
 02-PROTON-176-Provide-Perl-unit-tests.patch|  317 
 ...Add-unit-tests-for-qpid-proton-Messenger-.patch |  180 ---
 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch   |   28 --
 ...oved-Version.pm-and-CMakeLists.txt-from-t.patch |   26 --
 perl-qpid_proton.spec  |   19 +-
 sources|2 +-
 8 files changed, 7 insertions(+), 860 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d6f2b7..3d80837 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /perl-qpid_proton-0.3.tar.gz
+/perl-qpid_proton-0.4.tar.gz
diff --git a/perl-qpid_proton.spec b/perl-qpid_proton.spec
index e4e6654..f555042 100644
--- a/perl-qpid_proton.spec
+++ b/perl-qpid_proton.spec
@@ -1,6 +1,6 @@
 Name:   perl-qpid_proton
-Version:0.3
-Release:2%{?dist}
+Version:0.4
+Release:1%{?dist}
 Summary:Perl language bindings for Qpid Proton
 
 License:ASL 2.0
@@ -21,24 +21,12 @@ Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $versi
 Requires:   qpid-proton = %{version}
 
 
-Patch1: 01-PROTON-176-Fixes-to-Perl-code-due-to-unit-test-failu.patch
-Patch2: 02-PROTON-176-Provide-Perl-unit-tests.patch
-Patch3: 03-PROTON-176-Add-unit-tests-for-qpid-proton-Messenger-.patch
-Patch4: 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch
-Patch5: 05-NO-JIRA-Removed-Version.pm-and-CMakeLists.txt-from-t.patch
-
-
 %description
 %{summary}.
 
 
 %prep
 %setup -q
-%patch1 -p4
-%patch2 -p4
-%patch3 -p4
-%patch4 -p4
-%patch5 -p4
 
 swig -perl -I/usr/include -o cproton_perl.c perl.i
 
@@ -70,6 +58,9 @@ make test
 
 
 %changelog
+* Fri Mar  1 2013 Darryl L. Pierce dpie...@rehdat.com - 0.4-1
+- Rebased on Proton 0.4.
+
 * Fri Feb  1 2013 Darryl L. Pierce dpie...@redhat.com - 0.3-2
 - First official release for Fedora.
 
diff --git a/sources b/sources
index 883ae8d..d2a0c3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a336ee13e59dd1966e8555cd6c4777e  perl-qpid_proton-0.3.tar.gz
+124e3a6e1a8f3f73519b12cf38f49622  perl-qpid_proton-0.4.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File perl-qpid_proton-0.4.tar.gz uploaded to lookaside cache by mcpierce

2013-02-27 Thread Darryl L. Pierce
A file has been added to the lookaside cache for perl-qpid_proton:

124e3a6e1a8f3f73519b12cf38f49622  perl-qpid_proton-0.4.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: [fedora-arm] Fedora 18 for ARM Available Now!

2013-02-06 Thread Darryl L. Pierce
On Tue, Feb 05, 2013 at 09:58:25AM -0500, Paul Whalen wrote:
 
 
 The Fedora ARM team is pleased to announce that Fedora 18 for ARM is now 
 available 
 for download from:
 
 http://dl.fedoraproject.org/pub/fedora-secondary/releases/18/Images/
 
 The Fedora 18 for ARM release includes pre-built images for Versatile Express 
 (QEMU),
 Trimslice (Tegra), Pandaboard (OMAP4), GuruPlug (Kirkwood), and Beagleboard 
 (OMAP3)
 hardware platforms. Fedora 18 for ARM also includes an installation tree in 
 the
 yum repository which may be used to PXE-boot a kickstart-based installation 
 on 
 systems that support this option, such as the Calxeda EnergyCore (HighBank).
 
 Please visit the announcement page for additional information and links to
 specific images:
 
 http://fedoraproject.org/wiki/Architectures/ARM/F18_Release_Announcement
 
 Join us on the IRC in #fedora-arm on Freenode or send feedback and comments 
 to the 
 ARM mailing list.
 
 On behalf of the Fedora ARM team,
 Paul

I wrote up a blog entry on how to install the above on a Samsung
Chromebook:

http://mcpierce.blogspot.com/2013/02/loading-fedora-on-samsung-chromebook.html

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpP4zIegcOFe.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

File perl-qpid_proton-0.3.tar.gz uploaded to lookaside cache by mcpierce

2013-02-01 Thread Darryl L. Pierce
A file has been added to the lookaside cache for perl-qpid_proton:

7a336ee13e59dd1966e8555cd6c4777e  perl-qpid_proton-0.3.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-qpid_proton] First official release for Fedora.

2013-02-01 Thread Darryl L . Pierce
commit b835695153660766dce6e601edd750fbc173d2fe
Author: Darryl L. Pierce dpie...@redhat.com
Date:   Fri Feb 1 09:50:34 2013 -0500

First official release for Fedora.

 .gitignore |1 +
 ...Fixes-to-Perl-code-due-to-unit-test-failu.patch |  294 ++
 02-PROTON-176-Provide-Perl-unit-tests.patch|  317 
 ...Add-unit-tests-for-qpid-proton-Messenger-.patch |  180 +++
 04-NO-JIRA-Fixed-the-package-name-for-Perl.patch   |   28 ++
 ...oved-Version.pm-and-CMakeLists.txt-from-t.patch |   26 ++
 perl-qpid_proton.spec  |   82 +
 sources|1 +
 8 files changed, 929 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6d6f2b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/perl-qpid_proton-0.3.tar.gz
diff --git a/01-PROTON-176-Fixes-to-Perl-code-due-to-unit-test-failu.patch 
b/01-PROTON-176-Fixes-to-Perl-code-due-to-unit-test-failu.patch
new file mode 100644
index 000..d552e96
--- /dev/null
+++ b/01-PROTON-176-Fixes-to-Perl-code-due-to-unit-test-failu.patch
@@ -0,0 +1,294 @@
+From d5b922b22e47786204126b75ea4993ad58a3 Mon Sep 17 00:00:00 2001
+From: mcpierce mcpierce@13f79535-47bb-0310-9956-ffa450edef68
+Date: Wed, 16 Jan 2013 21:48:14 +
+Subject: [PATCH 2/7] PROTON-176: Fixes to Perl code due to unit test failures.
+
+Fixes for code that failed the new unit tests.
+
+git-svn-id: https://svn.apache.org/repos/asf/qpid/proton/trunk@1434420 
13f79535-47bb-0310-9956-ffa450edef68
+---
+ proton-c/bindings/perl/lib/qpid/proton/Message.pm | 76 +
+ proton-c/bindings/perl/perl.i | 99 +++
+ 2 files changed, 160 insertions(+), 15 deletions(-)
+
+diff --git a/proton-c/bindings/perl/lib/qpid/proton/Message.pm 
b/proton-c/bindings/perl/lib/qpid/proton/Message.pm
+index 616505d..6023941 100644
+--- a/proton-c/bindings/perl/lib/qpid/proton/Message.pm
 b/proton-c/bindings/perl/lib/qpid/proton/Message.pm
+@@ -19,6 +19,11 @@
+ 
+ package qpid::proton::Message;
+ 
++our $DATA_FORMAT = $cproton_perl::PN_DATA;
++our $TEXT_FORMAT = $cproton_perl::PN_TEXT;
++our $AMQP_FORMAT = $cproton_perl::PN_AMQP;
++our $JSON_FORMAT = $cproton_perl::PN_JSON;
++
+ sub new {
+ my ($class) = @_;
+ my ($self) = {};
+@@ -32,7 +37,9 @@ sub new {
+ 
+ sub DESTROY {
+ my ($self) = @_;
+-cproton_perl::pn_message_free($self-{_impl});
++my $impl = $self-{_impl};
++
++cproton_perl::pn_message_free($impl);
+ }
+ 
+ sub get_impl {
+@@ -62,7 +69,7 @@ sub set_durable {
+ 
+ sub get_durable {
+ my ($self) = @_;
+-return cproton_perl::pn_message_get_durable($self-{_impl});
++return cproton_perl::pn_message_is_durable($self-{_impl});
+ }
+ 
+ sub set_priority {
+@@ -92,7 +99,7 @@ sub set_first_acquirer {
+ 
+ sub get_first_acquirer {
+ my ($self) = @_;
+-return cproton_perl::pn_message_get_first_acquirer($self-{_impl});
++return cproton_perl::pn_message_is_first_acquirer($self-{_impl});
+ }
+ 
+ sub set_delivery_count {
+@@ -107,22 +114,34 @@ sub get_delivery_count {
+ 
+ sub set_id {
+ my ($self) = @_;
+-cproton_perl::pn_message_set_id($self-{_impl}, $_[1]);
++my $id = $_[1];
++
++die Message id must be defined if !defined($id);
++
++cproton_perl::pn_message_set_id($self-{_impl}, $id);
+ }
+ 
+ sub get_id {
+ my ($self) = @_;
+-return cproton_perl::pn_message_get_id($self-{_impl});
++my $id = cproton_perl::pn_message_get_id($self-{_impl});
++
++return $id;
+ }
+ 
+ sub set_user_id {
+ my ($self) = @_;
+-cproton_perl::pn_message_set_user_id($self-{_impl}, $_[1]);
++my $user_id = $_[1];
++
++die User id must be defined if !defined($user_id);
++
++cproton_perl::pn_message_set_user_id($self-{_impl}, $user_id);
+ }
+ 
+ sub get_user_id {
+ my ($self) = @_;
+-return cproton_perl::pn_message_get_user_id($self-{_impl}, $_[1]);
++my $user_id = cproton_perl::pn_message_get_user_id($self-{_impl});
++
++return $user_id;
+ }
+ 
+ sub set_address {
+@@ -167,7 +186,11 @@ sub get_correlation_id {
+ 
+ sub set_format {
+ my ($self) = @_;
+-cproton_perl::pn_message_set_format($self-{_impl}, $_[1]);
++my $format = $_[1];
++
++die Format must be defined if !defined($format);
++
++cproton_perl::pn_message_set_format($self-{_impl}, $format);
+ }
+ 
+ sub get_format {
+@@ -187,12 +210,15 @@ sub get_content_type {
+ 
+ sub set_content {
+ my ($self) = @_;
+-my ($content) = $_[1];
++my $content = $_[1];
++
+ cproton_perl::pn_message_load($self-{_impl}, $content);
+ }
+ 
+ sub get_content {
+ my ($self) = @_;
++my $content = cproton_perl::pn_message_save($self-{_impl}, 1024);
++
+ return cproton_perl::pn_message_save($self-{_impl}, 1024);
+ }
+ 
+@@ -206,19 +232,35 @@ sub get_content_encoding {
+ return cproton_perl::pn_message_get_content_encoding

[perl-qpid_proton/f18] First official release for Fedora.

2013-02-01 Thread Darryl L . Pierce
Summary of changes:

  b835695... First official release for Fedora. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Review swap: qpid-proton, rubygem-{bicho,inifile}

2012-12-07 Thread Darryl L. Pierce
Hi, I've got a few packages I'd like to get through review and will swap
reviews with anybody to do so.

qpid-proton
https://bugzilla.redhat.com/show_bug.cgi?id=874105

rubygem-bicho
https://bugzilla.redhat.com/show_bug.cgi?id=836368

rubygem-inifile
https://bugzilla.redhat.com/show_bug.cgi?id=874249

Thanks.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpPJM7fzvdKo.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Review swap: perl-qpid

2012-09-11 Thread Darryl L. Pierce
On Mon, Aug 27, 2012 at 10:12:13AM -0400, Darryl L. Pierce wrote:
 This package was being reviewed, but the review disappeared on me almost
 two months ago:
 
 https://bugzilla.redhat.com/show_bug.cgi?id=834070

I'm still looking for someone who would like to do a review swap with
me.

-- 
Darryl L. Pierce mcpie...@gmail.com
http://mcpierce.multiply.com/
What do you care what people think, Mr. Feynman?


pgpHv8GqbzmNi.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

  1   2   >