Re: Orphaned Packages in rawhide (2015-07-07)

2015-07-07 Thread Peter Robinson
 On Tue, Jul 7, 2015 at 4:45 PM, Richard W.M. Jones rjo...@redhat.com wrote:
 On Tue, Jul 07, 2015 at 04:38:52PM +0100, Richard W.M. Jones wrote:
 There's no deliberate dependency.  Maybe ocaml-lablgtk has a binding
 for it, but we'd just drop that if the library is obsolete.

 Apparently the dependency chain is:

   ocaml-lablgtk - gtksourceview - libgnomeprint

 (Note that's gtksourceview, not gtksourceview2)

 I have tried dropping the dependency on gtksourceview to see if that
 makes a difference.  Here is a scratch build:

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

 I've no idea if anyone cares about gtksourceview, but maybe a better
 plan is to drop the gtksourceview - libgnomeprint dep instead?

There's gtksourceview2 and gtksourceview3, the original gtksourceview
I believe is long dead too so maybe ocaml can move to one of the newer
ones.

Peter
-- 
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: Orphaned Packages in rawhide (2015-07-07)

2015-07-07 Thread Richard W.M. Jones
On Tue, Jul 07, 2015 at 09:21:29AM -0500, Michael Catanzaro wrote:
 On Tue, 2015-07-07 at 13:04 +0100, Richard W.M. Jones wrote:
  Looks as if there's a lot of fall out from this.
  
  rpm -qi says GNOME library for CUPS integration, which sounds 
  important.
  
  Does anyone know if this library has been replaced by something else,
  or if it just needs someone to step up and own the package in Fedora?
 
 It's not important; it was last released in 2008, so it's obsolete for
 a very long time. Looking through the list of affected packages, I
 don't see anything that I'm concerned about losing for Fedora
 Workstation (all the GNOME packages listed there are also obsolete).
 Except the OCaml stack clearly has a problem. Feel free to pick it up
 if that's easier than figuring out what's wrong.

There's no deliberate dependency.  Maybe ocaml-lablgtk has a binding
for it, but we'd just drop that if the library is obsolete.

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

[Bug 1240766] New: Please update biber to current release

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1240766

Bug ID: 1240766
   Summary: Please update biber to current release
   Product: Fedora
   Version: 22
 Component: biber
  Assignee: c...@m.fsf.org
  Reporter: jonathan.underw...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: c...@m.fsf.org, mefos...@gmail.com,
novyjindr...@gmail.com,
perl-devel@lists.fedoraproject.org



Description of problem:
We're still shipping biber 1.8 from 2013. Could we bump to something more
modern - version 2.1 was released in May 2015. TIA.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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: Orphaned Packages in rawhide (2015-07-07)

2015-07-07 Thread Richard W.M. Jones
On Tue, Jul 07, 2015 at 04:53:42PM +0100, Peter Robinson wrote:
  On Tue, Jul 7, 2015 at 4:45 PM, Richard W.M. Jones rjo...@redhat.com wrote:
  On Tue, Jul 07, 2015 at 04:38:52PM +0100, Richard W.M. Jones wrote:
  There's no deliberate dependency.  Maybe ocaml-lablgtk has a binding
  for it, but we'd just drop that if the library is obsolete.
 
  Apparently the dependency chain is:
 
ocaml-lablgtk - gtksourceview - libgnomeprint
 
  (Note that's gtksourceview, not gtksourceview2)
 
  I have tried dropping the dependency on gtksourceview to see if that
  makes a difference.  Here is a scratch build:
 
http://koji.fedoraproject.org/koji/taskinfo?taskID=10312096
 
  I've no idea if anyone cares about gtksourceview, but maybe a better
  plan is to drop the gtksourceview - libgnomeprint dep instead?
 
 There's gtksourceview2 and gtksourceview3, the original gtksourceview
 I believe is long dead too so maybe ocaml can move to one of the newer
 ones.

These are just OCaml bindings, so it depends on whether there are
applications using them -- the answer is no for gtksourceview
according to:

  $ repoquery --whatrequires 'ocaml(GtkSourceViewProps)'
  (no output)

and yes for gtksourceview2 according to:

  $ repoquery --whatrequires 'ocaml(GtkSourceView2Props)'
  frama-c-0:1.10-22.fc22.x86_64
  frama-c-0:1.10-24.fc22.x86_64

Anyway, I have now dropped gtksourceview (but there are still
gtksourceview2 bindings).

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

[Bug 1240533] perl-IPTables-libiptc-0.52-13.fc23 FTBFS: Cannot find required header file: xtables.h

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1240533

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
The compiler complains:

In file included from /usr/include/xtables.h:15:0,
 from tmp_2073.c:1:
/usr/include/linux/in.h:26:3: error: redeclaration of enumerator ‘IPPROTO_IP’
   IPPROTO_IP = 0,  /* Dummy protocol for TCP  */
   ^

This is caused by iptables/kernel bug #1239213.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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: F23 Self Contained Change: RPM MPI Requires Provides

2015-07-07 Thread Sandro Mani

Hello

I've got an initial implementation of this using the rpm dependency 
generator hooks, as suggested in the other thread [1].


The resulting scripts are here: 
https://smani.fedorapeople.org/rpm-mpi-hooks/


There is just one problem: an elf binary in an $MPI_HOME subfolder will 
now trigger both the elf as well as the mpi dependency generator, 
resulting in both


libfoo.so()(64bit)
libfoo.so()(64bit)(openmpi-x86_64)

being generated for /usr/lib64/openmpi/lib/libfoo.so. However, to 
achieve the goal of disambiguating the provides of libfoo and 
libfoo-openmpi, libfoo-openmpi should only provide 
libfoo.so()(64bit)(openmpi-x86_64).


The only solution which comes to mind is adding

%__elf_exclude_path ^%{_prefix}/lib(64)/(openmpi|mpich)/.*$

to elf.attr. Is this acceptable?

Thanks,
Sandro


[1] https://lists.fedoraproject.org/pipermail/devel/2015-June/211570.html
--
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 1240533] perl-IPTables-libiptc-0.52-13.fc23 FTBFS: Cannot find required header file: xtables.h

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1240533

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Depends On||1239213




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239213
[Bug 1239213] iptables: can't link against libiptc
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 4.0.0

2015-07-07 Thread José Matos
On Monday 06 July 2015 14:20:20 Orion Poplawski wrote:
 qtoctave-0.10.1-17.fc22.src.rpm

Why is this still being built?

Upstream has been abandoned. And some of the code has migrated/inspired octave 
GUI so qtoctave is no more relevant or useful and it should be retired. The 
introduction of octave 4.0 seems to be the right time for the retirement.

My proposal is to not rebuild qtoctave an to retire it for rawhide.

Regards,
-- 
José Abílio
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Fedora QA] #473: Fedora 23 Translation (L10n) Test Day

2015-07-07 Thread Fedora QA
#473: Fedora 23 Translation (L10n) Test Day
--+
 Reporter:  anipeter  |   Owner:  tflink
 Type:  defect|  Status:  new
 Priority:  major |   Milestone:  Fedora 23
Component:  Blocker bug tracker page  | Version:
 Keywords:  l10n  |  Blocked By:
 Blocking:|
--+
 Translation (L10n) Test Day for Fedora 23 has to be finalized.

 Software Translation Deadline : 25th August (Tuesday) and[[BR]]
 Fedora 23 Alpha release : 11th August (Tuesday)

 As per discussion on email [1], we can finalize the L10n test day for F23
 on 18th August (Tuesday), thus translators will have one week to review
 and fix their translations.

 FLTG team will be working towards coordinating and arranging the test day
 including creating new test cases, reviewing old test cases, redesign test
 page, provide required assistance to get the image for testing, help
 testers on test day etc.

 Thanks Ani Peter (apeter)[[BR]]
 FLTG[[BR]]

 [1] - https://lists.fedoraproject.org/pipermail/fltg/2015-July/000290.html

-- 
Ticket URL: https://fedorahosted.org/fedora-qa/ticket/473
Fedora QA http://fedorahosted.org/fedora-qa
Fedora Quality Assurance
___
qa-devel mailing list
qa-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/qa-devel


Re: [Fedora QA] #473: Fedora 23 Translation (L10n) Test Day

2015-07-07 Thread Fedora QA
#473: Fedora 23 Translation (L10n) Test Day
---+---
  Reporter:  anipeter  |  Owner:  tflink
  Type:  defect| Status:  new
  Priority:  major |  Milestone:  Fedora 23
 Component:  Test Day  |Version:
Resolution:|   Keywords:  l10n
Blocked By:|   Blocking:
---+---
Changes (by anipeter):

 * component:  Blocker bug tracker page = Test Day


-- 
Ticket URL: https://fedorahosted.org/fedora-qa/ticket/473#comment:1
Fedora QA http://fedorahosted.org/fedora-qa
Fedora Quality Assurance
___
qa-devel mailing list
qa-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/qa-devel


[Bug 1240533] New: perl-IPTables-libiptc-0.52-13.fc23 FTBFS: Cannot find required header file: xtables.h

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1240533

Bug ID: 1240533
   Summary: perl-IPTables-libiptc-0.52-13.fc23 FTBFS: Cannot find
required header file: xtables.h
   Product: Fedora
   Version: rawhide
 Component: perl-IPTables-libiptc
  Assignee: ppi...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



perl-IPTables-libiptc-0.52-13.fc23 fails to build in F23:

+ perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic'
Checking if your kit is complete...
Looks good
Detect iptables version via command: iptables -V
Detect the xtables libdir path of: iptables
 - detected xtables libdir: /usr/libexec/xtables
