[Test-Announce] 2015-03-19 Fedora 22 I18N Test Day

2015-03-19 Thread Akira TAGOH
Hi,

We have a test day event for Internationalization on f22 as usual to make sure 
if f22 has any issues around i18n.
Please join Freenode #fedora-test-day and try if your primary language works on 
f22 when you have a bit of time.
Test cases and details are:

https://fedoraproject.org/wiki/Test_Day:2015-03-19_i18n

Also good to read:
http://fedoramagazine.org/your-chance-to-contribute-in-fedora-22-development-cycle-through-test-days/

All of feedbacks are valuable. even if you don't have a time today, you can try 
it anytime if you like.

TIA,
---
Akira TAGOH
___
test-announce mailing list
test-annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/test-announce
-- 
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: Harden_all_packages_with_position-independent_code + guile modules

2015-03-19 Thread Nikos Mavrogiannopoulos
On Wed, 2015-03-18 at 11:37 -0700, Moez Roy wrote:
   FULL RELRO
   http://tk-blog.blogspot.co.at/2009/02/relro-not-so-well-known-memory.html
  If that's all we got I suggest to remove this flag or (better) provide a
  way for applications that use modules to compile themselves, without
  removing the whole set of hardening flags.
 
  Any advise from the change owners? How should applications that use
  modules with undefined systems should handle that? Should they add %
  undefine _hardened_build by default?
  I was doing some research last night but not tested it yet:
  nonow
  1) add -nonow to the CFLAGS
  2) or add -z nonow to the LDFLAGS
  doing the koji builds now to test and see if it works.
  Also need to test if there is a -lazy option.
 Why are you using -Wl,--no-add-needed in the LD flags?

I don't see the reason for it. Added Tomas (the previous maintainer) in
case he remembers.

 I am able to get much further ahead in the build process when I remove this.

Do you mean the package was fully built by removing the no-add-needed
flag? Previously the make check process was failing.

regards,
Nikos


-- 
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-GStreamer1/f22] (2 commits) ...more cleanups from review

2015-03-19 Thread Remi Collet
Summary of changes:

  2131430... import from review #1203610 (*)
  1fb6e5f... more cleanups from review (*)

(*) 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-GStreamer1/f21] (2 commits) ...more cleanups from review

2015-03-19 Thread Remi Collet
Summary of changes:

  2131430... import from review #1203610 (*)
  1fb6e5f... more cleanups from review (*)

(*) 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 GStreamer1-0.003.tar.gz uploaded to lookaside cache by remi

2015-03-19 Thread Remi Collet
A file has been added to the lookaside cache for perl-GStreamer1:

f23024341f2279bbfc7d2d3c027533ed  GStreamer1-0.003.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-GStreamer1] import from review #1203610

2015-03-19 Thread Remi Collet
commit 21314301c353dcb9487bef14aab6e23df78e84ba
Author: Remi Collet r...@fedoraproject.org
Date:   Thu Mar 19 23:29:26 2015 +0100

import from review #1203610

 .gitignore   |  1 +
 perl-GStreamer1.spec | 73 
 sources  |  1 +
 3 files changed, 75 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0e35967 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/GStreamer1-0.003.tar.gz
