system-config-users and IPA

2015-04-02 Thread Мартынов Александр
I am writing patch for system-config-users that allows configure users ang 
group from a IPA server with python library ipalib from package ipa-python. I 
would like the changes be included in the system-config-users. What is the best 
way to implement this from the point of view of architecture? I am now 
implementing API that is similar to API of libuser.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

pghmcfc uploaded MouseX-Getopt-0.36.tar.gz for perl-MouseX-Getopt

2015-04-02 Thread notifications
6e4e4a14c431d1d7d253650947ae9072  MouseX-Getopt-0.36.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-MouseX-Getopt/MouseX-Getopt-0.36.tar.gz/6e4e4a14c431d1d7d253650947ae9072/MouseX-Getopt-0.36.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

pghmcfc pushed to perl-MouseX-Getopt (perl-MouseX-Getopt-0.36-1.fc23). Update to 0.36 (..more)

2015-04-02 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-MouseX-Getopt.git/commit/?h=perl-MouseX-Getopt-0.36-1.fc23id=3e255b93e0fe37c0ba0d1ae2ea318d761541290d
--
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

pghmcfc pushed to perl-MouseX-Getopt (perl-MouseX-Getopt-0.36-1.fc22). Update to 0.36 (..more)

2015-04-02 Thread notifications
From 3e255b93e0fe37c0ba0d1ae2ea318d761541290d Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Thu, 2 Apr 2015 08:21:08 +0100
Subject: Update to 0.36
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.36
  - Fix tests that follow GLD changes