Detected iptables version: 1.4.21 (vercode:66581)
Using iptables version: 1.4.21
Checking for header files
 - detected include path: /usr/include
 - check-header: xtables.h
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-=-=-=-*** ERROR: Missing header file ***   -=-=-=-
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
   Cannot find required header file: xtables.h
   You must install the systems software package 
   containing the header file, usually a dev package.
   Hint, under Debian/Ubuntu install iptables-dev package
 apt-get install iptables-dev
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Difference between working and failing build root:

perl-Encode 3:2.73-3.fc23  3:2.74-1.fc23
perl-Socket 3:2.019-3.fc23  3:2.020-1.fc23
emacs-filesystem  1:24.5-5.fc23
gdb 7.9.50.20150531-2.fc23  7.9.50.20150531-3.fc23
krb5-libs 1.13.2-4.fc23  1.13.2-6.fc23
libidn 1.30-3.fc23  1.30-4.fc23
gnat-srpm-macros 1-2.fc23  2-1.fc23
tar 2:1.28-5.fc23  2:1.28-6.fc23
zip 3.0-14.fc23  3.0-15.fc23
python-setuptools 17.1.1-3.fc23  18.0.1-1.fc23
pam 1.2.0-2.fc23  1.2.1-1.fc23
kernel-headers 4.1.0-1.fc23  4.2.0-0.rc0.git1.1
python3-setuptools 17.1.1-3.fc23  18.0.1-1.fc23

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239253] perl-Test-Pod-1.51 is available

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239253

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Test-Pod-1.51-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-07 04:21:24



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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

jplesnik pushed to perl-Test-Pod (master). Updated dependencies

2015-07-07 Thread notifications
From 0e76a625d824779adc0b7191c261e96d2a969b4b Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 7 Jul 2015 11:12:00 +0200
Subject: Updated dependencies


diff --git a/perl-Test-Pod.spec b/perl-Test-Pod.spec
index 16764c8..cf03bef 100644
--- a/perl-Test-Pod.spec
+++ b/perl-Test-Pod.spec
@@ -1,16 +1,19 @@
 Name:   perl-Test-Pod
 Version:1.51
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Test POD files for correctness
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-Pod/
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Pod::Simple) = 3.05
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Builder)
@@ -34,14 +37,13 @@ the heavy lifting.
 %setup -q -n Test-Pod-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
 %{_fixperms} %{buildroot}
 
 %check
@@ -53,6 +55,9 @@ LC_ALL=C make test
 %{_mandir}/man3/Test::Pod.3pm*
 
 %changelog
+* Tue Jul 07 2015 Jitka Plesnikova jples...@redhat.com - 1.51-2
+- Updated dependencies
+
 * Mon Jul  6 2015 Tom Callaway s...@fedoraproject.org - 1.51-1
 - update to 1.51
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Pod.git/commit/?h=masterid=0e76a625d824779adc0b7191c261e96d2a969b4b
--
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 1232215] biber-v2.1 is available

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1232215

Colin Macdonald c...@m.fsf.org changed:

   What|Removed |Added

 CC||jonathan.underw...@gmail.co
   ||m



--- Comment #3 from Colin Macdonald c...@m.fsf.org ---
*** Bug 1240766 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1240766] Please update biber to current release

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1240766

Colin Macdonald c...@m.fsf.org changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-07-07 15:27:11



--- Comment #1 from Colin Macdonald c...@m.fsf.org ---
Unfortunately, we cannot until texlive is bumped to a more recent version :(

*** This bug has been marked as a duplicate of bug 1232215 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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: Self Introduction: Michal Cyprian

2015-07-07 Thread White, Langdon
On Tue, Jul 7, 2015 at 8:51 AM Michal Cyprian mcypr...@redhat.com wrote:

 Hi all,

 I would like to introduce myself. My name is Michal Cyprian, I started to
 work as an Intern in Red Hat Brno. I have joined Python maintenance group
 here. I don't have many experience in free and open source project so far,
 but I am highly interested in this area and I believe, that there will be
 lots of them in my future. My first task was to learn how to create rpm
 packages of python sources.
 You can see Review Request of my first package here:
 https://bugzilla.redhat.com/show_bug.cgi?id=1240634
 I was packaging python module with really fascinating functionality.
 Python-afl is an experimental module that enables American fuzzy lop fork
 server and instrumentation for pure-Python code.

 Best regards


Nice to meet you! We look forward to your ongoing participation!

Langdon White
Fedora Council


 Michal
 --
 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

[389-devel] please review: Ticket 48208 - cleanAllRUV task should completely clean changelog

2015-07-07 Thread Mark Reynolds

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

https://fedorahosted.org/389/attachment/ticket/48208/0001-Ticket-48208-CleanAllRUV-should-completely-purge-cha.patch
--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

[Bug 1177819] systemd inside Parallels Virtuozzo VM: Failed at step NO_NEW_PRIVILEGES spawning /usr/sbin/amavisd: Invalid argument

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1177819

Kir Kolyshkin k...@sacred.ru changed:

   What|Removed |Added

 CC||k...@sacred.ru



--- Comment #11 from Kir Kolyshkin k...@sacred.ru ---
I was not able to reproduce the issue reported, using these:

# rpm -q systemd amavisd-new 
systemd-208-11.el7_0.5.x86_64
amavisd-new-2.10.1-4.el7.noarch

# uname -a
Linux efgh.com 2.6.32-042stab109.4 #1 SMP Fri May 8 15:31:07 MSK 2015 x86_64
x86_64 x86_64 GNU/Linux

Note that your OpenVZ/VZ kernel (042stab092.3) is pretty old (about 1 year
old). Maybe this is the reason why it's failing. Also, try to run yum update
inside your container.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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: Orphaned Packages in rawhide (2015-07-07)

2015-07-07 Thread Richard W.M. Jones
On Tue, Jul 07, 2015 at 04:38:52PM +0100, Richard W.M. Jones wrote:
 There's no deliberate dependency.  Maybe ocaml-lablgtk has a binding
 for it, but we'd just drop that if the library is obsolete.

Apparently the dependency chain is:

  ocaml-lablgtk - gtksourceview - libgnomeprint

(Note that's gtksourceview, not gtksourceview2)

I have tried dropping the dependency on gtksourceview to see if that
makes a difference.  Here is a scratch build:

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

I've no idea if anyone cares about gtksourceview, but maybe a better
plan is to drop the gtksourceview - libgnomeprint dep instead?

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
-- 
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: Orphaned Packages in rawhide (2015-07-07)

2015-07-07 Thread Peter Robinson
On Tue, Jul 7, 2015 at 4:38 PM, Richard W.M. Jones rjo...@redhat.com wrote:
 On Tue, Jul 07, 2015 at 09:21:29AM -0500, Michael Catanzaro wrote:
 On Tue, 2015-07-07 at 13:04 +0100, Richard W.M. Jones wrote:
  Looks as if there's a lot of fall out from this.
 
  rpm -qi says GNOME library for CUPS integration, which sounds
  important.
 
  Does anyone know if this library has been replaced by something else,
  or if it just needs someone to step up and own the package in Fedora?

 It's not important; it was last released in 2008, so it's obsolete for
 a very long time. Looking through the list of affected packages, I
 don't see anything that I'm concerned about losing for Fedora
 Workstation (all the GNOME packages listed there are also obsolete).
 Except the OCaml stack clearly has a problem. Feel free to pick it up
 if that's easier than figuring out what's wrong.

 There's no deliberate dependency.  Maybe ocaml-lablgtk has a binding
 for it, but we'd just drop that if the library is obsolete.

When I looked through dependencies the only actual app I could find
that was still building against a binding in the dep chain was xwords.
Everything else is various bindings (python/ruby) so unless anyone
particularly cares about printing from xwords I think we should just
retire it all.

Peter
-- 
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: octave 4.0.0

2015-07-07 Thread Kevin Kofler
Hi,

 Orion Poplawski or...@cora.nwra.com wrote:
 On 07/07/2015 03:10 AM, José Matos wrote:
  On Monday 06 July 2015 14:20:20 Orion Poplawski wrote:
  qtoctave-0.10.1-17.fc22.src.rpm
 
  Why is this still being built?
 
  Upstream has been abandoned. And some of the code has migrated/inspired 
  octave GUI so qtoctave is no more relevant or useful and it should be 
  retired. The introduction of octave 4.0 seems to be the right time for the 
  retirement.
 
  My proposal is to not rebuild qtoctave an to retire it for rawhide.
 
  Regards,
 
 
 I strongly agree.

I am one of the comaintainers of the qtoctave package. I know the package is
dead upstream. But last I checked, it worked. (There had been some issues, but I
fixed those that I found.) If it still works fine, I object to retiring it.

That said, I admit I haven't had the occasion to try the new Octave GUI yet. It
may or may not be an adequate replacement for all users.

Kevin Kofler
-- 
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 1177819] systemd inside Parallels Virtuozzo VM: Failed at step NO_NEW_PRIVILEGES spawning /usr/sbin/amavisd: Invalid argument

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1177819



--- Comment #12 from Kir Kolyshkin k...@sacred.ru ---
Reproduced under the 042stab092.3 kernel so it looks like a problem of the old
kernel. Please update your kernel (or ask your service provider to do so).
Running 1 year old kernel in production is not acceptable for many reasons.

To the bug assignee -- I would close the bug as INVALID

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 4.0.0

2015-07-07 Thread Orion Poplawski
On 07/07/2015 03:44 PM, Kevin Kofler wrote:
 Hi,
 
  Orion Poplawski or...@cora.nwra.com wrote:
 On 07/07/2015 03:10 AM, José Matos wrote:
 On Monday 06 July 2015 14:20:20 Orion Poplawski wrote:
 qtoctave-0.10.1-17.fc22.src.rpm

 Why is this still being built?

 Upstream has been abandoned. And some of the code has migrated/inspired 
 octave GUI so qtoctave is no more relevant or useful and it should be 
 retired. The introduction of octave 4.0 seems to be the right time for the 
 retirement.

 My proposal is to not rebuild qtoctave an to retire it for rawhide.

 Regards,


 I strongly agree.
 
 I am one of the comaintainers of the qtoctave package. I know the package is
 dead upstream. But last I checked, it worked. (There had been some issues, 
 but I
 fixed those that I found.) If it still works fine, I object to retiring it.
 
 That said, I admit I haven't had the occasion to try the new Octave GUI yet. 
 It
 may or may not be an adequate replacement for all users.
 
 Kevin Kofler
 

Well, at least one thing will need to get fixed - qtoctave starts octave,
which in 4.0.0 starts the gui - so you end up with two guis active, and
probably a non-working qtoctave.  Looks like you need to pass --no-gui
option to octave.

The new octave qui is Qt based, so you might like it :).