diff --git a/perl-GStreamer1.spec b/perl-GStreamer1.spec
new file mode 100644
index 000..4077b82
--- /dev/null
+++ b/perl-GStreamer1.spec
@@ -0,0 +1,73 @@
+# spec file for perl-GStreamer1
+#
+# Copyright (c) 2015 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/4.0/
+#
+# Please, preserve the changelog entries
+#
+
+Name:   perl-GStreamer1
+Version:0.003
+Release:2%{?dist}
+Summary:Bindings for GStreamer 1.0, the open source multimedia 
framework
+# Full text of the License in the headers is enough,
+# But https://rt.cpan.org/Ticket/Display.html?id=102878
+License:BSD
+URL:http://search.cpan.org/dist/GStreamer1/
+Source0:
http://search.cpan.org/CPAN/authors/id/T/TM/TMURRAY/GStreamer1-%{version}.tar.gz
+
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(Devel::CheckLib)
+BuildRequires:  perl(Glib::Object::Introspection)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::More)
+BuildRequires:  gstreamer1-devel
+BuildRequires:  gstreamer1-plugins-base
+
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+# For Gst-1.0.typelib and GstApp-1.0.typelib
+Requires:   gstreamer1
+Requires:   gstreamer1-plugins-base
+
+%{?perl_default_filter}
+
+
+%description
+GStreamer1 implements a framework that allows for processing and encoding
+of multimedia sources in a manner similar to a shell pipeline.
+
+
+%prep
+%setup -q -n GStreamer1-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+
+%install
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+%{_fixperms} %{buildroot}/*
+
+
+%check
+make test
+
+
+%files
+%doc CHANGELOG dist.ini
+%{perl_vendorlib}/GStreamer1*
+%{_mandir}/man3/GStreamer1*
+
+
+%changelog
+* Thu Mar 19 2015 Remi Collet r...@fedoraproject.org - 0.003-2
+- fix Source0, comment on review #1203610
+
+* Thu Mar 19 2015 Remi Collet r...@fedoraproject.org - 0.003-1
+- Specfile autogenerated by cpanspec 1.78.
+- cleanup (thanks eseyman)
\ No newline at end of file
diff --git a/sources b/sources
index e69de29..a543930 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f23024341f2279bbfc7d2d3c027533ed  GStreamer1-0.003.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-GStreamer1] more cleanups from review

2015-03-19 Thread Remi Collet
commit 1fb6e5f3416816f897b6502c0fa2aa38d2daad72
Author: Remi Collet r...@fedoraproject.org
Date:   Thu Mar 19 23:29:55 2015 +0100

more cleanups from review

 perl-GStreamer1.spec | 18 --
 1 file changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/perl-GStreamer1.spec b/perl-GStreamer1.spec
index 4077b82..fb082b5 100644
--- a/perl-GStreamer1.spec
+++ b/perl-GStreamer1.spec
@@ -10,7 +10,7 @@
 Name:   perl-GStreamer1
 Version:0.003
 Release:2%{?dist}
-Summary:Bindings for GStreamer 1.0, the open source multimedia 
framework
+Summary:Bindings for GStreamer 1.x
 # Full text of the License in the headers is enough,
 # But https://rt.cpan.org/Ticket/Display.html?id=102878
 License:BSD
@@ -18,17 +18,21 @@ URL:http://search.cpan.org/dist/GStreamer1/
 Source0:
http://search.cpan.org/CPAN/authors/id/T/TM/TMURRAY/GStreamer1-%{version}.tar.gz
 
 BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(Devel::CheckLib)
-BuildRequires:  perl(Glib::Object::Introspection)
+BuildRequires:  perl(Glib::Object::Introspection) = 0.009
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::More)
 BuildRequires:  gstreamer1-devel
 BuildRequires:  gstreamer1-plugins-base
 
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-# For Gst-1.0.typelib and GstApp-1.0.typelib
+# For Gst-1.0.typelib, GstBase-1.0.typelib and GstController-1.0.typelib
 Requires:   gstreamer1
+# For GstApp-1.0.typelib
 Requires:   gstreamer1-plugins-base
 
 %{?perl_default_filter}
@@ -38,13 +42,15 @@ Requires:   gstreamer1-plugins-base
 GStreamer1 implements a framework that allows for processing and encoding
 of multimedia sources in a manner similar to a shell pipeline.
 
+This package provides the perl language bindings.
+
 
 %prep
 %setup -q -n GStreamer1-%{version}
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
@@ -59,14 +65,14 @@ make test
 
 
 %files
-%doc CHANGELOG dist.ini
+%doc CHANGELOG dist.ini examples
 %{perl_vendorlib}/GStreamer1*
 %{_mandir}/man3/GStreamer1*
 
 
 %changelog
 * Thu Mar 19 2015 Remi Collet r...@fedoraproject.org - 0.003-2
-- fix Source0, comment on review #1203610
+- fix Source0 and comments from review #1203610
 
 * Thu Mar 19 2015 Remi Collet r...@fedoraproject.org - 0.003-1
 - Specfile autogenerated by cpanspec 1.78.
--
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

[EPEL-devel] Python3 vote

2015-03-19 Thread Stephen John Smoogen
At the last meeting I promised we would hold a vote on the Python 3 on the
mailing lists. I got sidetracked after the meeting and never got to calling
a vote on it. However in that time I haven't seen any complaints from the
EPSCO members so would like to just have a +1/-1 vote by tomorrow on the
proposed python3 item

https://fedoraproject.org/w/index.php?title=User%3ABkabrda%2FEPEL7_Python3

I am +1 on this.


-- 
Stephen J Smoogen.
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


[Bug 1203933] perl-JavaScript-Minifier-1.13 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203933



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9276027

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=RovyjgQvQ4a=cc_unsubscribe
--
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 Excel-Writer-XLSX-0.83.tar.gz uploaded to lookaside cache by ddick

2015-03-19 Thread David Dick
A file has been added to the lookaside cache for perl-Excel-Writer-XLSX:

3958ede66f2295c87828b599bff5eab7  Excel-Writer-XLSX-0.83.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

Broken dependencies: perl-PDL

2015-03-19 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.7.0-8.fc22.x86_64 requires libproj.so.0()(64bit)
On i386:
perl-PDL-2.7.0-8.fc22.i686 requires libproj.so.0
On armhfp:
perl-PDL-2.7.0-8.fc22.armv7hl requires libproj.so.0
Please resolve this as soon as possible.


--
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-Excel-Writer-XLSX/f22] Update to 0.83

2015-03-19 Thread David Dick
Summary of changes:

  02e6795... Update to 0.83 (*)

(*) 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-Excel-Writer-XLSX/el6] Update to 0.83

2015-03-19 Thread David Dick
Summary of changes:

  02e6795... Update to 0.83 (*)

(*) 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-Excel-Writer-XLSX/epel7] Update to 0.83

2015-03-19 Thread David Dick
Summary of changes:

  02e6795... Update to 0.83 (*)

(*) 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-Excel-Writer-XLSX/f21] Update to 0.83

2015-03-19 Thread David Dick
Summary of changes:

  02e6795... Update to 0.83 (*)

(*) 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-Excel-Writer-XLSX/f20] Update to 0.83

2015-03-19 Thread David Dick
Summary of changes:

  02e6795... Update to 0.83 (*)

(*) 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

Re: FreeRDP downgrade in rawhide and f22 updates-testing

2015-03-19 Thread David Woodhouse
On Wed, 2015-03-18 at 22:07 +0300, Pavel Alexeev wrote:
  
 Why you revert it in rawhide too?
 
 I could help with rebuilding dependencies. Is there other known
 troubles except so-name change?

It's more *rewriting* dependencies than rebuilding them. Especially 
guacamole. You have to deal with the fact that svc_plugin went away, 
and also the old event system (the two commits immediately after the 
FreeRDP snapshot I reverted to). And then potentially more.

I did take a look at making guacamole build against FreeRDP HEAD. I 
got the svc_plugin part working, but then realised that even that had 
licensing problems because I was lifting Apache-licensed code snippets 
from FreeRDP. See https://bugzilla.redhat.com/1199634#c5

If you want to get guacamole-server building against the latest 
FreeRDP, that would be *great*. In the meantime, I didn't think it was 
good to update FreeRDP in rawhide and leave it broken. So I've updated 
to a snapshot which is new enough to meet my requirements (I need 
freerdp-shadow), but without breaking guacamole.

-- 
dwmw2


smime.p7s
Description: S/MIME cryptographic 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: F22 Self Contained Change: Disabled Repositories Support

2015-03-19 Thread Jaroslav Reznik
- Original Message -
 On 03/18/2015 12:55 PM, Peter Robinson wrote:
  How are disabled repositories going to be approved for inclusion?
 
 While you likely meant political meaning of how, I would like share how it
 will be done technically.
 
 Approximately 6 months ago EnvStack wanted to have Playground repository,
 which would be set of Copr repositories.
 Something guaranteed to meet legal requirements, something with sufficient
 quality. Copr already have this attribute for
 every project and admins of Copr can set/unset this flag.
 You can already enable those repositories by:
   dnf playground enable
 if you have dnf-plugins-core. Unfortunately this set is currently empty :)
 
 Half a year ago the blocker for EnvStack was that Copr can not sign
 packages. Copr can do that for few weeks now and I
 notified EnvStack so they can continue on they work on Playground
 repository.
 
 This is IMO ideal candidate for disabled repositories with enabled metadata.

Yep, I raised it on the Council meeting and these two proposals work
pretty well together!

Jaroslav

 I am not sure how to deliver those disable repositories though. But that is
 likely for different discussion.
 
 --
 Miroslav Suchy, RHCE, RHCDS
 Red Hat, Senior Software Engineer, #brno, #devexp, #fedora-buildsys
 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
-- 
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: ocaml cairo

2015-03-19 Thread Richard W.M. Jones
On Wed, Mar 18, 2015 at 08:42:40PM -0600, Orion Poplawski wrote:
 Richard -
 
Apparently plplot is shifting to using
 https://github.com/Chris00/ocaml-cairo for it ocaml cairo bindings.
 It is known by cairo2 on opam.  plplot appears to be the only user
 of ocaml-cairo.  Do you have any thoughts about
 swapping/replacing/etc. ?

NB: I'm CC'ing this to the devel mailing list in case anyone is using
the old ocaml-cairo package.

The facts seem to be:

 - cairo itself still only has version 1.x releases

 - as you say above, in Fedora only plplot requires ocaml-cairo

 - the ocaml-cairo bindings we currently use
   (http://cgit.freedesktop.org/cairo-ocaml/) have not been touched
   upstream for ~ 3 years

 - the ocaml-cairo bindings from
   https://github.com/Chris00/ocaml-cairo are as far as I can tell a
   complete rewrite, and not in any way backwards compatible

 - https://github.com/Chris00/ocaml-cairo seems to be reasonably
   active upstream

 - Debian is still packaging http://cgit.freedesktop.org/cairo-ocaml/ only

So I believe in this case, unless anyone objects, we should simply
replace the upstream of the ocaml-cairo package with
https://github.com/Chris00/ocaml-cairo

I _don't_ think we need to rename the package nor create a new
ocaml-cairo2 package, because (a) only OPAM is using the cairo2 name
and (b) it's going to confuse the heck out of everyone because they'll
think cairo itself has been rewritten.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into KVM guests.
http://libguestfs.org/virt-v2v
-- 
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: Harden_all_packages_with_position-independent_code + guile modules

2015-03-19 Thread Tomas Mraz

On 19.3.2015 08:16, Nikos Mavrogiannopoulos wrote:

On Wed, 2015-03-18 at 11:37 -0700, Moez Roy wrote:

FULL RELRO
http://tk-blog.blogspot.co.at/2009/02/relro-not-so-well-known-memory.html

If that's all we got I suggest to remove this flag or (better) provide a
way for applications that use modules to compile themselves, without
removing the whole set of hardening flags.


Any advise from the change owners? How should applications that use
modules with undefined systems should handle that? Should they add %
undefine _hardened_build by default?

I was doing some research last night but not tested it yet:
nonow
1) add -nonow to the CFLAGS
2) or add -z nonow to the LDFLAGS
doing the koji builds now to test and see if it works.
Also need to test if there is a -lazy option.

Why are you using -Wl,--no-add-needed in the LD flags?


I don't see the reason for it. Added Tomas (the previous maintainer) in
case he remembers.


If I remember correctly it was added to get rid of some unneeded 
dependency that was otherwise pulled in. But it might be unnecessary 
now. You could try to build the rpm (without hardening) with and without 
the -Wl,--no-add-needed and see whether there are some additional 
Requires added to the resulting rpms.


Regards,
Tomas
--
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: F22 Self Contained Change: Disabled Repositories Support

2015-03-19 Thread Jaroslav Reznik
- Original Message -
 On 03/18/2015 05:46 PM, Rahul Sundaram wrote:
  Hi
 
  On Wed, Mar 18, 2015 at 12:21 PM, Mike Pinkerton  wrote:
 
 
  What I don't understand is the wisdom of an official Fedora
  product endorsing a copr when either the software or packaging (or
  both) is not of sufficient quality to make it into the official
  Fedora repo.
 
 
  I don't think of it as a endorsement.
 I see them as a means of discouraging people from packaging for Fedora:
 
 Ask yourself: Why should I package a package properly, when I can get
 off 'cheap'? - msuchy's rationale is along this line.
 
  It is making them more easily
  discoverable but there is going to be a prompt of some sort that warns
  them of the nature of such software and users get to choose whether they
  are willing to accept that tradeoff for immediate access.  One might
  choose to use say, Chromium regardless of the bundling issues for example.
 
 There are many more ways why a package not to be eligible for Fedora
 than bundling:
 - Illegal/patent-encumbered in the US, but legal to distribute in other
 countries.
 - Legal to distribute binaries, repackaged for packager lazyness,
 (e.g. Java) or complexity (foreign arch binaries needed to support
 cross-toolchains).
 - Content-only packages (Videos, Audiofiles).
 - Packages with ethical/political controversial contents.
 ...
 
 In other words, if you are really serious about this plan, you need some
 authority to continuously review the packages in such endorsed repos,
 technically, legally and politically.

And that's what Council agreed on. The process is not yet set but it may
end up on Council's table.

By the way, for non-good stuff you mentioned above - it's already not
allowed to do it in Coprs - 
https://fedorahosted.org/copr/wiki/UserDocs#WhatIcanbuildinCopr

So for Copr, I'm in support of this proposal as it perfectly fits with
the idea of Playground repository I helped to draft. Copr is part of
Fedora project (and I even would like it more integral part as part of
Koji). For repositories outside Fedora Project, I stated on the Council
meeting, that I'd require opt-in/opt-out consent from user before even
search for such disabled repository is allowed. But it would be one
dialog with ack/nack and explanation what does it mean.

Jaroslav

 
 
 Ralf
 
 
 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
-- 
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: hardening breaks X.org

2015-03-19 Thread Florian Weimer
On 03/02/2015 02:16 AM, David Airlie wrote:
 So the rebuild to use hardened builds by default in rawhide, broke X.org.
 
 Thanks guys, my system is more secure, but I can't run any apps.
 
 Anyways enough snark from me, the problem seems to be that hardening
 makes bind now override RTLD_LAZY options, and the X server relies
 on the RTLD_LAZY on its drivers being lazy.

Why is that?

(I'm just collecting corner cases for ld.so oddities.)

-- 
Florian Weimer / Red Hat Product Security
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

libtaskotron: /var/cache/taskotron dir added

2015-03-19 Thread Kamil Paral
Hello,

those of you who use libtaskotron from git, please note that libtaskotron now 
requires one more directory (/var/cache/taskotron) to exist [1]. From now on, 
you should be notified if you're missing any of the important directories right 
at 'runtask' execution start (the execution will exit in that case).

I have also added this directory into conf/tmpfiles.d/taskotron.conf, so if you 
use automatic pruning of taskotron directories, be sure to update this file in 
your system.

Cheers,
Kamil

[1] https://phab.qadevel.cloud.fedoraproject.org/D266
___
qa-devel mailing list
qa-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/qa-devel


[perl-Excel-Writer-XLSX] Update to 0.83

2015-03-19 Thread David Dick
commit 02e6795a7ea7de635de4d114eabbd37571101b32
Author: David Dick dd...@cpan.org
Date:   Thu Mar 19 18:45:24 2015 +1100

Update to 0.83

 .gitignore  | 1 +
 perl-Excel-Writer-XLSX.spec | 6 +-
 sources | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6dc9d2..69eb36b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Excel-Writer-XLSX-0.78.tar.gz
 /Excel-Writer-XLSX-0.79.tar.gz
 /Excel-Writer-XLSX-0.81.tar.gz
+/Excel-Writer-XLSX-0.83.tar.gz
diff --git a/perl-Excel-Writer-XLSX.spec b/perl-Excel-Writer-XLSX.spec
index be6b5fb..b54eb88 100644
--- a/perl-Excel-Writer-XLSX.spec
+++ b/perl-Excel-Writer-XLSX.spec
@@ -1,5 +1,5 @@
 Name:   perl-Excel-Writer-XLSX
-Version:0.81
+Version:0.83
 Release:1%{?dist}
 Summary:Create a new file in the Excel 2007+ XLSX format
 License:GPL+ or Artistic
@@ -43,6 +43,7 @@ The Excel::Writer::XLSX module can be used to create an Excel 
file in the
 %setup -q -n Excel-Writer-XLSX-%{version}
 iconv --from=ISO-8859-1 --to=UTF-8 README  README.new
 touch -r README.new README
+mv README.new README
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -66,6 +67,9 @@ make test
 %{_bindir}/*
 
 %changelog
+* Thu Mar 19 2015 David Dick dd...@cpan.org - 0.83-1
+- Update to 0.83
+
 * Sat Nov 08 2014 David Dick dd...@cpan.org - 0.81-1
 - Update to 0.81
 
diff --git a/sources b/sources
index 8e33b80..7b58f0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-46246692b03d5e82e40125b8f32ff554  Excel-Writer-XLSX-0.81.tar.gz
+3958ede66f2295c87828b599bff5eab7  Excel-Writer-XLSX-0.83.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

openQA crash reporting

2015-03-19 Thread Adam Williamson
hey folks! I mentioned this to jskladan on IRC, but just for the 
permanent record, I'm working on optional crash report submission for 
openQA.

at first I had the workers clicking through the graphical report 
submission process, but that has several problems:

a) needles and keypresses and blah
b) workers don't actually know the job ID or URL, so can't include it 
in the bug report
c) requires inventing some kind of way to get a BZ username and 
password into the workers without it being logged (doable, but just 
unnecessary work, when libreport-plugin-bugzilla already has this set 
up)

so instead I'm doing it in report_job_results.py in 
openqa_fedora_tools. It actually builds off D310, Jan's improvement to 
upload the contents of /var/tmp after a crash.

Given a job_id, we check if there's a var_tmp.tar.gz for that job, and 
if there is, we look for libreport 'problem directories' inside it. If 
we find any, we extract them from the tarball and run 'reporter-
bugzilla -d (directory)' on them.

That's really it in a nutshell, the rest is just error checks and glue 
and frills. There's an attempt to include the web UI job URL in the 
bug report for new crash reports (though so far I've been testing with 
a problem directory that shows up as a dupe of an existing report, so I
haven't tested this yet), and we capture the IDs of the bugs reported.

I also refactored the reporting functions a bit to avoid code 
duplication between calling report_job_results directly and using it 
from openqa_trigger, and made it possible to specify the openQA URL in 
a config file (so you can do result reporting from a system other than 
the openQA host itself - like, fr'instance, a Fedora system with 
libreport-plugin-bugzilla installed...)

To test it out you need a job in some openQA instance which has a 
var_tmp.tar.gz with a crash directory inside it: I've been testing 
with https://openqa.happyassassin.net/tests/2736 . You also need to 
put a valid BZ username and password in 
/etc/libreport/plugins/bugzilla.conf and, unless you're running on the 
openQA host itself (there *are* libreport packages for openSUSE in 
some OBS repository, but I haven't tried them), you'll want to create 
/etc/openqa_fedora.conf with this content:

[site]
url = https://openqa.happyassassin.net

(or whatever URL is appropriate).

Then you can do this:

python report_job_results.py --crashes 2736

(or whatever the job ID is).

This probably still needs a bit more testing and polish before I 
submit it as a differential, but I wanted to give people a heads-up 
that I was working on it and explain the general design. My current 
patch (against 'develop' branch, to which I've merged the 'live' work 
now) is attached.

In case you're wondering what happens with duplicate reports: I tested 
and it seems like 'not a lot'. When calling reporter-bugzilla in this 
way, if the crash has already been reported, it will only generate BZ 
activity if the BZ account in question isn't already on the CC list: 
it will add it. But if the BZ account is already on the CC list, it 
doesn't change the bug at all, it doesn't add the extra comment saying 
'another user encountered this issue'. I checked libreport and it 
actually only does that when some comment text has been provided, and 
we aren't providing one, so it gets skipped.

If we're still worried about noise on dupes it *is* possible to test 
if a bug is a dupe by checking the output of:

reporter-bugzilla -h $(cat duphash)

and completely skip the report submission step if it is, and I 
actually had that written, but took it out as it seemed unnecessary. 
Easy enough to put it back if we want to, though.

In the current version of the patch things are set up so that 
openqa_trigger current or openqa_trigger all or openqa_trigger compose 
--submit-results runs will try and report all crashes, but it's 
absolutely trivial to change that if we only want to report crashes 
via a separate invocation.

Comments welcome!
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
From aa20bc32c79004269c2e10fdaf0fc69ed3ae4d81 Mon Sep 17 00:00:00 2001
From: Adam Williamson awill...@redhat.com
Date: Wed, 18 Mar 2015 20:58:43 -0700
Subject: [PATCH] allow reporting of crashes

This provides report_job_results with the ability to file bugs
for crashes encountered during tests. It requires a pending
change to openqa_fedora which uploads the contents of /var/tmp
for failed tests; libreport 'problem directories' are located
here.

report_crash() grabs the var_tmp.gz for the given job (if it's
available), extracts any problem directories found, and runs
reporter-bugzilla (with a slightly tweaked config file) on
them. It then finds the bug URL(s) and returns a list of them.
---
 tools/openqa_trigger/report_job_results.py | 186 +
 1 file changed, 163 insertions(+), 23 deletions(-)

diff --git 

Re: ocaml cairo

2015-03-19 Thread Richard W.M. Jones
On Thu, Mar 19, 2015 at 08:50:49AM +, Richard W.M. Jones wrote:
 So I believe in this case, unless anyone objects, we should simply
 replace the upstream of the ocaml-cairo package with
 https://github.com/Chris00/ocaml-cairo
 
 I _don't_ think we need to rename the package nor create a new
 ocaml-cairo2 package, because (a) only OPAM is using the cairo2 name
 and (b) it's going to confuse the heck out of everyone because they'll
 think cairo itself has been rewritten.

There was a small, surmountable problem with this plan, which is that
the new ocaml-cairo uses a very crackpot build system (even by the low
standards of OCaml projects in general).

However I did manage to build it -- see attached proposed patch to
ocaml-cairo.spec.

I am able to build and run the examples using the proposed package,
eg:

$ ocamlfind ocamlopt -package cairo -linkpkg arcs.ml -o arcs
$ ocamlfind ocamlopt -package cairo.gtk2 -linkpkg gtk_demo.ml -o gtk_demo

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW
From b9cb8a7cef3c3675ce72a221bcfe92d3347f0a7e Mon Sep 17 00:00:00 2001
From: Richard W.M. Jones rjo...@redhat.com
Date: Thu, 19 Mar 2015 09:52:39 +
Subject: [PATCH] Switch bindings to https://github.com/Chris00/ocaml-cairo

- See: https://lists.fedoraproject.org/pipermail/devel/2015-March/209182.html
---
 .gitignore|   1 +
 cairo-ocaml-1.0.0-bigarray.patch  |  12 ---
 ocaml-cairo-1.2.0-enable-ocamlopt-debug.patch |  14 
 ocaml-cairo-META  |  12 +--
 ocaml-cairo.spec  | 104 --
 sources   |   2 +-
 6 files changed, 74 insertions(+), 71 deletions(-)
 delete mode 100644 cairo-ocaml-1.0.0-bigarray.patch
 delete mode 100644 ocaml-cairo-1.2.0-enable-ocamlopt-debug.patch

diff --git a/.gitignore b/.gitignore
index 0dd833c..e4c1a48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 ocaml-cairo-1.2.0-gita5c5ee9f.tar.gz
 /ocaml-cairo-1.2.0-git08b40192975.tar.gz
 /ocaml-cairo-1.2.0-git872c9bc92e6.tar.gz
+/ocaml-cairo-5c1df1516ad99bde444bf5717801e7df75252a6c.tar.gz
diff --git a/cairo-ocaml-1.0.0-bigarray.patch b/cairo-ocaml-1.0.0-bigarray.patch
deleted file mode 100644
index c0afb8a..000
--- a/cairo-ocaml-1.0.0-bigarray.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur cairo-ocaml-1.0.0.orig/src/ml_cairo_bigarr.c 
cairo-ocaml-1.0.0.compat/src/ml_cairo_bigarr.c
 cairo-ocaml-1.0.0.orig/src/ml_cairo_bigarr.c   2009-06-18 
19:01:26.0 +0100
-+++ cairo-ocaml-1.0.0.compat/src/ml_cairo_bigarr.c 2009-10-08 
12:46:54.79155 +0100
-@@ -9,6 +9,8 @@
- #include ml_cairo.h
- 
- #include caml/bigarray.h
-+#undef CAML_NAME_SPACE
-+#include caml/compatibility.h
- 
- unsigned long bigarray_byte_size (struct caml_bigarray *);
- 
diff --git a/ocaml-cairo-1.2.0-enable-ocamlopt-debug.patch 
b/ocaml-cairo-1.2.0-enable-ocamlopt-debug.patch
deleted file mode 100644
index 832081e..000
--- a/ocaml-cairo-1.2.0-enable-ocamlopt-debug.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 ocaml-cairo-1.2.0/Makefile.rules~  2011-09-11 16:09:06.0 +0100
-+++ ocaml-cairo-1.2.0/Makefile.rules   2013-09-14 14:51:18.682632883 +0100
-@@ -1,8 +1,8 @@
- %.cmo : %.ml
--  $(OCAMLC) -c $(INCFLAGS) $
-+  $(OCAMLC) -g -c $(INCFLAGS) $
- %.cmx : %.ml
--  $(OCAMLOPT) -c $(INCFLAGS) $
-+  $(OCAMLOPT) -g -c $(INCFLAGS) $
- %.cmi : %.mli
--  $(OCAMLC) $(INCFLAGS) $
-+  $(OCAMLC) -g $(INCFLAGS) $
- %.o : %.c
-   $(OCAMLC) -ccopt $(CPPFLAGS) $
diff --git a/ocaml-cairo-META b/ocaml-cairo-META
index 19acb8d..80c5107 100644
--- a/ocaml-cairo-META
+++ b/ocaml-cairo-META
@@ -1,11 +1,11 @@
-name = cairo-ocaml
+name = cairo
 description = Bindings to the cairo library.
-archive(byte) = cairo.cma
-archive(native) = cairo.cmxa
+archive(byte) = cairo2.cma
+archive(native) = cairo2.cmxa
 requires = bigarray
 
-package lablgtk2 (
+package gtk2 (
 requires = cairo lablgtk2
-archive(byte) = cairo_lablgtk.cma
-archive(native) = cairo_lablgtk.cmxa
+archive(byte) = cairo_gtk.cma
+archive(native) = cairo_gtk.cmxa
 )
diff --git a/ocaml-cairo.spec b/ocaml-cairo.spec
index 76454fd..ba1b5a4 100644
--- a/ocaml-cairo.spec
+++ b/ocaml-cairo.spec
@@ -1,42 +1,41 @@
-%global opt %(test -x %{_bindir}/ocamlopt  echo 1 || echo 0)
+%ifarch %{ocaml_native_compiler}
+%global native_compiler 1
+%else
+%global native_compiler 0
+%endif
 
-# Important note!  There are at least two quite separate OCaml cairo
-# projects.  This one is: http://cairographics.org/cairo-ocaml/
-# The other one is: http://forge.ocamlcore.org/projects/cairo/
-
-# There are no source releases for ocaml-cairo  1.0.0.  

Re: F22 Self Contained Change: Disabled Repositories Support

2015-03-19 Thread Sergio Pascual
2015-03-18 18:51 GMT+01:00 Ralf Corsepius rc040...@freenet.de:

 On 03/18/2015 05:46 PM, Rahul Sundaram wrote:

 Hi

 On Wed, Mar 18, 2015 at 12:21 PM, Mike Pinkerton  wrote:


 What I don't understand is the wisdom of an official Fedora
 product endorsing a copr when either the software or packaging (or
 both) is not of sufficient quality to make it into the official
 Fedora repo.


 I don't think of it as a endorsement.

 I see them as a means of discouraging people from packaging for Fedora:

 Ask yourself: Why should I package a package properly, when I can get off
 'cheap'? - msuchy's rationale is along this line.

  It is making them more easily
 discoverable but there is going to be a prompt of some sort that warns
 them of the nature of such software and users get to choose whether they
 are willing to accept that tradeoff for immediate access.  One might
 choose to use say, Chromium regardless of the bundling issues for example.


 There are many more ways why a package not to be eligible for Fedora than
 bundling:
 - Illegal/patent-encumbered in the US, but legal to distribute in other
 countries.
 - Legal to distribute binaries, repackaged for packager lazyness, (e.g.
 Java) or complexity (foreign arch binaries needed to support
 cross-toolchains).
 - Content-only packages (Videos, Audiofiles).
 - Packages with ethical/political controversial contents.
 ...

 In other words, if you are really serious about this plan, you need some
 authority to continuously review the packages in such endorsed repos,
 technically, legally and politically.



The idea of use disabled-third-party-repos to ship non free software has
been discused in the desktop list, this for example

https://lists.fedoraproject.org/pipermail/desktop/2015-February/011634.html

In fact, in the last meeting of the Workstation WG, one of the action items
is:

* Third party repositories  (stickster, 15:41:18)
  * LINK:
http://en.wikipedia.org/wiki/Usage_share_of_web_browsers#Summary_table
is interesting.  (stickster, 15:48:12)
  * LINK: https://repos.fedorapeople.org/repos/spot/chromium/ , F21 last
updated in january  (kalev, 16:08:47)
  * LINK:
https://copr.fedoraproject.org/coprs/churchyard/chromium-russianfedora/
is the other i was thinking of  (jwb, 16:09:29)
  * AGREED: Go for Chrome next  (stickster, 16:15:39)
  * ACTION: cschalle stickster work up justification for Council and
review gnome-software text for an appropriate warning to suggest
(stickster, 16:16:12)

**Go for Chrome next.**

Here is the full text.

https://lists.fedoraproject.org/pipermail/desktop/2015-March/011722.html

I said in my first message that the purpose of the Change is to help people
to install non-free software. Probably I was wrong and there are legitimate
uses. Anyway what is true is that *some people* wants to use this Change to
make it easy to install non-free software.



Sergio
-- 
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: [EPEL-devel] Current update policy?

2015-03-19 Thread Rex Dieter
Dave Johansen wrote:

 On Wed, Mar 18, 2015 at 10:39 AM, Kevin Fenzi
 ke...@scrye.com wrote:
 
 On Wed, 18 Mar 2015 08:00:35 -0700
 Dave Johansen davejohan...@gmail.com
 wrote:

  Is that really true? The Qt 5 package in EPEL 6 has been updated
  several times and I don't recall ever seeing an
  email/announcement/etc.

 Were the upgrades incompatible? You have to manually intervene?

 Honestly, on the machines I'm using, I installed 5.2 and haven't updated
 since 5.3 was released because I didn't want to rebuild and re-test all of
 my stuff, but my understanding of the following is that the upgrades are
 not completely compatible:
 http://upstream.rosalinux.ru/versions/qt.html

Fwiw, Qt upstream takes both api and abi stability pretty seriously 
(official public interfaces).  If you experience any concrete 
incompatibilities after upgrading, it's arguably a bug worth fixing.

-- Rex

___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


[Base] Base Design WG agenda meeting 20 March 2015 14:00 UTC on #fedora-meeting

2015-03-19 Thread Harald Hoyer
THIS TIME at 14:00 UTC because of US summer time.

Agenda:
 - Interview candidates for new memberships
 - Optionally accept new members
 - Open Floor

Please add items by replying to this mail.

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

F-22 Branched report: 20150319 changes

2015-03-19 Thread Fedora Branched Report
Compose started at Thu Mar 19 07:15:02 UTC 2015
Broken deps for armhfp
--
[Sprog]
Sprog-0.14-27.fc20.noarch requires perl(:MODULE_COMPAT_5.18.0)
[aeskulap]
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libofstd.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires liboflog.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libijg8.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libijg16.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libijg12.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmnet.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmjpeg.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmimgle.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmimage.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmdata.so.3.6
[avro]
avro-mapred-1.7.5-9.fc22.noarch requires hadoop-mapreduce
avro-mapred-1.7.5-9.fc22.noarch requires hadoop-client
[bro]
broccoli-2.3-1.fc22.armv7hl requires bro-2.3
python-broccoli-2.3-1.fc22.armv7hl requires bro-2.3
[crystal]
crystal-2.2.1-2.fc22.armv7hl requires libkdecorations.so.4
[dnssec-check]
dnssec-check-1.14.0.1-4.fc20.armv7hl requires libval-threads.so.14
dnssec-check-1.14.0.1-4.fc20.armv7hl requires libsres.so.14
[gcc-python-plugin]
gcc-python2-debug-plugin-0.13-2.fc22.armv7hl requires gcc = 
0:4.9.2-1.fc22
gcc-python2-plugin-0.13-2.fc22.armv7hl requires gcc = 0:4.9.2-1.fc22
gcc-python3-debug-plugin-0.13-2.fc22.armv7hl requires gcc = 
0:4.9.2-1.fc22
gcc-python3-plugin-0.13-2.fc22.armv7hl requires gcc = 0:4.9.2-1.fc22
[kde-plasma-alsa-volume]
kde-plasma-alsa-volume-0.51.2-2.fc21.noarch requires 
plasma4(scriptengine-python)
[kde-style-skulpture]
kde-style-skulpture-0.2.4-9.fc22.armv7hl requires libkdecorations.so.4
[kdeartwork]
kdeartwork-14.12.1-1.fc22.armv7hl requires libkdecorations.so.4
kdeartwork-14.12.1-1.fc22.armv7hl requires kde-workspace = 0:4.11
kdeartwork-kxs-14.12.1-1.fc22.armv7hl requires kde-workspace = 0:4.11
kdeartwork-screensavers-14.12.1-1.fc22.armv7hl requires 
libkscreensaver.so.5
[kfilefactory]
kfilefactory-0.1.1-8.fc21.noarch requires kdebase-workspace
[kmldonkey]
kmldonkey-2.0.5-10.fc22.armv7hl requires kdebase-workspace
[kstars]
kstars-14.12.1-1.fc22.armv7hl requires libindi.so.0
[leksah]
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(utf8-string-0.3.7-013ef9ad8ac70ebb11df31f487b74f26)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(unix-2.6.0.1-7550b9ae9dbc74e4d6570cc239a29030)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(transformers-0.3.0.0-23508e0b4a1c1bc1cf2c2de3bb13e90c)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(time-1.4.0.1-970760bdd865d8b6cafac382276795a2)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(text-0.11.3.1-17cae9ba49c3f3d533bf78a6e387f543)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(strict-0.3.2-04f0cc1e99eff2196c0a7cd16d748b37)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(regex-tdfa-1.1.8-0b03687c4e38c00ef92e9445170081e2)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(regex-base-0.93.2-6a541a53412d1d7d310fa69bca50c85f)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(pretty-1.1.1.0-2de27f83b2c1c65d629a564e9e01b27d)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(parsec-3.1.3-a8bebef411959de671abb0f1f7da556f)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(old-time-1.1.0.1-29c02e2b3bbdfd9a5756f0c46f4d6071)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(network-2.4.1.2-82f6bcf79fe0252b3ab387e8dcb82e71)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(mtl-2.1.2-2f2cd438035824ec2bed4811930bc232)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(ltk-0.12.1.0-2fbb10498719be9dbdbb3d9f8adedbec)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(leksah-server-0.12.1.2-7dbd70c9f5e4dd8b3b5efcb6597b3bfd)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(hslogger-1.2.1-43834164508859009a3cc8aef7fd1e84)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(gtksourceview2-0.12.5.0-588b179d0562576f9afa46559cebf79f)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(gtk-0.12.5.0-2342a114ec8897cecfdda15ac92aed08)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(glib-0.12.5.0-1b94df160e141377711a221615168695)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(gio-0.12.5.0-b012293268f349d8f05c73d053798c7b)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl 

[EPEL-devel] Fedora EPEL 7 updates-testing report

2015-03-19 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 127  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3989/cross-binutils-2.23.88.0.1-2.el7.1
  21  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0862/nodejs-0.10.36-3.el7,libuv-0.10.34-1.el7,v8-3.14.5.10-17.el7
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1087/dokuwiki-0-0.24.20140929c.el7
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1135/librsync-1.0.0-1.el7,duplicity-0.6.24-5.el7,rdiff-backup-1.2.8-11.el7
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0952/qpid-qmf-0.28-27.el7,qpid-cpp-0.30-12.el7
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1077/libmspack-0.5-0.1.alpha.el7
   6  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1250/php-ZendFramework2-2.3.7-1.el7
   3  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1278/nx-libs-3.5.0.29-1.el7
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1291/varnish-4.0.3-3.el7
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1335/drupal7-7.35-1.el7


The following builds have been pushed to Fedora EPEL 7 updates-testing

RBTools-0.7.2-1.el7
ReviewBoard-2.0.15-1.el7
abduco-0.4-1.el7
autotest-framework-0.16.2-1.el7
cups-x2go-3.0.1.1-1.el7
dragonegg-3.4-3.el7
drupal7-7.35-1.el7
gtk-xfce-engine-3.0.1-4.el7
perl-Excel-Writer-XLSX-0.83-1.el7
php-symfony-2.5.10-1.el7
pidgin-2.10.7-24.el7
python-djblets-0.8.18-1.el7
rubygem-childprocess-0.5.3-1.el7
rubygem-eventmachine-1.0.6-2.el7
supybot-fedmsg-0.1.0-1.el7
supybot-fedora-0.3.0-1.el7
vdsm-4.16.12-0.el7
xfce4-settings-4.10.1-4.el7

Details about builds:



 RBTools-0.7.2-1.el7 (FEDORA-EPEL-2015-1207)
 Tools for use with ReviewBoard

Update Information:

https://www.reviewboard.org/docs/releasenotes/reviewboard/2.0.14/
https://www.reviewboard.org/docs/releasenotes/reviewboard/2.0.15/
https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.2/

ChangeLog:

* Tue Mar 10 2015 Stephen Gallagher sgall...@redhat.com 0.7.2-1
- New upstream release 0.7.2
- https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.2/

References:

  [ 1 ] Bug #1201307 - ReviewBoard-2.0.14 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1201307




 ReviewBoard-2.0.15-1.el7 (FEDORA-EPEL-2015-1207)
 Web-based code review tool

Update Information:

https://www.reviewboard.org/docs/releasenotes/reviewboard/2.0.14/
https://www.reviewboard.org/docs/releasenotes/reviewboard/2.0.15/
https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.2/

ChangeLog:

* Wed Mar 18 2015 Stephen Gallagher sgall...@redhat.com 2.0.15-1
- https://www.reviewboard.org/docs/releasenotes/reviewboard/2.0.15/
* Tue Mar 10 2015 Stephen Gallagher sgall...@redhat.com 2.0.14-1
- https://www.reviewboard.org/docs/releasenotes/reviewboard/2.0.14/
* Fri Feb 20 2015 Stephen Gallagher sgall...@redhat.com 2.0.13-2
- Fix Djblets requirement

References:

  [ 1 ] Bug #1201307 - ReviewBoard-2.0.14 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1201307




 abduco-0.4-1.el7 (FEDORA-EPEL-2015-1312)
 Session management in a clean and simple way

Update Information:

Update to 0.4 release

ChangeLog:

* Thu Mar 19 2015 Denis Fateyev de...@fateyev.com - 0.4-1
- Update to 0.4 release

References:

  [ 1 ] Bug #1203475 - abduco-0.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1203475




 autotest-framework-0.16.2-1.el7 (FEDORA-EPEL-2015-1330)
 Framework for fully automated testing

Update Information:

Package 0.16.2 release

[EPEL-devel] Fedora EPEL 5 updates-testing report

2015-03-19 Thread updates
The following Fedora EPEL 5 Security updates need testing:
 Age  URL
 1062  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5
 516  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11893/libguestfs-1.20.12-1.el5
 281  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1626/puppet-2.7.26-1.el5
 135  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3784/mantis-1.2.17-3.el5
 130  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3849/sblim-sfcb-1.3.8-2.el5
  39  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0695/drupal7-path_breadcrumbs-3.2-1.el5
  20  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1001/drupal7-entity-1.6-1.el5
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1098/librsync-1.0.0-1.el5,duplicity-0.6.21-2.el5,rdiff-backup-1.0.5-3.el5
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1121/dokuwiki-0-0.24.20140929c.el5
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1044/putty-0.63-4.el5
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1029/phpMyAdmin4-4.0.10.9-1.el5
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1326/drupal7-ctools-1.7-1.el5


The following builds have been pushed to Fedora EPEL 5 updates-testing

drupal7-ctools-1.7-1.el5
mksh-50e-1.el5

Details about builds:



 drupal7-ctools-1.7-1.el5 (FEDORA-EPEL-2015-1326)
 Primarily a set of APIs and tools to improve the developer experience

Update Information:

Update to upstream 1.7 release for security fixes
## 7.x-1.6

* Issue #2415709 by maximpodorov: Use drupal_static_fast pattern in 
ctools_get_plugins()
* Issue #813754 by mrjmd, japerry, DamienMcKenna, Michelle, anon, hiphip: 
Ability to set variant machine name in Panels UI
* Issue #1596720 by joel_osc: Undefined property: stdClass::$nid in 
ctools_node_created_content_type_render()
* Issue #2288741 by dobe, mrjmd, japerry: Title Headings
* Issue #2410815 by DamienMcKenna, mrjmd: Access plugin for node comments
* Issue #1928054 by mrjmd, yannickoo, Dave Reid, magicmyth: Field formatter 
settings with CTools content_type entity_field plugin
* Issue #2400915 by DamienMcKenna, japerry: Hardcode the last released CTools 
version in the info file
* Issue #1909408 by gmclelland, mrjmd: ctools_modal_form_wrapper returns form 
array instead of ajax_commands array
* Issue #2307025 by chemical, mrjmd: jQuery object always represent value true 
whether object is empty or not
* Issue #1760384 by DamienMcKenna, meba: Update node_view.inc to execute the 
normal Drupal hooks
* Issue #1907242 by mrjmd, logaritmisk: Strict check if 
ctools_context_handler_render is returning FALSE
* Issue #2328787 by Elijah Lynn, mrjmd: In ctools_block_content_type_render() 
if (empty($block)) is never true
* Issue #1844086 by mrjmd, InternetDevels: display content type when adding 
existing node
* Issue #2062603 by dixon_, Michelle: Provide user links content type plugin
* Issue #2396171 by plopesc: Pass Plugin info array to hook_plugin() 
implementations
* Issue #2058501 by dixon_: Provide comment links content type plugin
* Issue #2247071 by ohthehugemanatee, DamienMcKenna: Add option for Page Site 
Name pane to link to the homepage
* Issue #1652060 by mrfelton, andrewmacpherson: 'Disable Drupal blocks/regions' 
setting doesn't work when blocks are placed into regions with systems other 
than core blocks
* Issue #2231535 by izus: Show which module provides a page
* Issue #2399033 by niko-, japerry: In string length access plugin Equal to 
option not work
* Issue #2381681 by maximpodorov: Incorrect unbinding in dependent.js
* Issue #2336985 by Dave Reid: ctools_entity_field_content_type_render() 
unnecessarily alters field deltas
* Issue #1686868 by gantenx, iSylence: Keyword subtitution in exposed filter 
form
* Issue #870938 by DamienMcKenna, lokapujya: Add new permission for controlling 
imports
* Issue #2228083 by AndrewsizZ: Delete not needed element from array in 
existing node plugin
* Issue #2397709 by maximpodorov, kristiaanvandeneynde: Set #tree property in 
the proper place
* Issue #2380253 by japerry, pc-wurm: Remove deprecated 
views_content_views_content_type_content_type() function
* Issue #1300562 by DamienMcKenna, smk-ka, zilverdistel: More control over 
wizard trail theming
* Issue #2155443 by das-peter: Enhancement of content type List of related 
terms (term_list)
* Issue #2063977 by maximpodorov: Broken form data generated by 
_ctools_context_selector()
* Issue #2186167 by maximpodorov: Undefined index notices in context-admin.inc
* Issue #1901946 by bangpound: ctools_export_ui_list_form argument should be 
passed by reference
* Issue #2207881 by tim.plunkett: Allow menu items with %ctools_js to work with 
drupal_valid_path()
* Issue #1163168 by kobee: Custom 

[Bug 1188221] perl-Gtk2: incorrect memory management in Gtk2::Gdk::Display::list_devices [epel-all]

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1188221

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|perl-Gtk2-1.2495-1.el7  |perl-Gtk2-1.2495-1.el6



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Gtk2-1.2495-1.el6 has been pushed to the Fedora EPEL 6 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=7lrLH5ORVPa=cc_unsubscribe
--
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

[Bug 1188219] perl-Gtk2: incorrect memory management in Gtk2::Gdk::Display::list_devices

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1188219



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Gtk2-1.2495-1.el6 has been pushed to the Fedora EPEL 6 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=R8jZvSuhgya=cc_unsubscribe
--
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

[Bug 1188219] perl-Gtk2: incorrect memory management in Gtk2::Gdk::Display::list_devices

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1188219



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Gtk2-1.2495-1.el7 has been pushed to the Fedora EPEL 7 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=QKytOCHeACa=cc_unsubscribe
--
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

[Bug 1188219] perl-Gtk2: incorrect memory management in Gtk2::Gdk::Display::list_devices

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1188219
Bug 1188219 depends on bug 1188221, which changed state.

Bug 1188221 Summary: perl-Gtk2: incorrect memory management in 
Gtk2::Gdk::Display::list_devices [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1188221

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ugmIfDtLSea=cc_unsubscribe
--
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

[EPEL-devel] Fedora EPEL 6 updates-testing report

2015-03-19 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
 1062  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6
 127  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4008/cross-binutils-2.23.51.0.3-1.el6.1
 115  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4242/facter-1.6.18-8.el6
 103  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4485/python-tornado-2.2.1-7.el6
  65  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0232/chicken-4.9.0.1-2.el6
  39  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0696/drupal7-path_breadcrumbs-3.2-1.el6
  32  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0779/drupal7-views-3.10-1.el6
  21  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0864/nodejs-0.10.36-3.el6,libuv-0.10.34-1.el6,v8-3.14.5.10-17.el6
  20  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0985/drupal7-entity-1.6-1.el6
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1047/putty-0.63-4.el6
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1107/dokuwiki-0-0.24.20140929c.el6
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1108/librsync-1.0.0-1.el6,csync2-1.34-15.el6,duplicity-0.6.22-4.el6,rdiff-backup-1.2.8-6.el6
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1173/seamonkey-2.28-4.ESR_31.5.0.el6
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1177/libmspack-0.5-0.1.alpha.el6
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1069/phpMyAdmin-4.0.10.9-1.el6
   3  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1286/nx-libs-3.5.0.29-1.el6
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1317/mongodb-2.4.13-1.el6
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1334/drupal7-ctools-1.7-1.el6
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1319/drupal7-7.35-1.el6


The following builds have been pushed to Fedora EPEL 6 updates-testing

abduco-0.4-1.el6
autotest-framework-0.16.2-1.el6
cups-x2go-3.0.1.1-1.el6
drupal7-7.35-1.el6
drupal7-ctools-1.7-1.el6
golang-1.4.2-2.el6
mongodb-2.4.13-1.el6
perl-Excel-Writer-XLSX-0.83-1.el6
rubygem-sequel-4.20.0-1.el6
supybot-fedmsg-0.1.0-1.el6
supybot-fedora-0.3.0-1.el6

Details about builds:



 abduco-0.4-1.el6 (FEDORA-EPEL-2015-1337)
 Session management in a clean and simple way

Update Information:

Update to 0.4 release

ChangeLog:

* Thu Mar 19 2015 Denis Fateyev de...@fateyev.com - 0.4-1
- Update to 0.4 release

References:

  [ 1 ] Bug #1203475 - abduco-0.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1203475




 autotest-framework-0.16.2-1.el6 (FEDORA-EPEL-2015-1338)
 Framework for fully automated testing

Update Information:

Package 0.16.2 release

ChangeLog:

* Tue Mar 17 2015 Cleber Rosa cle...@redhat.com - 0.16.2-1
- Package 0.16.2 release
- Removed downstream patches as they are now all upstream
* Sat Jun  7 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.16.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild




 cups-x2go-3.0.1.1-1.el6 (FEDORA-EPEL-2015-1325)
 CUPS backend for printing from X2Go

Update Information:

Update to 3.0.1.1:

- Add a short README that provides some getting started information.

ChangeLog:

* Wed Feb 11 2015 Orion Poplawski or...@cora.nwra.com - 3.0.1.1-1
- Update to 3.0.1.1
- Require openssh-clients
* Sat Jun  7 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.0.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri May  9 2014 Orion Poplawski or...@cora.nwra.com - 3.0.1.0-1
- Update to 3.0.1.0




 drupal7-7.35-1.el6 (FEDORA-EPEL-2015-1319)
 An open-source content-management platform

Re: Harden_all_packages_with_position-independent_code + guile modules

2015-03-19 Thread Moez Roy
Here are 2 solutions:

-

Solution 1: Keeps -z now (Full RELRO) but removes guile:

I changed the first 2 lines in the spec file to:

%global without dane
%global without guile

and the latest version builds successfully:

https://koji.fedoraproject.org/koji/taskinfo?taskID=9276305

--

Solution 2: Keep the guile bindings at the cost of disabling -z now:

I added the following under %build in the spec file:

CFLAGS=$RPM_OPT_FLAGS -Wl,-z,lazy
CXXFLAGS=$RPM_OPT_FLAGS -Wl,-z,lazy

export CFLAGS
export CXXFLAGS

and the latest version builds successfully:

https://koji.fedoraproject.org/koji/taskinfo?taskID=9276929


--

Regards,

Moez Roy
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

New Article on Future Docker Security.

2015-03-19 Thread Daniel J Walsh
http://opensource.com/business/15/3/docker-security-future
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[389-devel] please review: Ticket 48132 - modrdn stress test crashes server

2015-03-19 Thread Mark Reynolds

https://fedorahosted.org/389/ticket/48132

https://fedorahosted.org/389/attachment/ticket/48132/0001-Ticket-48132-modrdn-crashes-server-invalid-read-writ.patch
--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: ocaml cairo

2015-03-19 Thread Richard W.M. Jones

Orion, I realize there was not anything actionable in my last
emails.

Could you take a look at this scratch build:

  http://koji.fedoraproject.org/koji/taskinfo?taskID=9273794

and check that it's suitable for what you want.

If plplot is using ocamlfind, then we may need to change the META file
in ocaml-cairo.  I essentially made up the package names off the top
of my head (as '-package cairo' and '-package cairo.gtk') since
upstream doesn't provide any guidance.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org
-- 
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 Data-Structure-Util-0.16.tar.gz uploaded to lookaside cache by psabata

2015-03-19 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Data-Structure-Util:

ada3241ff14e895e26e9a112bd5c3431  Data-Structure-Util-0.16.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: F22 Self Contained Change: Disabled Repositories Support

2015-03-19 Thread Adam Jackson
On Wed, 2015-03-18 at 00:36 +0100, Kevin Kofler wrote:
 Richard Hughes wrote:
  rantPerhaps, when we stop writing low level tools with specific
  latency requirements in interpreted languages...
 
 +1
 
 In fact, IMHO, we should stop writing ANYTHING in interpreted languages.

I look forward to your patches to drop bash and make from the OS then.

- ajax

-- 
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: hardening breaks X.org

2015-03-19 Thread Adam Jackson
On Thu, 2015-03-19 at 11:36 +0100, Florian Weimer wrote:
 On 03/02/2015 02:16 AM, David Airlie wrote:
  So the rebuild to use hardened builds by default in rawhide, broke X.org.
  
  Thanks guys, my system is more secure, but I can't run any apps.
  
  Anyways enough snark from me, the problem seems to be that hardening
  makes bind now override RTLD_LAZY options, and the X server relies
  on the RTLD_LAZY on its drivers being lazy.
 
 Why is that?
 
 (I'm just collecting corner cases for ld.so oddities.)

Historical accident that's always been too invasive of a change to
bother fixing.  In XFree86's driver model (which, it should be
remembered, used to reimplement its own libdl, badly) drivers request
that various subsystems they need loaded, but then call functions in
those loaded modules by name (as opposed to dlsym'ing for everything
they need).  So your driver ends up with a bunch of stuff like:

dmt:~% nm -aDu /usr/lib64/xorg/**/intel_drv.so | grep ' U fb' | head -10
 U fb24_32ReformatTile
 U fbAddTraps
 U fbBltStip
 U fbChangeWindowAttributes
 U fbComposite
 U fbCopyArea
 U fbCopyNtoN
 U fbCopyPlane
 U fbCreateGC
 U fbCreatePixmap