(https://github.com/gfx/mousex-getopt/pull/6)
- This release by GFUJI → update source URL and directory case

diff --git a/mousex-getopt-0.35-G:L:D-0.099.patch 
b/mousex-getopt-0.35-G:L:D-0.099.patch
deleted file mode 100644
index 8eefc99..000
--- a/mousex-getopt-0.35-G:L:D-0.099.patch
+++ /dev/null
@@ -1,61 +0,0 @@
 t/104_override_usage.t
-+++ t/104_override_usage.t
-@@ -43,10 +43,17 @@ use Test::Exception;
- my $exp = [
-  'Unknown option: q
- ',
-+ $Getopt::Long::Descriptive::VERSION  0.099 ?
-  qq{usage: 104_override_usage.t [-?] [long options...]
- \t-? --usage --help  Prints this usage information.
- \t--foo  A foo
- }
-+:
-+ qq{usage: 104_override_usage.t [-?] [long options...]
-+\t-? --usage --helpPrints this usage information.
-+\t--foo INTA foo
-+}
-+
-  ];
- 
-  is_deeply \@MyScript::exception, $exp;
 t/107_no_auto_help.t
-+++ t/107_no_auto_help.t
-@@ -60,7 +60,7 @@ END {
- warning_like {
- throws_ok { Class-new_with_options }
-#usage: 107_no_auto_help.t [-?] [long options...]
--qr/^usage: [\d\w]+\Q.t [-?] [long options...]\E.\s+\Q-? --usage 
--help  Prints this usage information.\E.\s+--configfile/ms,
-+qr/^usage: [\d\w]+\Q.t [-?] [long options...]\E.\s+\Q-? --usage 
--help\E\s+\QPrints this usage information.\E.\s+--configfile/ms,
- 'usage information looks good';
- }
- qr/^Specified configfile \'this_value_unimportant\' does not exist, is 
empty, or is not readable$/,
 t/109_help_flag.t
-+++ t/109_help_flag.t
-@@ -40,7 +40,7 @@ foreach my $args ( ['--help'], ['--usage
- local @ARGV = @$args;
- 
- throws_ok { MyClass-new_with_options() }
--qr/^usage: (?:[\d\w]+)\Q.t [-?] [long options...]\E.^\t\Q-? --usage 
--help  Prints this usage information.\E$/ms,
-+qr/^usage: (?:[\d\w]+)\Q.t [-?] [long options...]\E.^\t\Q-? --usage 
--help\E\s+\QPrints this usage information.\E$/ms,
- 'Help request detected; usage information properly printed';
- }
- 
 t/110_sort_usage_by_attr_order.t
-+++ t/110_sort_usage_by_attr_order.t
-@@ -34,6 +34,16 @@ usage: 110_sort_usage_by_attr_order.t [-
- --bar  Documentation for bar
- --baz  Documentation for baz
- USAGE
-+if ( $Getopt::Long::Descriptive::VERSION = 0.099 )
-+{
-+$expected = 'USAGE';
-+usage: 110_sort_usage_by_attr_order.t [-?] [long options...]
-+-? --usage --helpPrints this usage information.
-+--foo STRDocumentation for foo
-+--bar STRDocumentation for bar
-+--baz STRDocumentation for baz
-+USAGE
-+}
- $expected =~ s/^[ ]{4}/\t/xmsg;
- is($obj-usage-text, $expected, 'Usage text has nicely sorted options');
- 
diff --git a/perl-MouseX-Getopt.spec b/perl-MouseX-Getopt.spec
index 84441fe..9a0f0ef 100644
--- a/perl-MouseX-Getopt.spec
+++ b/perl-MouseX-Getopt.spec
@@ -1,19 +1,15 @@
 Name:  perl-MouseX-Getopt
 Summary:   Mouse role for processing command line options
-Version:   0.35
-Release:   7%{?dist}
+Version:   0.36
+Release:   1%{?dist}
 License:   GPL+ or Artistic
-# Hotfix release with different case, expected to revert to normal in 
subsequent releases
-#URL:  http://search.cpan.org/dist/MouseX-Getopt/
-URL:   http://search.cpan.org/dist/mousex-getopt/
-Source0:   
http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/mousex-getopt-%{version}.tar.gz
-Patch0:mousex-getopt-0.35-G:L:D-0.099.patch
+URL:   http://search.cpan.org/dist/MouseX-Getopt/
+Source0:   
http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/MouseX-Getopt-%{version}.tar.gz
 BuildArch: noarch
 # Module Build
 BuildRequires: perl
-BuildRequires: perl(CPAN::Meta)
-BuildRequires: perl(CPAN::Meta::Prereqs)
 BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Copy)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(Module::Build) = 0.38
 BuildRequires: perl(strict)
@@ -52,12 +48,7 @@ This is a Mouse role that provides an alternate constructor 
for creating
 objects using parameters passed in from the command line.
 
 %prep
-%setup -q -n mousex-getopt-%{version}
-
-# Fix FTBFS with Geopt::Long::Descriptive ≥ 0.99 (#1189458)
-# https://github.com/gfx/mousex-getopt/issues/5
-# https://github.com/gfx/mousex-getopt/pull/6
-%patch0
+%setup -q -n MouseX-Getopt-%{version}
 
 %build
 perl Build.PL --installdirs=vendor
@@ -70,7 +61,7 @@ perl Build.PL --installdirs=vendor
 ./Build test
 
 %files
-# Note: malformed LICENSE file in 0.35 not shipped
+# Note: malformed LICENSE file in 0.35 .. 0.36 not shipped
 # 

Re: dnf replacing yum and dnf-yum

2015-04-02 Thread Parag Nemade
Hi,

On Thu, Apr 2, 2015 at 1:20 PM, Jiří Konečný jkone...@redhat.com wrote:
 On Wed, 2015-04-01 at 13:40 -0600, Kevin Fenzi wrote:
 There's some confusion around this, so I thought I would post to try
 and clear up things. In the event I am wrong on any of the below, please
 do feel free to correct me. ;)

 In the past the proposal was to have a yum-dnf package that provided
 /usr/bin/yum, called dnf and conflicted with the yum package. I was
 against that plan, but I think the one we settled on is worth doing.
 It's somewhat of a middle ground between yum is gone right now,
 deal with it and you can keep using yum forever.

 For f22 (and rawhide):

 * dnf is installed by default. By that I mean it is in the 'core' group
   in comps.

 * dnf-yum is installed by default. By that I mean it is in the 'core'
   group in comps next to dnf.

 * yum is installed if something that depends on yum pulls it in or say
   a user installs it manually.

 * yum requires dnf-yum. So, if you install yum manually you will also
   pull in dnf-yum (and the dnf plugin that handles history migrate).

 * When you run 'yum' you get:

 % sudo yum list foobar
 Yum command has been deprecated, use dnf instead.
 See 'man dnf' and 'man yum2dnf' for more information.
 To transfer transaction metadata from yum to DNF, run 'dnf migrate'
 Redirecting to '/usr/bin/dnf list foobar'

 ...then the ouput from dnf list foobar...

 * If you wish to still use yum, the yum package provides now
   a /usr/bin/yum-deprecated command that is the old yum
   command renamed. It also has the notice message as above
   on it.

 * If you are using the yum python bindings directly, that will continue
to work if you have the yum package installed.

 Note that this landed before Beta freeze, but there were some issues
 with the initial package doing this. There is an update available:

 https://admin.fedoraproject.org/updates/yum-3.4.3-505.fc22

 I think this helps those users who read any of the docs out there
 that say to 'yum install foo' at the cost of those people who need
 some specific command line behavior from yum. The second group
 is much better positioned to use yum-deprecated or know whats
 going on than the first group.

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

 Hi,

 I want to ask on something not exactly to topic, but it's side of it. I
 have a problem find command in dnf which is in yum.

 When I'm using this command I get information which package contains
 this library.
 $ yum provides *libnetapi.so

 but when I'm using dnf command
 $ dnf repoquery --provides *libnetapi.so


 Is there a way to find libraries and other files in dnf?

You can use
$ dnf provides *libnetapi.so

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

pghmcfc pushed to perl-MouseX-Getopt (f22). Update to 0.36 (..more)

2015-04-02 Thread notifications
From 3e255b93e0fe37c0ba0d1ae2ea318d761541290d Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Thu, 2 Apr 2015 08:21:08 +0100
Subject: Update to 0.36
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.36
  - Fix tests that follow GLD changes
(https://github.com/gfx/mousex-getopt/pull/6)
- This release by GFUJI → update source URL and directory case

diff --git a/mousex-getopt-0.35-G:L:D-0.099.patch 
b/mousex-getopt-0.35-G:L:D-0.099.patch
deleted file mode 100644
index 8eefc99..000
--- a/mousex-getopt-0.35-G:L:D-0.099.patch
+++ /dev/null
@@ -1,61 +0,0 @@
 t/104_override_usage.t
-+++ t/104_override_usage.t
-@@ -43,10 +43,17 @@ use Test::Exception;
- my $exp = [
-  'Unknown option: q
- ',
-+ $Getopt::Long::Descriptive::VERSION  0.099 ?
-  qq{usage: 104_override_usage.t [-?] [long options...]
- \t-? --usage --help  Prints this usage information.
- \t--foo  A foo
- }
-+:
-+ qq{usage: 104_override_usage.t [-?] [long options...]
-+\t-? --usage --helpPrints this usage information.
-+\t--foo INTA foo
-+}
-+
-  ];
- 
-  is_deeply \@MyScript::exception, $exp;
 t/107_no_auto_help.t
-+++ t/107_no_auto_help.t
-@@ -60,7 +60,7 @@ END {
- warning_like {
- throws_ok { Class-new_with_options }
-#usage: 107_no_auto_help.t [-?] [long options...]
--qr/^usage: [\d\w]+\Q.t [-?] [long options...]\E.\s+\Q-? --usage 
--help  Prints this usage information.\E.\s+--configfile/ms,
-+qr/^usage: [\d\w]+\Q.t [-?] [long options...]\E.\s+\Q-? --usage 
--help\E\s+\QPrints this usage information.\E.\s+--configfile/ms,
- 'usage information looks good';
- }
- qr/^Specified configfile \'this_value_unimportant\' does not exist, is 
empty, or is not readable$/,
 t/109_help_flag.t
-+++ t/109_help_flag.t
-@@ -40,7 +40,7 @@ foreach my $args ( ['--help'], ['--usage
- local @ARGV = @$args;
- 
- throws_ok { MyClass-new_with_options() }
--qr/^usage: (?:[\d\w]+)\Q.t [-?] [long options...]\E.^\t\Q-? --usage 
--help  Prints this usage information.\E$/ms,
-+qr/^usage: (?:[\d\w]+)\Q.t [-?] [long options...]\E.^\t\Q-? --usage 
--help\E\s+\QPrints this usage information.\E$/ms,
- 'Help request detected; usage information properly printed';
- }
- 
 t/110_sort_usage_by_attr_order.t
-+++ t/110_sort_usage_by_attr_order.t
-@@ -34,6 +34,16 @@ usage: 110_sort_usage_by_attr_order.t [-
- --bar  Documentation for bar
- --baz  Documentation for baz
- USAGE
-+if ( $Getopt::Long::Descriptive::VERSION = 0.099 )
-+{
-+$expected = 'USAGE';
-+usage: 110_sort_usage_by_attr_order.t [-?] [long options...]
-+-? --usage --helpPrints this usage information.
-+--foo STRDocumentation for foo
-+--bar STRDocumentation for bar
-+--baz STRDocumentation for baz
-+USAGE
-+}
- $expected =~ s/^[ ]{4}/\t/xmsg;
- is($obj-usage-text, $expected, 'Usage text has nicely sorted options');
- 
diff --git a/perl-MouseX-Getopt.spec b/perl-MouseX-Getopt.spec
index 84441fe..9a0f0ef 100644
--- a/perl-MouseX-Getopt.spec
+++ b/perl-MouseX-Getopt.spec
@@ -1,19 +1,15 @@
 Name:  perl-MouseX-Getopt
 Summary:   Mouse role for processing command line options
-Version:   0.35
-Release:   7%{?dist}
+Version:   0.36
+Release:   1%{?dist}
 License:   GPL+ or Artistic
-# Hotfix release with different case, expected to revert to normal in 
subsequent releases
-#URL:  http://search.cpan.org/dist/MouseX-Getopt/
-URL:   http://search.cpan.org/dist/mousex-getopt/
-Source0:   
http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/mousex-getopt-%{version}.tar.gz
-Patch0:mousex-getopt-0.35-G:L:D-0.099.patch
+URL:   http://search.cpan.org/dist/MouseX-Getopt/
+Source0:   
http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/MouseX-Getopt-%{version}.tar.gz
 BuildArch: noarch
 # Module Build
 BuildRequires: perl
-BuildRequires: perl(CPAN::Meta)
-BuildRequires: perl(CPAN::Meta::Prereqs)
 BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Copy)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(Module::Build) = 0.38
 BuildRequires: perl(strict)
@@ -52,12 +48,7 @@ This is a Mouse role that provides an alternate constructor 
for creating
 objects using parameters passed in from the command line.
 
 %prep
-%setup -q -n mousex-getopt-%{version}
-
-# Fix FTBFS with Geopt::Long::Descriptive ≥ 0.99 (#1189458)
-# https://github.com/gfx/mousex-getopt/issues/5
-# https://github.com/gfx/mousex-getopt/pull/6
-%patch0
+%setup -q -n MouseX-Getopt-%{version}
 
 %build
 perl Build.PL --installdirs=vendor
@@ -70,7 +61,7 @@ perl Build.PL --installdirs=vendor
 ./Build test
 
 %files
-# Note: malformed LICENSE file in 0.35 not shipped
+# Note: malformed LICENSE file in 0.35 .. 0.36 not shipped
 # 

Re: dnf replacing yum and dnf-yum

2015-04-02 Thread Jiří Konečný
On Wed, 2015-04-01 at 13:40 -0600, Kevin Fenzi wrote:
 There's some confusion around this, so I thought I would post to try
 and clear up things. In the event I am wrong on any of the below, please
 do feel free to correct me. ;) 
 
 In the past the proposal was to have a yum-dnf package that provided
 /usr/bin/yum, called dnf and conflicted with the yum package. I was 
 against that plan, but I think the one we settled on is worth doing. 
 It's somewhat of a middle ground between yum is gone right now, 
 deal with it and you can keep using yum forever.
 
 For f22 (and rawhide): 
 
 * dnf is installed by default. By that I mean it is in the 'core' group
   in comps. 
 
 * dnf-yum is installed by default. By that I mean it is in the 'core'
   group in comps next to dnf. 
 
 * yum is installed if something that depends on yum pulls it in or say
   a user installs it manually. 
 
 * yum requires dnf-yum. So, if you install yum manually you will also
   pull in dnf-yum (and the dnf plugin that handles history migrate). 
 
 * When you run 'yum' you get: 
 
 % sudo yum list foobar
 Yum command has been deprecated, use dnf instead.
 See 'man dnf' and 'man yum2dnf' for more information.
 To transfer transaction metadata from yum to DNF, run 'dnf migrate'
 Redirecting to '/usr/bin/dnf list foobar'
 
 ...then the ouput from dnf list foobar... 
 
 * If you wish to still use yum, the yum package provides now
   a /usr/bin/yum-deprecated command that is the old yum 
   command renamed. It also has the notice message as above 
   on it. 
 
 * If you are using the yum python bindings directly, that will continue
to work if you have the yum package installed. 
 
 Note that this landed before Beta freeze, but there were some issues 
 with the initial package doing this. There is an update available: 
 
 https://admin.fedoraproject.org/updates/yum-3.4.3-505.fc22
 
 I think this helps those users who read any of the docs out there 
 that say to 'yum install foo' at the cost of those people who need 
 some specific command line behavior from yum. The second group
 is much better positioned to use yum-deprecated or know whats 
 going on than the first group. 
 
 kevin
 -- 
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Hi,

I want to ask on something not exactly to topic, but it's side of it. I
have a problem find command in dnf which is in yum.

When I'm using this command I get information which package contains
this library.
$ yum provides *libnetapi.so

but when I'm using dnf command
$ dnf repoquery --provides *libnetapi.so


Is there a way to find libraries and other files in dnf?
Thank you for answer.

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

Broken dependencies: perl-PDL

2015-04-02 Thread buildsys


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


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

Re: system-config-users and IPA

2015-04-02 Thread Miloslav Trmač
 I am writing patch for system-config-users that allows configure users ang
 group from a IPA server with python library ipalib from package ipa-python.
 I would like the changes be included in the system-config-users. What is the
 best way to implement this from the point of view of architecture? I am now
 implementing API that is similar to API of libuser.

That would effectively mean that system-config-users contains an abstraction, 
which in one of the instances calls the libuser abstraction.  It would seem 
more natural to write a libuser module instead of system-config-users- specific 
code—or, by far the best if possible, just use (or perhaps improve) libuser’s 
existing LDAP support.

Longer-term, there is supposed to be a sssd-centric user management API, which 
would also replace/be called by libuser.  I’m not sure what is the 
implementation status of this effort.
Mirek
-- 
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: dnf replacing yum and dnf-yum

2015-04-02 Thread Jan Silhan
 From: Kevin Fenzi ke...@scrye.com
 There's some confusion around this, so I thought I would post to try
 and clear up things. In the event I am wrong on any of the below, please
 do feel free to correct me. ;)
 
 In the past the proposal was to have a yum-dnf package that provided
 /usr/bin/yum, called dnf and conflicted with the yum package. I was
 against that plan, but I think the one we settled on is worth doing.
 It's somewhat of a middle ground between yum is gone right now,
 deal with it and you can keep using yum forever.
 
 For f22 (and rawhide):
 
 * dnf is installed by default. By that I mean it is in the 'core' group
   in comps.
 
 * dnf-yum is installed by default. By that I mean it is in the 'core'
   group in comps next to dnf.
 
 * yum is installed if something that depends on yum pulls it in or say
   a user installs it manually.
 
 * yum requires dnf-yum. So, if you install yum manually you will also
   pull in dnf-yum (and the dnf plugin that handles history migrate).
 
 * When you run 'yum' you get:
 
 % sudo yum list foobar
 Yum command has been deprecated, use dnf instead.
 See 'man dnf' and 'man yum2dnf' for more information.
 To transfer transaction metadata from yum to DNF, run 'dnf migrate'
 Redirecting to '/usr/bin/dnf list foobar'
 
 ...then the ouput from dnf list foobar...
 
 * If you wish to still use yum, the yum package provides now
   a /usr/bin/yum-deprecated command that is the old yum
   command renamed. It also has the notice message as above
   on it.
 
 * If you are using the yum python bindings directly, that will continue
to work if you have the yum package installed.
 
 Note that this landed before Beta freeze, but there were some issues
 with the initial package doing this. There is an update available:
 
 https://admin.fedoraproject.org/updates/yum-3.4.3-505.fc22
 
 I think this helps those users who read any of the docs out there
 that say to 'yum install foo' at the cost of those people who need
 some specific command line behavior from yum. The second group
 is much better positioned to use yum-deprecated or know whats
 going on than the first group.

Exactly, thanks for writing this, Kevin.
All man pages / warnings were updated according to these changes so there
should be no harm / confusion during yum to DNF transition.

BTW new migration plugin [1] was created to import transactions, installed
packages and group metadata from yum to DNF.

[1] http://dnf-plugins-extras.readthedocs.org/en/latest/migrate.html


DNF team
-- 
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: Quick C++ question for C++ experts :)

2015-04-02 Thread Ian Malone
On 1 April 2015 at 16:09, Jonathan Wakely jwak...@redhat.com wrote:
 On 01/04/15 15:16 +0100, Ian Malone wrote:

 Do you mind clarifying? I thought string should provide that
 http://www.cplusplus.com/reference/string/string/operator+/ or is that
 what fno-implicit-templates is turning off?


 Of course string provides it, but it's a template, so it needs to be
 instantiated. The GCC manual documents -fno-implicit-templates like
 so:

  Never emit code for non-inline templates that are instantiated
  implicitly (i.e. by use); only emit code for explicit
  instantiations.

 The invalid program in the OP uses operator+(), which would normally
 instantiate the function template implicitly. But if you use
 -fno-implicit-templates you are promising the compiler you will
 provide explicit instantiations. The program above does not provide
 them, so it is broken.


Thanks. Hadn't occurred to me the + operator here was a template as
I'd never had to deal with basic_string. Still a bit puzzled as
cplusplus.com says string is an instantiation of basic_string while
cppreference.com says it's a typedef (which I guess doesn't count as
explicit instantiation).

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

pghmcfc pushed to perl-MouseX-Getopt (master). Update to 0.36 (..more)

2015-04-02 Thread notifications
From 3e255b93e0fe37c0ba0d1ae2ea318d761541290d Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Thu, 2 Apr 2015 08:21:08 +0100
Subject: Update to 0.36
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.36
  - Fix tests that follow GLD changes
(https://github.com/gfx/mousex-getopt/pull/6)
- This release by GFUJI → update source URL and directory case

diff --git a/mousex-getopt-0.35-G:L:D-0.099.patch 
b/mousex-getopt-0.35-G:L:D-0.099.patch
deleted file mode 100644
index 8eefc99..000
--- a/mousex-getopt-0.35-G:L:D-0.099.patch
+++ /dev/null
@@ -1,61 +0,0 @@
 t/104_override_usage.t
-+++ t/104_override_usage.t
-@@ -43,10 +43,17 @@ use Test::Exception;
- my $exp = [
-  'Unknown option: q
- ',
-+ $Getopt::Long::Descriptive::VERSION  0.099 ?
-  qq{usage: 104_override_usage.t [-?] [long options...]
- \t-? --usage --help  Prints this usage information.
- \t--foo  A foo
- }
-+:
-+ qq{usage: 104_override_usage.t [-?] [long options...]
-+\t-? --usage --helpPrints this usage information.
-+\t--foo INTA foo
-+}
-+
-  ];
- 
-  is_deeply \@MyScript::exception, $exp;
 t/107_no_auto_help.t
-+++ t/107_no_auto_help.t
-@@ -60,7 +60,7 @@ END {
- warning_like {
- throws_ok { Class-new_with_options }
-#usage: 107_no_auto_help.t [-?] [long options...]
--qr/^usage: [\d\w]+\Q.t [-?] [long options...]\E.\s+\Q-? --usage 
--help  Prints this usage information.\E.\s+--configfile/ms,
-+qr/^usage: [\d\w]+\Q.t [-?] [long options...]\E.\s+\Q-? --usage 
--help\E\s+\QPrints this usage information.\E.\s+--configfile/ms,
- 'usage information looks good';
- }
- qr/^Specified configfile \'this_value_unimportant\' does not exist, is 
empty, or is not readable$/,
 t/109_help_flag.t
-+++ t/109_help_flag.t
-@@ -40,7 +40,7 @@ foreach my $args ( ['--help'], ['--usage
- local @ARGV = @$args;
- 
- throws_ok { MyClass-new_with_options() }
--qr/^usage: (?:[\d\w]+)\Q.t [-?] [long options...]\E.^\t\Q-? --usage 
--help  Prints this usage information.\E$/ms,
-+qr/^usage: (?:[\d\w]+)\Q.t [-?] [long options...]\E.^\t\Q-? --usage 
--help\E\s+\QPrints this usage information.\E$/ms,
- 'Help request detected; usage information properly printed';
- }
- 
 t/110_sort_usage_by_attr_order.t
-+++ t/110_sort_usage_by_attr_order.t
-@@ -34,6 +34,16 @@ usage: 110_sort_usage_by_attr_order.t [-
- --bar  Documentation for bar
- --baz  Documentation for baz
- USAGE
-+if ( $Getopt::Long::Descriptive::VERSION = 0.099 )
-+{
-+$expected = 'USAGE';
-+usage: 110_sort_usage_by_attr_order.t [-?] [long options...]
-+-? --usage --helpPrints this usage information.
-+--foo STRDocumentation for foo
-+--bar STRDocumentation for bar
-+--baz STRDocumentation for baz
-+USAGE
-+}
- $expected =~ s/^[ ]{4}/\t/xmsg;
- is($obj-usage-text, $expected, 'Usage text has nicely sorted options');
- 
diff --git a/perl-MouseX-Getopt.spec b/perl-MouseX-Getopt.spec
index 84441fe..9a0f0ef 100644
--- a/perl-MouseX-Getopt.spec
+++ b/perl-MouseX-Getopt.spec
@@ -1,19 +1,15 @@
 Name:  perl-MouseX-Getopt
 Summary:   Mouse role for processing command line options
-Version:   0.35
-Release:   7%{?dist}
+Version:   0.36
+Release:   1%{?dist}
 License:   GPL+ or Artistic
-# Hotfix release with different case, expected to revert to normal in 
subsequent releases
-#URL:  http://search.cpan.org/dist/MouseX-Getopt/
-URL:   http://search.cpan.org/dist/mousex-getopt/
-Source0:   
http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/mousex-getopt-%{version}.tar.gz
-Patch0:mousex-getopt-0.35-G:L:D-0.099.patch
+URL:   http://search.cpan.org/dist/MouseX-Getopt/
+Source0:   
http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/MouseX-Getopt-%{version}.tar.gz
 BuildArch: noarch
 # Module Build
 BuildRequires: perl
-BuildRequires: perl(CPAN::Meta)
-BuildRequires: perl(CPAN::Meta::Prereqs)
 BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Copy)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(Module::Build) = 0.38
 BuildRequires: perl(strict)
@@ -52,12 +48,7 @@ This is a Mouse role that provides an alternate constructor 
for creating
 objects using parameters passed in from the command line.
 
 %prep
-%setup -q -n mousex-getopt-%{version}
-
-# Fix FTBFS with Geopt::Long::Descriptive ≥ 0.99 (#1189458)
-# https://github.com/gfx/mousex-getopt/issues/5
-# https://github.com/gfx/mousex-getopt/pull/6
-%patch0
+%setup -q -n MouseX-Getopt-%{version}
 
 %build
 perl Build.PL --installdirs=vendor
@@ -70,7 +61,7 @@ perl Build.PL --installdirs=vendor
 ./Build test
 
 %files
-# Note: malformed LICENSE file in 0.35 not shipped
+# Note: malformed LICENSE file in 0.35 .. 0.36 not shipped
 # 

Re: dnf replacing yum and dnf-yum

2015-04-02 Thread Jiří Konečný
On Thu, 2015-04-02 at 13:32 +0530, Parag Nemade wrote:
 Hi,
 
 On Thu, Apr 2, 2015 at 1:20 PM, Jiří Konečný jkone...@redhat.com wrote:
  On Wed, 2015-04-01 at 13:40 -0600, Kevin Fenzi wrote:
  There's some confusion around this, so I thought I would post to try
  and clear up things. In the event I am wrong on any of the below, please
  do feel free to correct me. ;)
 
  In the past the proposal was to have a yum-dnf package that provided
  /usr/bin/yum, called dnf and conflicted with the yum package. I was
  against that plan, but I think the one we settled on is worth doing.
  It's somewhat of a middle ground between yum is gone right now,
  deal with it and you can keep using yum forever.
 
  For f22 (and rawhide):
 
  * dnf is installed by default. By that I mean it is in the 'core' group
in comps.
 
  * dnf-yum is installed by default. By that I mean it is in the 'core'
group in comps next to dnf.
 
  * yum is installed if something that depends on yum pulls it in or say
a user installs it manually.
 
  * yum requires dnf-yum. So, if you install yum manually you will also
pull in dnf-yum (and the dnf plugin that handles history migrate).
 
  * When you run 'yum' you get:
 
  % sudo yum list foobar
  Yum command has been deprecated, use dnf instead.
  See 'man dnf' and 'man yum2dnf' for more information.
  To transfer transaction metadata from yum to DNF, run 'dnf migrate'
  Redirecting to '/usr/bin/dnf list foobar'
 
  ...then the ouput from dnf list foobar...
 
  * If you wish to still use yum, the yum package provides now
a /usr/bin/yum-deprecated command that is the old yum
command renamed. It also has the notice message as above
on it.
 
  * If you are using the yum python bindings directly, that will continue
 to work if you have the yum package installed.
 
  Note that this landed before Beta freeze, but there were some issues
  with the initial package doing this. There is an update available:
 
  https://admin.fedoraproject.org/updates/yum-3.4.3-505.fc22
 
  I think this helps those users who read any of the docs out there
  that say to 'yum install foo' at the cost of those people who need
  some specific command line behavior from yum. The second group
  is much better positioned to use yum-deprecated or know whats
  going on than the first group.
 
  kevin
  --
  devel mailing list
  devel@lists.fedoraproject.org
  https://admin.fedoraproject.org/mailman/listinfo/devel
  Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
 
  Hi,
 
  I want to ask on something not exactly to topic, but it's side of it. I
  have a problem find command in dnf which is in yum.
 
  When I'm using this command I get information which package contains
  this library.
  $ yum provides *libnetapi.so
 
  but when I'm using dnf command
  $ dnf repoquery --provides *libnetapi.so
 
 
  Is there a way to find libraries and other files in dnf?
 
 You can use
 $ dnf provides *libnetapi.so
 
 Regards,
 Parag.

Ohh nice I must missed this. 
Thank you


-- 
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 22 Beta Freeze

2015-04-02 Thread Dennis Gilmore
Hi all,

Tuesday was an important day on the Fedora 22 schedule[1], with two
significant cut-offs. 

Tuesday was the Beta freeze[2]. This means that only packages which
fix accepted blocker or freeze exception bugs[3][4] will be marked as
'stable' and included in the Beta composes. Other builds will remain
in updates-testing until the Beta release is approved, at which point
the Beta freeze is lifted and packages can move to 'stable' as usual
until the Final freeze.

Finally, Tuesday was the '100% code complete deadline' Change Checkpoint[8],
meaning that Fedora 22 Changes must now be ' New accepted changes must be code 
complete, meaning all the code required to enable to the new change is 
finished. The level of code completeness is reflected as tracker bug state 
ON_QA. The change does not have to be fully tested by this deadline'.

Regards

Dennis

[1] https://fedoraproject.org/wiki/Releases/22/Schedule
[2] https://fedoraproject.org/wiki/Milestone_freezes
[5] https://fedoraproject.org/wiki/QA:SOP_blocker_bug_process
[6] https://fedoraproject.org/wiki/QA:SOP_freeze_exception_bug_process
[8] https://fedoraproject.org/wiki/Changes/Policy
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

limb changed perl-sig's 'watchbugzilla' permission on perl-License-Syntax (master) to 'Approved'

2015-04-02 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on perl-License-Syntax 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-License-Syntax/
--
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

limb changed perl-sig's 'watchbugzilla' permission on perl-License-Syntax (f22) to 'Approved'

2015-04-02 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on perl-License-Syntax (f22) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-License-Syntax/
--
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

limb changed perl-sig's 'watchcommits' permission on perl-License-Syntax (master) to 'Approved'

2015-04-02 Thread notifications
limb changed perl-sig's 'watchcommits' permission on perl-License-Syntax 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-License-Syntax/
--
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

Fedora 22 Beta Freeze

2015-04-02 Thread Dennis Gilmore
Hi all,

Tuesday was an important day on the Fedora 22 schedule[1], with two
significant cut-offs. 

Tuesday was the Beta freeze[2]. This means that only packages which
fix accepted blocker or freeze exception bugs[3][4] will be marked as
'stable' and included in the Beta composes. Other builds will remain
in updates-testing until the Beta release is approved, at which point
the Beta freeze is lifted and packages can move to 'stable' as usual
until the Final freeze.

Finally, Tuesday was the '100% code complete deadline' Change Checkpoint[8],
meaning that Fedora 22 Changes must now be ' New accepted changes must be code 
complete, meaning all the code required to enable to the new change is 
finished. The level of code completeness is reflected as tracker bug state 
ON_QA. The change does not have to be fully tested by this deadline'.

Regards

Dennis

[1] https://fedoraproject.org/wiki/Releases/22/Schedule
[2] https://fedoraproject.org/wiki/Milestone_freezes
[5] https://fedoraproject.org/wiki/QA:SOP_blocker_bug_process
[6] https://fedoraproject.org/wiki/QA:SOP_freeze_exception_bug_process
[8] https://fedoraproject.org/wiki/Changes/Policy
___
devel-announce mailing list
devel-annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

limb changed perl-sig's 'watchbugzilla' permission on perl-License-Syntax (f21) to 'Approved'

2015-04-02 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on perl-License-Syntax (f21) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-License-Syntax/
--
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

limb changed perl-sig's 'watchcommits' permission on perl-License-Syntax (f22) to 'Approved'

2015-04-02 Thread notifications
limb changed perl-sig's 'watchcommits' permission on perl-License-Syntax (f22) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-License-Syntax/
--
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

limb changed perl-sig's 'watchcommits' permission on perl-License-Syntax (f21) to 'Approved'

2015-04-02 Thread notifications
limb changed perl-sig's 'watchcommits' permission on perl-License-Syntax (f21) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-License-Syntax/
--
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 1208717] perl-PPIx-Regexp-0.039 is available

2015-04-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1208717



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1010403
  -- https://bugzilla.redhat.com/attachment.cgi?id=1010403action=edit
[patch] Update to 0.039 (#1208717)

-- 
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 1208717] New: perl-PPIx-Regexp-0.039 is available

2015-04-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1208717

Bug ID: 1208717
   Summary: perl-PPIx-Regexp-0.039 is available
   Product: Fedora
   Version: rawhide
 Component: perl-PPIx-Regexp
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.039
Current version/release in rawhide: 0.038-1.fc23
URL: http://search.cpan.org/dist/PPIx-Regexp/

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

Introduction, Seeking Sponsor

2015-04-02 Thread Tim Orling
Hello perl-devel,

I have been an active user since Redhat 6.

I am currently co-maintainer of meta-python layer for OpenEmbedded and
frequent contributor to the meta-perl layer.

I have built many RPMs in the past, but this will be my first entrance into
the world of contributors.

In an effort to use https://github.com/rehsack/Packager-Utils I find that I
need additional perl modules in Fedora. My builds of perl-MooX-Log-Any and
perl-Alien-Packages (generated by cpanspec) pass on koji. (user: ttorling)

Please consider sponsoring me as a collaborator/packager and member of the
group.

--Tim
--
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 1208717] perl-PPIx-Regexp-0.039 is available

2015-04-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1208717



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

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

Strange link error on rawhide

2015-04-02 Thread Hans de Goede

Hi,

ClanLib currently fails to build properly on rawhide, I've narrowed
the problem down to a link error while building a conftest from
the configure script:

configure:15948: g++ -o conftest  -I/usr/include/freetype2  -Wl,-z,relro 
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp -lfreetype  5
/usr/bin/ld: /tmp/ccKrsAte.o: relocation R_X86_64_PC32 against undefined symbol 
`FT_Init_FreeType' can not be used when making a shared object; recompile with 
-fPIC

I'm not sure what is happening here, any hints to help address this
would be appreciated.

Regards,

Hans


--
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: system-config-users and IPA

2015-04-02 Thread Petr Spacek
On 2.4.2015 10:40, Miloslav Trmač wrote:
 I am writing patch for system-config-users that allows configure users ang
 group from a IPA server with python library ipalib from package ipa-python.
 I would like the changes be included in the system-config-users. What is the
 best way to implement this from the point of view of architecture? I am now
 implementing API that is similar to API of libuser.
 
 That would effectively mean that system-config-users contains an abstraction, 
 which in one of the instances calls the libuser abstraction.  It would seem 
 more natural to write a libuser module instead of system-config-users- 
 specific code—or, by far the best if possible, just use (or perhaps improve) 
 libuser’s existing LDAP support.
 
 Longer-term, there is supposed to be a sssd-centric user management API, 
 which would also replace/be called by libuser.  I’m not sure what is the 
 implementation status of this effort.

I would advise you to discuss this on freeipa-de...@redhat.com mailing list,
FreeIPA and SSSD gurus are watching that list.

-- 
Petr Spacek  @  Red Hat
-- 
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: Time sync

2015-04-02 Thread Miloslav Trmač
Hello,
 Besides gnome-control-center then, I guess the switch of
 systemd-timedated to only supporting systemd-timesyncd
 impacts FreeIPA too.

Are you aware of 
https://lists.fedoraproject.org/pipermail/devel/2014-November/204658.html ?
Mirek
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

F-22 Branched report: 20150402 changes

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

Re: dnf replacing yum and dnf-yum

2015-04-02 Thread Jan Kratochvil
On Thu, 02 Apr 2015 09:50:05 +0200, Jiří Konečný wrote:
 When I'm using this command I get information which package contains
 this library.
 $ yum provides *libnetapi.so
 
 but when I'm using dnf command
 $ dnf repoquery --provides *libnetapi.so

Besides other replies to make it clear: There is a confusion between 'provides'
and 'whatprovides'.  'dnf repoquery' behaves the same like 'repoquery' (from
yum-utils) and like rpm:
rpm:
  --whatprovidesquery/verify the package(s) which provide
  --provideslist capabilities that this package provides
repoquery:
  --provideslist capabilities this package provides
  --whatprovidesquery what package(s) provide a capability
dnf repoquery provides foo: (?? dnf repoquery --help does not work)
  --whatprovides REQshow only results there provides REQ
  --providesDisplay capabilities provided by the package.
vs.
dnf:
  provides  Find what package provides the given value
yum:
  provides  Find what package provides the given value

So: dnf/yum provides = rpm/repoqiery/dnf-repoquery --whatprovides
dnf/yum N/A  = rpm/repoqiery/dnf-repoquery --provides

rpm/repoquery just do not support wildcards so one has to type:
repoquery --whatprovides 'libnetapi.so.0()(64bit)'
dnf repoquery --whatprovides 'libnetapi.so.0()(64bit)'


Jan
-- 
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: Your Outstanding Requests on closed bugs

2015-04-02 Thread Petr Spacek
On 2.4.2015 01:58, Adam Williamson wrote:
 On Wed, 2015-04-01 at 13:56 -0400, Miloslav Trmač wrote:
 Humans I can
 understand having different views, but the tools should provide 
 the humans with
 what we need here.  In this case I think that means one of the 
 following:

 1) Require that the bot ignore bugs that are closed (assuming a 
 majority
 consensus agrees, which I understand isn't likely to happen)

 2) Require that the bot be configurable by individuals to 
 optionally ignore
 (1)

 Surely the right thing is to not have any “unreviewed” patches in a 
 closed bug by the time the bug is closed.  (New unreviewed patches 
 could arrive after the bug has been closed, same as new comments, 
 but that is AFAICS not the situation prompting this thread.)  
 Ignoring the inconsistent state of unreviewed patches in a closed 
 bug is at best a band-aid.

 If we modify bugzilla at all, I would suggest to modify it as to 
 resolve the review flags in patches while closing a bug (by marking 
 them as reviewed, as refused, by dropping the review=? flags, or 
 perhaps by saking).
 
 The mails do not just cover patch review. They cover the 'needinfo' 
 state as well: you get a reminder for any bug which has a 'needinfo' 
 flag set for you.

Which is IMHO a Good Thing. I personally add needinfo? to closed bugs when I
need to get more information about the issue, e.g. when writing a test for it
or so.

-- 
Petr Spacek  @  Red Hat
-- 
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: dnf replacing yum and dnf-yum

2015-04-02 Thread Mathieu Bridon
On Thu, 2015-04-02 at 14:23 +0200, Jan Kratochvil wrote:
 On Thu, 02 Apr 2015 09:50:05 +0200, Jiří Konečný wrote:
 rpm/repoquery just do not support wildcards so one has to type:
   repoquery --whatprovides 'libnetapi.so.0()(64bit)'
   dnf repoquery --whatprovides 'libnetapi.so.0()(64bit)'

That's not entirely true:

 $ repoquery --whatprovides 'libnetapi.so.0*64*'
 samba-libs-2:4.1.17-1.fc21.x86_64
 samba-libs-2:4.1.12-5.fc21.x86_64

DNF however:

 $ dnf repoquery --whatprovides 'libnetapi.so.0*64*'
 Using metadata from Thu Apr  2 14:26:05 2015


-- 
Mathieu

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

psabata pushed to perl (master). Correct license tags (..more)

2015-04-02 Thread notifications
From 64c0b35948b96d3304d78e7219eed4e99d5e4279 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 13:46:20 +0200
Subject: Correct license tags

Correct license tags of the main package, CGI, Compress-Raw-Zlib,
Digest-MD5, Test-Simple and Time-Piece and package a Pod-Html license
clarification email from Tom.

diff --git a/Pod-Html-license-clarification b/Pod-Html-license-clarification
new file mode 100644
index 000..bd567f1
--- /dev/null
+++ b/Pod-Html-license-clarification
@@ -0,0 +1,41 @@
+Date: Sun, 15 Mar 2015 21:22:10 -0600
+Subject: Re: Pod::Html license
+From: Tom Christiansen tchrist53...@gmail.com
+To: Petr Å abata con...@redhat.com
+Cc: Tom Christiansen tchr...@perl.com, marcgr...@cpan.org,
+ jples...@redhat.com
+MIME-Version: 1.0
+Content-Transfer-Encoding: 8bit
+Content-Type: text/plain; charset=utf-8
+
+Yes, it was supposed to be licensed just like the rest of Perl.
+
+Sent from my Sprint phone
+
+Petr Å abata con...@redhat.com wrote:
+
+Marc, Tom,
+
+I'm reviewing licensing of our perl package in Fedora and 
+noticed Pod::HTML and its pod2html script are licensed under
+the Artistic license (only).
+
+This is an issue for us as this license isn't considered free by
+FSF [0].  Unless the license of this core component changes, we
+will have to drop it from the tarball and remove support for it
+from all the modules we ship that use it, such as Module::Build
+or Module::Install.
+
+What I've seen in the past is authors originally claiming their
+module was released under Artistic while what they actually meant
+was the common `the same as perl itself', i.e. `GPL+/Aristic' [1],
+an FSF free license.  Is it possible this is also the case
+of Pod::Html?
+
+Thanks,
+Petr
+
+(also CC'ing Jitka, the primary package maintainer in Fedora)
+
+[0] https://www.gnu.org/licenses/license-list.html#ArtisticLicense
+[1] https://www.gnu.org/licenses/license-list.html#PerlLicense
diff --git a/perl.spec b/perl.spec
index 04a8c42..ac32eef 100644
--- a/perl.spec
+++ b/perl.spec
@@ -30,7 +30,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:325%{?dist}
+Release:326%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -40,7 +40,8 @@ Group:  Development/Languages
 # Public domain: ext/SDBM_File/sdbm/*, 
ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c 
 # MIT: ext/MIME-Base64/Base64.xs 
 # Copyright Only: for example ext/Text-Soundex/Soundex.xs 
-License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and MIT and Public Domain and UCD
+# HSRL; regexec.c
+License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and HSRL and MIT and Public Domain and UCD
 Url:http://www.perl.org/
 Source0:http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.bz2
 Source2:perl-5.8.0-libnet.cfg
@@ -49,6 +50,8 @@ Source3:macros.perl
 # build requirement. Written by lberk; Not yet upstream.
 Source4:perl.stp
 Source5:perl-example.stp
+# Tom Christiansen confirms Pod::Html uses the same license as perl
+Source6:Pod-Html-license-clarification
 
 # Removes date check, Fedora/RHEL specific
 Patch1: perl-perlbug-tag.patch
@@ -442,7 +445,7 @@ but it is a good educated guess.
 %package CGI
 Summary:Handle Common Gateway Interface requests and responses
 Group:  Development/Libraries
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and Artistic 2.0
 Epoch:  0
 Version:3.63
 Requires:   %perl_compat
@@ -483,7 +486,7 @@ It is used by IO::Compress::Bzip2.
 %package Compress-Raw-Zlib
 Summary:Low-Level Interface to the zlib compression library
 Group:  Development/Libraries
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and zlib
 Epoch:  0
 Version:2.065
 Requires:   %perl_compat
@@ -719,7 +722,7 @@ bytes or bits.
 %package Digest-MD5
 Summary:Perl interface to the MD5 Algorithm
 Group:  Development/Libraries
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and BSD
 # Epoch bump for clean upgrade over old standalone package
 Epoch:  0
 Version:2.53
@@ -1827,7 +1830,8 @@ Use TAP::Parser, Test::Harness package was whole 
rewritten.
 %package Test-Simple
 Summary:Basic utilities for writing tests
 Group:  Development/Languages
-License:GPL+ or Artistic
+# NOTE: For future reference, 1.001010+ also uses the `CC0' license
+License:(GPL+ or Artistic) and Public Domain
 Epoch:  0
 Version:1.001002
 Requires:   %perl_compat
@@ -1928,7 +1932,7 @@ so dates before the system's epoch may not work on all 
operating systems.
 %package Time-Piece
 Summary:Time 

Re: Strange link error on rawhide

2015-04-02 Thread Jakub Jelinek
On Thu, Apr 02, 2015 at 02:59:01PM +0200, Hans de Goede wrote:
 Hi,
 
 ClanLib currently fails to build properly on rawhide, I've narrowed
 the problem down to a link error while building a conftest from
 the configure script:
 
 configure:15948: g++ -o conftest  -I/usr/include/freetype2  -Wl,-z,relro 
 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp -lfreetype  5
 /usr/bin/ld: /tmp/ccKrsAte.o: relocation R_X86_64_PC32 against undefined 
 symbol `FT_Init_FreeType' can not be used when making a shared object; 
 recompile with -fPIC
 
 I'm not sure what is happening here, any hints to help address this
 would be appreciated.

Packaging error.  You are passing down the LDFLAGS (aka %{__global_ldflags})
from redhat-rpm-config, but not CFLAGS/CXXFLAGS (aka %{optflags} or 
$RPM_OPT_FLAGS).
For compilation and linking in the same compiler driver invocation you need to 
pass
both.

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

psabata pushed to perl (master). Disable the Text-Tabs+Wrap subpackage

2015-04-02 Thread notifications
From 6fbf8c4828ad2cdd504b76eefde14c2ac7188979 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 15:02:52 +0200
Subject: Disable the Text-Tabs+Wrap subpackage


diff --git a/perl.spec b/perl.spec
index ac32eef..620bfc8 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1858,6 +1858,7 @@ Conflicts:  perl  4:5.16.2-256
 Parse text into an array of tokens or array of arrays.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Text-Tabs+Wrap
 Summary:Expand tabs and do simple line wrapping
 Group:  Development/Libraries
@@ -1874,6 +1875,7 @@ commands do: adding or removing tabs from a document.
 
 Text::Wrap::wrap() will reformat lines into paragraphs. All it does is break
 up long lines, it will not join short lines together.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Thread-Queue
@@ -3808,12 +3810,14 @@ sed \
 %{_mandir}/man3/Text::ParseWords.*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Text-Tabs+Wrap
 %dir %{privlib}/Text
 %{privlib}/Text/Tabs.pm
 %{privlib}/Text/Wrap.pm
 %{_mandir}/man3/Text::Tabs.*
 %{_mandir}/man3/Text::Wrap.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Thread-Queue
-- 
cgit v0.10.2



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

psabata pushed to perl-Dist-Zilla-Plugin-Test-Compile (f22). 2.052 bump

2015-04-02 Thread notifications
From b99ec6bc1861bbe24f928b5f1013a42a1283c47d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 17:04:36 +0200
Subject: 2.052 bump


diff --git a/.gitignore b/.gitignore
index bf38e41..e88cd8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
+/Dist-Zilla-Plugin-Test-Compile-2.052.tar.gz
diff --git a/perl-Dist-Zilla-Plugin-Test-Compile.spec 
b/perl-Dist-Zilla-Plugin-Test-Compile.spec
index cdf030d..24866dd 100644
--- a/perl-Dist-Zilla-Plugin-Test-Compile.spec
+++ b/perl-Dist-Zilla-Plugin-Test-Compile.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dist-Zilla-Plugin-Test-Compile
-Version:2.051
+Version:2.052
 Release:1%{?dist}
 Summary:Common tests to check syntax of your modules, only using core 
modules
 License:GPL+ or Artistic
@@ -76,5 +76,8 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 02 2015 Petr Å abata con...@redhat.com - 2.052-1
+- 2.052 bump
+
 * Thu Mar 26 2015 Petr Å abata con...@redhat.com 2.051-1
 - Initial packaging
diff --git a/sources b/sources
index 137c000..697fc7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0c56cf037ac2e3a63103bb436470f44  Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
+72a92da1741931d8a5b19f5322e3fb36  Dist-Zilla-Plugin-Test-Compile-2.052.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla-Plugin-Test-Compile.git/commit/?h=f22id=b99ec6bc1861bbe24f928b5f1013a42a1283c47d
--
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

psabata pushed to perl-Dist-Zilla-Plugin-Test-Compile (f21). Initial commit (#1206222)

2015-04-02 Thread notifications
From fb43ca163e0983ce890c081e2a95edcbd46a5852 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 16:46:57 +0200
Subject: Initial commit (#1206222)


diff --git a/.gitignore b/.gitignore
index e69de29..bf38e41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
diff --git a/perl-Dist-Zilla-Plugin-Test-Compile.spec 
b/perl-Dist-Zilla-Plugin-Test-Compile.spec
new file mode 100644
index 000..cdf030d
--- /dev/null
+++ b/perl-Dist-Zilla-Plugin-Test-Compile.spec
@@ -0,0 +1,80 @@
+Name:   perl-Dist-Zilla-Plugin-Test-Compile
+Version:2.051
+Release:1%{?dist}
+Summary:Common tests to check syntax of your modules, only using core 
modules
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Dist-Zilla-Plugin-Test-Compile/
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/Dist-Zilla-Plugin-Test-Compile-%{version}.tar.gz
+BuildArch:  noarch
+# Build
+BuildRequires:  perl
+# XXX: BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build::Tiny) = 0.039
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(Data::Section) = 0.004
+# XXX: BuildRequires:  perl(Dist::Zilla::File::InMemory)
+BuildRequires:  perl(Dist::Zilla::Role::FileFinderUser)
+BuildRequires:  perl(Dist::Zilla::Role::FileGatherer)
+BuildRequires:  perl(Dist::Zilla::Role::FileMunger)
+BuildRequires:  perl(Dist::Zilla::Role::PrereqSource)
+BuildRequires:  perl(Dist::Zilla::Role::TextTemplate)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Sub::Exporter::ForMethods)
+# Tests only
+BuildRequires:  perl(CPAN::Meta::Check) = 0.007
+BuildRequires:  perl(CPAN::Meta::Requirements)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::pushd)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(if)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Module::CoreList) = 2.77
+BuildRequires:  perl(Perl::PrereqScanner) = 1.016
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::DZil)
+BuildRequires:  perl(Test::MinimumVersion)
+BuildRequires:  perl(Test::More) = 0.94
+BuildRequires:  perl(Test::Warnings) = 0.009
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(version)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(Dist::Zilla::File::InMemory)
+Requires:   perl(Dist::Zilla::Role::FileFinderUser)
+Requires:   perl(Dist::Zilla::Role::FileGatherer)
+Requires:   perl(Dist::Zilla::Role::FileMunger)
+Requires:   perl(Dist::Zilla::Role::PrereqSource)
+Requires:   perl(Dist::Zilla::Role::TextTemplate)
+
+%description
+This is a Dist::Zilla plugin that runs at the gather files stage, providing
+a test file (configurable, defaulting to t/00-compile.t).
+
+%prep
+%setup -q -n Dist-Zilla-Plugin-Test-Compile-%{version}
+
+%build
+perl Build.PL --installdirs=vendor
+./Build
+
+%install
+./Build install --destdir=%{buildroot} --create_packlist=0
+%{_fixperms} %{buildroot}/*
+
+%check
+./Build test
+
+%files
+%license LICENSE
+%doc Changes AUTHOR_PLEDGE CONTRIBUTING README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Mar 26 2015 Petr Å abata con...@redhat.com 2.051-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..137c000 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c0c56cf037ac2e3a63103bb436470f44  Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla-Plugin-Test-Compile.git/commit/?h=f21id=fb43ca163e0983ce890c081e2a95edcbd46a5852
--
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

psabata uploaded mixin-0.07.tar.gz for perl-mixin

2015-04-02 Thread notifications
2b764a8c29f50a3af0f8e8c24fa7b582  mixin-0.07.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-mixin/mixin-0.07.tar.gz/2b764a8c29f50a3af0f8e8c24fa7b582/mixin-0.07.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

psabata pushed to perl-mixin (master). Initial import (#1207704)

2015-04-02 Thread notifications
From 4103b4b7fd55bc473dc0e04c8e2ff404f76f73ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 17:29:09 +0200
Subject: Initial import (#1207704)


diff --git a/.gitignore b/.gitignore
index e69de29..d00a187 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mixin-0.07.tar.gz
diff --git a/perl-mixin.spec b/perl-mixin.spec
new file mode 100644
index 000..ac013d7
--- /dev/null
+++ b/perl-mixin.spec
@@ -0,0 +1,55 @@
+Name:   perl-mixin
+Version:0.07
+Release:1%{?dist}
+Summary:Mixin inheritance, an alternative to multiple inheritance
+# The FSF address is outdated, rt#103225
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/mixin/
+Source0:
http://www.cpan.org/authors/id/M/MS/MSCHWERN/mixin-%{version}.tar.gz
+BuildArch:  noarch
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(base)
+# XXX: BuildRequires:  perl(Carp)
+BuildRequires:  perl(vars)
+# Tests only
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::NoWarnings)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(base)
+Requires:   perl(Carp)
+
+%description
+Mixin inheritance is an alternative to the usual multiple-inheritance and
+solves the problem of knowing which parent will be called. It also solves a
+number of tricky problems like diamond inheritance.
+
+%prep
+%setup -q -n mixin-%{version}
+
+%build
+perl Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+%{_fixperms} %{buildroot}/*
+
+%check
+./Build test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Mar 31 2015 Petr Å abata con...@redhat.com 0.07-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..d7e6d16 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2b764a8c29f50a3af0f8e8c24fa7b582  mixin-0.07.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-mixin.git/commit/?h=masterid=4103b4b7fd55bc473dc0e04c8e2ff404f76f73ba
--
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

psabata pushed to perl-mixin (f22). Initial import (#1207704)

2015-04-02 Thread notifications
From 4103b4b7fd55bc473dc0e04c8e2ff404f76f73ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 17:29:09 +0200
Subject: Initial import (#1207704)


diff --git a/.gitignore b/.gitignore
index e69de29..d00a187 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mixin-0.07.tar.gz
diff --git a/perl-mixin.spec b/perl-mixin.spec
new file mode 100644
index 000..ac013d7
--- /dev/null
+++ b/perl-mixin.spec
@@ -0,0 +1,55 @@
+Name:   perl-mixin
+Version:0.07
+Release:1%{?dist}
+Summary:Mixin inheritance, an alternative to multiple inheritance
+# The FSF address is outdated, rt#103225
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/mixin/
+Source0:
http://www.cpan.org/authors/id/M/MS/MSCHWERN/mixin-%{version}.tar.gz
+BuildArch:  noarch
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(base)
+# XXX: BuildRequires:  perl(Carp)
+BuildRequires:  perl(vars)
+# Tests only
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::NoWarnings)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(base)
+Requires:   perl(Carp)
+
+%description
+Mixin inheritance is an alternative to the usual multiple-inheritance and
+solves the problem of knowing which parent will be called. It also solves a
+number of tricky problems like diamond inheritance.
+
+%prep
+%setup -q -n mixin-%{version}
+
+%build
+perl Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+%{_fixperms} %{buildroot}/*
+
+%check
+./Build test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Mar 31 2015 Petr Å abata con...@redhat.com 0.07-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..d7e6d16 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2b764a8c29f50a3af0f8e8c24fa7b582  mixin-0.07.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-mixin.git/commit/?h=f22id=4103b4b7fd55bc473dc0e04c8e2ff404f76f73ba
--
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

puiterwijk changed psabata's 'commit' permission on perl-Net-OpenID-Server (master) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed psabata's 'commit' permission on perl-Net-OpenID-Server 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-OpenID-Server/
--
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

puiterwijk changed perl-sig's 'watchbugzilla' permission on perl-Net-OpenID-Server (f22) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchbugzilla' permission on 
perl-Net-OpenID-Server (f22) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-OpenID-Server/
--
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

puiterwijk changed perl-sig's 'watchcommits' permission on perl-Net-OpenID-Server (f22) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchcommits' permission on 
perl-Net-OpenID-Server (f22) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-OpenID-Server/
--
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

psabata pushed to perl-Dist-Zilla-Plugin-Test-Compile (f22). Initial commit (#1206222)

2015-04-02 Thread notifications
From fb43ca163e0983ce890c081e2a95edcbd46a5852 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 16:46:57 +0200
Subject: Initial commit (#1206222)


diff --git a/.gitignore b/.gitignore
index e69de29..bf38e41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
diff --git a/perl-Dist-Zilla-Plugin-Test-Compile.spec 
b/perl-Dist-Zilla-Plugin-Test-Compile.spec
new file mode 100644
index 000..cdf030d
--- /dev/null
+++ b/perl-Dist-Zilla-Plugin-Test-Compile.spec
@@ -0,0 +1,80 @@
+Name:   perl-Dist-Zilla-Plugin-Test-Compile
+Version:2.051
+Release:1%{?dist}
+Summary:Common tests to check syntax of your modules, only using core 
modules
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Dist-Zilla-Plugin-Test-Compile/
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/Dist-Zilla-Plugin-Test-Compile-%{version}.tar.gz
+BuildArch:  noarch
+# Build
+BuildRequires:  perl
+# XXX: BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build::Tiny) = 0.039
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(Data::Section) = 0.004
+# XXX: BuildRequires:  perl(Dist::Zilla::File::InMemory)
+BuildRequires:  perl(Dist::Zilla::Role::FileFinderUser)
+BuildRequires:  perl(Dist::Zilla::Role::FileGatherer)
+BuildRequires:  perl(Dist::Zilla::Role::FileMunger)
+BuildRequires:  perl(Dist::Zilla::Role::PrereqSource)
+BuildRequires:  perl(Dist::Zilla::Role::TextTemplate)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Sub::Exporter::ForMethods)
+# Tests only
+BuildRequires:  perl(CPAN::Meta::Check) = 0.007
+BuildRequires:  perl(CPAN::Meta::Requirements)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::pushd)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(if)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Module::CoreList) = 2.77
+BuildRequires:  perl(Perl::PrereqScanner) = 1.016
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::DZil)
+BuildRequires:  perl(Test::MinimumVersion)
+BuildRequires:  perl(Test::More) = 0.94
+BuildRequires:  perl(Test::Warnings) = 0.009
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(version)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(Dist::Zilla::File::InMemory)
+Requires:   perl(Dist::Zilla::Role::FileFinderUser)
+Requires:   perl(Dist::Zilla::Role::FileGatherer)
+Requires:   perl(Dist::Zilla::Role::FileMunger)
+Requires:   perl(Dist::Zilla::Role::PrereqSource)
+Requires:   perl(Dist::Zilla::Role::TextTemplate)
+
+%description
+This is a Dist::Zilla plugin that runs at the gather files stage, providing
+a test file (configurable, defaulting to t/00-compile.t).
+
+%prep
+%setup -q -n Dist-Zilla-Plugin-Test-Compile-%{version}
+
+%build
+perl Build.PL --installdirs=vendor
+./Build
+
+%install
+./Build install --destdir=%{buildroot} --create_packlist=0
+%{_fixperms} %{buildroot}/*
+
+%check
+./Build test
+
+%files
+%license LICENSE
+%doc Changes AUTHOR_PLEDGE CONTRIBUTING README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Mar 26 2015 Petr Å abata con...@redhat.com 2.051-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..137c000 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c0c56cf037ac2e3a63103bb436470f44  Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla-Plugin-Test-Compile.git/commit/?h=f22id=fb43ca163e0983ce890c081e2a95edcbd46a5852
--
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

psabata pushed to perl-Dist-Zilla-Plugin-Test-Compile (f21). 2.052 bump

2015-04-02 Thread notifications
From b99ec6bc1861bbe24f928b5f1013a42a1283c47d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 17:04:36 +0200
Subject: 2.052 bump


diff --git a/.gitignore b/.gitignore
index bf38e41..e88cd8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
+/Dist-Zilla-Plugin-Test-Compile-2.052.tar.gz
diff --git a/perl-Dist-Zilla-Plugin-Test-Compile.spec 
b/perl-Dist-Zilla-Plugin-Test-Compile.spec
index cdf030d..24866dd 100644
--- a/perl-Dist-Zilla-Plugin-Test-Compile.spec
+++ b/perl-Dist-Zilla-Plugin-Test-Compile.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dist-Zilla-Plugin-Test-Compile
-Version:2.051
+Version:2.052
 Release:1%{?dist}
 Summary:Common tests to check syntax of your modules, only using core 
modules
 License:GPL+ or Artistic
@@ -76,5 +76,8 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 02 2015 Petr Å abata con...@redhat.com - 2.052-1
+- 2.052 bump
+
 * Thu Mar 26 2015 Petr Å abata con...@redhat.com 2.051-1
 - Initial packaging
diff --git a/sources b/sources
index 137c000..697fc7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0c56cf037ac2e3a63103bb436470f44  Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
+72a92da1741931d8a5b19f5322e3fb36  Dist-Zilla-Plugin-Test-Compile-2.052.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla-Plugin-Test-Compile.git/commit/?h=f21id=b99ec6bc1861bbe24f928b5f1013a42a1283c47d
--
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 1201998] perl-Encode-2.72 is available

2015-04-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1201998

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

   What|Removed |Added

   Fixed In Version|perl-Encode-2.72-1.fc22 |perl-Encode-2.72-1.fc21



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

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

2015-04-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1201267

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

   What|Removed |Added

   Fixed In Version|perl-Encode-2.72-1.fc22 |perl-Encode-2.72-1.fc21



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

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

psabata pushed to perl (f22). Correct license tags (..more)

2015-04-02 Thread notifications
From c9ba25a1219a26adfa0f458eb253b0b4d57d148d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 17:23:16 +0200
Subject: Correct license tags

Correct license tags of the main package, CGI, Compress-Raw-Zlib,
Digest-MD5, Test-Simple and Time-Piece and package a Pod-Html license
clarification email from Tom.

diff --git a/Pod-Html-license-clarification b/Pod-Html-license-clarification
new file mode 100644
index 000..bd567f1
--- /dev/null
+++ b/Pod-Html-license-clarification
@@ -0,0 +1,41 @@
+Date: Sun, 15 Mar 2015 21:22:10 -0600
+Subject: Re: Pod::Html license
+From: Tom Christiansen tchrist53...@gmail.com
+To: Petr Å abata con...@redhat.com
+Cc: Tom Christiansen tchr...@perl.com, marcgr...@cpan.org,
+ jples...@redhat.com
+MIME-Version: 1.0
+Content-Transfer-Encoding: 8bit
+Content-Type: text/plain; charset=utf-8
+
+Yes, it was supposed to be licensed just like the rest of Perl.
+
+Sent from my Sprint phone
+
+Petr Å abata con...@redhat.com wrote:
+
+Marc, Tom,
+
+I'm reviewing licensing of our perl package in Fedora and 
+noticed Pod::HTML and its pod2html script are licensed under
+the Artistic license (only).
+
+This is an issue for us as this license isn't considered free by
+FSF [0].  Unless the license of this core component changes, we
+will have to drop it from the tarball and remove support for it
+from all the modules we ship that use it, such as Module::Build
+or Module::Install.
+
+What I've seen in the past is authors originally claiming their
+module was released under Artistic while what they actually meant
+was the common `the same as perl itself', i.e. `GPL+/Aristic' [1],
+an FSF free license.  Is it possible this is also the case
+of Pod::Html?
+
+Thanks,
+Petr
+
+(also CC'ing Jitka, the primary package maintainer in Fedora)
+
+[0] https://www.gnu.org/licenses/license-list.html#ArtisticLicense
+[1] https://www.gnu.org/licenses/license-list.html#PerlLicense
diff --git a/perl.spec b/perl.spec
index 52540f0..c588f2f 100644
--- a/perl.spec
+++ b/perl.spec
@@ -30,7 +30,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:322%{?dist}
+Release:323%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -39,8 +39,10 @@ Group:  Development/Languages
 # under UCD are unicode tables
 # Public domain: ext/SDBM_File/sdbm/*, 
ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c 
 # MIT: ext/MIME-Base64/Base64.xs 
-# Copyright Only: for example ext/Text-Soundex/Soundex.xs 
-License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and MIT and Public Domain and UCD
+# Copyright Only: for example ext/Text-Soundex/Soundex.xs
+# HSRL; regexec.c
+# TTWL: Text-Tabs+Wrap
+License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and HSPL and MIT and Public Domain and TTWL and UCD
 Url:http://www.perl.org/
 Source0:http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.bz2
 Source2:perl-5.8.0-libnet.cfg
@@ -49,6 +51,8 @@ Source3:macros.perl
 # build requirement. Written by lberk; Not yet upstream.
 Source4:perl.stp
 Source5:perl-example.stp
+# Tom Christiansen confirms Pod::Html uses the same license as perl
+Source6:Pod-Html-license-clarification
 
 # Removes date check, Fedora/RHEL specific
 Patch1: perl-perlbug-tag.patch
@@ -386,7 +390,7 @@ but it is a good educated guess.
 %package CGI
 Summary:Handle Common Gateway Interface requests and responses
 Group:  Development/Libraries
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and Artistic 2.0
 Epoch:  0
 Version:3.63
 Requires:   %perl_compat
@@ -415,7 +419,7 @@ with built-in support for mod_perl and mod_perl2 as well as 
FastCGI.
 %package Compress-Raw-Bzip2
 Summary:Low-Level Interface to bzip2 compression library
 Group:  Development/Libraries
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and zlib
 Epoch:  0
 Version:2.064
 Requires:   perl(Exporter), perl(File::Temp)
@@ -663,7 +667,7 @@ bytes or bits.
 %package Digest-MD5
 Summary:Perl interface to the MD5 Algorithm
 Group:  Development/Libraries
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and BSD
 # Epoch bump for clean upgrade over old standalone package
 Epoch:  0
 Version:2.53
@@ -1729,7 +1733,7 @@ Use TAP::Parser, Test::Harness package was whole 
rewritten.
 %package Test-Simple
 Summary:Basic utilities for writing tests
 Group:  Development/Languages
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and Public Domain
 Epoch:  0
 Version:1.001002
 Requires:   %perl_compat
@@ -1814,7 +1818,7 @@ so dates 

Re: [EPEL-devel] broken PPC64 libxml2-devel?

2015-04-02 Thread Kevin Fenzi
On Thu, 2 Apr 2015 09:29:59 -0600
Ken Dreyer ktdre...@ktdreyer.com wrote:

 On Wed, Apr 1, 2015 at 5:47 PM, Kevin Fenzi ke...@scrye.com wrote:
  ok. I think I have it fixed.
 
  Can you retry your builds ?
 
 
 Thanks, it worked!
 
 http://koji.fedoraproject.org/koji/taskinfo?taskID=9399709
 
 I'm curious what the problem / resolution was :)

It seems the ppc/ppc64 packages were just not yet available for us to
sync from the Red Hat CDN. I have seen this a few times in the past...
I am not sure what causes it, but it clears up after a short while. 

kevin


pgpIQ2cB5QUzR.pgp
Description: OpenPGP digital signature
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


puiterwijk changed perl-sig's 'watchbugzilla' permission on perl-mixin (f22) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchbugzilla' permission on perl-mixin (f22) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-mixin/
--
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

puiterwijk changed ppisar's 'commit' permission on perl-mixin (master) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed ppisar's 'commit' permission on perl-mixin (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-mixin/
--
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

puiterwijk changed perl-sig's 'watchbugzilla' permission on perl-mixin (master) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchbugzilla' permission on perl-mixin (master) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-mixin/
--
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

Agenda for Env-and-Stacks WG meeting (2015-04-02)

2015-04-02 Thread Honza Horak
A bit late announce with not many topics to discuss, but at least to be 
available for west time zones. About the time, since we have DST in 
Europe as well already all the duties moved one hour sooner, let's meet 
at 17:00 UTC, so we fit into the time slot we chose before.. (hopefully 
this change makes sense, but let me know if not)


WG meeting will be at 17:00 UTC (13:00 EST, 19:00 Brno, 13:00 Boston, 
2:00+1d Tokyo, 3:00+1d Brisbane) in #fedora-meeting-2 on Freenode.


= Topics =
* Follow-ups
  * Dockerfiles recommended tips
* Open Floor

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

psabata uploaded Dist-Zilla-Plugin-Test-Compile-2.052.tar.gz for perl-Dist-Zilla-Plugin-Test-Compile

2015-04-02 Thread notifications
72a92da1741931d8a5b19f5322e3fb36  Dist-Zilla-Plugin-Test-Compile-2.052.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.052.tar.gz/72a92da1741931d8a5b19f5322e3fb36/Dist-Zilla-Plugin-Test-Compile-2.052.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

psabata pushed to perl-Dist-Zilla-Plugin-Test-Compile (master). 2.052 bump

2015-04-02 Thread notifications
From b99ec6bc1861bbe24f928b5f1013a42a1283c47d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 17:04:36 +0200
Subject: 2.052 bump


diff --git a/.gitignore b/.gitignore
index bf38e41..e88cd8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
+/Dist-Zilla-Plugin-Test-Compile-2.052.tar.gz
diff --git a/perl-Dist-Zilla-Plugin-Test-Compile.spec 
b/perl-Dist-Zilla-Plugin-Test-Compile.spec
index cdf030d..24866dd 100644
--- a/perl-Dist-Zilla-Plugin-Test-Compile.spec
+++ b/perl-Dist-Zilla-Plugin-Test-Compile.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dist-Zilla-Plugin-Test-Compile
-Version:2.051
+Version:2.052
 Release:1%{?dist}
 Summary:Common tests to check syntax of your modules, only using core 
modules
 License:GPL+ or Artistic
@@ -76,5 +76,8 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 02 2015 Petr Å abata con...@redhat.com - 2.052-1
+- 2.052 bump
+
 * Thu Mar 26 2015 Petr Å abata con...@redhat.com 2.051-1
 - Initial packaging
diff --git a/sources b/sources
index 137c000..697fc7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0c56cf037ac2e3a63103bb436470f44  Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
+72a92da1741931d8a5b19f5322e3fb36  Dist-Zilla-Plugin-Test-Compile-2.052.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla-Plugin-Test-Compile.git/commit/?h=masterid=b99ec6bc1861bbe24f928b5f1013a42a1283c47d
--
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

psabata pushed to perl-mixin (f21). Initial import (#1207704)

2015-04-02 Thread notifications
From 4103b4b7fd55bc473dc0e04c8e2ff404f76f73ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 17:29:09 +0200
Subject: Initial import (#1207704)


diff --git a/.gitignore b/.gitignore
index e69de29..d00a187 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mixin-0.07.tar.gz
diff --git a/perl-mixin.spec b/perl-mixin.spec
new file mode 100644
index 000..ac013d7
--- /dev/null
+++ b/perl-mixin.spec
@@ -0,0 +1,55 @@
+Name:   perl-mixin
+Version:0.07
+Release:1%{?dist}
+Summary:Mixin inheritance, an alternative to multiple inheritance
+# The FSF address is outdated, rt#103225
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/mixin/
+Source0:
http://www.cpan.org/authors/id/M/MS/MSCHWERN/mixin-%{version}.tar.gz
+BuildArch:  noarch
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(base)
+# XXX: BuildRequires:  perl(Carp)
+BuildRequires:  perl(vars)
+# Tests only
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::NoWarnings)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(base)
+Requires:   perl(Carp)
+
+%description
+Mixin inheritance is an alternative to the usual multiple-inheritance and
+solves the problem of knowing which parent will be called. It also solves a
+number of tricky problems like diamond inheritance.
+
+%prep
+%setup -q -n mixin-%{version}
+
+%build
+perl Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+%{_fixperms} %{buildroot}/*
+
+%check
+./Build test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Mar 31 2015 Petr Å abata con...@redhat.com 0.07-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..d7e6d16 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2b764a8c29f50a3af0f8e8c24fa7b582  mixin-0.07.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-mixin.git/commit/?h=f21id=4103b4b7fd55bc473dc0e04c8e2ff404f76f73ba
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: [EPEL-devel] broken PPC64 libxml2-devel?

2015-04-02 Thread Ken Dreyer
On Wed, Apr 1, 2015 at 5:47 PM, Kevin Fenzi ke...@scrye.com wrote:
 ok. I think I have it fixed.

 Can you retry your builds ?


Thanks, it worked!

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

I'm curious what the problem / resolution was :)

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


psabata pushed to perl (f21). Correct license tags (..more)

2015-04-02 Thread notifications
From 2e7df2b1ee93e5a6ba8c19897a14336f369d49f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 17:44:25 +0200
Subject: Correct license tags

Correct license tags of the main package, CGI, Compress-Raw-Zlib,
Digest-MD5, Test-Simple and Time-Piece and package a Pod-Html license
clarification email from Tom.

diff --git a/Pod-Html-license-clarification b/Pod-Html-license-clarification
new file mode 100644
index 000..bd567f1
--- /dev/null
+++ b/Pod-Html-license-clarification
@@ -0,0 +1,41 @@
+Date: Sun, 15 Mar 2015 21:22:10 -0600
+Subject: Re: Pod::Html license
+From: Tom Christiansen tchrist53...@gmail.com
+To: Petr Å abata con...@redhat.com
+Cc: Tom Christiansen tchr...@perl.com, marcgr...@cpan.org,
+ jples...@redhat.com
+MIME-Version: 1.0
+Content-Transfer-Encoding: 8bit
+Content-Type: text/plain; charset=utf-8
+
+Yes, it was supposed to be licensed just like the rest of Perl.
+
+Sent from my Sprint phone
+
+Petr Å abata con...@redhat.com wrote:
+
+Marc, Tom,
+
+I'm reviewing licensing of our perl package in Fedora and 
+noticed Pod::HTML and its pod2html script are licensed under
+the Artistic license (only).
+
+This is an issue for us as this license isn't considered free by
+FSF [0].  Unless the license of this core component changes, we
+will have to drop it from the tarball and remove support for it
+from all the modules we ship that use it, such as Module::Build
+or Module::Install.
+
+What I've seen in the past is authors originally claiming their
+module was released under Artistic while what they actually meant
+was the common `the same as perl itself', i.e. `GPL+/Aristic' [1],
+an FSF free license.  Is it possible this is also the case
+of Pod::Html?
+
+Thanks,
+Petr
+
+(also CC'ing Jitka, the primary package maintainer in Fedora)
+
+[0] https://www.gnu.org/licenses/license-list.html#ArtisticLicense
+[1] https://www.gnu.org/licenses/license-list.html#PerlLicense
diff --git a/perl.spec b/perl.spec
index baa6421..f1987b9 100644
--- a/perl.spec
+++ b/perl.spec
@@ -30,7 +30,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:306%{?dist}
+Release:307%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -39,8 +39,10 @@ Group:  Development/Languages
 # under UCD are unicode tables
 # Public domain: ext/SDBM_File/sdbm/*, 
ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c 
 # MIT: ext/MIME-Base64/Base64.xs 
-# Copyright Only: for example ext/Text-Soundex/Soundex.xs 
-License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and MIT and Public Domain and UCD
+# Copyright Only: for example ext/Text-Soundex/Soundex.xs
+# HSRL; regexec.c
+# TTWL: Text-Tabs+Wrap
+License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and HSPL and MIT and Public Domain and TTWL and UCD
 Url:http://www.perl.org/
 Source0:http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.bz2
 Source2:perl-5.8.0-libnet.cfg
@@ -49,6 +51,8 @@ Source3:macros.perl
 # build requirement. Written by lberk; Not yet upstream.
 Source4:perl.stp
 Source5:perl-example.stp
+# Tom Christiansen confirms Pod::Html uses the same license as perl
+Source6:Pod-Html-license-clarification
 
 # Removes date check, Fedora/RHEL specific
 Patch1: perl-perlbug-tag.patch
@@ -443,7 +447,7 @@ but it is a good educated guess.
 %package CGI
 Summary:Handle Common Gateway Interface requests and responses
 Group:  Development/Libraries
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and Artistic 2.0
 Epoch:  0
 Version:3.63
 Requires:   %perl_compat
@@ -472,7 +476,7 @@ with built-in support for mod_perl and mod_perl2 as well as 
FastCGI.
 %package Compress-Raw-Bzip2
 Summary:Low-Level Interface to bzip2 compression library
 Group:  Development/Libraries
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and zlib
 Epoch:  0
 Version:2.060
 Requires:   perl(Exporter), perl(File::Temp)
@@ -693,7 +697,7 @@ bytes or bits.
 %package Digest-MD5
 Summary:Perl interface to the MD5 Algorithm
 Group:  Development/Libraries
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and BSD
 # Epoch bump for clean upgrade over old standalone package
 Epoch:  0
 Version:2.52
@@ -1698,7 +1702,7 @@ Use TAP::Parser, Test::Harness package was whole 
rewritten.
 %package Test-Simple
 Summary:Basic utilities for writing tests
 Group:  Development/Languages
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and Public Domain
 Epoch:  0
 Version:0.98
 Requires:   %perl_compat
@@ -1802,7 +1806,7 @@ so dates before 

puiterwijk changed perl-sig's 'watchcommits' permission on perl-Dist-Zilla-Plugin-Test-Compile (master) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchcommits' permission on 
perl-Dist-Zilla-Plugin-Test-Compile (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Dist-Zilla-Plugin-Test-Compile/
--
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

puiterwijk changed perl-sig's 'watchbugzilla' permission on perl-Dist-Zilla-Plugin-Test-Compile (master) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchbugzilla' permission on 
perl-Dist-Zilla-Plugin-Test-Compile (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Dist-Zilla-Plugin-Test-Compile/
--
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

puiterwijk changed perl-sig's 'watchcommits' permission on perl-Dist-Zilla-Plugin-Test-Compile (f22) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchcommits' permission on 
perl-Dist-Zilla-Plugin-Test-Compile (f22) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Dist-Zilla-Plugin-Test-Compile/
--
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

puiterwijk changed perl-sig's 'watchbugzilla' permission on perl-mixin (f21) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchbugzilla' permission on perl-mixin (f21) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-mixin/
--
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: dnf replacing yum and dnf-yum

2015-04-02 Thread Frank Murphy
On Thu, 2 Apr 2015 14:23:45 +0200
Jan Kratochvil jan.kratoch...@redhat.com wrote:

 rpm/repoquery just do not support wildcards so one has to type:
   repoquery --whatprovides 'libnetapi.so.0()(64bit)'
   dnf repoquery --whatprovides 'libnetapi.so.0()(64bit)'
 
 
 Jan


Is this a different scenario?

~$ repoquery --whatprovides libnetapi*
samba-client-libs-2:4.2.0-2.fc22.x86_64
samba-client-libs-2:4.2.0-2.fc22.x86_64

dnf repoquery did require the full text as your example above.

dnf-0.6.5-1.fc22.noarch
yum-utils-1.1.31-27.fc22.noarch


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

puiterwijk changed perl-sig's 'watchbugzilla' permission on perl-Net-OpenID-Server (master) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchbugzilla' permission on 
perl-Net-OpenID-Server (master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-OpenID-Server/
--
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

puiterwijk changed perl-sig's 'watchcommits' permission on perl-Net-OpenID-Server (master) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchcommits' permission on 
perl-Net-OpenID-Server (master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Net-OpenID-Server/
--
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

puiterwijk changed perl-sig's 'watchcommits' permission on perl-Dist-Zilla-Plugin-Test-Compile (f21) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchcommits' permission on 
perl-Dist-Zilla-Plugin-Test-Compile (f21) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Dist-Zilla-Plugin-Test-Compile/
--
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

puiterwijk changed perl-sig's 'watchbugzilla' permission on perl-Dist-Zilla-Plugin-Test-Compile (f22) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchbugzilla' permission on 
perl-Dist-Zilla-Plugin-Test-Compile (f22) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Dist-Zilla-Plugin-Test-Compile/
--
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

puiterwijk changed perl-sig's 'watchbugzilla' permission on perl-Dist-Zilla-Plugin-Test-Compile (f21) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchbugzilla' permission on 
perl-Dist-Zilla-Plugin-Test-Compile (f21) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-Dist-Zilla-Plugin-Test-Compile/
--
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

psabata pushed to perl-Dist-Zilla-Plugin-Test-Compile (master). Initial commit (#1206222)

2015-04-02 Thread notifications
From fb43ca163e0983ce890c081e2a95edcbd46a5852 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 16:46:57 +0200
Subject: Initial commit (#1206222)


diff --git a/.gitignore b/.gitignore
index e69de29..bf38e41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
diff --git a/perl-Dist-Zilla-Plugin-Test-Compile.spec 
b/perl-Dist-Zilla-Plugin-Test-Compile.spec
new file mode 100644
index 000..cdf030d
--- /dev/null
+++ b/perl-Dist-Zilla-Plugin-Test-Compile.spec
@@ -0,0 +1,80 @@
+Name:   perl-Dist-Zilla-Plugin-Test-Compile
+Version:2.051
+Release:1%{?dist}
+Summary:Common tests to check syntax of your modules, only using core 
modules
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Dist-Zilla-Plugin-Test-Compile/
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/Dist-Zilla-Plugin-Test-Compile-%{version}.tar.gz
+BuildArch:  noarch
+# Build
+BuildRequires:  perl
+# XXX: BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build::Tiny) = 0.039
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(Data::Section) = 0.004
+# XXX: BuildRequires:  perl(Dist::Zilla::File::InMemory)
+BuildRequires:  perl(Dist::Zilla::Role::FileFinderUser)
+BuildRequires:  perl(Dist::Zilla::Role::FileGatherer)
+BuildRequires:  perl(Dist::Zilla::Role::FileMunger)
+BuildRequires:  perl(Dist::Zilla::Role::PrereqSource)
+BuildRequires:  perl(Dist::Zilla::Role::TextTemplate)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Sub::Exporter::ForMethods)
+# Tests only
+BuildRequires:  perl(CPAN::Meta::Check) = 0.007
+BuildRequires:  perl(CPAN::Meta::Requirements)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::pushd)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(if)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Module::CoreList) = 2.77
+BuildRequires:  perl(Perl::PrereqScanner) = 1.016
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::DZil)
+BuildRequires:  perl(Test::MinimumVersion)
+BuildRequires:  perl(Test::More) = 0.94
+BuildRequires:  perl(Test::Warnings) = 0.009
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(version)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(Dist::Zilla::File::InMemory)
+Requires:   perl(Dist::Zilla::Role::FileFinderUser)
+Requires:   perl(Dist::Zilla::Role::FileGatherer)
+Requires:   perl(Dist::Zilla::Role::FileMunger)
+Requires:   perl(Dist::Zilla::Role::PrereqSource)
+Requires:   perl(Dist::Zilla::Role::TextTemplate)
+
+%description
+This is a Dist::Zilla plugin that runs at the gather files stage, providing
+a test file (configurable, defaulting to t/00-compile.t).
+
+%prep
+%setup -q -n Dist-Zilla-Plugin-Test-Compile-%{version}
+
+%build
+perl Build.PL --installdirs=vendor
+./Build
+
+%install
+./Build install --destdir=%{buildroot} --create_packlist=0
+%{_fixperms} %{buildroot}/*
+
+%check
+./Build test
+
+%files
+%license LICENSE
+%doc Changes AUTHOR_PLEDGE CONTRIBUTING README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Mar 26 2015 Petr Å abata con...@redhat.com 2.051-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..137c000 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c0c56cf037ac2e3a63103bb436470f44  Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla-Plugin-Test-Compile.git/commit/?h=masterid=fb43ca163e0983ce890c081e2a95edcbd46a5852
--
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: Strange link error on rawhide

2015-04-02 Thread Hans de Goede

Hi,

On 02-04-15 15:03, Jakub Jelinek wrote:

On Thu, Apr 02, 2015 at 02:59:01PM +0200, Hans de Goede wrote:

Hi,

ClanLib currently fails to build properly on rawhide, I've narrowed
the problem down to a link error while building a conftest from
the configure script:

configure:15948: g++ -o conftest  -I/usr/include/freetype2  -Wl,-z,relro 
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp -lfreetype  5
/usr/bin/ld: /tmp/ccKrsAte.o: relocation R_X86_64_PC32 against undefined symbol 
`FT_Init_FreeType' can not be used when making a shared object; recompile with 
-fPIC

I'm not sure what is happening here, any hints to help address this
would be appreciated.


Packaging error.


Actually a bug in the configure script of the package :)

  You are passing down the LDFLAGS (aka %{__global_ldflags})

from redhat-rpm-config, but not CFLAGS/CXXFLAGS (aka %{optflags} or 
$RPM_OPT_FLAGS).
For compilation and linking in the same compiler driver invocation you need to 
pass
both.


Thanks that did the trick.

Regards,

Hans
--
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: Time sync

2015-04-02 Thread Bastien Nocera


- Original Message -
 Hello,
  Besides gnome-control-center then, I guess the switch of
  systemd-timedated to only supporting systemd-timesyncd
  impacts FreeIPA too.
 
 Are you aware of
 https://lists.fedoraproject.org/pipermail/devel/2014-November/204658.html ?

Yes, and I don't want to make changes to gnome-control-center that would only
be applicable to Fedora. The point of use timedatectl is that we don't have
to do a version for each distribution. Change timedated to do the right thing
instead.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

psabata pushed to perl (master). Bump to make koji happy

2015-04-02 Thread notifications
From 49eaf9f2c8efb75b87c134f8fdff98f21c6106ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 16:04:51 +0200
Subject: Bump to make koji happy


diff --git a/perl.spec b/perl.spec
index 620bfc8..5d723c2 100644
--- a/perl.spec
+++ b/perl.spec
@@ -30,7 +30,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:326%{?dist}
+Release:327%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -3882,6 +3882,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Thu Apr 02 2015 Petr Å abata con...@redhat.com - 4:5.20.2-327
+- Bump to make koji happy
+
 * Thu Apr 02 2015 Petr Å abata con...@redhat.com - 4:5.20.2-326
 - Correct license tags of the main package, CGI, Compress-Raw-Zlib,
   Digest-MD5, Test-Simple and Time-Piece
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=49eaf9f2c8efb75b87c134f8fdff98f21c6106ba
--
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: Time sync

2015-04-02 Thread Miloslav Trmač
  Hello,
   Besides gnome-control-center then, I guess the switch of
   systemd-timedated to only supporting systemd-timesyncd
   impacts FreeIPA too.
  
  Are you aware of
  https://lists.fedoraproject.org/pipermail/devel/2014-November/204658.html ?
 
 Yes, and I don't want to make changes to gnome-control-center that would only
 be applicable to Fedora. The point of use timedatectl is that we don't have
 to do a version for each distribution. Change timedated to do the right 
 thing
 instead.

AFAICT gnome-control-center is “fine” with timedatex used (well, working in 
Fedora; I’m not trying to solve upstream here).  It just seemed to me that 
Colin’s original analysis (focusing on Atomic, not g-c-c) was not taking 
timedatex int account, and thus perhaps misleading (at the very least in the 
FreeIPA part, and thus perhaps for the other aspects of Atomic as well.)
Mirek
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Docker and gcc-go

2015-04-02 Thread Jakub Cajka
Hello,
   as gcc5 is in Fedora22+ it is possible to build docker and its BRs using 
gcc-go with small changes to the spec files. Not only on x86_64, but also on 
ppc64le, even on s390x(sharkcz tried) and ppc64. It crashes/hangs sometimes(I'm 
looking in to it) but works on x86_64 and ppc64(le) most of the time :) 
(haven't done any extensive testing yet) and haven't tried s390x yet.
 
Github repo with modified spec files of docker and its BRs:

  https://github.com/jcajka/fedora-docker-gccgo

SRPMS:

  https://jcajka.fedorapeople.org/srpms/

x86_64 COPR repo(f22/f23):

  https://copr.fedoraproject.org/coprs/jcajka/docker-gccgo/

ppc64(le) fedorapeople.org repo(f22):

  https://repos.fedorapeople.org/repos/jcajka/docker-gccgo/

ppc64(le) base images(just to test it ;) ):
 
  docker pull jcajka/fedora22-ppc64[le] (I hope images are there as they are 
not showing up in webUI)

  (were generated using 
https://github.com/docker/docker/blob/master/contrib/mkimage-yum.sh modified to 
install also dnf(yum), would be great to have base images available same way as 
on primary)

s390x coming soon :)

It is definitely not production ready and needs lots of testing/debugging. 
Looking forward for any feedback.

Jakub Čajka




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

psabata uploaded Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz for perl-Dist-Zilla-Plugin-Test-Compile

2015-04-02 Thread notifications
c0c56cf037ac2e3a63103bb436470f44  Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz/c0c56cf037ac2e3a63103bb436470f44/Dist-Zilla-Plugin-Test-Compile-2.051.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

puiterwijk changed perl-sig's 'watchcommits' permission on perl-mixin (f22) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchcommits' permission on perl-mixin (f22) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-mixin/
--
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

puiterwijk changed perl-sig's 'watchcommits' permission on perl-mixin (f21) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchcommits' permission on perl-mixin (f21) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-mixin/
--
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

puiterwijk changed perl-sig's 'watchcommits' permission on perl-mixin (master) to 'Approved'

2015-04-02 Thread notifications
puiterwijk changed perl-sig's 'watchcommits' permission on perl-mixin (master) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-mixin/
--
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 1166041] CVE-2010-5312 jquery-ui: XSS vulnerability in jQuery.ui.dialog title option

2015-04-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166041
Bug 1166041 depends on bug 1166782, which changed state.

Bug 1166782 Summary: CVE-2010-5312 mojomojo: jquery-ui: XSS vulnerability in 
jQuery.ui.dialog title option [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1166782

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX



-- 
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 1166041] CVE-2010-5312 jquery-ui: XSS vulnerability in jQuery.ui.dialog title option

2015-04-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166041
Bug 1166041 depends on bug 1166769, which changed state.

Bug 1166769 Summary: CVE-2010-5312 django-typepad: jquery-ui: XSS vulnerability 
in jQuery.ui.dialog title option [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1166769

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX



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

corsepiu pushed to perl-Test-TCP (master). Upstream update. (..more)

2015-04-02 Thread notifications
From fb8a6ae7c4ca2c5c558a2258df8bf8d47494d0e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Thu, 2 Apr 2015 19:28:48 +0200
Subject: Upstream update.

- Reflect Source0: having changed.

diff --git a/.gitignore b/.gitignore
index e8e8b7c..4fca792 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-2.07.tar.gz
+/Test-TCP-2.08.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index deae704..c2f0c1b 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,11 +1,11 @@
 Name:   perl-Test-TCP
-Version:2.07
+Version:2.08
 Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-TCP/
-Source0:
http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-TCP-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Test-TCP-%{version}.tar.gz
 BuildArch:  noarch
 
 BuildRequires:  perl = 0:5.008001
@@ -17,6 +17,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker) = 6.64
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(File::Which)
 BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(IO::Socket::IP)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(strict)
@@ -56,6 +57,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 02 2015 Ralf Corsépius corse...@fedoraproject.org - 2.08-1
+- Upstream update.
+- Reflect Source0: having changed.
+
 * Mon Jan 26 2015 Ralf Corsépius corse...@fedoraproject.org - 2.07-1
 - Upstream update.
 
diff --git a/sources b/sources
index e727dd7..6eed418 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6d7f7b09f7193709fc8a059b699c93d  Test-TCP-2.07.tar.gz
+65de67f00bdbdb46a53d25e18b46e393  Test-TCP-2.08.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=masterid=fb8a6ae7c4ca2c5c558a2258df8bf8d47494d0e1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

perl license correction

2015-04-02 Thread Petr Šabata
For your information, following a recent re-review, I've just
corrected license tags of perl and some of its subpackages.

The code is the same; this is just an RPM metadata change.

In detail:
* perl
- HSRL added
- TTWL added (f20-f22 only)
- the tag now states (GPL+ or Artistic) and (GPLv2+ or
  Artistic) and Copyright Only and HSRL and MIT and Public
  Domain and UCD in rawhide and (GPL+ or Artistic) and
  (GPLv2+ or Artistic) and Copyright Only and HSRL and
  MIT and TTWL and UCD in f20-f22
* perl-CGI
- Artistic 2.0 added
- the tag now states (GPL+ or Artistic) and Artistic 2.0
* perl-Compress-Raw-Zlib
- zlib added
- the tag now states (GPL+ or Artistic) and zlib
* perl-Digest-MD5
- BSD added
- the tag now states (GPL+ or Artistic) and BSD
* perl-Test-Simple
- Public Domain added
- the tag now states (GPL+ or Artistic) and Public Domain
- this doesn't affect perl-Test-Simple-tests
* perl-Time-Piece
- BSD added
- the tag now states (GPL+ or Artistic) and BSD

Furthermore, upstream confirmed that the Pod::Html module and
pod2html utility shipped with perl are, despite the copyright
statement in the code, actually licensed under the common GPL+
or Artistic duo.  I added this to the docs.

P


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

psabata pushed to perl (f20). Correct license tags (..more)

2015-04-02 Thread notifications
From a022b7c718abebcc7d8b649e03e7ead1c49a7593 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 18:11:13 +0200
Subject: Correct license tags

Correct license tags of the main package, CGI, Compress-Raw-Zlib,
Digest-MD5, Test-Simple and Time-Piece and package a Pod-Html license
clarification email from Tom.

diff --git a/Pod-Html-license-clarification b/Pod-Html-license-clarification
new file mode 100644
index 000..bd567f1
--- /dev/null
+++ b/Pod-Html-license-clarification
@@ -0,0 +1,41 @@
+Date: Sun, 15 Mar 2015 21:22:10 -0600
+Subject: Re: Pod::Html license
+From: Tom Christiansen tchrist53...@gmail.com
+To: Petr Å abata con...@redhat.com
+Cc: Tom Christiansen tchr...@perl.com, marcgr...@cpan.org,
+ jples...@redhat.com
+MIME-Version: 1.0
+Content-Transfer-Encoding: 8bit
+Content-Type: text/plain; charset=utf-8
+
+Yes, it was supposed to be licensed just like the rest of Perl.
+
+Sent from my Sprint phone
+
+Petr Å abata con...@redhat.com wrote:
+
+Marc, Tom,
+
+I'm reviewing licensing of our perl package in Fedora and 
+noticed Pod::HTML and its pod2html script are licensed under
+the Artistic license (only).
+
+This is an issue for us as this license isn't considered free by
+FSF [0].  Unless the license of this core component changes, we
+will have to drop it from the tarball and remove support for it
+from all the modules we ship that use it, such as Module::Build
+or Module::Install.
+
+What I've seen in the past is authors originally claiming their
+module was released under Artistic while what they actually meant
+was the common `the same as perl itself', i.e. `GPL+/Aristic' [1],
+an FSF free license.  Is it possible this is also the case
+of Pod::Html?
+
+Thanks,
+Petr
+
+(also CC'ing Jitka, the primary package maintainer in Fedora)
+
+[0] https://www.gnu.org/licenses/license-list.html#ArtisticLicense
+[1] https://www.gnu.org/licenses/license-list.html#PerlLicense
diff --git a/perl.spec b/perl.spec
index 60fee9a..6b231df 100644
--- a/perl.spec
+++ b/perl.spec
@@ -31,7 +31,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:292%{?dist}
+Release:293%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -40,8 +40,10 @@ Group:  Development/Languages
 # under UCD are unicode tables
 # Public domain: ext/SDBM_File/sdbm/*, 
ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c 
 # MIT: ext/MIME-Base64/Base64.xs 
-# Copyright Only: for example ext/Text-Soundex/Soundex.xs 
-License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and MIT and Public Domain and UCD
+# Copyright Only: for example ext/Text-Soundex/Soundex.xs
+# HSRL; regexec.c
+# TTWL: Text-Tabs+Wrap
+License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and HSRL and MIT and Public Domain and TTWL and UCD
 Url:http://www.perl.org/
 Source0:http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.bz2
 Source2:perl-5.8.0-libnet.cfg
@@ -50,6 +52,8 @@ Source3:macros.perl
 # build requirement. Written by lberk; Not yet upstream.
 Source4:perl.stp
 Source5:perl-example.stp
+# Tom Christiansen confirms Pod::Html uses the same license as perl
+Source6:Pod-Html-license-clarification
 
 # Removes date check, Fedora/RHEL specific
 Patch1: perl-perlbug-tag.patch
@@ -384,7 +388,7 @@ but it is a good educated guess.
 %package CGI
 Summary:Handle Common Gateway Interface requests and responses
 Group:  Development/Libraries
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and Artistic 2.0
 Epoch:  0
 Version:3.63
 Requires:   %perl_compat
@@ -413,7 +417,7 @@ with built-in support for mod_perl and mod_perl2 as well as 
FastCGI.
 %package Compress-Raw-Bzip2
 Summary:Low-Level Interface to bzip2 compression library
 Group:  Development/Libraries
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and zlib
 Epoch:  0
 Version:2.060
 Requires:   perl(Exporter), perl(File::Temp)
@@ -631,7 +635,7 @@ bytes or bits.
 %package Digest-MD5
 Summary:Perl interface to the MD5 Algorithm
 Group:  Development/Libraries
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and BSD
 # Epoch bump for clean upgrade over old standalone package
 Epoch:  0
 Version:2.52
@@ -1610,7 +1614,7 @@ Use TAP::Parser, Test::Harness package was whole 
rewritten.
 %package Test-Simple
 Summary:Basic utilities for writing tests
 Group:  Development/Languages
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and Public Domain
 Epoch:  0
 Version:0.98
 Requires:   %perl_compat
@@ -1728,7 +1732,7 @@ so dates before 

psabata pushed to perl-Digest-MD5 (f21). Correct the license tag

2015-04-02 Thread notifications
From bdb7f32bd728b3fb220b269d3fe552e30569a724 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 18:16:47 +0200
Subject: Correct the license tag


diff --git a/perl-Digest-MD5.spec b/perl-Digest-MD5.spec
index ca4e023..0441133 100644
--- a/perl-Digest-MD5.spec
+++ b/perl-Digest-MD5.spec
@@ -1,8 +1,8 @@
 Name:   perl-Digest-MD5
 Version:2.54
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl interface to the MD5 algorithm
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and BSD
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Digest-MD5/
 Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-%{version}.tar.gz
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 02 2015 Petr Å abata con...@redhat.com - 2.54-2
+- Correct the license tag
+
 * Tue Jan 20 2015 Petr Pisar ppi...@redhat.com - 2.54-1
 - 2.54 bump
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Digest-MD5.git/commit/?h=f21id=bdb7f32bd728b3fb220b269d3fe552e30569a724
--
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

psabata pushed to perl-Digest-MD5 (f20). Correct the license tag

2015-04-02 Thread notifications
From bc71a77f7d773017e2057cace2032cf8404b04f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 18:16:47 +0200
Subject: Correct the license tag


diff --git a/perl-Digest-MD5.spec b/perl-Digest-MD5.spec
index 1e09ba5..d79f7d6 100644
--- a/perl-Digest-MD5.spec
+++ b/perl-Digest-MD5.spec
@@ -1,8 +1,8 @@
 Name:   perl-Digest-MD5
 Version:2.54
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl interface to the MD5 algorithm
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and BSD
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Digest-MD5/
 Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-%{version}.tar.gz
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 02 2015 Petr Å abata con...@redhat.com - 2.54-2
+- Correct the license tag
+
 * Tue Jan 20 2015 Petr Pisar ppi...@redhat.com - 2.54-1
 - 2.54 bump
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Digest-MD5.git/commit/?h=f20id=bc71a77f7d773017e2057cace2032cf8404b04f8
--
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

psabata pushed to perl-Digest-MD5 (f22). Correct the license tag

2015-04-02 Thread notifications
From 9f61f7416690ef636c57488ab702a4cc79355194 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 18:16:47 +0200
Subject: Correct the license tag


diff --git a/perl-Digest-MD5.spec b/perl-Digest-MD5.spec
index e47dfa0..6c65287 100644
--- a/perl-Digest-MD5.spec
+++ b/perl-Digest-MD5.spec
@@ -1,8 +1,8 @@
 Name:   perl-Digest-MD5
 Version:2.54
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl interface to the MD5 algorithm
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and BSD
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Digest-MD5/
 Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-%{version}.tar.gz
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 02 2015 Petr Å abata con...@redhat.com - 2.54-2
+- Correct the license tag
+
 * Tue Jan 20 2015 Petr Pisar ppi...@redhat.com - 2.54-1
 - 2.54 bump
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Digest-MD5.git/commit/?h=f22id=9f61f7416690ef636c57488ab702a4cc79355194
--
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 1166064] CVE-2012-6662 jquery-ui: XSS vulnerability in default content in Tooltip widget

2015-04-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166064
Bug 1166064 depends on bug 1166782, which changed state.

Bug 1166782 Summary: CVE-2010-5312 mojomojo: jquery-ui: XSS vulnerability in 
jQuery.ui.dialog title option [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1166782

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX



-- 
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 1166782] CVE-2010-5312 mojomojo: jquery-ui: XSS vulnerability in jQuery.ui.dialog title option [fedora-all]

2015-04-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166782

Eric Christensen spa...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX
Last Closed||2015-04-02 12:27:50



--- Comment #4 from Eric Christensen spa...@redhat.com ---
Package has been retired.

-- 
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 1166064] CVE-2012-6662 jquery-ui: XSS vulnerability in default content in Tooltip widget

2015-04-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166064
Bug 1166064 depends on bug 1166769, which changed state.

Bug 1166769 Summary: CVE-2010-5312 django-typepad: jquery-ui: XSS vulnerability 
in jQuery.ui.dialog title option [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1166769

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX



-- 
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: Agenda for Env-and-Stacks WG meeting (2015-04-02)

2015-04-02 Thread Honza Horak

canceled due too little attendance.

Honza

On 04/02/2015 05:07 PM, Honza Horak wrote:

A bit late announce with not many topics to discuss, but at least to be
available for west time zones. About the time, since we have DST in
Europe as well already all the duties moved one hour sooner, let's meet
at 17:00 UTC, so we fit into the time slot we chose before.. (hopefully
this change makes sense, but let me know if not)

WG meeting will be at 17:00 UTC (13:00 EST, 19:00 Brno, 13:00 Boston,
2:00+1d Tokyo, 3:00+1d Brisbane) in #fedora-meeting-2 on Freenode.

= Topics =
* Follow-ups
   * Dockerfiles recommended tips
* Open Floor

___
env-and-stacks mailing list
env-and-sta...@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/env-and-stacks

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

corsepiu uploaded Test-TCP-2.08.tar.gz for perl-Test-TCP

2015-04-02 Thread notifications
65de67f00bdbdb46a53d25e18b46e393  Test-TCP-2.08.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-TCP/Test-TCP-2.08.tar.gz/65de67f00bdbdb46a53d25e18b46e393/Test-TCP-2.08.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

corsepiu pushed to perl-Test-TCP (f22). Upstream update. (..more)

2015-04-02 Thread notifications
From fb8a6ae7c4ca2c5c558a2258df8bf8d47494d0e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Thu, 2 Apr 2015 19:28:48 +0200
Subject: Upstream update.

- Reflect Source0: having changed.

diff --git a/.gitignore b/.gitignore
index e8e8b7c..4fca792 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-2.07.tar.gz
+/Test-TCP-2.08.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index deae704..c2f0c1b 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,11 +1,11 @@
 Name:   perl-Test-TCP
-Version:2.07
+Version:2.08
 Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-TCP/
-Source0:
http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-TCP-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Test-TCP-%{version}.tar.gz
 BuildArch:  noarch
 
 BuildRequires:  perl = 0:5.008001
@@ -17,6 +17,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker) = 6.64
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(File::Which)
 BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(IO::Socket::IP)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(strict)
@@ -56,6 +57,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 02 2015 Ralf Corsépius corse...@fedoraproject.org - 2.08-1
+- Upstream update.
+- Reflect Source0: having changed.
+
 * Mon Jan 26 2015 Ralf Corsépius corse...@fedoraproject.org - 2.07-1
 - Upstream update.
 
diff --git a/sources b/sources
index e727dd7..6eed418 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6d7f7b09f7193709fc8a059b699c93d  Test-TCP-2.07.tar.gz
+65de67f00bdbdb46a53d25e18b46e393  Test-TCP-2.08.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-TCP.git/commit/?h=f22id=fb8a6ae7c4ca2c5c558a2258df8bf8d47494d0e1
--
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

psabata pushed to perl (f21). Correct a typo in the license tag

2015-04-02 Thread notifications
From dbbf7350c03746e77a332bef53fbc4f0aca100b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 18:13:57 +0200
Subject: Correct a typo in the license tag


diff --git a/perl.spec b/perl.spec
index f1987b9..dba2314 100644
--- a/perl.spec
+++ b/perl.spec
@@ -30,7 +30,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:307%{?dist}
+Release:308%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -42,7 +42,7 @@ Group:  Development/Languages
 # Copyright Only: for example ext/Text-Soundex/Soundex.xs
 # HSRL; regexec.c
 # TTWL: Text-Tabs+Wrap
-License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and HSPL and MIT and Public Domain and TTWL and UCD
+License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and HSRL and MIT and Public Domain and TTWL and UCD
 Url:http://www.perl.org/
 Source0:http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.bz2
 Source2:perl-5.8.0-libnet.cfg
@@ -3754,6 +3754,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Thu Apr 02 2015 Petr Å abata con...@redhat.com - 4:5.18.1-308
+- Correct a typo in the license tag
+
 * Thu Apr 02 2015 Petr Å abata con...@redhat.com - 4:5.18.1-307
 - Correct license tags of the main package, CGI, Compress-Raw-Zlib,
   Digest-MD5, Test-Simple and Time-Piece
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f21id=dbbf7350c03746e77a332bef53fbc4f0aca100b8
--
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

psabata pushed to perl-Digest-MD5 (master). Correct the license tag

2015-04-02 Thread notifications
From 9f61f7416690ef636c57488ab702a4cc79355194 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 2 Apr 2015 18:16:47 +0200
Subject: Correct the license tag


diff --git a/perl-Digest-MD5.spec b/perl-Digest-MD5.spec
index e47dfa0..6c65287 100644
--- a/perl-Digest-MD5.spec
+++ b/perl-Digest-MD5.spec
@@ -1,8 +1,8 @@
 Name:   perl-Digest-MD5
 Version:2.54
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl interface to the MD5 algorithm
-License:GPL+ or Artistic
+License:(GPL+ or Artistic) and BSD
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Digest-MD5/
 Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-%{version}.tar.gz
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 02 2015 Petr Å abata con...@redhat.com - 2.54-2
+- Correct the license tag
+
 * Tue Jan 20 2015 Petr Pisar ppi...@redhat.com - 2.54-1
 - 2.54 bump
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Digest-MD5.git/commit/?h=masterid=9f61f7416690ef636c57488ab702a4cc79355194
--
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: Agenda for Env-and-Stacks WG meeting (2015-04-02)

2015-04-02 Thread Colin Walters
I can't attend this meeting due to work and a time zone change this week and 
work.
-- 
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: dnf replacing yum and dnf-yum

2015-04-02 Thread Rahul Sundaram
Hi

On Wed, Apr 1, 2015 at 3:40 PM, Kevin Fenzi wrote:


 * When you run 'yum' you get:

 % sudo yum list foobar
 Yum command has been deprecated, use dnf instead.
 See 'man dnf' and 'man yum2dnf' for more information.
 To transfer transaction metadata from yum to DNF, run 'dnf migrate'
 Redirecting to '/usr/bin/dnf list foobar'


All of this seems a bit rushed considering the schedule.

I have to say I agree with some of the comments in
https://fedorahosted.org/fesco/ticket/1312
 including Dennis Gilmore and Matthew Miller.  While I am glad dnf-yum is
now intended to be there by default and there is a better transition,  I
would prefer if using yum didn't result in this pretty large message
upfront.   The small number of differences between yum and dnf doesn't seem
to warrant this needless churn since massive internal changes and even some
command line changes have occurred between revisions of yum itself.

It would be much better if we can just stick to yum as the name of the
command  esp now that the classic yum command itself has been renamed to
yum-deprecated resulting in no conflicts.

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

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

2015-04-02 Thread updates
The following Fedora EPEL 5 Security updates need testing:
 Age  URL
 1075  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5
 529  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11893/libguestfs-1.20.12-1.el5
 294  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1626/puppet-2.7.26-1.el5
 148  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3784/mantis-1.2.17-3.el5
 144  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3849/sblim-sfcb-1.3.8-2.el5
  13  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1326/drupal7-ctools-1.7-1.el5
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1344/drupal6-6.35-1.el5
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1374/tor-0.2.4.26-1.el5
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1419/cabextract-1.5-1.el5
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1379/PyYAML-3.09-11.el5


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

gfal2-python-1.7.1-1.el5
ykpers-1.17.1-1.el5

Details about builds:



 gfal2-python-1.7.1-1.el5 (FEDORA-EPEL-2015-1567)
 Python bindings for gfal 2

Update Information:

Update for upstream release 1.7.1

ChangeLog:

* Thu Apr  2 2015 Alejandro Alvarez aalvarez at cern.ch - 1.7.1-1
- Update for release 1.7.1




 ykpers-1.17.1-1.el5 (FEDORA-EPEL-2015-1550)
 Yubikey personalization program

Update Information:

Update to 1.17.1. Fixes bug #1208140

ChangeLog:

* Wed Apr  1 2015 Kevin Fenzi ke...@scrye.com 1.17.1-1
- Update to 1.17.1. Fixes bug #1208140

References:

  [ 1 ] Bug #1208140 - ykpers-v1.17.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1208140


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


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

2015-04-02 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 140  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3989/cross-binutils-2.23.88.0.1-2.el7.1
  34  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0862/nodejs-0.10.36-3.el7,libuv-0.10.34-1.el7,v8-3.14.5.10-17.el7
  24  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1087/dokuwiki-0-0.24.20140929c.el7
  24  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0952/qpid-qmf-0.28-27.el7,qpid-cpp-0.30-12.el7
  13  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1335/drupal7-7.35-1.el7
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1407/glpi-0.84.8-4.el7
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1390/owncloud-7.0.5-2.el7
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1401/mingw-qt5-qtbase-5.4.1-1.el7,mingw-qt5-qtdeclarative-5.4.1-1.el7,mingw-qt5-qtgraphicaleffects-5.4.1-1.el7,mingw-qt5-qtimageformats-5.4.1-1.el7,mingw-qt5-qtlocation-5.4.1-1.el7,mingw-qt5-qtmultimedia-5.4.1-1.el7,mingw-qt5-qtquick1-5.4.1-1.el7,mingw-qt5-qtscript-5.4.1-1.el7,mingw-qt5-qtsensors-5.4.1-1.el7,mingw-qt5-qtsvg-5.4.1-1.el7,mingw-qt5-qttools-5.4.1-1.el7,mingw-qt5-qttranslations-5.4.1-1.el7,mingw-qt5-qtwebkit-5.4.1-1.el7,mingw-qt5-qtwinextras-5.4.1-1.el7
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1415/python-dulwich-0.10.0-1.el7
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1405/qt5-qtwebkit-5.4.1-4.el7
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1421/quassel-0.11.0-2.el7
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1378/python-django-1.6.11-1.el7
   4  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1458/mongodb-2.6.9-1.el7
   1  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1476/tor-0.2.5.11-1.el7
   1  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1545/strongswan-5.3.0-1.el7


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

ansifilter-1.12-1.el7
firebird-2.5.4.26856.0-1.el7
gfal2-python-1.7.1-1.el7
gr-osmosdr-0.1.3-1.20141023git42c66fdd.el7
man-pages-de-1.8-4.g7c4902d.el7
mate-control-center-1.8.3-2.el7
mate-desktop-1.8.2-2.el7
mate-screensaver-1.8.1-4.el7
mate-session-manager-1.8.2-2.el7
php-drush-drush-6.2.0-3.el7
python-websockify-0.6.0-1.el7
seren-0.0.21-1.el7
wiredtiger-2.5.1-6.el7
xl2tpd-1.3.6-8.el7
ykpers-1.17.1-1.el7

Details about builds:



 ansifilter-1.12-1.el7 (FEDORA-EPEL-2015-1561)
 ANSI terminal escape code converter

Update Information:

ansifilter 1.12

-added options --line-numbers, --wrap-no-numbers and --anchors.

ChangeLog:

* Tue Mar 31 2015 Christopher Meng r...@cicku.me - 1.12-1
- Update to 1.12




 firebird-2.5.4.26856.0-1.el7 (FEDORA-EPEL-2015-1556)
 SQL relational database management system

Update Information:

update to 2.5.4

ChangeLog:

* Thu Apr  2 2015 Philippe Makowski makow...@fedoraproject.org 2.5.4.26856.0-1
- update to 2.5.4

References:

  [ 1 ] Bug #1207443 - firebird-2.5.4-26856 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1207443




 gfal2-python-1.7.1-1.el7 (FEDORA-EPEL-2015-1559)
 Python bindings for gfal 2

Update Information:

Update for upstream release 1.7.1

ChangeLog:

* Thu Apr  2 2015 Alejandro Alvarez aalvarez at cern.ch - 1.7.1-1
- Update for release 1.7.1




 gr-osmosdr-0.1.3-1.20141023git42c66fdd.el7 (FEDORA-EPEL-2015-1570)
 Common software API for various radio hardware

Update Information:

This is new package gr-osmosdr - common software API for various radio hardware.




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

2015-04-02 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
 1075  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6
 140  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4008/cross-binutils-2.23.51.0.3-1.el6.1
 128  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4242/facter-1.6.18-8.el6
 117  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4485/python-tornado-2.2.1-7.el6
  78  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0232/chicken-4.9.0.1-2.el6
  34  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0864/nodejs-0.10.36-3.el6,libuv-0.10.34-1.el6,v8-3.14.5.10-17.el6
  13  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1317/mongodb-2.4.13-1.el6
  13  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1334/drupal7-ctools-1.7-1.el6
  13  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1319/drupal7-7.35-1.el6
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1346/drupal6-6.35-1.el6
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1375/python-dulwich-0.10.0-1.el6
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1380/moodle-2.6.10-1.el6
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1404/tor-0.2.5.11-1.el6
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1366/Django14-1.4.20-1.el6
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1376/owncloud-7.0.5-2.el6
   1  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1501/strongswan-5.3.0-1.el6
   1  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1530/drupal7-webform-4.7-1.el6
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1552/mediawiki119-1.19.24-1.el6


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

fail2ban-0.8.14-2.el6
firebird-2.5.4.26856.0-1.el6
gfal2-python-1.7.1-1.el6
golang-github-emicklei-go-restful-1.1.3-0.1.git5e1952e.el6
libwebp-0.4.3-3.el6
mediawiki119-1.19.24-1.el6
perl-Math-Random-ISAAC-1.004-13.el6
php-drush-drush-6.2.0-3.el6
seren-0.0.21-1.el6
xl2tpd-1.3.6-2.el6
ykpers-1.17.1-1.el6

Details about builds:



 fail2ban-0.8.14-2.el6 (FEDORA-EPEL-2015-1553)
 Ban IPs that make too many password failures

Update Information:

Add patch to fix strptime issue (bug #1181354)
Fixup default logpaths (bug #1132359)

ChangeLog:

* Tue Mar 31 2015 Orion Poplawski or...@cora.nwra.com - 0.8.14-2
- Add patch to fix strptime issue (bug #1181354)
- Fixup default logpaths (bug #1132359)

References:

  [ 1 ] Bug #1181354 - Error in FilterPyinotify
https://bugzilla.redhat.com/show_bug.cgi?id=1181354
  [ 2 ] Bug #1132359 - logpath in /etc/fail2ban/jail.conf do not match the 
default log paths
https://bugzilla.redhat.com/show_bug.cgi?id=1132359




 firebird-2.5.4.26856.0-1.el6 (FEDORA-EPEL-2015-1560)
 SQL relational database management system

Update Information:

update to 2.5.4

ChangeLog:

* Thu Apr  2 2015 Philippe Makowski makow...@fedoraproject.org 2.5.4.26856.0-1
- update to 2.5.4




 gfal2-python-1.7.1-1.el6 (FEDORA-EPEL-2015-1572)
 Python bindings for gfal 2

Update Information:

Update for upstream release 1.7.1

ChangeLog:

* Thu Apr  2 2015 Alejandro Alvarez aalvarez at cern.ch - 1.7.1-1
- Update for release 1.7.1




 golang-github-emicklei-go-restful-1.1.3-0.1.git5e1952e.el6 
(FEDORA-EPEL-2015-1563)
 Package for building REST-style Web Services using Google Go

Update Information:

Bump to upstream 5e1952ed0806503c059e4463c2654200660f484b

ChangeLog:

* Wed Apr  1 2015 jchaloup jchal...@redhat.com - 1.1.3-0.1.git5e1952e
- Bump to upstream