-- 
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 1231104] perl-B-Hooks-OP-Check-EntersubForCV-0.09-11.fc23: FTBFS with Perl 5.22

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231104

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

   What|Removed |Added

 Blocks||1239338 (F23FTBFS)
 CC||den...@ausil.us



--- Comment #1 from Petr Šabata psab...@redhat.com ---
*** Bug 1239766 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239338
[Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239766] perl-B-Hooks-OP-Check-EntersubForCV: FTBFS in rawhide

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239766

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

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-07-07 11:06:11



--- Comment #4 from Petr Šabata psab...@redhat.com ---


*** This bug has been marked as a duplicate of bug 1231104 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1231297] perl-Carp-REPL-0.18-1.fc23 FTBFS with perl-5.22

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231297

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

   What|Removed |Added

 Blocks||1239338 (F23FTBFS)
 CC||den...@ausil.us



--- Comment #1 from Petr Šabata psab...@redhat.com ---
*** Bug 1239768 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239338
[Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239768] perl-Carp-REPL: FTBFS in rawhide

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239768

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

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-07-07 11:07:11



--- Comment #4 from Petr Šabata psab...@redhat.com ---


*** This bug has been marked as a duplicate of bug 1231297 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239772] perl-Devel-BeginLift: FTBFS in rawhide

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239772

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

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-07-07 11:09:45



--- Comment #4 from Petr Šabata psab...@redhat.com ---


*** This bug has been marked as a duplicate of bug 1231880 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1231880] perl-Devel-BeginLift-0.001003-9.fc23 FTBFS with perl-5.22: unsatisfied depencency

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231880

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

   What|Removed |Added

 Blocks||1239338 (F23FTBFS)
 CC||den...@ausil.us



--- Comment #1 from Petr Šabata psab...@redhat.com ---
*** Bug 1239772 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239338
[Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1231204] perl-Data-Dump-Streamer-2.38-4.fc23: FTBFS with Perl 5.22

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231204

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

   What|Removed |Added

 Blocks||1239338 (F23FTBFS)
 CC||den...@ausil.us



--- Comment #1 from Petr Šabata psab...@redhat.com ---
*** Bug 1239771 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239338
[Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239771] perl-Data-Dump-Streamer: FTBFS in rawhide

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239771

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

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-07-07 11:08:29



--- Comment #4 from Petr Šabata psab...@redhat.com ---


*** This bug has been marked as a duplicate of bug 1231204 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239776] perl-Method-Signatures: FTBFS in rawhide

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239776

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

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-07-07 11:10:29



--- Comment #4 from Petr Šabata psab...@redhat.com ---


*** This bug has been marked as a duplicate of bug 1231894 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1231894] perl-Method-Signatures-20141021-1.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231894

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

   What|Removed |Added

 Blocks||1239338 (F23FTBFS)
 CC||den...@ausil.us



--- Comment #1 from Petr Šabata psab...@redhat.com ---
*** Bug 1239776 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239338
[Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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: openQA vs. Rawhide

2015-07-07 Thread Adam Williamson
On Tue, 2015-07-07 at 08:16 -0700, Adam Williamson wrote:
 Hey, folks. Just to let everyone know, I started looking into why
 openQA tests are failing in Rawhide yesterday but got sidetracked
 trying to get rid of a bunch of rice weevils in my kitchen. 
 (seriously,
 those little buggers are a pain in the rear end).
 
 I'm not sure what's going on with the 'Begin Installation' button
 apparently not becoming available in boot.iso , but I know
 approximately what's wrong with the live install: the fonts have
 somehow changed on some (all?) pages. On the root and user creation
 screens at least, the text it's trying to match now looks 
 sufficiently
 different (a pixel taller, for one thing) that the match fails. I've
 written a new needle for the root screen, but I wanted to try and see
 if I could find out what actually happened to cause the text to look
 different before we go and create new needles for every text match in
 the installer...

So I got a bit farther with this today. The difference actually seems
to be not 22 vs. 23 but boot.iso vs. Workstation live. There's some
kind of rather subtle difference in font rendering between the two. The
easiest way to see it is to look at a Done button. On boot.iso (22 or
Rawhide), the 'D' is 11 pixels tall. On Workstation live images, it's
10 pixels tall. There are other differences too, if you look closely:
the capital 'R' and 'P' in 'Root Password' (on the root password
screen) are 9 pixels high on Workstation live images, 10 pixels high on
boot.iso.

Now the question is do we:
i) try and figure out what the hell the difference between the two is -
which could be a hell of a yak shave 

ii) try and finesse the needles (match area, size, required similarity
%age) until openQA is OK with the differences

iii) have two variants of affected needles?

In any case it's something we need to be aware of when using text
needles in anaconda - please check your needles work with both boot.iso
and live images...

I did try a *bit* of i). I know one obvious difference is that gnome
-settings-daemon is active on the Workstation live, but not on boot.iso
, and I know g-s-d does set various font options. The most obvious one
that might differ is the hinting strength, but actually the default for
that seems to be 'medium' both in the g-s-d dconf schema and in
/etc/X11/Xresources (which I think sets the default if g-s-d isn't
involved).

I can't reproduce the boot.iso 'look' by messing with the hinting and
antialiasing settings in gnome-tweak-tool on a live image - I can
certainly make the rendering look different, but no combination of
settings seems to make it look exactly like boot.iso.

An interesting case I just discovered is that if I set GNOME's 'text
scaling factor' to 1.01 on the Workstation live, it makes the glyph
heights the same as in boot.iso, but there are still some very subtle
differences in the rendering: for e.g. the kerning is a bit different
(there's a one pixel gap between the 'D' and the 'o' of 'Done' in
Workstation-at-1.01 while on boot.iso there's no gap).

a KDE live image has the same rendering as boot.iso, which is about
what I'd expect (as g-s-d is not active there either).
-- 
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


Removing vm86 support?

2015-07-07 Thread Andrew Lutomirski
Hi-

I'm asking here because Fedora seems to one of few distros that
enables CONFIG_VM86 on 32-bit kernels.

Would anyone object if the upstream kernel (and hence Fedora) removed
vm86 support?  This would break 16-bit real mode programs under
dosemu.  It would have no effect on 16-bit protected mode programs
under dosemu (i.e. anything that works on a 64-bit kernel), on dosbox
(which you should be using instead of dosemu anyway) or on KVM (which
is also a much better option than dosemu).

--Andy
-- 
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 1240862] New: perl-Dist-Zilla-Plugin-GithubMeta-0.54 is available

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1240862

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



Latest upstream release: 0.54
Current version/release in rawhide: 0.52-1.fc23
URL: http://search.cpan.org/dist/Dist-Zilla-Plugin-GithubMeta/

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239778] perl-MooseX-Workers: FTBFS in rawhide

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239778

Emmanuel Seyman emman...@seyman.fr changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-MooseX-Workers-0.23-4
 Resolution|--- |RAWHIDE
   Assignee|emman...@seyman.fr  |ppi...@redhat.com
Last Closed||2015-07-07 07:48:17



--- Comment #4 from Emmanuel Seyman emman...@seyman.fr ---
Rebuilt by ppisar in Rawhide.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239179] perl-Dancer-1.3140 is available

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239179

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Dancer-1.3140-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-07 07:48:14



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1231888] perl-Task-Kensho-Testing-0.38-1.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231888

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Blocks||1239338 (F23FTBFS)
 CC||den...@ausil.us



--- Comment #1 from Jitka Plesnikova jples...@redhat.com ---
*** Bug 1239782 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239338
[Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239782] perl-Task-Kensho-Testing: FTBFS in rawhide

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239782

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-07-07 07:56:37



--- Comment #4 from Jitka Plesnikova jples...@redhat.com ---


*** This bug has been marked as a duplicate of bug 1231888 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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: Orphaned Packages in rawhide (2015-07-07)

2015-07-07 Thread Richard W.M. Jones
On Tue, Jul 07, 2015 at 11:59:47AM +, opensou...@till.name wrote:
 libgnomecups  orphan, ajax, alexl, caillon,   2 weeks ago   
   caolanm, group::gnome-sig, hadess,
   johnp, mbarnes, rhughes, rstrode, 
   ssp, vicodan, xiphmont

Looks as if there's a lot of fall out from this.

rpm -qi says GNOME library for CUPS integration, which sounds important.

Does anyone know if this library has been replaced by something else,
or if it just needs someone to step up and own the package in Fedora?

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

Self Introduction: Michal Cyprian

2015-07-07 Thread Michal Cyprian
Hi all,