Those are provided by libfb, which intel itself loads by calling
LoadModule() in its setup callback.  So if you set -z now on
intel_drv.so, libfb isn't loaded yet, and things go boom.

- ajax

-- 
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: Harden_all_packages_with_position-independent_code + guile modules

2015-03-19 Thread Adam Jackson
On Thu, 2015-03-12 at 10:41 -0400, Adam Jackson wrote:

 We may want to revisit this, honestly.  The actual proposal was just to
 build executables as PIE, right?  Forcing -z now is a bit more than
 maybe was expected.

I've reopened the ticket and added a patch:

https://fedorahosted.org/fesco/ticket/1384#comment:13

Basically this changes things so executables are always PIE and -z now,
and that _hardened_build is back to 0 by default.  Changing it to 1 just
adds -z now to shared libs as well.  As a result, most packages that set
it to 0 in response to the F23 change can probably go back to not
overriding it.

One other change I might like to sneak in there is linking PIEs with -z
nodlopen by default.  It's a thing that _can_ work, but it really
requires that the executable be designed with it in mind which most
aren't.  It'd be nice not to expose ABIs we don't mean to.

- ajax

-- 
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-Data-Structure-Util] 0.16 bump

2015-03-19 Thread Petr Šabata
commit 669c037484e18ca664f2cb5600a92f644c0d6734
Author: Petr Šabata con...@redhat.com
Date:   Thu Mar 19 18:20:42 2015 +0100