I would like to introduce myself. My name is Michal Cyprian, I started to work 
as an Intern in Red Hat Brno. I have joined Python maintenance group here. I 
don't have many experience in free and open source project so far, but I am 
highly interested in this area and I believe, that there will be lots of them 
in my future. My first task was to learn how to create rpm packages of python 
sources.
You can see Review Request of my first package here: 
https://bugzilla.redhat.com/show_bug.cgi?id=1240634
I was packaging python module with really fascinating functionality. Python-afl 
is an experimental module that enables American fuzzy lop fork server and 
instrumentation for pure-Python code.

Best regards

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

Orphaned Packages in rawhide (2015-07-07)

2015-07-07 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

  Package(co)maintainers  Status Change 
===
ScrollZ   orphan, vicodan 2 weeks ago   
apache-poiorphan, gil, orion  0 weeks ago   
blahtexml orphan  9 weeks ago   
cumin orphan, croberts, matt, tmckay  2 weeks ago   
ekg   orphan, karlik  2 weeks ago   
ekg2  orphan, karlik  2 weeks ago   
elementaryorphan, spot, vicodan   2 weeks ago   
epic5 orphan, stefanok, vicodan   2 weeks ago   
fwbuilder orphan, till5 weeks ago   
gksu-polkit   orphan, slaanesh, vicodan   2 weeks ago   
gmyth orphan, vicodan 2 weeks ago   
gtkperf   orphan, vicodan 2 weeks ago   
gvrpcdorphan  9 weeks ago   
ha-jdbc   orphan  3 weeks ago   
javanotes orphan  1 weeks ago   
jericho-html  orphan, gil 2 weeks ago   
jgroups212orphan  3 weeks ago   
jsilver   orphan  3 weeks ago   
kde-plasma-redshift   orphan, lupinix 0 weeks ago   
ldd-pdf   orphan  1 weeks ago   
libgnomecups  orphan, ajax, alexl, caillon,   2 weeks ago   
  caolanm, group::gnome-sig, hadess,
  johnp, mbarnes, rhughes, rstrode, 
  ssp, vicodan, xiphmont
libindicator  orphan, echevemaster, jspaleta, 2 weeks ago   
  vicodan   
mate-dialogs  orphan, raveit65, rdieter, stefanok,2 weeks ago   
  vicodan   
mule  orphan, tspauld98   3 weeks ago   
ovirt-nodeorphan, apevec, fabiand, jboggs,6 weeks ago   
  pmyers
python-pbsorphan  5 weeks ago   
python-sgutilsorphan, grover  0 weeks ago   
python-sysv_ipc   orphan  1 weeks ago   
python-xhtml2pdf  orphan  0 weeks ago   
rubygem-inifile   orphan, mcpierce3 weeks ago   
rubygem-mgorphan, mcpierce3 weeks ago   
rubygem-rack-mountorphan, vondruch1 weeks ago   
rubygem-regin orphan, vondruch1 weeks ago   
rubygem-wirbleorphan, maxamillion, mcpierce   3 weeks ago   
vios-proxyorphan, mcpierce3 weeks ago   

The following packages require above mentioned packages:
Depending on: apache-poi (64), status change: 2015-07-06 (0 weeks ago)
dbunit (maintained by: gil)
dbunit-2.5.0-4.fc23.src requires mvn(org.apache.poi:poi) = 
3.10.1

jasperreports (maintained by: gil, java-sig, msrb)
jasperreports-4.0.2-14.fc23.src requires apache-poi = 
3.10.1-3.fc23

jtnef (maintained by: orion)
jtnef-1.8.0-5.fc23.noarch requires apache-poi = 3.10.1-3.fc23
jtnef-1.8.0-5.fc23.src requires apache-poi = 3.10.1-3.fc23

solr (maintained by: gil, java-sig)
solr-4.10.4-1.fc23.noarch requires mvn(org.apache.poi:poi) = 
3.10.1, mvn(org.apache.poi:poi-ooxml) = 3.10.1, 
mvn(org.apache.poi:poi-ooxml-schemas) = 3.10.1, 
mvn(org.apache.poi:poi-scratchpad) = 3.10.1

springframework (maintained by: msrb, gil)
springframework-3.2.14-2.fc23.src requires 
mvn(org.apache.poi:poi) = 3.10.1

tika (maintained by: gil, java-sig)
tika-1.5-6.fc23.src requires 

[Bug 1239783] perl-Test-Apocalypse: FTBFS in rawhide

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239783

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-07-07 07:59:28



--- Comment #4 from Petr Pisar ppi...@redhat.com ---


*** This bug has been marked as a duplicate of bug 1231903 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1231903] perl-Test-Apocalypse-1.006-1.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231903

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Blocks||1239338 (F23FTBFS)
 CC||den...@ausil.us



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
*** Bug 1239783 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239338
[Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 4.0.0

2015-07-07 Thread Colin Macdonald

On 06/07/15 21:20, Orion Poplawski wrote:

octave-symbolic-2.0.0-1.fc23.src.rpm


This will need:

BuildRequires:  sympy = 0.7.5

(well it doesn't really but the configure script checks for it).

I'm upstream on this package and am happy to help maintain it in Fedora: 
my request still says [Awaiting 
Review](https://admin.fedoraproject.org/pkgdb/package/octave-symbolic). 
 Is there something else I need to do?


best,
Colin
--
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: octave 4.0.0

2015-07-07 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Jul 06, 2015 at 02:20:20PM -0600, Orion Poplawski wrote:
 I'm going to be building octave 4.0.0 to Rawhide soon.  Everything that
 requires it will need to be rebuilt.  I think this is:
 
 csdp-6.1.1-9.fc23.src.rpm
 lhapdf-5.9.1-9.fc23.src.rpm
 NLopt-2.4.2-3.fc22.src.rpm
 octave-audio-1.1.4-12.fc22.src.rpm
 octave-communications-1.2.0-2.fc22.src.rpm
 octave-control-2.6.6-1.fc22.src.rpm
 octave-dicom-0.1.1-9.fc22.src.rpm
 octave-general-1.3.4-1.fc22.src.rpm
 octave-gsl-1.0.8-9.fc22.src.rpm
 octave-image-2.2.2-1.fc22.src.rpm
 octave-io-2.2.7-1.fc23.src.rpm
 octave-miscellaneous-1.2.1-2.fc22.src.rpm
 octave-ncarray-1.0.3-2.fc21.src.rpm
 octave-netcdf-1.0.6-1.fc23.src.rpm
 octave-nnet-0.1.13-7.fc21.src.rpm
 octave-octcdf-1.1.7-3.fc22.src.rpm
 octave-odepkg-0.8.4-3.fc22.src.rpm
 octave-optim-1.4.0-2.fc22.src.rpm
 octave-parallel-2.2.0-3.fc22.src.rpm
 octave-quaternion-2.2.2-2.fc22.src.rpm
 octave-signal-1.3.0-3.fc22.src.rpm
 octave-specfun-1.1.0-9.fc22.src.rpm
 octave-statistics-1.2.3-2.fc21.src.rpm
 octave-struct-1.0.10-7.fc22.src.rpm
 octave-symbolic-2.0.0-1.fc23.src.rpm
 pfstools-1.8.5-20.fc23.src.rpm
 plplot-5.10.0-17.fc22.src.rpm
 qtoctave-0.10.1-17.fc22.src.rpm
 shogun-3.2.0.1-0.33.git20141224.d71e19a.fc22.src.rpm
 syntastic-3.5.0-1.fc22.src.rpm
 toped-0.9.81-8.svn2211.fc22.src.rpm
 
 I'll try to get this taken care of.
For the future:
libsbml also needs to be rebuilt. I've started a build now.

Zbyszek
-- 
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 1239210] perl-CPANPLUS-0.9154 is available

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239210



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-CPANPLUS-0.91.54-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-CPANPLUS-0.91.54-1.fc22

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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

ppisar pushed to perl-Archive-Extract (f22). 0.76 bump

2015-07-07 Thread notifications
From 09967d3cf707c20cff75273f3ed78f188f222862 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 7 Jul 2015 12:48:03 +0200
Subject: 0.76 bump


diff --git a/.gitignore b/.gitignore
index 6ba4da8..99c4eb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Archive-Extract-0.26.tar.gz
 /Archive-Extract-0.70.tar.gz
 /Archive-Extract-0.72.tar.gz
 /Archive-Extract-0.74.tar.gz
+/Archive-Extract-0.76.tar.gz
diff --git a/perl-Archive-Extract.spec b/perl-Archive-Extract.spec
index 1d45ece..d8a1acc 100644
--- a/perl-Archive-Extract.spec
+++ b/perl-Archive-Extract.spec
@@ -1,14 +1,17 @@
 Name:   perl-Archive-Extract
 # Epoch to compete with core module from perl.spec
 Epoch:  1
-Version:0.74
-Release:3%{?dist}
+Version:0.76
+Release:1%{?dist}
 Summary:Generic archive extracting mechanism
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Archive-Extract/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Extract-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -306,6 +309,9 @@ make test
 %files xz-IO-Uncompress-UnXz
 
 %changelog
+* Tue Jul 07 2015 Petr Pisar ppi...@redhat.com - 1:0.76-1
+- 0.76 bump
+
 * Thu Apr 30 2015 Petr Pisar ppi...@redhat.com - 1:0.74-3
 - Fix a typo, unxz is provided by xz
 
diff --git a/sources b/sources
index df24521..53683cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af26b361608331806d14f075033d0030  Archive-Extract-0.74.tar.gz
+110a6000ce4b23da34dcbe890e069f13  Archive-Extract-0.76.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Archive-Extract.git/commit/?h=f22id=09967d3cf707c20cff75273f3ed78f188f222862
--
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

jplesnik uploaded Class-Unload-0.09.tar.gz for perl-Class-Unload

2015-07-07 Thread notifications
d2b003e731de251cf5a51fb251270090  Class-Unload-0.09.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Class-Unload/Class-Unload-0.09.tar.gz/md5/d2b003e731de251cf5a51fb251270090/Class-Unload-0.09.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

jplesnik pushed to perl-Dancer (master). 1.3140. bump

2015-07-07 Thread notifications
From 7e2233cd214f3b9794a68181f1b42c95a53c7d95 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 7 Jul 2015 13:37:51 +0200
Subject: 1.3140. bump


diff --git a/.gitignore b/.gitignore
index d407f0e..ba98b89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
 /Dancer-1.3135.tar.gz
 /Dancer-1.3136.tar.gz
 /Dancer-1.3138.tar.gz
+/Dancer-1.3140.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 6280a63..2207f3d 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,12 +1,15 @@
 Name:   perl-Dancer
-Version:1.3138
-Release:2%{?dist}
+Version:1.3140
+Release:1%{?dist}
 Summary:Lightweight yet powerful web application framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Dancer/
 Source0:
http://cpan.metacpan.org/authors/id/Y/YA/YANICK/Dancer-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(bytes)
@@ -124,6 +127,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 07 2015 Jitka Plesnikova jples...@redhat.com - 1.3140-1
+- 1.3140 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.3138-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index a1058b3..a0e39f9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6a479822947193443c5be0f4314563a  Dancer-1.3138.tar.gz
+6979aba7f701ef596f5b9f094021d321  Dancer-1.3140.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dancer.git/commit/?h=masterid=7e2233cd214f3b9794a68181f1b42c95a53c7d95
--
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 1239780] perl-POE-API-Peek: FTBFS in rawhide

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239780

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||ppi...@redhat.com
 Resolution|--- |DUPLICATE
Last Closed||2015-07-07 07:53:01



--- Comment #4 from Petr Pisar ppi...@redhat.com ---


*** This bug has been marked as a duplicate of bug 1231252 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1231252] perl-POE-API-Peek-2.20-9.fc23: FTBFS with Perl 5.22

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231252

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Blocks||1239338 (F23FTBFS)
 CC||den...@ausil.us



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
*** Bug 1239780 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239338
[Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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: Orphaned Packages in rawhide (2015-07-07)

2015-07-07 Thread Peter Robinson
On Tue, Jul 7, 2015 at 1:04 PM, Richard W.M. Jones rjo...@redhat.com wrote:
 On Tue, Jul 07, 2015 at 11:59:47AM +, opensou...@till.name wrote:
 libgnomecups  orphan, ajax, alexl, caillon,   2 weeks ago
   caolanm, group::gnome-sig, hadess,
   johnp, mbarnes, rhughes, rstrode,
   ssp, vicodan, xiphmont

 Looks as if there's a lot of fall out from this.

 rpm -qi says GNOME library for CUPS integration, which sounds important.

 Does anyone know if this library has been replaced by something else,
 or if it just needs someone to step up and own the package in Fedora?

Probably the GtkPrint stuff which has been there for ever. I've often
wondered why the old gnome print stuff hasn't been long killed off.
The last update to this package was back in Jan 2008 :)
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

ppisar pushed to perl-MooseX-Workers (master). Specify all dependencies

2015-07-07 Thread notifications
From c9bd5c608214d0267e070d1913c84eaa1d3a1b93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 7 Jul 2015 13:38:47 +0200
Subject: Specify all dependencies


diff --git a/perl-MooseX-Workers.spec b/perl-MooseX-Workers.spec
index 21ef999..fead429 100644
--- a/perl-MooseX-Workers.spec
+++ b/perl-MooseX-Workers.spec
@@ -1,19 +1,37 @@
 Name:   perl-MooseX-Workers
 Version:0.24
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Provides a simple sub-process management for asynchronous tasks
 License:GPL+ or Artistic
-
 URL:http://search.cpan.org/dist/MooseX-Workers/
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/MooseX-Workers-%{version}.tar.gz
-
 BuildArch:  noarch
-BuildRequires:  perl(DateTime)
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.75
-BuildRequires:  perl(Moose) = 0.90
-BuildRequires:  perl(POE) = 1.004
-BuildRequires:  perl(Test::More) = 0.42
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Package::Stash)
+BuildRequires:  perl(POE)
+BuildRequires:  perl(POE::Wheel::Run)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Try::Tiny)
+# Tests:
+BuildRequires:  perl(DateTime)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(POE::Filter::Line)
+BuildRequires:  perl(POE::Filter::Reference)
+BuildRequires:  perl(Test::More)
+# Test::Pod 1.41 not used
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(POE::Wheel::Run)
 
 %{?perl_default_filter}
 
@@ -26,12 +44,11 @@ POE and it's POE::Wheel::Run module.
 %setup -q -n MooseX-Workers-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -44,6 +61,9 @@ make test
 %{_mandir}/man3/MooseX*
 
 %changelog
+* Tue Jul 07 2015 Petr Pisar ppi...@redhat.com - 0.24-4
+- Specify all dependencies
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.24-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-MooseX-Workers.git/commit/?h=masterid=c9bd5c608214d0267e070d1913c84eaa1d3a1b93
--
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 1239778] perl-MooseX-Workers: FTBFS in rawhide

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239778



--- Comment #5 from Petr Pisar ppi...@redhat.com ---
The build.log reports time out. I could not reproduce it nor find any similar
failure in Koschei or CPAN testers history. Either it's a very rare race
condition or the builder was ill.

I rebuilt the package with fine-tuned dependencies.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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] Orphaned Packages in epel6 (2015-07-07)

2015-07-07 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

 Package(co)maintainers  Status Change 
==
R-carorphan  17 weeks ago  
ScientificPython orphan  23 weeks ago  
ScrollZ  orphan, vicodan 2 weeks ago   
blahtexmlorphan  9 weeks ago   
epic5orphan, stefanok, vicodan   2 weeks ago   
fpc  orphan  18 weeks ago  
gvrpcd   orphan  9 weeks ago   
jericho-html orphan, gil 2 weeks ago   
python-mwlib orphan, prabindatta 9 weeks ago   
python-pbs   orphan  5 weeks ago   
python-sgutils   orphan, grover  0 weeks ago   
python-xhtml2pdf orphan  0 weeks ago   
qupzilla orphan  6 weeks ago   
rubygem-baconorphan, bkabrda, stevetraylen   0 weeks ago   
rubygem-fastthread   orphan, kanarip 59 weeks ago  
rubygem-mongrel  orphan, kanarip 59 weeks ago  
rubygem-wirble   orphan, maxamillion, mcpierce   3 weeks ago   
tetex-IEEEtran   orphan  59 weeks ago  
tiobench orphan, aquini  8 weeks ago   

The following packages require above mentioned packages:
Depending on: R-car (1), status change: 2015-03-04 (17 weeks ago)
R-sandwich (maintained by: pingou, spot)
R-sandwich-2.2.10-1.el6.noarch requires R-car = 2.0.16-1.el6
R-sandwich-2.2.10-1.el6.src requires R-car = 2.0.16-1.el6


Depending on: ScientificPython (1), status change: 2015-01-25 (23 weeks ago)
scitools (maintained by: sergiopr)
scitools-0.9.0-2.el6.noarch requires ScientificPython = 
2.8-15.el6


Depending on: fpc (1), status change: 2015-02-26 (18 weeks ago)
tuxcmd (maintained by: jcapik)
tuxcmd-0.6.70-2.el6.src requires fpc = 2.4.0-2.el6


Depending on: rubygem-bacon (1), status change: 2015-07-02 (0 weeks ago)
rubygem-facon (maintained by: stahnma)
rubygem-facon-0.4.1-2.el6.noarch requires rubygem(bacon) = 1.1.0
rubygem-facon-0.4.1-2.el6.src requires rubygem(bacon) = 1.1.0


Depending on: rubygem-fastthread (1), status change: 2014-05-14 (59 weeks ago)
rubygem-passenger (maintained by: wakko666, kanarip, tdawson)
rubygem-passenger-3.0.21-11.el6.src requires 
rubygem(fastthread) = 1.0.7
rubygem-passenger-3.0.21-11.el6.x86_64 requires 
rubygem(fastthread) = 1.0.7


Depending on: rubygem-mongrel (1), status change: 2014-05-14 (59 weeks ago)
rubygem-mongrel_cluster (maintained by: robert)
rubygem-mongrel_cluster-1.0.5-5.el6.noarch requires 
rubygem(mongrel) = 1.1.5


Depending on: tetex-IEEEtran (1), status change: 2014-05-14 (59 weeks ago)
nested (maintained by: aeperezt, potty)
nested-1.2.2-8.el6.noarch requires tetex-IEEEtran = 1.7.1-5.el6


Affected (co)maintainers
aeperezt: tetex-IEEEtran
aquini: tiobench
bkabrda: rubygem-bacon
gil: jericho-html
grover: python-sgutils
jcapik: fpc
kanarip: rubygem-fastthread, rubygem-mongrel
maxamillion: rubygem-wirble
mcpierce: rubygem-wirble
pingou: R-car
potty: tetex-IEEEtran
prabindatta: python-mwlib
robert: rubygem-mongrel
sergiopr: ScientificPython
spot: R-car
stahnma: rubygem-bacon
stefanok: epic5
stevetraylen: rubygem-bacon
tdawson: rubygem-fastthread
vicodan: ScrollZ, epic5
wakko666: rubygem-fastthread

Orphans (19): R-car ScientificPython ScrollZ blahtexml epic5 fpc
gvrpcd jericho-html python-mwlib python-pbs python-sgutils
python-xhtml2pdf qupzilla rubygem-bacon rubygem-fastthread
rubygem-mongrel rubygem-wirble tetex-IEEEtran tiobench