0.16 bump

- Remove bundled libs, drop the patch
- Modernize spec file and fix the dep list

 .gitignore |  1 +
 ...ucture-Util-0.15-Remove-failed-test-cases.patch | 21 --
 perl-Data-Structure-Util.spec  | 74 +++---
 sources|  2 +-
 4 files changed, 39 insertions(+), 59 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf3bc51..4dc6526 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Data-Structure-Util-0.15.tar.gz
+/Data-Structure-Util-0.16.tar.gz
diff --git a/perl-Data-Structure-Util.spec b/perl-Data-Structure-Util.spec
index a0bf853..9767d60 100644
--- a/perl-Data-Structure-Util.spec
+++ b/perl-Data-Structure-Util.spec
@@ -1,31 +1,38 @@
 Name:   perl-Data-Structure-Util
-Version:0.15
-Release:19%{?dist}
+Version:0.16
+Release:1%{?dist}
 Summary:Change nature of data within a structure
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Data-Structure-Util/
 Source0:
http://www.cpan.org/authors/id/A/AN/ANDYA/Data-Structure-Util-%{version}.tar.gz
-# Fix for RT#88257
-Patch0: Data-Structure-Util-0.15-Remove-failed-test-cases.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(Devel::CheckLib)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
+# Runtime
 BuildRequires:  perl(AutoLoader)
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(Data::Dumper)
-BuildRequires: perl(Devel::CheckLib)
 BuildRequires: perl(Digest::MD5)
 BuildRequires:  perl(DynaLoader)
-BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(File::Find::Rule)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Storable)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings::register)
+# Tests only
+BuildRequires:  perl(blib)
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
+# Optional tests only
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(File::Find::Rule)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(XML::Simple)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+# Unused if Encode is available BuildRequires:  perl(XML::Simple)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %description
 Data::Structure::Util is a toolbox to manipulate the data inside a data
@@ -34,42 +41,35 @@ requested on each appropriate element.
 
 %prep
 %setup -q -n Data-Structure-Util-%{version}
-%patch0 -p1
-
-chmod 644 CHANGES README bin/packages.pl
+chmod 644 -c CHANGES README bin/packages.pl
+rm -r inc  sed -e '/^inc.*$/d' -i MANIFEST
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags} NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-rm -f $RPM_BUILD_ROOT%{_bindir}/packages.pl \
-$RPM_BUILD_ROOT%{_mandir}/man1/packages.pl*
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+rm -f %{buildroot}%{_bindir}/packages.pl \
+  %{buildroot}%{_mandir}/man1/packages.pl*
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc CHANGES README bin/packages.pl
 %{perl_vendorarch}/auto/*
-%{perl_vendorarch}/Data*
+%{perl_vendorarch}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 19 2015 Petr Šabata con...@redhat.com - 0.16-1
+- 0.16 bump
+- Remove bundled libs, drop the patch
+- Modernize spec file and fix the dep list
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 0.15-19
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index c4d083b..93f34b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e12ba777c0abfbd79a131de28d542359  Data-Structure-Util-0.15.tar.gz
+ada3241ff14e895e26e9a112bd5c3431  Data-Structure-Util-0.16.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

[Bug 1203774] perl-Data-Structure-Util-0.16 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203774



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-Data-Structure-Util-0.16-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=621755

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=TpCz0fQAn6a=cc_unsubscribe
--
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

[Bug 1203774] perl-Data-Structure-Util-0.16 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203774

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Data-Structure-Util-0.
   ||16-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-03-19 13:34:34



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=N1Q7OyhzWPa=cc_unsubscribe
--
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

[Bug 1195096] perl-Pod-Usage-1.66 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1195096

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|perl-Pod-Usage-1.66-1.fc20  |perl-Pod-Usage-1.67-1.fc21



--- Comment #10 from Fedora Update System upda...@fedoraproject.org ---
perl-Pod-Usage-1.67-1.fc21 has been pushed to the Fedora 21 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=T8vzSBHqi3a=cc_unsubscribe
--
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

[Bug 1192380] perl-Pod-Usage-1.65 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192380

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|perl-Pod-Usage-1.66-1.fc20  |perl-Pod-Usage-1.67-1.fc21



--- Comment #10 from Fedora Update System upda...@fedoraproject.org ---
perl-Pod-Usage-1.67-1.fc21 has been pushed to the Fedora 21 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=St60j6vkC1a=cc_unsubscribe
--
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

[Bug 1197403] perl-Pod-Usage-1.67 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1197403

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|perl-Pod-Usage-1.67-1.fc22  |perl-Pod-Usage-1.67-1.fc21



--- Comment #8 from Fedora Update System upda...@fedoraproject.org ---
perl-Pod-Usage-1.67-1.fc21 has been pushed to the Fedora 21 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=RJGXbI6YyVa=cc_unsubscribe
--
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: GNOME 3.15.92 megaupdate

2015-03-19 Thread Kalev Lember
On 03/16/2015 01:30 PM, Kalev Lember wrote:
 GNOME 3.15.92 release is this week and I'll take care of handling the
 megaupdate for F22.

It made it to updates-testing now, as of a few moments ago. Testing, bug
reports (in bugzilla) and karma (in the ticket below) are all much welcome!

https://admin.fedoraproject.org/updates/FEDORA-2015-4182

-- 
Thanks,
Kalev
-- 
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 File-Tail-1.0.tar.gz uploaded to lookaside cache by spot

2015-03-19 Thread Tom Callaway
A file has been added to the lookaside cache for perl-File-Tail:

c87f648d138c176b5d224c8d1b59838e  File-Tail-1.0.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 File-MMagic-XS-0.09008.tar.gz uploaded to lookaside cache by spot

2015-03-19 Thread Tom Callaway
A file has been added to the lookaside cache for perl-File-MMagic-XS:

b08ceccebb97c1505a6e5f70c60d0163  File-MMagic-XS-0.09008.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-File-FcntlLock/f22] 0.22

2015-03-19 Thread Tom Callaway
commit 55cb4bf1070a21778975e4dcec34c7f4c2702424
Author: Tom Callaway s...@fedoraproject.org
Date:   Thu Mar 19 16:47:27 2015 -0400

0.22

 perl-File-FcntlLock.spec | 7 +--
 sources  | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-File-FcntlLock.spec b/perl-File-FcntlLock.spec
index 729758d..271c236 100644
--- a/perl-File-FcntlLock.spec
+++ b/perl-File-FcntlLock.spec
@@ -1,6 +1,6 @@
 Name:  perl-File-FcntlLock
-Version:   0.12
-Release:   13%{?dist}
+Version:   0.22
+Release:   1%{?dist}
 Summary:   Perl module for file locking with fcntl
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Thu Mar 19 2015 Tom Callaway s...@fedoraproject.org - 0.22-1
+- update to 0.22
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.12-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 6778195..66f0e9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee75374c6f1a9db2bca92d3a396f748e  File-FcntlLock-0.12.tar.gz
+579698d735d864ee403674f1175f789d  File-FcntlLock-0.22.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-File-FcntlLock] 0.22

2015-03-19 Thread Tom Callaway
commit ad25da1fc1c314ad1ab9cb15a1833ed559baea57
Author: Tom Callaway s...@fedoraproject.org
Date:   Thu Mar 19 16:47:13 2015 -0400

0.22

 .gitignore   | 1 +
 perl-File-FcntlLock.spec | 7 +--
 sources  | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71254cf..684300e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 File-FcntlLock-0.12.tar.gz
+/File-FcntlLock-0.22.tar.gz
diff --git a/perl-File-FcntlLock.spec b/perl-File-FcntlLock.spec
index 729758d..271c236 100644
--- a/perl-File-FcntlLock.spec
+++ b/perl-File-FcntlLock.spec
@@ -1,6 +1,6 @@
 Name:  perl-File-FcntlLock
-Version:   0.12
-Release:   13%{?dist}
+Version:   0.22
+Release:   1%{?dist}
 Summary:   Perl module for file locking with fcntl
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Thu Mar 19 2015 Tom Callaway s...@fedoraproject.org - 0.22-1
+- update to 0.22
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.12-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 6778195..66f0e9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee75374c6f1a9db2bca92d3a396f748e  File-FcntlLock-0.12.tar.gz
+579698d735d864ee403674f1175f789d  File-FcntlLock-0.22.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-File-MMagic-XS/f22] BR: perl(Devel::PPPort)

2015-03-19 Thread Tom Callaway
commit 76647949f1cc9e6bbf9d555e93e296448f039321
Author: Tom Callaway s...@fedoraproject.org
Date:   Thu Mar 19 16:58:16 2015 -0400

BR: perl(Devel::PPPort)

 perl-File-MMagic-XS.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/perl-File-MMagic-XS.spec b/perl-File-MMagic-XS.spec
index 9744e94..f33df17 100644
--- a/perl-File-MMagic-XS.spec
+++ b/perl-File-MMagic-XS.spec
@@ -16,6 +16,7 @@ BuildRequires:  perl(File::MMagic)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(XSLoader)
+BuildRequires: perl(Devel::PPPort)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(File::MMagic)
 Requires:   perl(File::Spec)
--
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-File-MMagic-XS/f22] 0.09008

2015-03-19 Thread Tom Callaway
commit 25ed82055eae60ca48901fe3630e077df7e388c8
Author: Tom Callaway s...@fedoraproject.org
Date:   Thu Mar 19 16:45:03 2015 -0400

0.09008

 perl-File-MMagic-XS-format-security.patch | 22 +++---
 perl-File-MMagic-XS.spec  | 10 +++---
 sources   |  2 +-
 3 files changed, 19 insertions(+), 15 deletions(-)
---
diff --git a/perl-File-MMagic-XS-format-security.patch 
b/perl-File-MMagic-XS-format-security.patch
index d44bb70..4b42dd1 100644
--- a/perl-File-MMagic-XS-format-security.patch
+++ b/perl-File-MMagic-XS-format-security.patch
@@ -1,12 +1,12 @@
-diff -up File-MMagic-XS-0.09006/src/perl-mmagic-xs.c.format-security 
File-MMagic-XS-0.09006/src/perl-mmagic-xs.c
 File-MMagic-XS-0.09006/src/perl-mmagic-xs.c.format-security
2014-06-09 15:14:03.380178779 -0400
-+++ File-MMagic-XS-0.09006/src/perl-mmagic-xs.c2014-06-09 
15:14:12.864116497 -0400
-@@ -927,7 +927,7 @@ fmm_parse_magic_line(PerlFMM *state, cha
- err = newSVpvf(
- fmm_parse_magic_line: offset %s invalid, l);
- FMM_SET_ERROR(state, err);
--croak(SvPV_nolen(err));
-+croak(%s, SvPV_nolen(err));
- }
+diff -up File-MMagic-XS-0.09008/src/perl-mmagic-xs.c.format-security 
File-MMagic-XS-0.09008/src/perl-mmagic-xs.c
+--- File-MMagic-XS-0.09008/src/perl-mmagic-xs.c.format-security
2015-03-19 16:42:29.730420193 -0400
 File-MMagic-XS-0.09008/src/perl-mmagic-xs.c2015-03-19 
16:43:41.244952016 -0400
+@@ -1110,7 +1110,7 @@ GetDesc:
  
- l = t;
+  error:
+ FMM_SET_ERROR(state, err);
+-croak(SvPV_nolen(err));
++croak(%s, SvPV_nolen(err));
+ }
+ 
+ /* maps to mod_mime_magic::apprentice */
diff --git a/perl-File-MMagic-XS.spec b/perl-File-MMagic-XS.spec
index c25b686..9744e94 100644
--- a/perl-File-MMagic-XS.spec
+++ b/perl-File-MMagic-XS.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-MMagic-XS
-Version:0.09006
-Release:17%{?dist}
+Version:0.09008
+Release:1%{?dist}
 Summary:Guess file type with XS
 Group:  Development/Libraries
 License:ASL 2.0 and (GPL+ or Artistic)