Orphans (dependend on) (7): R-car ScientificPython fpc rubygem-bacon
rubygem-fastthread rubygem-mongrel tetex-IEEEtran


Orphans (epel6) for at least 6 weeks (dependend on) (6): R-car
ScientificPython fpc rubygem-fastthread rubygem-mongrel
tetex-IEEEtran


Orphans  (epel6)(not depended on) (12): ScrollZ blahtexml epic5 gvrpcd
jericho-html python-mwlib python-pbs python-sgutils
python-xhtml2pdf qupzilla rubygem-wirble tiobench


Orphans 

Broken dependencies: perl-B-Hooks-OP-Check-EntersubForCV

2015-07-07 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the rawhide tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
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

Broken dependencies: perl-Carp-REPL

2015-07-07 Thread buildsys


perl-Carp-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
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

Broken dependencies: perl-Gtk3

2015-07-07 Thread buildsys


perl-Gtk3 has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: perl-Devel-BeginLift

2015-07-07 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Data-Alias

2015-07-07 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Test-Vars

2015-07-07 Thread buildsys


perl-Test-Vars has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.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

Broken dependencies: perl-Task-Kensho-Testing

2015-07-07 Thread buildsys


perl-Task-Kensho-Testing has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: perl-CGI-Application-Structured-Tools

2015-07-07 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the rawhide 
tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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

Broken dependencies: perl-Task-Catalyst

2015-07-07 Thread buildsys


perl-Task-Catalyst has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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

Broken dependencies: perl-Gtk3-WebKit

2015-07-07 Thread buildsys


perl-Gtk3-WebKit has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.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

Broken dependencies: perl-Method-Signatures

2015-07-07 Thread buildsys


perl-Method-Signatures has broken dependencies in the rawhide tree:
On x86_64:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: polymake

2015-07-07 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-MongoDB

2015-07-07 Thread buildsys


perl-MongoDB has broken dependencies in the rawhide tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-POE-API-Peek

2015-07-07 Thread buildsys


perl-POE-API-Peek has broken dependencies in the rawhide tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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

Broken dependencies: perl-Data-Dump-Streamer

2015-07-07 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-CatalystX-REPL

2015-07-07 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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

Broken dependencies: perl-Test-AutoBuild

2015-07-07 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.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

Broken dependencies: perl-Devel-FindRef

2015-07-07 Thread buildsys


perl-Devel-FindRef has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Test-Apocalypse

2015-07-07 Thread buildsys


perl-Test-Apocalypse has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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

Re: Differences among koji hosts

2015-07-07 Thread Kevin Fenzi
On Tue, 07 Jul 2015 12:13:53 +0200
Marek Skalický mskal...@redhat.com wrote:

 Hello,
 what are differences among different koji hosts? Are they really the
 same?