@@ -30,7 +30,8 @@ an extended amount of time.
 
 %prep
 %setup -q -n File-MMagic-XS-%{version}
-%patch0 -p1
+# Merged in 0.09008
+# %patch0 -p1
 %patch1 -p1 -b .format-security
 
 %build
@@ -57,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/File::MMagic::XS.3pm*
 
 %changelog
+* Thu Mar 19 2015 Tom Callaway s...@fedoraproject.org - 0.09008-1
+- update to 0.09008
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.09006-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d912b90..aa82edb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50e9c4ee9744264923207d8f0a993912  File-MMagic-XS-0.09006.tar.gz
+b08ceccebb97c1505a6e5f70c60d0163  File-MMagic-XS-0.09008.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-File-Tail] 1.0

2015-03-19 Thread Tom Callaway
commit 8fc82f4e07d9e2a73a8359f30d825ae105722e63
Author: Tom Callaway s...@fedoraproject.org
Date:   Thu Mar 19 16:40:06 2015 -0400

1.0

 .gitignore  | 1 +
 perl-File-Tail.spec | 7 +--
 sources | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 427b845..8e0d1bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 File-Tail-0.99.3.tar.gz
+/File-Tail-1.0.tar.gz
diff --git a/perl-File-Tail.spec b/perl-File-Tail.spec
index 7d1b13c..5eca976 100644
--- a/perl-File-Tail.spec
+++ b/perl-File-Tail.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-Tail
-Version:0.99.3
-Release:21%{?dist}
+Version:1.0
+Release:1%{?dist}
 Summary:Perl extension for reading from continously updated files
 
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 19 2015 Tom Callaway s...@fedoraproject.org - 1.0-1
+- update to 1.0
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.99.3-21
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index a1a4359..74aa6a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef0fb7bcb4181ba593f4a09940f61d1c  File-Tail-0.99.3.tar.gz
+c87f648d138c176b5d224c8d1b59838e  File-Tail-1.0.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-File-Tail/f22] 1.0

2015-03-19 Thread Tom Callaway
commit f1d728691eecde65df3c2748ce3a07bb471312c5
Author: Tom Callaway s...@fedoraproject.org
Date:   Thu Mar 19 16:40:22 2015 -0400

1.0

 perl-File-Tail.spec | 7 +--
 sources | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-File-Tail.spec b/perl-File-Tail.spec
index 7d1b13c..5eca976 100644
--- a/perl-File-Tail.spec
+++ b/perl-File-Tail.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-Tail
-Version:0.99.3
-Release:21%{?dist}
+Version:1.0
+Release:1%{?dist}
 Summary:Perl extension for reading from continously updated files
 
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 19 2015 Tom Callaway s...@fedoraproject.org - 1.0-1
+- update to 1.0
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.99.3-21
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index a1a4359..74aa6a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef0fb7bcb4181ba593f4a09940f61d1c  File-Tail-0.99.3.tar.gz
+c87f648d138c176b5d224c8d1b59838e  File-Tail-1.0.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-File-MMagic-XS] 0.09008

2015-03-19 Thread Tom Callaway
commit 8eb762e364d57ca010a6bfc395e1347a06a763f4
Author: Tom Callaway s...@fedoraproject.org
Date:   Thu Mar 19 16:44:51 2015 -0400

0.09008

 .gitignore|  1 +
 perl-File-MMagic-XS-format-security.patch | 22 +++---
 perl-File-MMagic-XS.spec  | 10 +++---
 sources   |  2 +-
 4 files changed, 20 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 357c0b8..c6ffbc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 File-MMagic-XS-0.09006.tar.gz
+/File-MMagic-XS-0.09008.tar.gz
diff --git a/perl-File-MMagic-XS-format-security.patch 
b/perl-File-MMagic-XS-format-security.patch
index d44bb70..4b42dd1 100644
--- a/perl-File-MMagic-XS-format-security.patch
+++ b/perl-File-MMagic-XS-format-security.patch
@@ -1,12 +1,12 @@
-diff -up File-MMagic-XS-0.09006/src/perl-mmagic-xs.c.format-security 
File-MMagic-XS-0.09006/src/perl-mmagic-xs.c
 File-MMagic-XS-0.09006/src/perl-mmagic-xs.c.format-security
2014-06-09 15:14:03.380178779 -0400
-+++ File-MMagic-XS-0.09006/src/perl-mmagic-xs.c2014-06-09 
15:14:12.864116497 -0400
-@@ -927,7 +927,7 @@ fmm_parse_magic_line(PerlFMM *state, cha
- err = newSVpvf(
- fmm_parse_magic_line: offset %s invalid, l);
- FMM_SET_ERROR(state, err);
--croak(SvPV_nolen(err));
-+croak(%s, SvPV_nolen(err));
- }
+diff -up File-MMagic-XS-0.09008/src/perl-mmagic-xs.c.format-security 
File-MMagic-XS-0.09008/src/perl-mmagic-xs.c
+--- File-MMagic-XS-0.09008/src/perl-mmagic-xs.c.format-security
2015-03-19 16:42:29.730420193 -0400
 File-MMagic-XS-0.09008/src/perl-mmagic-xs.c2015-03-19 
16:43:41.244952016 -0400
+@@ -1110,7 +1110,7 @@ GetDesc:
  
- l = t;
+  error:
+ FMM_SET_ERROR(state, err);
+-croak(SvPV_nolen(err));
++croak(%s, SvPV_nolen(err));
+ }
+ 
+ /* maps to mod_mime_magic::apprentice */
diff --git a/perl-File-MMagic-XS.spec b/perl-File-MMagic-XS.spec
index c25b686..9744e94 100644
--- a/perl-File-MMagic-XS.spec
+++ b/perl-File-MMagic-XS.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-MMagic-XS
-Version:0.09006
-Release:17%{?dist}
+Version:0.09008
+Release:1%{?dist}
 Summary:Guess file type with XS
 Group:  Development/Libraries
 License:ASL 2.0 and (GPL+ or Artistic)
@@ -30,7 +30,8 @@ an extended amount of time.
 
 %prep
 %setup -q -n File-MMagic-XS-%{version}
-%patch0 -p1
+# Merged in 0.09008
+# %patch0 -p1
 %patch1 -p1 -b .format-security
 
 %build
@@ -57,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/File::MMagic::XS.3pm*
 
 %changelog
+* Thu Mar 19 2015 Tom Callaway s...@fedoraproject.org - 0.09008-1
+- update to 0.09008
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.09006-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d912b90..aa82edb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50e9c4ee9744264923207d8f0a993912  File-MMagic-XS-0.09006.tar.gz
+b08ceccebb97c1505a6e5f70c60d0163  File-MMagic-XS-0.09008.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

openQA Python client

2015-03-19 Thread Adam Williamson
So the openQA API is pretty simple, and I kinda hate being tied to the 
'client' command that's part of the whole openQA package.

Sooo...I wrote a Python client for it. The openQA folks were nice 
enough to let me maintain it inside the os-autoinst github vendor 
space, so you can get it here:

https://github.com/os-autoinst/openQA-python-client

I've tested it works for POSTing ISOs (that's my test code right there 
in the README :). I think we could port openqa_fedora_tools to use it 
for POSTing ISOs and then we could run all of openqa_fedora_tools from 
Fedora systems.

We could also use it for querying jobs in report_job_results.py - it's 
not *that* hard to just produce your own requests directly for read-
only stuff (as the code does at present), but using the library would 
let us run jobs on something other than localhost without writing all 
the config file parsing into report_job_results too.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

___
qa-devel mailing list
qa-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/qa-devel


File File-FcntlLock-0.22.tar.gz uploaded to lookaside cache by spot

2015-03-19 Thread Tom Callaway
A file has been added to the lookaside cache for perl-File-FcntlLock:

579698d735d864ee403674f1175f789d  File-FcntlLock-0.22.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

Heads up: nss-3.18 released: coming to fedora

2015-03-19 Thread Elio Maldonado
nss-3.18 was released. Please see the upstream release notes at

https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.18_release_notes

Rawhide is now updated and it should start showing up on updates-testing for 
F-22 and stable branches next week.

Elio



-- 
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: Heads up: nss-3.18 released: coming to fedora

2015-03-19 Thread Yaakov Selkowitz
On Thu, 2015-03-19 at 17:41 -0400, Elio Maldonado wrote:
 nss-3.18 was released. Please see the upstream release notes at
 
 https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.18_release_notes
 
 Rawhide is now updated and it should start showing up on updates-testing for 
 F-22 and stable branches next week.

According to that, shouldn't there also be a ca-certificates release to
match?

-- 
Yaakov Selkowitz
Associate Software Engineer, ARM
Red Hat, Inc.


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

[Bug 1203778] New: perl-Devel-NYTProf-5.07 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203778

Bug ID: 1203778
   Summary: perl-Devel-NYTProf-5.07 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Devel-NYTProf
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 5.07
Current version/release in rawhide: 5.06-3.fc22
URL: http://search.cpan.org/dist/Devel-NYTProf/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=RtEGGJCVfma=cc_unsubscribe
--
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

[Bug 1203779] New: perl-Dist-Zilla-5.033 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203779

Bug ID: 1203779
   Summary: perl-Dist-Zilla-5.033 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Dist-Zilla
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 5.033
Current version/release in rawhide: 5.031-1.fc22
URL: http://search.cpan.org/dist/Dist-Zilla/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=FCLDl0Glgja=cc_unsubscribe
--
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

[Bug 1203752] perl-Chart-2.4.10 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203752

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Chart-2.4.10-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-03-19 12:20:31



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=DlC9yImSrRa=cc_unsubscribe
--
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

[Bug 1203779] perl-Dist-Zilla-5.033 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203779



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9274313

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=5B6ZwXylKza=cc_unsubscribe
--
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-Chart] 2.4.10 bump, no changes

2015-03-19 Thread Petr Šabata
commit 95a86ee113fc8b8b846d8c23319f7e34c7183525
Author: Petr Šabata con...@redhat.com
Date:   Thu Mar 19 17:20:04 2015 +0100

2.4.10 bump, no changes

 perl-Chart.spec | 5 -
 sources | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Chart.spec b/perl-Chart.spec
index 24c308d..e390fc2 100644
--- a/perl-Chart.spec
+++ b/perl-Chart.spec
@@ -1,5 +1,5 @@
 Name:   perl-Chart
-Version:2.4.9
+Version:2.4.10
 Release:1%{?dist}
 Summary:Series of charting modules
 License:GPL+ or Artistic
@@ -49,6 +49,9 @@ make test
 %{_mandir}/man3/Chart.3*
 
 %changelog
+* Thu Mar 19 2015 Petr Šabata con...@redhat.com - 2.4.10-1
+- 2.4.10 bump, no changes
+
 * Mon Feb 09 2015 Petr Šabata con...@redhat.com - 2.4.9-1
 - 2.4.9 bump, no changes
 
diff --git a/sources b/sources
index d582b62..0f9f5af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-896a9a36aa513689c20ff813136776ab  Chart-2.4.9.tar.gz
+f493c2b3c4594e92716b956a367cc93a  Chart-2.4.10.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 Chart-2.4.10.tar.gz uploaded to lookaside cache by psabata

2015-03-19 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Chart:

f493c2b3c4594e92716b956a367cc93a  Chart-2.4.10.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

[Bug 1203786] New: perl-ExtUtils-F77-1.17 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203786

Bug ID: 1203786
   Summary: perl-ExtUtils-F77-1.17 is available
   Product: Fedora
   Version: rawhide
 Component: perl-ExtUtils-F77
  Keywords: FutureFeature, Triaged
  Assignee: or...@cora.nwra.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: or...@cora.nwra.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 1.17
Current version/release in rawhide: 1.16-20.fc22
URL: http://search.cpan.org/dist/ExtUtils-F77/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ZbJL1ooWMwa=cc_unsubscribe
--
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

[Bug 1203778] perl-Devel-NYTProf-5.07 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203778



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9274306

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=6q5PZ2bW9Oa=cc_unsubscribe
--
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

[Bug 1203786] perl-ExtUtils-F77-1.17 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203786



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=9274347

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=3NCNl2S4FDa=cc_unsubscribe
--
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-Compress-Raw-Zlib] Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)

2015-03-19 Thread Jitka Plesnikova
commit 07d930ef3225c3c8a62afd4445e075779a89a225
Author: Jitka Plesnikova jples...@redhat.com
Date:   Thu Mar 19 17:26:40 2015 +0100

Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)

 perl-Compress-Raw-Zlib.spec | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index e842a8c..1efe641 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -2,7 +2,9 @@ Name:   perl-Compress-Raw-Zlib
 Version:2.068
 Release:1%{?dist}
 Summary:Low-level interface to the zlib compression library
-License:GPL+ or Artistic
+# Zlib.xs: (GPL+ or Artistic) and zlib
+# Others:  GPL+ or Artistic
+License:(GPL+ or Artistic) and zlib
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Compress-Raw-Zlib/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
@@ -74,6 +76,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1
 %{_mandir}/man3/Compress::Raw::Zlib.3*
 
 %changelog
+* Thu Mar 19 2015 Jitka Plesnikova jples...@redhat.com - 2.068-2
+- Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)
+
 * Wed Dec 24 2014 Paul Howarth p...@city-fan.org - 2.068-1
 - Update to 2.068
   - Silence more compiler warnings
--
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-Compress-Raw-Zlib/f22] Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)

2015-03-19 Thread Jitka Plesnikova
commit a999a62873e889de8e971fd88e3085f0a23e8e80
Author: Jitka Plesnikova jples...@redhat.com
Date:   Thu Mar 19 17:26:40 2015 +0100

Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)

 perl-Compress-Raw-Zlib.spec | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index e842a8c..1efe641 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -2,7 +2,9 @@ Name:   perl-Compress-Raw-Zlib
 Version:2.068
 Release:1%{?dist}
 Summary:Low-level interface to the zlib compression library
-License:GPL+ or Artistic
+# Zlib.xs: (GPL+ or Artistic) and zlib
+# Others:  GPL+ or Artistic
+License:(GPL+ or Artistic) and zlib
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Compress-Raw-Zlib/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
@@ -74,6 +76,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1
 %{_mandir}/man3/Compress::Raw::Zlib.3*
 
 %changelog
+* Thu Mar 19 2015 Jitka Plesnikova jples...@redhat.com - 2.068-2
+- Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)
+
 * Wed Dec 24 2014 Paul Howarth p...@city-fan.org - 2.068-1
 - Update to 2.068
   - Silence more compiler warnings
--
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-Compress-Raw-Zlib/f22] Update release

2015-03-19 Thread Jitka Plesnikova
commit 85320afe16a1b37f32c9a25c485c0f64cd12ccd9
Author: Jitka Plesnikova jples...@redhat.com
Date:   Thu Mar 19 17:31:02 2015 +0100

Update release

 perl-Compress-Raw-Zlib.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index 1efe641..2ad5922 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -1,6 +1,6 @@
 Name:   perl-Compress-Raw-Zlib
 Version:2.068
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Low-level interface to the zlib compression library
 # Zlib.xs: (GPL+ or Artistic) and zlib
 # Others:  GPL+ or Artistic
--
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

[Bug 1203786] perl-ExtUtils-F77-1.17 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203786

Orion Poplawski or...@cora.nwra.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #2 from Orion Poplawski or...@cora.nwra.com ---
1.17_01 builds while 1.17 didn't.  It's marked developer though, so let's wait
for a real one.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ke0GCy8eQca=cc_unsubscribe
--
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

[Bug 1203767] New: perl-Config-MVP-2.200010 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203767

Bug ID: 1203767
   Summary: perl-Config-MVP-2.200010 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Config-MVP
  Keywords: FutureFeature, Triaged
  Assignee: emman...@seyman.fr
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, iarn...@gmail.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 2.200010
Current version/release in rawhide: 2.29-1.fc23
URL: http://search.cpan.org/dist/Config-MVP/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=xLKIunkBCSa=cc_unsubscribe
--
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

[Bug 1203768] New: perl-CPAN-Perl-Releases-2.10 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203768

Bug ID: 1203768
   Summary: perl-CPAN-Perl-Releases-2.10 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CPAN-Perl-Releases
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 2.10
Current version/release in rawhide: 2.08-1.fc23
URL: http://search.cpan.org/dist/CPAN-Perl-Releases/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=qpWmSDxhFLa=cc_unsubscribe
--
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: ocaml cairo

2015-03-19 Thread Richard W.M. Jones
On Thu, Mar 19, 2015 at 09:19:49AM -0600, Orion Poplawski wrote:
 On 03/19/2015 08:17 AM, Richard W.M. Jones wrote:
  
  Orion, I realize there was not anything actionable in my last
  emails.
  
  Could you take a look at this scratch build:
  
http://koji.fedoraproject.org/koji/taskinfo?taskID=9273794
  
  and check that it's suitable for what you want.
  
  If plplot is using ocamlfind, then we may need to change the META file
  in ocaml-cairo.  I essentially made up the package names off the top
  of my head (as '-package cairo' and '-package cairo.gtk') since
  upstream doesn't provide any guidance.
  
  Rich.
  
 
 plplot does:
 
 ocamlfind c -package cairo2 -linkpkg test_cairo.ml -o test_cairo

Thanks for investigating this.

What I propose to do is to change the META file so the packages are
cairo2 and cairo2.lablgtk2 respectively.  A new build with that
change is going on here:

  http://koji.fedoraproject.org/koji/taskinfo?taskID=9274257

Hopefully this will work ..

Rich.

 with test_cairo.ml:
 module C = Cairo
 
 and:
 
 ocamlfind c -package cairo2.lablgtk2 -linkpkg test_gtk.ml -o test_gtk
 module G = Gtk
 module C = Cairo_gtk
 
 Since apparently the opam name is cairo2, and since no distribution (yet)
 carries this version, it assumed that's what the name would be:
 
 commit 84d2a859f31b69c1d440a7a61d5c57528de94355
 Author: Hezekiah M. Carty h...@0ok.org
 Date:   Thu Jul 3 14:46:13 2014 +
 
 Switch to a different OCaml Cairo binding (cairo2 in opam)
 
 This is a more actively maintained binding to the Cairo library.  It is
 unfortunately not packaged for Debian at this time so interested users
 would need to install the library through opam.  opam is generally the
 recommended way to install and manage OCaml libraries (this cpan, pip, 
 etc)
 so this isn't a particularly serious limitation.
 
 debian report on the issue:
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649439  CC'ing debian
 maintainer.
 
 
 plplot is fairly responsive, so if we think they should change, they may be
 willing to.  CC'ing Hezekiah.
 
 
 -- 
 Orion Poplawski
 Technical Manager 303-415-9701 x222
 NWRA, Boulder/CoRA Office FAX: 303-415-9702
 3380 Mitchell Lane   or...@nwra.com
 Boulder, CO 80301   http://www.nwra.com

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1203768] perl-CPAN-Perl-Releases-2.10 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203768



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9274245

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=2K17PfMueCa=cc_unsubscribe
--
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