no, not all are the same hardware wise. 

 I have problem with building MongoDB. In my point of view some build
 tests are failing depending on the koji host building it.
 If hosts name starts buildhw everything is OK. But with buildvm
 tests are failing...
 
 The testsuite is failing with:
 going to run test: ThreadedTests::Slackmongo::SimpleRWLock,
 mongo::SimpleRWLock::ExclusiveN5mongo12SimpleRWLockE Slack useful
 work fraction: 0.764695 locks:117504
 dbtest: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:86:
 boost::condition_variable::~condition_variable(): Assertion `!ret'
 failed. 2015-06-30T10:59:10.594+ F -[testsuite] Got
 signal: 6 (Aborted). (see
 https://bugzilla.redhat.com/show_bug.cgi?id=1237120)
 
 Anyone have the same problem? Does someone know where could be the
 problem?

The buildhw machines are hardware (ibm blades). 
The buildvm machines are kvm virtual machines. 

So, you could be hitting some kvm issue perhaps. 

Can you duplicate the failure in a kvm vm elsewhere?

kevin




pgpEhK0UnfNmt.pgp
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

jplesnik pushed to perl-App-a2p (master). 1.008 bump

2015-07-07 Thread notifications
From 7bad8149f9feae1c8ea9c716f54c5ff42c7a48dc Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 7 Jul 2015 12:28:23 +0200
Subject: 1.008 bump


diff --git a/.gitignore b/.gitignore
index 5526551..c13d87f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /App-a2p-1.007.tar.gz
+/App-a2p-1.008.tar.gz
diff --git a/perl-App-a2p.spec b/perl-App-a2p.spec
index 3ff7947..defb86e 100644
--- a/perl-App-a2p.spec
+++ b/perl-App-a2p.spec
@@ -1,6 +1,6 @@
 Name:   perl-App-a2p
-Version:1.007
-Release:8%{?dist}
+Version:1.008
+Release:1%{?dist}
 Summary:Awk to Perl translator
 License:GPL+ or Artistic
 Group:  Development/Tools
@@ -15,9 +15,12 @@ Patch0: 
App-a2p-1.007-Remove-alarm-call-from-test.patch
 Patch1: App-a2p-1.007-a2p-y.patch
 
 BuildRequires:  byacc
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Devel::FindPerl is a non-core module
@@ -66,6 +69,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jul 07 2015 Jitka Plesnikova jples...@redhat.com - 1.008-1
+- 1.008 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.007-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 1b706d5..e950285 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7626c175024931f2153e16f2a5edf858  App-a2p-1.007.tar.gz
+48fa902e2544bbf91c0870c0c106d841  App-a2p-1.008.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-App-a2p.git/commit/?h=masterid=7bad8149f9feae1c8ea9c716f54c5ff42c7a48dc
--
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: Summary/Minutes from today's FESCo Meeting (2015-07-01)

2015-07-07 Thread Tomas Hozza


On 02.07.2015 17:56, Chris Murphy wrote:
 On Thu, Jul 2, 2015 at 9:45 AM, Stephen Gallagher sgall...@redhat.com wrote:
 On Thu, 2015-07-02 at 10:33 -0500, Michael Catanzaro wrote:
 On Thu, 2015-07-02 at 09:55 +0200, Tomas Hozza wrote:
   * AGREED: Netizen is not approved as spin. We approve the option
 to
 have netizen as optional suite in anaconda. Please work with
 Workstation WG. (+7, 0, -0)  (thozza, 18:48:50)

 Hi, maybe there was some misunderstanding about the Workstation
 installer, but we don't allow configuration of package selection.
 Users
 are expected to use GNOME Software once the system is up and running.

 There were two combined statements there. The first was that we would
 consider making certain netizen-oriented options available at install
 -time. The second is that we would prefer to see tooling and
 configuration done inside the Workstation, KDE (and other?)
 environments rather than as a separate spin.
 
 The Workstation live installer doesn't have any installation options.
 The UI isn't even present in the installer. It's a single payload, all
 or nothing. It would have to be done as a group in GNOME Software.

How is the Live installer different from the network installer? Is it
just some configuration thing, or are those completely different
installers? It looked like regular Anaconda last time I installed
Workstation.

I'm just trying to understand if you don't want to give the user the
option to choose the installation options from live CD on purpose (due
to user experience or such) or if there is some real issue?

 The Workstation network installer has installation options.

Regards,
-- 
Tomas Hozza
Software Engineer - EMEA ENG Developer Experience

PGP: 1D9F3C2D
Red Hat Inc. http://cz.redhat.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

ppisar pushed to perl-HTML-WikiConverter (master). Modernize spec file

2015-07-07 Thread notifications
From bd259ae166f9dfd9db75f1827c20d949cfee3c28 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 7 Jul 2015 12:18:57 +0200
Subject: Modernize spec file


diff --git a/perl-HTML-WikiConverter.spec b/perl-HTML-WikiConverter.spec
index 5f31b0a..8f9fa10 100644
--- a/perl-HTML-WikiConverter.spec
+++ b/perl-HTML-WikiConverter.spec
@@ -6,7 +6,6 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/HTML-WikiConverter/
 Source0:
http://www.cpan.org/authors/id/D/DI/DIBERRI/HTML-WikiConverter-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
@@ -43,7 +42,7 @@ BuildRequires:  perl(Test::More)
 # Optional tests:
 BuildRequires:  perl(Test::Pod) = 1.14
 BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(CSS) = 1.07
 # HTML::Element 3.18 version from HTML::Tree in META.yml
 Requires:   perl(HTML::Element) = 3.18
@@ -83,39 +82,31 @@ find webapp-install cgi/* -type f | xargs chmod 0644
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README webapp-install cgi
+%license LICENSE
+%doc Changes README webapp-install cgi
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %files -n html2wiki
-%defattr(-,root,root,-)
 %{_bindir}/*
 %{_mandir}/man1/*
 
 %changelog
 * Tue Jul 07 2015 Petr Pisar ppi...@redhat.com - 0.68-18
 - Specify all dependencies (CPAN RT#87296)
+- Modernize spec file
 
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.68-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-HTML-WikiConverter.git/commit/?h=masterid=bd259ae166f9dfd9db75f1827c20d949cfee3c28
--
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

ppisar pushed to perl-HTML-WikiConverter (master). Specify all dependencies (..more)

2015-07-07 Thread notifications
From f3a6fbab23729bed403e16b8689e52c44ccc43b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 7 Jul 2015 11:26:12 +0200
Subject: Specify all dependencies

The t/pod-coverage.t failed only because of missing all dependenicies.
This is the only test which exhibits lib/HTML/WikiConverter/WebApp.pm.

CPAN RT#87296

diff --git a/perl-HTML-WikiConverter.spec b/perl-HTML-WikiConverter.spec
index 920cda4..5f31b0a 100644
--- a/perl-HTML-WikiConverter.spec
+++ b/perl-HTML-WikiConverter.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-WikiConverter
 Version:0.68
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Perl module to convert HTML to wiki markup
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,19 +8,52 @@ URL:
http://search.cpan.org/dist/HTML-WikiConverter/
 Source0:
http://www.cpan.org/authors/id/D/DI/DIBERRI/HTML-WikiConverter-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(Class::Data::Inheritable) = 0.02
-BuildRequires:  perl(CSS) = 1.07
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(HTML::Element)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+# CGI::Application used by Test::Pod::Coverage test
+BuildRequires:  perl(CGI::Application)
+BuildRequires:  perl(CSS) = 1.07
+BuildRequires:  perl(DirHandle)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(File::Spec)
+# Getopt::Long not used at tests
+# HTML::Element 3.18 version from HTML::Tree in META.yml
+BuildRequires:  perl(HTML::Element) = 3.18
 BuildRequires:  perl(HTML::Entities) = 1.27
 BuildRequires:  perl(HTML::Tagset) = 3.04
-BuildRequires:  perl(HTML::Tree) = 3.18
+BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(Params::Validate) = 0.77
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
+# Pod::Usage 1.16 not used at tests
+# Tie::IxHash used by Test::Pod::Coverage test
+BuildRequires:  perl(Tie::IxHash)
 BuildRequires:  perl(URI) = 1.35
 BuildRequires:  perl(URI::Escape)
+# XML::Writer used by Test::Pod::Coverage test
+BuildRequires:  perl(XML::Writer)
+# Tests:
+BuildRequires:  perl(Test::More)
+# Optional tests:
+BuildRequires:  perl(Test::Pod) = 1.14
+BuildRequires:  perl(Test::Pod::Coverage) = 1.04
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(CSS) = 1.07
+# HTML::Element 3.18 version from HTML::Tree in META.yml
+Requires:   perl(HTML::Element) = 3.18
+Requires:   perl(HTML::Entities) = 1.27
+Requires:   perl(HTML::Tagset) = 3.04
+Requires:   perl(Params::Validate) = 0.77
+Requires:   perl(URI) = 1.35
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((CSS|HTML::Element|HTML::Entities|HTML::Tagset|Params::Validate|URI)\\)$
 
 %description
 HTML::WikiConverter is an HTML to wiki converter. It can convert HTML source
@@ -33,6 +66,11 @@ application itself.
 Summary:Convert HTML to wiki markup
 Group:  Applications/Publishing
 Requires:   %{name} = %{version}-%{release}
+Requires:   perl(Params::Validate) = 0.77
+Requires:   perl(Pod::Usage) = 1.16
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Usage\\)$
 
 %description -n html2wiki
 A command line tool to convert pages in HTML to Wiki markup. Various wiki
@@ -41,9 +79,6 @@ dialects are supported.
 
 %prep
 %setup -q -n HTML-WikiConverter-%{version}
-# Disable failing Pod::Coverage test, CPAN RT#87296
-rm t/pod-coverage.t
-sed -i -e '/^t\/pod-coverage.t/d' MANIFEST
 find webapp-install cgi/* -type f | xargs chmod 0644
 
 
@@ -79,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jul 07 2015 Petr Pisar ppi...@redhat.com - 0.68-18
+- Specify all dependencies (CPAN RT#87296)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.68-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-HTML-WikiConverter.git/commit/?h=masterid=f3a6fbab23729bed403e16b8689e52c44ccc43b1
--
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

ppisar pushed to perl-CPANPLUS (f21). 0.9154 bump

2015-07-07 Thread notifications
From e9653ed7342adece82a1b4e78cd686ba88fd935e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 7 Jul 2015 12:32:46 +0200
Subject: 0.9154 bump


diff --git a/.gitignore b/.gitignore
index 4c8412e..cfc7194 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ CPANPLUS-0.84.tar.gz
 /CPANPLUS-0.9146.tar.gz
 /CPANPLUS-0.9148.tar.gz
 /CPANPLUS-0.9152.tar.gz
+/CPANPLUS-0.9154.tar.gz
diff --git a/perl-CPANPLUS.spec b/perl-CPANPLUS.spec
index cf80474..be14c7c 100644
--- a/perl-CPANPLUS.spec
+++ b/perl-CPANPLUS.spec
@@ -1,14 +1,17 @@
-%global cpan_version 0.9152
+%global cpan_version 0.9154
 Name:   perl-CPANPLUS
 # Keep 2-digit major varion to compete with perl.spec for history
 Version:%(echo '%{cpan_version}' | sed 's/\(\...\)/\1./')
-Release:2%{?dist}
+Release:1%{?dist}
 Summary:Ameliorated interface to the Comprehensive Perl Archive Network
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/CPANPLUS/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/CPANPLUS-%{cpan_version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(constant)
@@ -28,6 +31,7 @@ BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Locale::Maketext::Simple)
 BuildRequires:  perl(Module::Loaded)
+BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(Archive::Extract)
 BuildRequires:  perl(base)
@@ -120,6 +124,9 @@ make test %{?_smp_mflags}
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 07 2015 Petr Pisar ppi...@redhat.com - 0.91.54-1
+- 0.9154 bump
+
 * Thu Jun 12 2014 Petr Pisar ppi...@redhat.com - 0.91.52-2
 - 0.9152 bump
 
diff --git a/sources b/sources
index 4184cc9..a3dc0e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1c762c6d1f67d731e4ecc4d30fc5b97  CPANPLUS-0.9152.tar.gz
+a41b3efb2bbbd708a573dbd8d0b6c641  CPANPLUS-0.9154.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPANPLUS.git/commit/?h=f21id=e9653ed7342adece82a1b4e78cd686ba88fd935e
--
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 1239248] perl-Archive-Extract-0.76 is available

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239248



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Archive-Extract-0.76-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-Archive-Extract-0.76-1.fc21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239071] perl-Class-Unload-0.09 is available

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239071

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Class-Unload-0.09-1.fc
   ||23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-07 07:04:27



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1240104] perl-App-a2p-1.008 is available

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1240104

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-App-a2p-1.008-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-07 06:30:34



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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

ppisar pushed to perl-CPANPLUS (f22). 0.9154 bump

2015-07-07 Thread notifications
From d185a32e8bbe2951fe57540f8d4c8d2715d3dd27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 7 Jul 2015 12:32:46 +0200
Subject: 0.9154 bump


diff --git a/.gitignore b/.gitignore
index 4c8412e..cfc7194 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ CPANPLUS-0.84.tar.gz
 /CPANPLUS-0.9146.tar.gz
 /CPANPLUS-0.9148.tar.gz
 /CPANPLUS-0.9152.tar.gz
+/CPANPLUS-0.9154.tar.gz
diff --git a/perl-CPANPLUS.spec b/perl-CPANPLUS.spec
index 2d52bc0..96cd6b9 100644
--- a/perl-CPANPLUS.spec
+++ b/perl-CPANPLUS.spec
@@ -1,14 +1,17 @@
-%global cpan_version 0.9152
+%global cpan_version 0.9154
 Name:   perl-CPANPLUS
 # Keep 2-digit major varion to compete with perl.spec for history
 Version:%(echo '%{cpan_version}' | sed 's/\(\...\)/\1./')
-Release:4%{?dist}
+Release:1%{?dist}
 Summary:Ameliorated interface to the Comprehensive Perl Archive Network
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/CPANPLUS/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/CPANPLUS-%{cpan_version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(constant)
@@ -28,6 +31,7 @@ BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Locale::Maketext::Simple)
 BuildRequires:  perl(Module::Loaded)
+BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(Archive::Extract)
 BuildRequires:  perl(base)
@@ -120,6 +124,9 @@ make test %{?_smp_mflags}
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 07 2015 Petr Pisar ppi...@redhat.com - 0.91.54-1
+- 0.9154 bump
+
 * Sun Sep 07 2014 Jitka Plesnikova jples...@redhat.com - 0.91.52-4
 - Perl 5.20 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 4184cc9..a3dc0e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1c762c6d1f67d731e4ecc4d30fc5b97  CPANPLUS-0.9152.tar.gz
+a41b3efb2bbbd708a573dbd8d0b6c641  CPANPLUS-0.9154.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPANPLUS.git/commit/?h=f22id=d185a32e8bbe2951fe57540f8d4c8d2715d3dd27
--
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 1239210] perl-CPANPLUS-0.9154 is available

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239210



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-CPANPLUS-0.91.54-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-CPANPLUS-0.91.54-1.fc21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239248] perl-Archive-Extract-0.76 is available

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239248



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
A bug-fix release suitable for all Fedoras.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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

jplesnik uploaded Dancer-1.3140.tar.gz for perl-Dancer

2015-07-07 Thread notifications
6979aba7f701ef596f5b9f094021d321  Dancer-1.3140.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Dancer/Dancer-1.3140.tar.gz/md5/6979aba7f701ef596f5b9f094021d321/Dancer-1.3140.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: F23 Self Contained Change: Standardized Passphrase Policy

2015-07-07 Thread Tomas Mraz
On Út, 2015-06-30 at 08:36 -0500, Michael Catanzaro wrote:
  I understand that as a request to write some simple how-to-use 
  document
  for libpwquality and not a request to drop it altogether and use
  instead ... what?
  
  Note also that libpwquality is highly configurable and for things 
  that
  can not be configured currently a configuration can be easily added.
 
 We discussed this a while back in the Workstation WG [1]. We'd be happy
 with libpwquality if we could configure it to allow weaker passwords
 than pwquality.conf currently allows for. This feedback was supposed to
 make it to you, but I'm not sure if that happened; we don't track
 action items as well as we should.
 
 Michael
 
 [1] http://meetbot.fedoraproject.org/fedora-meeting/2015-04
 -01/workstation.2015-04-01-15.00.log.html

If you can open FutureFeature bugzillas against Rawhide libpwquality for
each of the changes needed, it would be really helpful.

-- 
Tomas Mraz
No matter how far down the wrong road you've gone, turn back.
  Turkish proverb
(You'll never know whether the road is wrong though.)


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

Differences among koji hosts

2015-07-07 Thread Marek Skalický
Hello,
what are differences among different koji hosts? Are they really the
same?

I have problem with building MongoDB. In my point of view some build
tests are failing depending on the koji host building it.
If hosts name starts buildhw everything is OK. But with buildvm
tests are failing...

The testsuite is failing with:
going to run test: ThreadedTests::Slackmongo::SimpleRWLock, 
mongo::SimpleRWLock::ExclusiveN5mongo12SimpleRWLockE Slack useful work 
fraction: 0.764695 locks:117504
dbtest: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:86: 
boost::condition_variable::~condition_variable(): Assertion `!ret' failed.
2015-06-30T10:59:10.594+ F -[testsuite] Got signal: 6 (Aborted).
(see https://bugzilla.redhat.com/show_bug.cgi?id=1237120)

Anyone have the same problem? Does someone know where could be the problem?

Thanks,
Marek

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

ppisar pushed to perl-CPANPLUS (master). 0.9154 bump

2015-07-07 Thread notifications
From 1c510932a73860299bd876543667e43efad5f31f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 7 Jul 2015 12:32:46 +0200
Subject: 0.9154 bump


diff --git a/.gitignore b/.gitignore
index 4c8412e..cfc7194 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ CPANPLUS-0.84.tar.gz
 /CPANPLUS-0.9146.tar.gz
 /CPANPLUS-0.9148.tar.gz
 /CPANPLUS-0.9152.tar.gz
+/CPANPLUS-0.9154.tar.gz
diff --git a/perl-CPANPLUS.spec b/perl-CPANPLUS.spec
index 588a15f..b1a977c 100644
--- a/perl-CPANPLUS.spec
+++ b/perl-CPANPLUS.spec
@@ -1,14 +1,17 @@
-%global cpan_version 0.9152
+%global cpan_version 0.9154
 Name:   perl-CPANPLUS
 # Keep 2-digit major varion to compete with perl.spec for history
 Version:%(echo '%{cpan_version}' | sed 's/\(\...\)/\1./')
-Release:7%{?dist}
+Release:1%{?dist}
 Summary:Ameliorated interface to the Comprehensive Perl Archive Network
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/CPANPLUS/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/CPANPLUS-%{cpan_version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(constant)
@@ -28,6 +31,7 @@ BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Locale::Maketext::Simple)
 BuildRequires:  perl(Module::Loaded)
+BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(Archive::Extract)
 BuildRequires:  perl(base)
@@ -120,6 +124,9 @@ make test %{?_smp_mflags}
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 07 2015 Petr Pisar ppi...@redhat.com - 0.91.54-1
+- 0.9154 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.91.52-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 4184cc9..a3dc0e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1c762c6d1f67d731e4ecc4d30fc5b97  CPANPLUS-0.9152.tar.gz
+a41b3efb2bbbd708a573dbd8d0b6c641  CPANPLUS-0.9154.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPANPLUS.git/commit/?h=masterid=1c510932a73860299bd876543667e43efad5f31f
--
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

ppisar uploaded Archive-Extract-0.76.tar.gz for perl-Archive-Extract

2015-07-07 Thread notifications
110a6000ce4b23da34dcbe890e069f13  Archive-Extract-0.76.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Archive-Extract/Archive-Extract-0.76.tar.gz/md5/110a6000ce4b23da34dcbe890e069f13/Archive-Extract-0.76.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

ppisar pushed to perl-Archive-Extract (master). 0.76 bump

2015-07-07 Thread notifications
From ee07e2eb9f1c5aaa6c046dccf64ef85b0f395fa5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 7 Jul 2015 12:48:03 +0200
Subject: 0.76 bump


diff --git a/.gitignore b/.gitignore
index 6ba4da8..99c4eb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Archive-Extract-0.26.tar.gz
 /Archive-Extract-0.70.tar.gz
 /Archive-Extract-0.72.tar.gz
 /Archive-Extract-0.74.tar.gz
+/Archive-Extract-0.76.tar.gz
diff --git a/perl-Archive-Extract.spec b/perl-Archive-Extract.spec
index 17e8ae1..552a741 100644
--- a/perl-Archive-Extract.spec
+++ b/perl-Archive-Extract.spec
@@ -1,14 +1,17 @@
 Name:   perl-Archive-Extract
 # Epoch to compete with core module from perl.spec
 Epoch:  1
-Version:0.74
-Release:5%{?dist}
+Version:0.76
+Release:1%{?dist}
 Summary:Generic archive extracting mechanism
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Archive-Extract/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Extract-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -306,6 +309,9 @@ make test
 %files xz-IO-Uncompress-UnXz
 
 %changelog
+* Tue Jul 07 2015 Petr Pisar ppi...@redhat.com - 1:0.76-1
+- 0.76 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1:0.74-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index df24521..53683cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af26b361608331806d14f075033d0030  Archive-Extract-0.74.tar.gz
+110a6000ce4b23da34dcbe890e069f13  Archive-Extract-0.76.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Archive-Extract.git/commit/?h=masterid=ee07e2eb9f1c5aaa6c046dccf64ef85b0f395fa5
--
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

ppisar pushed to perl-Archive-Extract (f21). 0.76 bump

2015-07-07 Thread notifications
From 46e844f0431d13f2fa8e735e1222879fbe66193a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 7 Jul 2015 12:48:03 +0200
Subject: 0.76 bump


diff --git a/.gitignore b/.gitignore
index 6ba4da8..99c4eb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Archive-Extract-0.26.tar.gz
 /Archive-Extract-0.70.tar.gz
 /Archive-Extract-0.72.tar.gz
 /Archive-Extract-0.74.tar.gz
+/Archive-Extract-0.76.tar.gz
diff --git a/perl-Archive-Extract.spec b/perl-Archive-Extract.spec
index 53a14f9..4c33300 100644
--- a/perl-Archive-Extract.spec
+++ b/perl-Archive-Extract.spec
@@ -1,14 +1,17 @@
 Name:   perl-Archive-Extract
 # Epoch to compete with core module from perl.spec
 Epoch:  1
-Version:0.74
-Release:3%{?dist}
+Version:0.76
+Release:1%{?dist}
 Summary:Generic archive extracting mechanism
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Archive-Extract/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Extract-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -306,6 +309,9 @@ make test
 %files xz-IO-Uncompress-UnXz
 
 %changelog
+* Tue Jul 07 2015 Petr Pisar ppi...@redhat.com - 1:0.76-1
+- 0.76 bump
+
 * Thu Apr 30 2015 Petr Pisar ppi...@redhat.com - 1:0.74-3
 - Fix a typo, unxz is provided by xz
 
diff --git a/sources b/sources
index df24521..53683cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af26b361608331806d14f075033d0030  Archive-Extract-0.74.tar.gz
+110a6000ce4b23da34dcbe890e069f13  Archive-Extract-0.76.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Archive-Extract.git/commit/?h=f21id=46e844f0431d13f2fa8e735e1222879fbe66193a
--
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 1239248] perl-Archive-Extract-0.76 is available

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239248



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Archive-Extract-0.76-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-Archive-Extract-0.76-1.fc22

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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