[Bug 1203767] perl-Config-MVP-2.200010 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203767



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9274234

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=GllyEcO6t6a=cc_unsubscribe
--
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: [EPEL-devel] Current update policy?

2015-03-19 Thread Stephen John Smoogen
On 19 March 2015 at 08:43, Dave Johansen davejohan...@gmail.com wrote:

 On Thu, Mar 19, 2015 at 5:52 AM, Rex Dieter rdie...@math.unl.edu wrote:

 Dave Johansen wrote:

  On Wed, Mar 18, 2015 at 10:39 AM, Kevin Fenzi
  ke...@scrye.com wrote:
 
  On Wed, 18 Mar 2015 08:00:35 -0700
  Dave Johansen davejohan...@gmail.com
  wrote:
 
   Is that really true? The Qt 5 package in EPEL 6 has been updated
   several times and I don't recall ever seeing an
   email/announcement/etc.
 
  Were the upgrades incompatible? You have to manually intervene?

  Honestly, on the machines I'm using, I installed 5.2 and haven't updated
  since 5.3 was released because I didn't want to rebuild and re-test all
 of
  my stuff, but my understanding of the following is that the upgrades are
  not completely compatible:
  http://upstream.rosalinux.ru/versions/qt.html

 Fwiw, Qt upstream takes both api and abi stability pretty seriously
 (official public interfaces).  If you experience any concrete
 incompatibilities after upgrading, it's arguably a bug worth fixing.


 Yes, but doesn't the change in the name of the .so require a rebuild?


So we can't speak in circles for a bit longer... what .so are you seeing
this happen with. Yes a changed so will break a build so if it is happening
then it needs to be looked and dealt with. A library may update itself but
not bump the .so


-- 
Stephen J Smoogen.
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


Re: [EPEL-devel] [EPEL] #8: EPEL-latest link rpm

2015-03-19 Thread EPEL
#8: EPEL-latest link rpm
-+
  Reporter:  smooge  |  Owner:  smooge
  Type:  enhancement | Status:  closed
  Priority:  minor   |  Milestone:
 Component:  Policy problem  |Version:
Resolution:  fixed   |   Keywords:
-+
Changes (by smooge):

 * status:  accepted = closed
 * resolution:   = fixed


Comment:

 I believe we (I wrote an initial version that was horrible.. dennis kindly
 took it and made it work) have a version that works. The new permanent
 symlinks are at:

 * http://dl.fedoraproject.org/pub/epel/epel-release-latest-5.noarch.rpm
 * http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
 * http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

-- 
Ticket URL: https://fedorahosted.org/epel/ticket/8#comment:12
EPEL https://fedoraproject.org/wiki/EPEL
Extra Packages for Enterprise Linux
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


[Bug 1203771] New: perl-Data-Munge-0.094 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203771

Bug ID: 1203771
   Summary: perl-Data-Munge-0.094 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Data-Munge
  Keywords: FutureFeature, Triaged
  Assignee: dd...@cpan.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: dd...@cpan.org, perl-devel@lists.fedoraproject.org



Latest upstream release: 0.094
Current version/release in rawhide: 0.093-1.fc22
URL: http://search.cpan.org/dist/Data-Munge/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=5GGGMAMhgza=cc_unsubscribe
--
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

[Bug 1203771] perl-Data-Munge-0.094 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203771



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9274278

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=kUaA6Tlvrda=cc_unsubscribe
--
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

[Bug 1203774] New: perl-Data-Structure-Util-0.16 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203774

Bug ID: 1203774
   Summary: perl-Data-Structure-Util-0.16 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Data-Structure-Util
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
psab...@redhat.com, st...@silug.org



Latest upstream release: 0.16
Current version/release in rawhide: 0.15-19.fc22
URL: http://search.cpan.org/dist/Data-Structure-Util/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=HZDn0VyiHga=cc_unsubscribe
--
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: octave-symbolic license change from GPLv2+ to GPLv3+

2015-03-19 Thread Colin Macdonald
On 09/02/15 22:28, Kevin Kofler wrote:
 Colin Macdonald wrote:
 I'm the new upstream developer of this.  Its a rewrite from scratch.  If
 it helps, I'm happy to (help) maintain the Fedora package---unless of
 course we have some policy against that.
 
 Welcome to Fedora! Your help is of course welcome. There is no policy 
 against upstream maintainers also maintaining the Fedora packages. Actually, 
 it is even encouraged. After all, nobody knows the software better than the 
 upstream developer(s).

@sailer: I've requested access on admin.fedoraproject.org

thanks,
Colin



signature.asc
Description: OpenPGP digital 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

[Bug 1203774] perl-Data-Structure-Util-0.16 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203774



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=9274294

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=fyQP9qhEm8a=cc_unsubscribe
--
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

[Bug 1203752] New: perl-Chart-2.4.10 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203752

Bug ID: 1203752
   Summary: perl-Chart-2.4.10 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Chart
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
psab...@redhat.com, st...@silug.org



Latest upstream release: 2.4.10
Current version/release in rawhide: 2.4.9-1.fc22
URL: http://search.cpan.org/dist/Chart/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=RW3zblw5qEa=cc_unsubscribe
--
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

[Bug 1203752] perl-Chart-2.4.10 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203752



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9274131

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=lY2cctVsyZa=cc_unsubscribe
--
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

[EPEL-devel] New Permalinks for EPEL

2015-03-19 Thread Stephen John Smoogen
It has come up in the past about How can I have a scripted location to
install EPEL from. Due to the way that the build system works, there were
a couple of ways of doing it that would not work (I know.. I seem to have
tried them all while Dennis reminded me how it wouldn't work.)

In the end, we have a script added to the end of the build process which
should test to see if the new permanent symlinks is broken and then fixing
it so that it points to the right location. From this you should be able to
refer to the following in kickstarts etc to get epel installed (if you so
want). [1]

* ​http://dl.fedoraproject.org/pub/epel/epel-release-latest-5.noarch.rpm
​* http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
​* http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

Thank you to Dennis Gilmore for fixing my bash script to work properly and
for the random person on IRC who peeved me off on Monday with a whatever
for me to persevere through our build system :).

[1] If you are using CentOS, you can refer to it from the Extras distro as
it is included and signed with the CentOS keys there.


-- 
Stephen Smoogen, Fedora Project IT
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


Re: ocaml cairo

2015-03-19 Thread Orion Poplawski
On 03/19/2015 08:17 AM, Richard W.M. Jones wrote:
 
 Orion, I realize there was not anything actionable in my last
 emails.
 
 Could you take a look at this scratch build:
 
   http://koji.fedoraproject.org/koji/taskinfo?taskID=9273794
 
 and check that it's suitable for what you want.
 
 If plplot is using ocamlfind, then we may need to change the META file
 in ocaml-cairo.  I essentially made up the package names off the top
 of my head (as '-package cairo' and '-package cairo.gtk') since
 upstream doesn't provide any guidance.
 
 Rich.
 

plplot does:

ocamlfind c -package cairo2 -linkpkg test_cairo.ml -o test_cairo

with test_cairo.ml:
module C = Cairo

and:

ocamlfind c -package cairo2.lablgtk2 -linkpkg test_gtk.ml -o test_gtk
module G = Gtk
module C = Cairo_gtk

Since apparently the opam name is cairo2, and since no distribution (yet)
carries this version, it assumed that's what the name would be:

commit 84d2a859f31b69c1d440a7a61d5c57528de94355
Author: Hezekiah M. Carty h...@0ok.org
Date:   Thu Jul 3 14:46:13 2014 +

Switch to a different OCaml Cairo binding (cairo2 in opam)

This is a more actively maintained binding to the Cairo library.  It is
unfortunately not packaged for Debian at this time so interested users
would need to install the library through opam.  opam is generally the
recommended way to install and manage OCaml libraries (this cpan, pip, etc)
so this isn't a particularly serious limitation.

debian report on the issue:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649439  CC'ing debian
maintainer.


plplot is fairly responsive, so if we think they should change, they may be
willing to.  CC'ing Hezekiah.


-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1203751] perl-Catalyst-Runtime-5.90084 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203751



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=9274120

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=p6DCeXPvt1a=cc_unsubscribe
--
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

[Bug 1203751] New: perl-Catalyst-Runtime-5.90084 is available

2015-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1203751

Bug ID: 1203751
   Summary: perl-Catalyst-Runtime-5.90084 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Catalyst-Runtime
  Keywords: FutureFeature, Triaged
  Assignee: emman...@seyman.fr
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, iarn...@gmail.com,
mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 5.90084
Current version/release in rawhide: 5.90083-1.fc23
URL: http://search.cpan.org/dist/Catalyst-Runtime/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=iVDTjV11r8a=cc_unsubscribe
--
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-Compress-Raw-Zlib] Update release

2015-03-19 Thread Jitka Plesnikova
commit 11d7214ab2170b2c1286c8dcc2c3d07cfcbc0be8
Author: Jitka Plesnikova jples...@redhat.com
Date:   Thu Mar 19 17:32:13 2015 +0100

Update release

 perl-Compress-Raw-Zlib.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index 1efe641..2ad5922 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -1,6 +1,6 @@
 Name:   perl-Compress-Raw-Zlib
 Version:2.068
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Low-level interface to the zlib compression library
 # Zlib.xs: (GPL+ or Artistic) and zlib
 # Others:  GPL+ or Artistic
--
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-Compress-Raw-Zlib/f21] Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)

2015-03-19 Thread Jitka Plesnikova
commit 9b2ce23d3beca5ab9ec94c1cb2f9a375cabb1c57
Author: Jitka Plesnikova jples...@redhat.com
Date:   Thu Mar 19 17:41:19 2015 +0100

Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)

 perl-Compress-Raw-Zlib.spec | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index 251f861..e7648a4 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -1,8 +1,10 @@
 Name:   perl-Compress-Raw-Zlib
 Version:2.066
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Low-level interface to the zlib compression library
-License:GPL+ or Artistic
+# Zlib.xs: (GPL+ or Artistic) and zlib
+# Others:  GPL+ or Artistic
+License:(GPL+ or Artistic) and zlib
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Compress-Raw-Zlib/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
@@ -62,6 +64,9 @@ make test
 %{_mandir}/man3/Compress::Raw::Zlib.3pm*
 
 %changelog
+* Thu Mar 19 2015 Jitka Plesnikova jples...@redhat.com - 2.066-2
+- Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)
+
 * Mon Sep 22 2014 Paul Howarth p...@city-fan.org - 2.066-1
 - Update to 2.066
   - Another COW violation (CPAN RT#98069)
--
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-Compress-Raw-Zlib/f20] Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)

2015-03-19 Thread Jitka Plesnikova
commit 91b643d50b750eb87691edc3557d9dff850dc384
Author: Jitka Plesnikova jples...@redhat.com
Date:   Thu Mar 19 17:43:59 2015 +0100

Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)

 perl-Compress-Raw-Zlib.spec | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index 7f0cacc..cda3761 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -1,8 +1,10 @@
 Name:   perl-Compress-Raw-Zlib
 Version:2.062
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Low-level interface to the zlib compression library
-License:GPL+ or Artistic
+# Zlib.xs: (GPL+ or Artistic) and zlib
+# Others:  GPL+ or Artistic
+License:(GPL+ or Artistic) and zlib
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Compress-Raw-Zlib/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
@@ -61,6 +63,9 @@ make test
 %{_mandir}/man3/Compress::Raw::Zlib.3pm*
 
 %changelog
+* Thu Mar 19 2015 Jitka Plesnikova jples...@redhat.com - 2.062-3
+- Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)
+
 * Wed Aug 14 2013 Jitka Plesnikova jples...@redhat.com - 2.062-2
 - Perl 5.18 re-rebuild of bootstrapped packages
 
--
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 CPAN-Perl-Releases-2.10.tar.gz uploaded to lookaside cache by psabata

2015-03-19 Thread Petr Šabata
A file has been added to the lookaside cache for perl-CPAN-Perl-Releases:

df07151766ca8467f2712a6493b48139  CPAN-Perl-Releases-2.10.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

  1   2   >