jplesnik pushed to perl-Class-Unload (master). 0.09 bump

2015-07-07 Thread notifications
From bce6b1733753b0e876a30ef0b32b7dcb410988a0 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Tue, 7 Jul 2015 13:03:18 +0200
Subject: 0.09 bump


diff --git a/.gitignore b/.gitignore
index a78fc5d..4366625 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Class-Unload-0.06.tar.gz
 /Class-Unload-0.07.tar.gz
 /Class-Unload-0.08.tar.gz
+/Class-Unload-0.09.tar.gz
diff --git a/perl-Class-Unload.spec b/perl-Class-Unload.spec
index f947f3e..868b2f4 100644
--- a/perl-Class-Unload.spec
+++ b/perl-Class-Unload.spec
@@ -1,12 +1,15 @@
 Name:   perl-Class-Unload
-Version:0.08
-Release:7%{?dist}
+Version:0.09
+Release:1%{?dist}
 Summary:Unload given class
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Class-Unload/
 Source0:
http://www.cpan.org/authors/id/I/IL/ILMARI/Class-Unload-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
 BuildRequires:  perl(strict)
@@ -39,11 +42,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 07 2015 Jitka Plesnikova jples...@redhat.com - 0.09-1
+- 0.09 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.08-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 96887c3..8bf4c7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01f9d0ebc9a483beb2783e94a1fa540c  Class-Unload-0.08.tar.gz
+d2b003e731de251cf5a51fb251270090  Class-Unload-0.09.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Class-Unload.git/commit/?h=masterid=bce6b1733753b0e876a30ef0b32b7dcb410988a0
--
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

jplesnik uploaded App-a2p-1.008.tar.gz for perl-App-a2p

2015-07-07 Thread notifications
48fa902e2544bbf91c0870c0c106d841  App-a2p-1.008.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-App-a2p/App-a2p-1.008.tar.gz/md5/48fa902e2544bbf91c0870c0c106d841/App-a2p-1.008.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 1239210] perl-CPANPLUS-0.9154 is available

2015-07-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239210



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
A bug-fix release suitable for all Fedoras.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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

ppisar uploaded CPANPLUS-0.9154.tar.gz for perl-CPANPLUS

2015-07-07 Thread notifications
a41b3efb2bbbd708a573dbd8d0b6c641  CPANPLUS-0.9154.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-CPANPLUS/CPANPLUS-0.9154.tar.gz/md5/a41b3efb2bbbd708a573dbd8d0b6c641/CPANPLUS-0.9154.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   >