ppisar pushed to perl-Object-InsideOut (master). 3.99 bump

2015-08-26 Thread notifications
From f023670472144c3b6ea988bef56502a9e55449db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 09:25:17 +0200
Subject: 3.99 bump


diff --git a/.gitignore b/.gitignore
index d177cc2..42cc493 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ Object-InsideOut-3.56.tar.gz
 /Object-InsideOut-3.96.tar.gz
 /Object-InsideOut-3.97.tar.gz
 /Object-InsideOut-3.98.tar.gz
+/Object-InsideOut-3.99.tar.gz
diff --git a/Object-InsideOut-3.99-Remove-forgotten-print.patch 
b/Object-InsideOut-3.99-Remove-forgotten-print.patch
new file mode 100644
index 000..adda397
--- /dev/null
+++ b/Object-InsideOut-3.99-Remove-forgotten-print.patch
@@ -0,0 +1,30 @@
+From e6ee899066ff529bcbaf13a5c97aab31530069b6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 26 Aug 2015 09:31:07 +0200
+Subject: [PATCH] Remove forgotten print
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+CPAN RT#106661
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ lib/Object/InsideOut.pm | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/lib/Object/InsideOut.pm b/lib/Object/InsideOut.pm
+index 99b7005..aac5a01 100644
+--- a/lib/Object/InsideOut.pm
 b/lib/Object/InsideOut.pm
+@@ -2780,7 +2780,6 @@ _PRE_
+ }
+ }
+ 
+-print($code);
+ # Compile the subroutine(s) in the smallest possible lexical scope
+ my @errs;
+ local $SIG{'__WARN__'} = sub { push(@errs, @_); };
+-- 
+2.4.3
+
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 3c8ce49..8a075e3 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,12 +1,17 @@
 Name:   perl-Object-InsideOut
-Version:3.98
-Release:9%{?dist}
+Version:3.99
+Release:1%{?dist}
 Summary:Comprehensive inside-out object support module
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Object-InsideOut
 Source0:
http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Object-InsideOut-%{version}.tar.gz
+# Remove a spurious debugging output, CPAN RT#106661
+Patch0: Object-InsideOut-3.99-Remove-forgotten-print.patch
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -16,7 +21,6 @@ BuildRequires:  perl(attributes)
 BuildRequires:  perl(B)
 BuildRequires:  perl(Data::Dumper) = 2.131
 BuildRequires:  perl(Exception::Class) = 1.32
-# The correct minimal Scalar::Util version is 1.23, CPAN RT#89325
 BuildRequires:  perl(Scalar::Util) = 1.23
 # Optional run-time
 %if %{undefined perl_bootstrap}
@@ -36,7 +40,6 @@ BuildRequires:  perl(threads::shared)
 BuildRequires:  perl(Storable)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Data::Dumper) = 2.131
-# The correct minimal Scalar::Util version is 1.23, CPAN RT#89325
 Requires:   perl(Scalar::Util) = 1.23
 
 %{?perl_default_filter}
@@ -60,6 +63,7 @@ to the object's ID.
 
 %prep
 %setup -q -n Object-InsideOut-%{version}
+%patch0 -p1
 # fix permissions
 find lib -type f -print0 | xargs -0 chmod 0644
 
@@ -82,6 +86,9 @@ make test
 
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 3.99-1
+- 3.99 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.98-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 1dccbb5..b50936c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d565588b54de0f9ec56e60c9cee80b8e  Object-InsideOut-3.98.tar.gz
+bc542708f02432ac5dd22c5adf64d25a  Object-InsideOut-3.99.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Object-InsideOut.git/commit/?h=masterid=f023670472144c3b6ea988bef56502a9e55449db
--
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 1256187] perl-Object-InsideOut-3.99 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256187

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

   What|Removed |Added

   Fixed In Version||perl-Object-InsideOut-3.99-
   ||1.fc24



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1256187] perl-Object-InsideOut-3.99 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256187



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Object-InsideOut-3.99-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14294

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Orphaned Packages in rawhide (2015-08-25)

2015-08-26 Thread Vít Ondruch
Dne 25.8.2015 v 20:33 opensou...@till.name napsal(a):
 and will be retired when they are orphaned for six weeks

   Package(co)maintainers Status Change 
 ==
 apache-poi orphan7 weeks ago   
 ekgorphan, karlik9 weeks ago   
 ekg2   orphan, karlik9 weeks ago   
 fwbuilder  orphan, till  12 weeks ago  
 javanotes  orphan8 weeks ago   
 jtnef  orphan7 weeks ago   
 python-sgutils orphan, grover7 weeks ago   
 python-sysv_ipcorphan8 weeks ago   
 rubygem-rack-mount orphan, vondruch  8 weeks ago   
 rubygem-regin  orphan, vondruch  8 weeks ago   


This is a bit contradicting ...


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

ppisar pushed to perl-Thread-Queue (f21). 3.06 bump

2015-08-26 Thread notifications
From 3524af5553276075db57d7b7a0bb3a45b17deb89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 10:33:49 +0200
Subject: 3.06 bump


diff --git a/.gitignore b/.gitignore
index d7bfb64..00104f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Thread-Queue-3.03.tar.gz
 /Thread-Queue-3.04.tar.gz
 /Thread-Queue-3.05.tar.gz
+/Thread-Queue-3.06.tar.gz
diff --git a/perl-Thread-Queue.spec b/perl-Thread-Queue.spec
index 4f6b526..662c70c 100644
--- a/perl-Thread-Queue.spec
+++ b/perl-Thread-Queue.spec
@@ -1,12 +1,15 @@
 Name:   perl-Thread-Queue
-Version:3.05
-Release:2%{?dist}
+Version:3.06
+Release:1%{?dist}
 Summary:Thread-safe queues
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Thread-Queue/
 Source0:
http://www.cpan.org/authors/id/J/JD/JDHEDDEN/Thread-Queue-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -51,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 3.06-1
+- 3.06 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.05-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 82d42fa..f0098b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e2212d9e2ffd0d1f85f52c3707a6d97  Thread-Queue-3.05.tar.gz
+7d61c1bcb38e1fa1938f09621177f3ac  Thread-Queue-3.06.tar.gz
-- 
cgit v0.10.2



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

Broken dependencies: perl-Devel-FindRef

2015-08-26 Thread buildsys


perl-Devel-FindRef has broken dependencies in the F-23 tree:
On x86_64:
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-MongoDB

2015-08-26 Thread buildsys


perl-MongoDB has broken dependencies in the F-23 tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Method-Signatures

2015-08-26 Thread buildsys


perl-Method-Signatures has broken dependencies in the F-23 tree:
On x86_64:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Alias

2015-08-26 Thread buildsys


perl-Data-Alias has broken dependencies in the F-23 tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-POE-API-Peek

2015-08-26 Thread buildsys


perl-POE-API-Peek has broken dependencies in the F-23 tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Dump-Streamer

2015-08-26 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the F-23 tree:
On x86_64:
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

perl-Mozilla-CA license change

2015-08-26 Thread Petr Pisar
perl-Mozilla-CA-20150826-1.fc24 changes license from (MPLv1.1 or LGPLv2+
or GPLv2+) to (MPLv2.0).

-- 
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: Firefox addon signing

2015-08-26 Thread Vít Ondruch
Dne 26.8.2015 v 14:12 Alexander Ploumistos napsal(a):
 Their FAQ is constantly updated:

 https://wiki.mozilla.org/Addons/Extension_Signing#FAQ

 I'm not sure if there is a valid practical reason to refuse submitting
 the addons that we ship to their signing service or if it is against
 our policies; at least mozilla-https-everywhere has been signed.

 Mozilla states that they will be offering an unbranded binary (en_US
 only) for development and testing purposes.



For example, I am using GitHub Extension Installer [1] to install
development versions of several other add-ons directly from GH. I am
afraid this won't be possible anymore.


Vít


[1] https://addons.mozilla.org/cs/firefox/addon/github-extension-installer/
-- 
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: Firefox addon signing

2015-08-26 Thread Richard Z
On Wed, Aug 26, 2015 at 03:12:25PM +0300, Alexander Ploumistos wrote:
 Their FAQ is constantly updated:
 
 https://wiki.mozilla.org/Addons/Extension_Signing#FAQ
 
 I'm not sure if there is a valid practical reason to refuse submitting the
 addons that we ship to their signing service or if it is against our
 policies; at least mozilla-https-everywhere has been signed.

that would work for Fedora - if it can be guaranteed that they sign new
versions quickly. Immagine if one of our plugins had a security hole and
mozilla would need days or weeks to sign it. As far as I can see Fedora 
specific extensions would have to be listed which means they would go 
through manual code review at mozilla.

 Mozilla states that they will be offering an unbranded binary (en_US only)
 for development and testing purposes.

For me this appears the only possibility and I suspect there are more 
Fedora users like me maintaining their own Firefox extensions. 

So will we get a firefox-unbranded package?

Richard

-- 
Name and OpenPGP keys available from pgp key servers

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

ppisar pushed to perl-Geo-IPfree (master). 1.151940 bump

2015-08-26 Thread notifications
From 4e165e57126af8298cc46b3780afb7c9fbd70416 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 15:13:55 +0200
Subject: 1.151940 bump


diff --git a/.gitignore b/.gitignore
index cf2a2ba..abe9c25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ Geo-IPfree-1.101650.tar.gz
 /Geo-IPfree-1.132870.tar.gz
 /Geo-IPfree-1.141670.tar.gz
 /Geo-IPfree-1.143630.tar.gz
+/Geo-IPfree-1.151940.tar.gz
diff --git a/perl-Geo-IPfree.spec b/perl-Geo-IPfree.spec
index 61420e5..907df45 100644
--- a/perl-Geo-IPfree.spec
+++ b/perl-Geo-IPfree.spec
@@ -1,19 +1,23 @@
 %global cpan_name Geo-IPfree
-%global cpan_version 1.143630
+%global cpan_version 1.151940
 %global cpan_author BRICAS
 Name:   perl-%{cpan_name}
 Version:%(echo '%cpan_version' | sed 's/^\([0-9]\{1,\}\)\./\1\n/' | 
sed '2 s/\(.\)/.\1/g' | sed '1N;s/\n//')
-Release:3%{?dist}
+Release:1%{?dist}
 Summary:Look up the country of an IPv4 Address
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/%{cpan_name}/
 Source0:http://www.cpan.org/authors/id/%(echo '%{cpan_author}' | sed 
's=\(.\)\(.\)=\1/\1\2/\1\2=')/%{cpan_name}-%{cpan_version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
+BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -52,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 1.1.5.1.9.4.0-1
+- 1.151940 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.1.4.3.6.3.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 78f8f29..302fe43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f87e5302c9c8c0c8120155bd790ca462  Geo-IPfree-1.143630.tar.gz
+a3ed0dc18147bc4410fbe3fcf0777f8f  Geo-IPfree-1.151940.tar.gz
-- 
cgit v0.10.2



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

ppisar pushed to perl-Geo-IPfree (f22). 1.151940 bump

2015-08-26 Thread notifications
From f0523af4c9b9b059b71b2ec755871d34a924f3f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 15:13:55 +0200
Subject: 1.151940 bump


diff --git a/.gitignore b/.gitignore
index cf2a2ba..abe9c25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ Geo-IPfree-1.101650.tar.gz
 /Geo-IPfree-1.132870.tar.gz
 /Geo-IPfree-1.141670.tar.gz
 /Geo-IPfree-1.143630.tar.gz
+/Geo-IPfree-1.151940.tar.gz
diff --git a/perl-Geo-IPfree.spec b/perl-Geo-IPfree.spec
index 91c9685..03a8bc3 100644
--- a/perl-Geo-IPfree.spec
+++ b/perl-Geo-IPfree.spec
@@ -1,5 +1,5 @@
 %global cpan_name Geo-IPfree
-%global cpan_version 1.143630
+%global cpan_version 1.151940
 %global cpan_author BRICAS
 Name:   perl-%{cpan_name}
 Version:%(echo '%cpan_version' | sed 's/^\([0-9]\{1,\}\)\./\1\n/' | 
sed '2 s/\(.\)/.\1/g' | sed '1N;s/\n//')
@@ -10,10 +10,14 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/%{cpan_name}/
 Source0:http://www.cpan.org/authors/id/%(echo '%{cpan_author}' | sed 
's=\(.\)\(.\)=\1/\1\2/\1\2=')/%{cpan_name}-%{cpan_version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
+BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -52,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 1.1.5.1.9.4.0-1
+- 1.151940 bump
+
 * Wed Feb 18 2015 Petr Pisar ppi...@redhat.com - 1.1.4.3.6.3.0-1
 - 1.143630 bump
 
diff --git a/sources b/sources
index 78f8f29..302fe43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f87e5302c9c8c0c8120155bd790ca462  Geo-IPfree-1.143630.tar.gz
+a3ed0dc18147bc4410fbe3fcf0777f8f  Geo-IPfree-1.151940.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Geo-IPfree.git/commit/?h=f22id=f0523af4c9b9b059b71b2ec755871d34a924f3f2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Orphaned Packages in rawhide (2015-08-25)

2015-08-26 Thread Stephen John Smoogen
On 26 August 2015 at 02:40, Vít Ondruch vondr...@redhat.com wrote:
 Dne 25.8.2015 v 20:33 opensou...@till.name napsal(a):
 and will be retired when they are orphaned for six weeks

   Package(co)maintainers Status Change
 ==
 apache-poi orphan7 weeks ago
 ekgorphan, karlik9 weeks ago
 ekg2   orphan, karlik9 weeks ago
 fwbuilder  orphan, till  12 weeks ago
 javanotes  orphan8 weeks ago
 jtnef  orphan7 weeks ago
 python-sgutils orphan, grover7 weeks ago
 python-sysv_ipcorphan8 weeks ago
 rubygem-rack-mount orphan, vondruch  8 weeks ago
 rubygem-regin  orphan, vondruch  8 weeks ago


 This is a bit contradicting ...



Which part? That the package is orphaned for over 6 weeks? Retiring is
a manual task which means if tyll et al aren't available it doesn't
get done.
Or that it is comaintained? A lot of co-maintainers are only sort of
interested in a package and don't want to own it directly. Some do.
This is a reminder that the comaintainer should take over the package
or drop it if they don't want to take over maintainership.

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



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

ppisar pushed to perl-Geo-IPfree (f23). 1.151940 bump

2015-08-26 Thread notifications
From 4e165e57126af8298cc46b3780afb7c9fbd70416 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 15:13:55 +0200
Subject: 1.151940 bump


diff --git a/.gitignore b/.gitignore
index cf2a2ba..abe9c25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ Geo-IPfree-1.101650.tar.gz
 /Geo-IPfree-1.132870.tar.gz
 /Geo-IPfree-1.141670.tar.gz
 /Geo-IPfree-1.143630.tar.gz
+/Geo-IPfree-1.151940.tar.gz
diff --git a/perl-Geo-IPfree.spec b/perl-Geo-IPfree.spec
index 61420e5..907df45 100644
--- a/perl-Geo-IPfree.spec
+++ b/perl-Geo-IPfree.spec
@@ -1,19 +1,23 @@
 %global cpan_name Geo-IPfree
-%global cpan_version 1.143630
+%global cpan_version 1.151940
 %global cpan_author BRICAS
 Name:   perl-%{cpan_name}
 Version:%(echo '%cpan_version' | sed 's/^\([0-9]\{1,\}\)\./\1\n/' | 
sed '2 s/\(.\)/.\1/g' | sed '1N;s/\n//')
-Release:3%{?dist}
+Release:1%{?dist}
 Summary:Look up the country of an IPv4 Address
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/%{cpan_name}/
 Source0:http://www.cpan.org/authors/id/%(echo '%{cpan_author}' | sed 
's=\(.\)\(.\)=\1/\1\2/\1\2=')/%{cpan_name}-%{cpan_version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
+BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -52,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 1.1.5.1.9.4.0-1
+- 1.151940 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.1.4.3.6.3.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 78f8f29..302fe43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f87e5302c9c8c0c8120155bd790ca462  Geo-IPfree-1.143630.tar.gz
+a3ed0dc18147bc4410fbe3fcf0777f8f  Geo-IPfree-1.151940.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Geo-IPfree.git/commit/?h=f23id=4e165e57126af8298cc46b3780afb7c9fbd70416
--
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

rubygem-apipie-bindings license change

2015-08-26 Thread Vít Ondruch
rubygem-apipie-bindings has changed license from GPLv3+ to MIT since
0.11.0 version.


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

License change: python-diff-cover switching from AGPLv3 to ASL 2.0

2015-08-26 Thread David Shea
python-diff-cover 0.7.2 will be the last version in Fedora licensed 
under the AGPL, and 0.8.0 will be the first under the Apache Software 
License.

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

jplesnik uploaded URI-Encode-v1.0.1.tar.gz for perl-URI-Encode

2015-08-26 Thread notifications
2248e3dc1dec341247b16ddf9ead085e  URI-Encode-v1.0.1.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-URI-Encode/URI-Encode-v1.0.1.tar.gz/md5/2248e3dc1dec341247b16ddf9ead085e/URI-Encode-v1.0.1.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1257172] perl-Mozilla-CA-20150826 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257172



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-Mozilla-CA-20150826-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=680354

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Orphaned Packages in rawhide (2015-08-25)

2015-08-26 Thread Vít Ondruch
Dne 26.8.2015 v 15:19 Stephen John Smoogen napsal(a):
 On 26 August 2015 at 02:40, Vít Ondruch vondr...@redhat.com wrote:
 Dne 25.8.2015 v 20:33 opensou...@till.name napsal(a):
 and will be retired when they are orphaned for six weeks

   Package(co)maintainers Status Change
 ==
 apache-poi orphan7 weeks ago
 ekgorphan, karlik9 weeks ago
 ekg2   orphan, karlik9 weeks ago
 fwbuilder  orphan, till  12 weeks ago
 javanotes  orphan8 weeks ago
 jtnef  orphan7 weeks ago
 python-sgutils orphan, grover7 weeks ago
 python-sysv_ipcorphan8 weeks ago
 rubygem-rack-mount orphan, vondruch  8 weeks ago
 rubygem-regin  orphan, vondruch  8 weeks ago

 This is a bit contradicting ...


 Which part? That the package is orphaned for over 6 weeks? Retiring is
 a manual task which means if tyll et al aren't available it doesn't
 get done.
 Or that it is comaintained? A lot of co-maintainers are only sort of
 interested in a package and don't want to own it directly. Some do.
 This is a reminder that the comaintainer should take over the package
 or drop it if they don't want to take over maintainership.



The former of course. May be I should open ticket against pkgdb
requesting support for this.


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

ppisar pushed to perl-Geo-IPfree (f21). 1.151940 bump

2015-08-26 Thread notifications
From 236fbcc5fd3c77e368cb0601dcb3c5062f17e60b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 15:13:55 +0200
Subject: 1.151940 bump


diff --git a/.gitignore b/.gitignore
index cf2a2ba..abe9c25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ Geo-IPfree-1.101650.tar.gz
 /Geo-IPfree-1.132870.tar.gz
 /Geo-IPfree-1.141670.tar.gz
 /Geo-IPfree-1.143630.tar.gz
+/Geo-IPfree-1.151940.tar.gz
diff --git a/perl-Geo-IPfree.spec b/perl-Geo-IPfree.spec
index eb57b38..75474a8 100644
--- a/perl-Geo-IPfree.spec
+++ b/perl-Geo-IPfree.spec
@@ -1,5 +1,5 @@
 %global cpan_name Geo-IPfree
-%global cpan_version 1.143630
+%global cpan_version 1.151940
 %global cpan_author BRICAS
 Name:   perl-%{cpan_name}
 Version:%(echo '%cpan_version' | sed 's/^\([0-9]\{1,\}\)\./\1\n/' | 
sed '2 s/\(.\)/.\1/g' | sed '1N;s/\n//')
@@ -10,10 +10,14 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/%{cpan_name}/
 Source0:http://www.cpan.org/authors/id/%(echo '%{cpan_author}' | sed 
's=\(.\)\(.\)=\1/\1\2/\1\2=')/%{cpan_name}-%{cpan_version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
+BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -52,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 1.1.5.1.9.4.0-1
+- 1.151940 bump
+
 * Wed Feb 18 2015 Petr Pisar ppi...@redhat.com - 1.1.4.3.6.3.0-1
 - 1.143630 bump
 
diff --git a/sources b/sources
index 78f8f29..302fe43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f87e5302c9c8c0c8120155bd790ca462  Geo-IPfree-1.143630.tar.gz
+a3ed0dc18147bc4410fbe3fcf0777f8f  Geo-IPfree-1.151940.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Geo-IPfree.git/commit/?h=f21id=236fbcc5fd3c77e368cb0601dcb3c5062f17e60b
--
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-AnyEvent (master). Prevent FTBFS by adding a missing build time dependency

2015-08-26 Thread notifications
From 55a069f40a0cc5bbb696223fd8e080d0b682300c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Wed, 26 Aug 2015 17:10:06 +0200
Subject: Prevent FTBFS by adding a missing build time dependency


diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec
index fbf8524..3bb6ae2 100644
--- a/perl-AnyEvent.spec
+++ b/perl-AnyEvent.spec
@@ -5,7 +5,7 @@
 
 Name:   perl-AnyEvent
 Version:7.11
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Framework for multiple event loops
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -29,6 +29,7 @@ BuildRequires:  perl(List::Util)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(Storable)
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Time::HiRes)
 
@@ -162,6 +163,9 @@ make test
 
 
 %changelog
+* Wed Aug 26 2015 Petr Šabata con...@redhat.com - 7.11-2
+- Prevent FTBFS by adding a missing build time dependency
+
 * Fri Jul 17 2015 Paul Howarth p...@city-fan.org - 7.11-1
 - Update to 7.11
   - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-AnyEvent.git/commit/?h=masterid=55a069f40a0cc5bbb696223fd8e080d0b682300c
--
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-Locale-Maketext-Gettext (master). Disable the signature tests, failing due to the patch

2015-08-26 Thread notifications
From 01a5c16edac07c6cf5d6c794d81089ee59fdaf2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Wed, 26 Aug 2015 17:16:21 +0200
Subject: Disable the signature tests, failing due to the patch


diff --git a/perl-Locale-Maketext-Gettext.spec 
b/perl-Locale-Maketext-Gettext.spec
index aa2f40c..61accc1 100644
--- a/perl-Locale-Maketext-Gettext.spec
+++ b/perl-Locale-Maketext-Gettext.spec
@@ -1,6 +1,6 @@
 Name:   perl-Locale-Maketext-Gettext
 Version:1.28
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Joins the gettext and Maketext frameworks
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -60,6 +60,8 @@ rm -f debugsources.list debugfiles.list debuglinks.list
 ./Build test
 
 %clean
+# Disable signature tests since we patch the source
+rm -f SIGNATURE
 rm -rf $RPM_BUILD_ROOT
 
 %files
@@ -71,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Wed Aug 26 2015 Petr Šabata con...@redhat.com - 1.28-2
+- Disable the signature tests, failing due to the patch
+
 * Thu Aug 20 2015 Jitka Plesnikova jples...@redhat.com - 1.28-1
 - 1.28 bump
 
-- 
cgit v0.10.2



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

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

2015-08-26 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 286  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2014-3989
 170  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087
  91  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-6262
  66  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-6813
  17  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7562
  15  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7600
  12  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7613
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7612
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7732


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

hackrf-2015.07.2-1.el7
leafnode-1.11.11-1.el7
mate-desktop-1.10.2-1.el7
php-pear-phing-2.12.0-1.el7
php-tecnickcom-tc-lib-barcode-1.4.1-2.el7
php-tecnickcom-tc-lib-color-1.5.1-1.el7
php-zendframework-zendpdf-2.0.2-1.el7

Details about builds:



 hackrf-2015.07.2-1.el7 (FEDORA-EPEL-2015-7778)
 HackRF Utilities

Update Information:

Update to 2015.07.2

References:

  [ 1 ] Bug #1255987 - please update to libhackrf release 2015.07.2
https://bugzilla.redhat.com/show_bug.cgi?id=1255987




 leafnode-1.11.11-1.el7 (FEDORA-EPEL-2015-7785)
 Leaf site offline NNTP server

Update Information:

New upstream release.

References:

  [ 1 ] Bug #1174026 - The latest upstream is leafnode-1.11.10
https://bugzilla.redhat.com/show_bug.cgi?id=1174026




 mate-desktop-1.10.2-1.el7 (FEDORA-EPEL-2015-7787)
 Shared code for mate-panel, mate-session, caja, etc

Update Information:

  mate-desktop-1.10.2-1.el7  - update to 1.10.2 release - remove patch, fixed in
upstream




 php-pear-phing-2.12.0-1.el7 (FEDORA-EPEL-2015-7788)
 A project build system based on Apache Ant

Update Information:

**Phing 2.12.0** was just released!  This release contains the following new or
improved functionality:  * Retry, Tempfile, Inifile tasks * 'keepgoing' command
line mode * Fileset support in the Import task * EscapeUnicode, Concat filters *
Profile logger * Composite mapper * Various typo and bug fixesThe following
tickets were closed in this release:  * 1208 When UntarTask fails to extract an
archive it should tell why * 1207 PackageAsPath Task exists in 2.11, but not in
documentation * 1206 WaitFor task has maxwaitunit attribute, not WaitUnit * 1205
Triple B.37.1 Supported Nested Tags header * 1204 Wrong type of record task
loglevel attribute * 1203 Duplicated doc for Apply task, spawn attribute * 1199
PHPUnitReport task: package name detection no longer works * 1196 Target
'phing.listener.AnsiColorLogger' does not exist in this project. * 1193 There is
no native method for manipulating .ini files. * 1191 phing parallel task should
handle workers dying unexpectedly * 1190 RegexTask processes backslashes
incorrectly * 1189 Coverage Report broken for Jenkins PHP Clover * 1178
Parameter getValue is null when parameter is equal to 0 * 1148 phpdoc2 via phar




 php-tecnickcom-tc-lib-barcode-1.4.1-2.el7 (FEDORA-EPEL-2015-7784)
 PHP library to generate linear and bidimensional barcodes

Update Information:

Provides tc-lib-barcode: PHP classes to generate linear and bidimensional
barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2
of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extension,
EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state
Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index),
Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE,
PHARMACODE TWO-TRACKS, Datamatrix 

[Bug 1257176] perl-SOAP-Lite-1.18 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257176



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-SOAP-Lite-1.18-1.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14340

-- 
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 1257176] perl-SOAP-Lite-1.18 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257176



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-SOAP-Lite-1.18-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14339

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Orphaned Packages in rawhide (2015-08-25)

2015-08-26 Thread Vít Ondruch
Dne 26.8.2015 v 16:31 Pierre-Yves Chibon napsal(a):
 On Wed, Aug 26, 2015 at 03:21:52PM +0200, Vít Ondruch wrote:
 Dne 26.8.2015 v 15:19 Stephen John Smoogen napsal(a):
 On 26 August 2015 at 02:40, Vít Ondruch vondr...@redhat.com wrote:
 Dne 25.8.2015 v 20:33 opensou...@till.name napsal(a):
 and will be retired when they are orphaned for six weeks

   Package(co)maintainers Status Change
 ==
 apache-poi orphan7 weeks ago
 ekgorphan, karlik9 weeks ago
 ekg2   orphan, karlik9 weeks ago
 fwbuilder  orphan, till  12 weeks ago
 javanotes  orphan8 weeks ago
 jtnef  orphan7 weeks ago
 python-sgutils orphan, grover7 weeks ago
 python-sysv_ipcorphan8 weeks ago
 rubygem-rack-mount orphan, vondruch  8 weeks ago
 rubygem-regin  orphan, vondruch  8 weeks ago

 This is a bit contradicting ...


 Which part? That the package is orphaned for over 6 weeks? Retiring is
 a manual task which means if tyll et al aren't available it doesn't
 get done.
 Or that it is comaintained? A lot of co-maintainers are only sort of
 interested in a package and don't want to own it directly. Some do.
 This is a reminder that the comaintainer should take over the package
 or drop it if they don't want to take over maintainership.

 The former of course. May be I should open ticket against pkgdb
 requesting support for this.
 What should pkgdb do? If a package is orphan it is announced by an email here,
 then Till reminds co-maintainer that a package they once had interest in is
 orphaned and if no actions occur the package is retired.
 This is pretty much the usual workflow.

 What could pkgdb do against this? Automatically retire a package after it has
 been orphaned more than X days? Automatically send the email?
 This sounds a lot like the cron jobs Till is running.

Exactly these ... and it seems although Till sends the notification, the
retirement is manual action and when he is busy or will be even busier,
nothing will happen. That doesn't sound right.


Vít
-- 
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-Mail-Sender (master). Prevent FTBFS by correcting the build time dependency list

2015-08-26 Thread notifications
From 182587713a08dbf39016df3e8102dbe8e4822146 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Wed, 26 Aug 2015 17:21:03 +0200
Subject: Prevent FTBFS by correcting the build time dependency list


diff --git a/perl-Mail-Sender.spec b/perl-Mail-Sender.spec
index fc348e0..0470490 100644
--- a/perl-Mail-Sender.spec
+++ b/perl-Mail-Sender.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mail-Sender
 Version:0.8.23
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Module for sending mails with attachments through an SMTP 
server
 
 Group:  Development/Libraries
@@ -12,8 +12,23 @@ URL:http://search.cpan.org/dist/Mail-Sender/
 Source0:
http://www.cpan.org/authors/id/J/JE/JENDA/Mail-Sender-%{version}.tar.gz
 
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(IO::Socket::INET)
 BuildRequires: perl(MIME::Base64)
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
+BuildRequires:  perl(MIME::QuotedPrint)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Time::Local)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -54,6 +69,9 @@ make test
 
 
 %changelog
+* Wed Aug 26 2015 Petr Šabata con...@redhat.com - 0.8.23-4
+- Prevent FTBFS by correcting the build time dependency list
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.8.23-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Mail-Sender.git/commit/?h=masterid=182587713a08dbf39016df3e8102dbe8e4822146
--
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 uploaded Server-Starter-0.32.tar.gz for perl-Server-Starter

2015-08-26 Thread notifications
f9f3447549a7ec261e0741ba5fc11d90  Server-Starter-0.32.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Server-Starter/Server-Starter-0.32.tar.gz/md5/f9f3447549a7ec261e0741ba5fc11d90/Server-Starter-0.32.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-Server-Starter (master). Upstream update.

2015-08-26 Thread notifications
From d2a83c92f697a0c03df770fbf45131b2ba783445 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Wed, 26 Aug 2015 17:24:22 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index fce5ebb..c63d20e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Server-Starter-0.31.tar.gz
+/Server-Starter-0.32.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index 1431d6d..e94077c 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,5 +1,5 @@
 Name:   perl-Server-Starter
-Version:0.31
+Version:0.32
 Release:1%{?dist}
 Summary:Superdaemon for hot-deploying server programs
 License:GPL+ or Artistic
@@ -78,6 +78,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Wed Aug 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.32-1
+- Upstream update.
+
 * Sun Jul 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
 - Upstream update.
 
diff --git a/sources b/sources
index a926363..9dba6be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48a6cca38adeb57878d5339891dcfacf  Server-Starter-0.31.tar.gz
+f9f3447549a7ec261e0741ba5fc11d90  Server-Starter-0.32.tar.gz
-- 
cgit v0.10.2



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

ppisar pushed to perl-Mozilla-CA (master). 20150826 bump

2015-08-26 Thread notifications
From 46c5091679fcf42e564021207d73ebdc3fd25d9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 14:54:20 +0200
Subject: 20150826 bump


diff --git a/.gitignore b/.gitignore
index 1300921..28dbcdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Mozilla-CA-20120823.tar.gz
 /Mozilla-CA-20130114.tar.gz
 /Mozilla-CA-20141217.tar.gz
+/Mozilla-CA-20150826.tar.gz
diff --git a/Mozilla-CA-20141217-Redirect-to-ca-certificates-bundle.patch 
b/Mozilla-CA-20141217-Redirect-to-ca-certificates-bundle.patch
deleted file mode 100644
index 883f303..000
--- a/Mozilla-CA-20141217-Redirect-to-ca-certificates-bundle.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-From ae8af24d6d935b2824ad955aa9ea8cc557089c77 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
-Date: Fri, 16 Sep 2011 10:33:54 +0200
-Subject: [PATCH] Redirect to ca-certificates bundle
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This patch replaces Mozilla-CA certificate bundle with bundle
-delivered by ca-certificates RPM package used as single source of
-Mozilla certificate bundle.
-
-See https://bugzilla.redhat.com/show_bug.cgi?id=738383 for more
-details.
-
-Signed-off-by: Petr Písař ppi...@redhat.com

- MANIFEST  | 1 -
- Makefile.PL   | 8 
- lib/Mozilla/CA.pm | 8 +---
- 3 files changed, 9 insertions(+), 8 deletions(-)
-
-diff --git a/MANIFEST b/MANIFEST
-index a88847b..6577ede 100644
 a/MANIFEST
-+++ b/MANIFEST
-@@ -1,5 +1,4 @@
- lib/Mozilla/CA.pm
--lib/Mozilla/CA/cacert.pem
- Makefile.PL
- MANIFEST  This list of files
- README
-diff --git a/Makefile.PL b/Makefile.PL
-index 2b10474..57f2f07 100644
 a/Makefile.PL
-+++ b/Makefile.PL
-@@ -40,3 +40,11 @@ BEGIN {
- ExtUtils::MakeMaker::WriteMakefile(%arg);
- };
- }
-+
-+package MY;
-+sub MY::libscan {
-+my $name = shift-SUPER::libscan(@_);
-+# Remove private certificate bundle
-+if ($name =~ /cacert.pem\z/) { $name = '' };
-+return $name;
-+}
-diff --git a/lib/Mozilla/CA.pm b/lib/Mozilla/CA.pm
-index 050a494..c9f7dc8 100644
 a/lib/Mozilla/CA.pm
-+++ b/lib/Mozilla/CA.pm
-@@ -3,16 +3,10 @@ package Mozilla::CA;
- use strict;
- our $VERSION = '20141217';
- 
--use Cwd ();
- use File::Spec ();
--use File::Basename qw(dirname);
- 
- sub SSL_ca_file {
--my $file = File::Spec-catfile(dirname(__FILE__), CA, cacert.pem);
--if (!File::Spec-file_name_is_absolute($file)) {
--  $file = File::Spec-catfile(Cwd::cwd(), $file);
--}
--return $file;
-+return File::Spec-catfile('/etc/pki/tls/certs/ca-bundle.crt');
- }
- 
- 1;
--- 
-1.9.3
-
diff --git a/Mozilla-CA-20150826-Redirect-to-ca-certificates-bundle.patch 
b/Mozilla-CA-20150826-Redirect-to-ca-certificates-bundle.patch
new file mode 100644
index 000..65003d0
--- /dev/null
+++ b/Mozilla-CA-20150826-Redirect-to-ca-certificates-bundle.patch
@@ -0,0 +1,73 @@
+From 3d5dd834b7d735e19c2d84829b8bf5b018eae8e3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Fri, 16 Sep 2011 10:33:54 +0200
+Subject: [PATCH] Redirect to ca-certificates bundle
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+This patch replaces Mozilla-CA certificate bundle with bundle
+delivered by ca-certificates RPM package used as single source of
+Mozilla certificate bundle.
+
+See https://bugzilla.redhat.com/show_bug.cgi?id=738383 for more
+details.
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ MANIFEST  | 1 -
+ Makefile.PL   | 8 
+ lib/Mozilla/CA.pm | 8 +---
+ 3 files changed, 9 insertions(+), 8 deletions(-)
+
+diff --git a/MANIFEST b/MANIFEST
+index a88847b..6577ede 100644
+--- a/MANIFEST
 b/MANIFEST
+@@ -1,5 +1,4 @@
+ lib/Mozilla/CA.pm
+-lib/Mozilla/CA/cacert.pem
+ Makefile.PL
+ MANIFEST  This list of files
+ README
+diff --git a/Makefile.PL b/Makefile.PL
+index 9faf720..a491813 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -40,3 +40,11 @@ BEGIN {
+ ExtUtils::MakeMaker::WriteMakefile(%arg);
+ };
+ }
++
++package MY;
++sub MY::libscan {
++my $name = shift-SUPER::libscan(@_);
++# Remove private certificate bundle
++if ($name =~ /cacert.pem\z/) { $name = '' };
++return $name;
++}
+diff --git a/lib/Mozilla/CA.pm b/lib/Mozilla/CA.pm
+index e59c94d..2fbac31 100644
+--- a/lib/Mozilla/CA.pm
 b/lib/Mozilla/CA.pm
+@@ -3,16 +3,10 @@ package Mozilla::CA;
+ use strict;
+ our $VERSION = '20150826';
+ 
+-use Cwd ();
+ use File::Spec ();
+-use File::Basename qw(dirname);
+ 
+ sub SSL_ca_file {
+-my $file = File::Spec-catfile(dirname(__FILE__), CA, cacert.pem);
+-if (!File::Spec-file_name_is_absolute($file)) {
+-  $file = File::Spec-catfile(Cwd::cwd(), $file);
+-}
+-return $file;
++return File::Spec-catfile('/etc/pki/tls/certs/ca-bundle.crt');
+ }
+ 
+ 1;
+-- 
+2.4.3
+
diff

ppisar uploaded Geo-IPfree-1.151940.tar.gz for perl-Geo-IPfree

2015-08-26 Thread notifications
a3ed0dc18147bc4410fbe3fcf0777f8f  Geo-IPfree-1.151940.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Geo-IPfree/Geo-IPfree-1.151940.tar.gz/md5/a3ed0dc18147bc4410fbe3fcf0777f8f/Geo-IPfree-1.151940.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1231084] Upgrade perl-URI-Encode to 1.0.1

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231084

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

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-URI-Encode-1.0.1-1.fc2
   ||4
 Resolution|--- |RAWHIDE
Last Closed||2015-08-26 09:58:48



-- 
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: noarch vs. all, x86_64 vs. amd64, kernel vs. linux and PAE

2015-08-26 Thread Josh Boyer
On Wed, Aug 26, 2015 at 9:34 AM, Petr Pisar ppi...@redhat.com wrote:
 On 2015-08-15, Neal Gompa ngomp...@gmail.com wrote:
 Out of all of those suggestions, the only one that might have any
 = real value would be renaming kernel to linux, but only if we
 were interested in introducing other FOSS kernels as options into the
 distribution. At this time, I seriously doubt anyone wants to do
 this...

 Thanks to systemd it's impossible.

Oh no.  Something our distro has never really considered is not
possible without replacing two of the fundamental components of the
operating system the distro is based on.  What a shame that thing that
was never really going to happen anyway is now made slightly harder.

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

[Bug 1257174] perl-Object-InsideOut-4.01 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257174



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
There is no change against 3.99. Upstream forgot to commit the patch. Let's
wait for another release.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Module-CoreList (f23). 5.20150820

2015-08-26 Thread notifications
From a049593f32ab308d1c06798d0223734a6f39ae95 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Tue, 25 Aug 2015 11:22:37 -0400
Subject: 5.20150820


diff --git a/.gitignore b/.gitignore
index 36575c4..da320e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ Module-CoreList-2.13.tar.gz
 /Module-CoreList-5.20150520.tar.gz
 /Module-CoreList-5.20150620.tar.gz
 /Module-CoreList-5.20150720.tar.gz
+/Module-CoreList-5.20150820.tar.gz
diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec
index adadb10..113905d 100644
--- a/perl-Module-CoreList.spec
+++ b/perl-Module-CoreList.spec
@@ -1,7 +1,7 @@
 Name:   perl-Module-CoreList
 # Epoch to compete with perl.spec
 Epoch:  1
-Version:5.20150720
+Version:5.20150820
 Release:1%{?dist}
 Summary:What modules are shipped with versions of perl
 License:GPL+ or Artistic
@@ -82,6 +82,9 @@ make test
 %{_mandir}/man1/corelist.*
 
 %changelog
+* Tue Aug 25 2015 Tom Callaway s...@fedoraproject.org - 1:5.20150820-1
+- 5.20150820 bump
+
 * Tue Jul 21 2015 Petr Pisar ppi...@redhat.com - 1:5.20150720-1
 - 5.20150720 bump
 
diff --git a/sources b/sources
index 92a9970..e287e51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aab07f1b5b42216a1c4b408618880db8  Module-CoreList-5.20150720.tar.gz
+23398fa0b74e533ef0ea93dee26db321  Module-CoreList-5.20150820.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Module-CoreList.git/commit/?h=f23id=a049593f32ab308d1c06798d0223734a6f39ae95
--
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 1256166] perl-Module-CoreList-5.20150820 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256166

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

   What|Removed |Added

 Status|NEW |MODIFIED
   Fixed In Version||perl-Module-CoreList-5.2015
   ||0820-1.fc24



--- Comment #3 from Petr Pisar ppi...@redhat.com ---
This is an enhancement release suitable for Fedora = 22.

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

depcheck appears to be broken

2015-08-26 Thread Orion Poplawski
https://bodhi.fedoraproject.org/updates/libwps-0.4.1-1.fc21

depchecklibwps-0.4.1-1.fc21(x86_64) a day ago

shows passed:

TAP version 13
1..1
ok - depcheck for Koji build libwps-0.4.1-1.fc21
  ---
  arch: x86_64
  item: libwps-0.4.1-1.fc21
  outcome: PASSED
  type: koji_build
  ...

But:

Error: Package: 1:libreoffice-calc-4.3.7.2-9.fc21.x86_64 (@updates-testing)
   Requires: libwps-0.3.so.3()(64bit)
   Removing: libwps-0.3.1-1.fc21.x86_64 (@fedora-21-updates-x86_64)
   libwps-0.3.so.3()(64bit)
   Updated By: libwps-0.4.1-1.fc21.x86_64 (updates-testing)
  ~libwps-0.4.so.4()(64bit)
   Available: libwps-0.3.0-3.fc21.x86_64 (fedora)
   libwps-0.3.so.3()(64bit)

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

[389-devel] Lib389 Aci parsing utilities

2015-08-26 Thread William Brown
https://fedorahosted.org/389/ticket/48259

https://fedorahosted.org/389/attachment/ticket/48259/0001-Add-aci-parsing-utilit
ies-which-will-return-an-Entry.patch

Relies on

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

Sincerely,

-- 
William Brown will...@blackhats.net.au

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

Re: Fw: geeqie 1.2.1 and pkgdb requests

2015-08-26 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Aug 26, 2015 at 01:58:32PM +0200, Michael Schwendt wrote:
 Making this public on devel@, since there has been:
 
 No response.
 No activity in pkgdb.
 No activity in koji.
 
 [...]
 
 Begin forwarded message:
 
 Date: Wed, 12 Aug 2015 02:12:04 +0200
 From: mschwendt
 To: geeqie-owner
 Subject: geeqie 1.2.1 and pkgdb requests
 
 
 Hello!
 
 1) There are pending requests in pkgdb. I have not received any
 notifications about them. I don't know how old they are, and it could
 be a pkgdb bug that I've haven't received anything. In either case,
 I've approved the requests for F22 and F21 where I'm the admin according
 to pkgdb. The requests for Rawhide and F23 are still pending.
Those requests are mine... I don't remember exactly when they were
made, but it was something like three-four weeks ago. Anyway,
they are not that important, since I can build the package anyway
using provenpackager privs. FWIW, I don't think I got any notice about
the approval for F2[12]. Or maybe it was on irc and I missed them.

 2) Geeqie v1.2.1 has been tagged in upstream git. It's includes three
 merge requests. I've prepared a minor update for F22 only.
I'm rebuilding it for rawhide, and will rebuild it for F23 later.
Thanks for the reminder.

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

Re: [389-devel] [lib389] Deref control advice needed

2015-08-26 Thread Rich Megginson

On 08/26/2015 03:28 AM, William Brown wrote:

In relation to ticket 47757, I have started work on a deref control for
Noriko.
The idea is to get it working in lib389, then get it upstreamed into pyldap.

At this point it's all done, except that the actual request control doesn't
appear to work. Could one of the lib389 / ldap python experts cast their eye
over this and let me know where I've gone wrong?

I have improved this, but am having issues with the asn1spec for ber decoding.

I have attached the updated patch, but specifically the issue is in _controls.py

I would appreciate if anyone could take a look at this, and let me know if there
is something I have missed.


Not sure, but here is some code I did without using pyasn:
https://github.com/richm/scripts/blob/master/derefctrl.py
This is quite old by now, and is probably bit rotted with respect to 
python-ldap and python3.





  controlValue ::= SEQUENCE OF derefRes DerefRes

  DerefRes ::= SEQUENCE {
  derefAttr   AttributeDescription,
  derefValLDAPDN,
  attrVals[0] PartialAttributeList OPTIONAL }

  PartialAttributeList ::= SEQUENCE OF
 partialAttribute PartialAttribute


class DerefRes(univ.Sequence):
 componentType = namedtype.NamedTypes(
 namedtype.NamedType('derefAttr', AttributeDescription()),
 namedtype.NamedType('derefVal', LDAPDN()),
 namedtype.OptionalNamedType('attrVals', PartialAttributeList()),
 )

class DerefResultControlValue(univ.SequenceOf):
 componentType = DerefRes()





 def decodeControlValue(self,encodedControlValue):
 self.entry = {}
 #decodedValue,_ =
decoder.decode(encodedControlValue,asn1Spec=DerefResultControlValue())
 # Gets the error: TagSet(Tag(tagClass=0, tagFormat=32, tagId=16),
Tag(tagClass=128, tagFormat=32, tagId=0)) not in asn1Spec:
{TagSet(Tag(tagClass=0, tagFormat=32, tagId=16)): PartialAttributeList()}/{}
 decodedValue,_ = decoder.decode(encodedControlValue)
 print(decodedValue.prettyPrint())
 # Pretty print yields
 #Sequence:  -- Sequence of
 # no-name=Sequence:  -- derefRes
 #  no-name=uniqueMember -- derefAttr
 #  no-name=uid=test,dc=example,dc=com -- derefVal
 #  no-name=Sequence: -- attrVals
 #   no-name=uid
 #   no-name=Set:
 #no-name=test
 # For now, while asn1spec is sad, we'll just rely on it being well
formed
 # However, this isn't good, as without the asn1spec, we seem to 
actually
be dropping values 
 for result in decodedValue:
 derefAttr, derefVal, _ = result
 self.entry[str(derefAttr)] = str(derefVal)



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


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

[Bug 1257380] New: perl-Test-Moose-More-0.035 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257380

Bug ID: 1257380
   Summary: perl-Test-Moose-More-0.035 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Test-Moose-More
  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.035
Current version/release in rawhide: 0.033-1.fc24
URL: http://search.cpan.org/dist/Test-Moose-More/

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

Re: Firefox addon signing

2015-08-26 Thread Solomon Peachy
On Wed, Aug 26, 2015 at 05:53:36PM +0200, drago01 wrote:
 A better solution would be to add a mechanism that allows you to use
 your own signing keys.
 That way you have both 1) install self built extensions and 2) the
 added security.

..and (3) a way for malware to install its own key, rendering (2) moot.

 - Solomon
-- 
Solomon Peachy pizza at shaftnet dot org
Delray Beach, FL  ^^ (email/xmpp) ^^
Quidquid latine dictum sit, altum viditur.


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

Re: Firefox addon signing

2015-08-26 Thread Reindl Harald


Am 27.08.2015 um 02:21 schrieb Solomon Peachy:

On Wed, Aug 26, 2015 at 05:53:36PM +0200, drago01 wrote:

A better solution would be to add a mechanism that allows you to use
your own signing keys.
That way you have both 1) install self built extensions and 2) the
added security.


..and (3) a way for malware to install its own key, rendering (2) moot


that would imply that malware running as root and then you have already 
lost the whole game - pretty sure nobody meant your own signing keys 
writeable by the user firefox is running




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

Re: depcheck appears to be broken

2015-08-26 Thread Orion Poplawski

On 08/26/2015 05:04 PM, Tim Flink wrote:

On Wed, 26 Aug 2015 14:34:14 -0600
Orion Poplawski or...@cora.nwra.com wrote:


https://bodhi.fedoraproject.org/updates/libwps-0.4.1-1.fc21

depchecklibwps-0.4.1-1.fc21(x86_64) a
day ago

shows passed:

TAP version 13
1..1
ok - depcheck for Koji build libwps-0.4.1-1.fc21
   ---
   arch: x86_64
   item: libwps-0.4.1-1.fc21
   outcome: PASSED
   type: koji_build
   ...

But:

Error: Package: 1:libreoffice-calc-4.3.7.2-9.fc21.x86_64
(@updates-testing) Requires: libwps-0.3.so.3()(64bit)
Removing: libwps-0.3.1-1.fc21.x86_64
(@fedora-21-updates-x86_64) libwps-0.3.so.3()(64bit)
Updated By: libwps-0.4.1-1.fc21.x86_64 (updates-testing)
   ~libwps-0.4.so.4()(64bit)
Available: libwps-0.3.0-3.fc21.x86_64 (fedora)
libwps-0.3.so.3()(64bit)



After looking into this, I'm starting to think this isn't a depcheck
failure as much as it is a difference between yum and dnf - I assume
that you used yum to do the attempted update to libwps-0.4?

On a F21 system, if I do 'repoquery --whatrequires libwps', I get the
following:

# repoquery --whatrequires libwps
calligra-words-0:2.8.6-1.fc21.x86_64
calligra-words-0:2.9.6-1.fc21.x86_64
libreoffice-calc-1:4.3.2.2-5.fc21.x86_64
libreoffice-calc-1:4.3.7.2-9.fc21.x86_64
libreoffice-writer-1:4.3.2.2-5.fc21.x86_64
libreoffice-writer-1:4.3.7.2-9.fc21.x86_64
libwps-devel-0:0.3.0-3.fc21.i686
libwps-devel-0:0.3.0-3.fc21.x86_64
libwps-devel-0:0.3.1-1.fc21.i686
libwps-devel-0:0.3.1-1.fc21.x86_64
libwps-tools-0:0.3.0-3.fc21.x86_64
libwps-tools-0:0.3.1-1.fc21.x86_64
writerperfect-0:0.9.2-3.fc21.x86_64
writerperfect-epub-0:0.9.2-3.fc21.x86_64


If I do the same query using dnf on a F22 system, I get:

# dnf repoquery --whatrequires libwps
Last metadata expiration check performed 1:25:08 ago on Wed Aug 26
15:25:25 2015. # echo $?
0


I think that is because dnf's repoquery sucks - I believe it is only 
looking for specific requires of libwps, although I believe this is 
supposed to be fixed in newer versions of dnf.  A more relevant query 
would either be:


dnf repoquery --whatrequires 'libwps-0.3.so.3()(64bit)'

or

dnf repoquery --whatrequires --alldeps libwps

(--alldeps being the default in the old yum based repoquery).




depcheck effectively uses the same depsolver that dnf uses and that is
not the same depsolving algorithm used by yum. If dnf is fine
installing the update, depcheck isn't going to complain.


dnf as expected cannot update libwps either:

[root@vmf21 ~]# dnf upgrade --enablerepo=updates-testing libwps
Using metadata from Wed Aug 26 18:54:19 2015 (0:05:58 hours old)
Dependencies resolved.
Nothing to do.
Complete!
[root@vmf21 ~]# dnf upgrade --enablerepo=updates-testing libwps --best
Using metadata from Wed Aug 26 18:54:19 2015 (0:06:06 hours old)
Error: package libreoffice-writer-1:4.3.7.2-9.fc21.x86_64 requires 
libwps-0.3.so.3()(64bit), but none of the providers can be installed




When I look into the specfile of libreoffice in the f21 branch, I don't
actually see a Requires on libwps for fedora, just a BuildRequires:

http://pkgs.fedoraproject.org/cgit/libreoffice.git/tree/libreoffice.spec?h=f21#n209

If I'm reading the situation correctly, this isn't something that
depcheck should or could have caught. Assuming that the libreoffice spec
isn't missing a Requires on libwps, this likely means that libreoffice
would be FTBFS for at least f21 with the new libwps in updates-testing.


library dependencies are added automatically by rpm.


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

create-tx-configuration retirement

2015-08-26 Thread Pete Travis
I am re-retiring create-tx-configuration.  I kept it around after Sparks
retired it in case we needed it for the transition away from transifex, and
that's done, and we didn't.

-- Pete
-- 
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 pushed to perl-Server-Starter (f21). Merge remote-tracking branch 'origin/f23' into f22

2015-08-26 Thread notifications
From d2a83c92f697a0c03df770fbf45131b2ba783445 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Wed, 26 Aug 2015 17:24:22 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index fce5ebb..c63d20e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Server-Starter-0.31.tar.gz
+/Server-Starter-0.32.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index 1431d6d..e94077c 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,5 +1,5 @@
 Name:   perl-Server-Starter
-Version:0.31
+Version:0.32
 Release:1%{?dist}
 Summary:Superdaemon for hot-deploying server programs
 License:GPL+ or Artistic
@@ -78,6 +78,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Wed Aug 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.32-1
+- Upstream update.
+
 * Sun Jul 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
 - Upstream update.
 
diff --git a/sources b/sources
index a926363..9dba6be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48a6cca38adeb57878d5339891dcfacf  Server-Starter-0.31.tar.gz
+f9f3447549a7ec261e0741ba5fc11d90  Server-Starter-0.32.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Server-Starter.git/commit/?h=f21id=908cf99a56c5d78a5cee53c62d20744f1269a4b4
--
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-Server-Starter (f21). Merge remote-tracking branch 'origin/f22' into f21

2015-08-26 Thread notifications
From d2a83c92f697a0c03df770fbf45131b2ba783445 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Wed, 26 Aug 2015 17:24:22 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index fce5ebb..c63d20e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Server-Starter-0.31.tar.gz
+/Server-Starter-0.32.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index 1431d6d..e94077c 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,5 +1,5 @@
 Name:   perl-Server-Starter
-Version:0.31
+Version:0.32
 Release:1%{?dist}
 Summary:Superdaemon for hot-deploying server programs
 License:GPL+ or Artistic
@@ -78,6 +78,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Wed Aug 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.32-1
+- Upstream update.
+
 * Sun Jul 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
 - Upstream update.
 
diff --git a/sources b/sources
index a926363..9dba6be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48a6cca38adeb57878d5339891dcfacf  Server-Starter-0.31.tar.gz
+f9f3447549a7ec261e0741ba5fc11d90  Server-Starter-0.32.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Server-Starter.git/commit/?h=f21id=91bae274f5238c8381a1b4cf15c35847aabdffb9
--
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-Server-Starter (f21). Upstream update.

2015-08-26 Thread notifications
From d2a83c92f697a0c03df770fbf45131b2ba783445 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Wed, 26 Aug 2015 17:24:22 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index fce5ebb..c63d20e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Server-Starter-0.31.tar.gz
+/Server-Starter-0.32.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index 1431d6d..e94077c 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,5 +1,5 @@
 Name:   perl-Server-Starter
-Version:0.31
+Version:0.32
 Release:1%{?dist}
 Summary:Superdaemon for hot-deploying server programs
 License:GPL+ or Artistic
@@ -78,6 +78,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Wed Aug 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.32-1
+- Upstream update.
+
 * Sun Jul 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
 - Upstream update.
 
diff --git a/sources b/sources
index a926363..9dba6be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48a6cca38adeb57878d5339891dcfacf  Server-Starter-0.31.tar.gz
+f9f3447549a7ec261e0741ba5fc11d90  Server-Starter-0.32.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Server-Starter.git/commit/?h=f21id=d2a83c92f697a0c03df770fbf45131b2ba783445
--
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 1257379] New: perl-SOAP-Lite-1.19 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257379

Bug ID: 1257379
   Summary: perl-SOAP-Lite-1.19 is available
   Product: Fedora
   Version: rawhide
 Component: perl-SOAP-Lite
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: andrea.v...@gmail.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 1.19
Current version/release in rawhide: 1.18-1.fc24
URL: http://search.cpan.org/dist/SOAP-Lite/

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

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1257379] perl-SOAP-Lite-1.19 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257379



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Failed to kick off scratch build.

cmd:  sha256sum /var/tmp/thn-tsh2Ck/100.0%
return code:  1
stdout:

stderr:
sha256sum: /var/tmp/thn-tsh2Ck/100.0%: No such file or directory

-- 
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 1257380] perl-Test-Moose-More-0.035 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257380



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Failed to kick off scratch build.

cmd:  sha256sum /var/tmp/thn-gYvC64/100.0%
return code:  1
stdout:

stderr:
sha256sum: /var/tmp/thn-gYvC64/100.0%: No such file or directory

-- 
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: [389-devel] [lib389] Deref control advice needed

2015-08-26 Thread William

  
  I would appreciate if anyone could take a look at this, and let me
  know if there
  is something I have missed.
 
 Not sure, but here is some code I did without using pyasn:
 https://github.com/richm/scripts/blob/master/derefctrl.py
 This is quite old by now, and is probably bit rotted with respect to 
 python-ldap and python3.

Yep. It appears to do exactly the same as my control, just that I'm
using pyasn. Your structures look really similar to what I have
defined, so that is a good start on my part.

Thanks for the interesting read, very interesting to see how you do the
hand encoding.

Sincerely,

-- 
William will...@blackhats.net.au

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

corsepiu pushed to perl-Server-Starter (f22). Merge remote-tracking branch 'origin/f23' into f22

2015-08-26 Thread notifications
From d2a83c92f697a0c03df770fbf45131b2ba783445 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Wed, 26 Aug 2015 17:24:22 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index fce5ebb..c63d20e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Server-Starter-0.31.tar.gz
+/Server-Starter-0.32.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index 1431d6d..e94077c 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,5 +1,5 @@
 Name:   perl-Server-Starter
-Version:0.31
+Version:0.32
 Release:1%{?dist}
 Summary:Superdaemon for hot-deploying server programs
 License:GPL+ or Artistic
@@ -78,6 +78,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Wed Aug 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.32-1
+- Upstream update.
+
 * Sun Jul 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
 - Upstream update.
 
diff --git a/sources b/sources
index a926363..9dba6be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48a6cca38adeb57878d5339891dcfacf  Server-Starter-0.31.tar.gz
+f9f3447549a7ec261e0741ba5fc11d90  Server-Starter-0.32.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Server-Starter.git/commit/?h=f22id=908cf99a56c5d78a5cee53c62d20744f1269a4b4
--
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-Server-Starter (f22). Upstream update.

2015-08-26 Thread notifications
From d2a83c92f697a0c03df770fbf45131b2ba783445 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Wed, 26 Aug 2015 17:24:22 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index fce5ebb..c63d20e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Server-Starter-0.31.tar.gz
+/Server-Starter-0.32.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index 1431d6d..e94077c 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,5 +1,5 @@
 Name:   perl-Server-Starter
-Version:0.31
+Version:0.32
 Release:1%{?dist}
 Summary:Superdaemon for hot-deploying server programs
 License:GPL+ or Artistic
@@ -78,6 +78,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Wed Aug 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.32-1
+- Upstream update.
+
 * Sun Jul 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
 - Upstream update.
 
diff --git a/sources b/sources
index a926363..9dba6be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48a6cca38adeb57878d5339891dcfacf  Server-Starter-0.31.tar.gz
+f9f3447549a7ec261e0741ba5fc11d90  Server-Starter-0.32.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Server-Starter.git/commit/?h=f22id=d2a83c92f697a0c03df770fbf45131b2ba783445
--
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

bodhi2: ACL validation mechanism was unable to determine ACLs

2015-08-26 Thread Ralf Corsepius

Hi,

This morning, bodhi2 doesn't allow me to submit an update. After a 
seemingly successful login-in, when trying to submit an update, a popup 
pops up telling me:


ACL validation mechanism was unable to determine ACLs


Ralf

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

Re: depcheck appears to be broken

2015-08-26 Thread Tim Flink
On Wed, 26 Aug 2015 19:05:35 -0600
Orion Poplawski or...@cora.nwra.com wrote:

 On 08/26/2015 05:04 PM, Tim Flink wrote:
  On Wed, 26 Aug 2015 14:34:14 -0600
  Orion Poplawski or...@cora.nwra.com wrote:
 
  https://bodhi.fedoraproject.org/updates/libwps-0.4.1-1.fc21
 
 depchecklibwps-0.4.1-1.fc21(x86_64)
  a day ago
 
  shows passed:
 
  TAP version 13
  1..1
  ok - depcheck for Koji build libwps-0.4.1-1.fc21
 ---
 arch: x86_64
 item: libwps-0.4.1-1.fc21
 outcome: PASSED
 type: koji_build
 ...
 
  But:
 
  Error: Package: 1:libreoffice-calc-4.3.7.2-9.fc21.x86_64
  (@updates-testing) Requires: libwps-0.3.so.3()(64bit)
  Removing: libwps-0.3.1-1.fc21.x86_64
  (@fedora-21-updates-x86_64) libwps-0.3.so.3()(64bit)
  Updated By: libwps-0.4.1-1.fc21.x86_64
  (updates-testing) ~libwps-0.4.so.4()(64bit)
  Available: libwps-0.3.0-3.fc21.x86_64 (fedora)
  libwps-0.3.so.3()(64bit)
 
 
  After looking into this, I'm starting to think this isn't a depcheck
  failure as much as it is a difference between yum and dnf - I assume
  that you used yum to do the attempted update to libwps-0.4?
 
  On a F21 system, if I do 'repoquery --whatrequires libwps', I get
  the following:
 
  # repoquery --whatrequires libwps
  calligra-words-0:2.8.6-1.fc21.x86_64
  calligra-words-0:2.9.6-1.fc21.x86_64
  libreoffice-calc-1:4.3.2.2-5.fc21.x86_64
  libreoffice-calc-1:4.3.7.2-9.fc21.x86_64
  libreoffice-writer-1:4.3.2.2-5.fc21.x86_64
  libreoffice-writer-1:4.3.7.2-9.fc21.x86_64
  libwps-devel-0:0.3.0-3.fc21.i686
  libwps-devel-0:0.3.0-3.fc21.x86_64
  libwps-devel-0:0.3.1-1.fc21.i686
  libwps-devel-0:0.3.1-1.fc21.x86_64
  libwps-tools-0:0.3.0-3.fc21.x86_64
  libwps-tools-0:0.3.1-1.fc21.x86_64
  writerperfect-0:0.9.2-3.fc21.x86_64
  writerperfect-epub-0:0.9.2-3.fc21.x86_64
 
 
  If I do the same query using dnf on a F22 system, I get:
 
  # dnf repoquery --whatrequires libwps
  Last metadata expiration check performed 1:25:08 ago on Wed Aug 26
  15:25:25 2015. # echo $?
  0
 
 I think that is because dnf's repoquery sucks - I believe it is only 
 looking for specific requires of libwps, although I believe this is 
 supposed to be fixed in newer versions of dnf.  A more relevant query 
 would either be:
 
 dnf repoquery --whatrequires 'libwps-0.3.so.3()(64bit)'
 
 or
 
 dnf repoquery --whatrequires --alldeps libwps
 
 (--alldeps being the default in the old yum based repoquery).

I can't get that last one to work on my machine but the first one
certainly does and I've learned something new about dnf's commands
today.
 

  depcheck effectively uses the same depsolver that dnf uses and that
  is not the same depsolving algorithm used by yum. If dnf is fine
  installing the update, depcheck isn't going to complain.
 
 dnf as expected cannot update libwps either:
 
 [root@vmf21 ~]# dnf upgrade --enablerepo=updates-testing libwps
 Using metadata from Wed Aug 26 18:54:19 2015 (0:05:58 hours old)
 Dependencies resolved.
 Nothing to do.
 Complete!
 [root@vmf21 ~]# dnf upgrade --enablerepo=updates-testing libwps --best
 Using metadata from Wed Aug 26 18:54:19 2015 (0:06:06 hours old)
 Error: package libreoffice-writer-1:4.3.7.2-9.fc21.x86_64 requires 
 libwps-0.3.so.3()(64bit), but none of the providers can be installed

Someone (likely me) will take a look at this in more depth. It may end
up being a bug but it may end up being a missing feature, similar to a
reverse dependency issue [1] that was found earlier this year.

[1] https://phab.qadevel.cloud.fedoraproject.org/T482


I've created a ticket in our system to track the issue [2]. Thanks for
the report - not sure we would have caught this otherwise.

[2] https://phab.qadevel.cloud.fedoraproject.org/T595

Tim

  When I look into the specfile of libreoffice in the f21 branch, I
  don't actually see a Requires on libwps for fedora, just a
  BuildRequires:
 
  http://pkgs.fedoraproject.org/cgit/libreoffice.git/tree/libreoffice.spec?h=f21#n209
 
  If I'm reading the situation correctly, this isn't something that
  depcheck should or could have caught. Assuming that the libreoffice
  spec isn't missing a Requires on libwps, this likely means that
  libreoffice would be FTBFS for at least f21 with the new libwps in
  updates-testing.
 
 library dependencies are added automatically by rpm.
 
 



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

Re: depcheck appears to be broken

2015-08-26 Thread Adam Williamson
On Wed, 2015-08-26 at 17:04 -0600, Tim Flink wrote:

 When I look into the specfile of libreoffice in the f21 branch, I
 don't
 actually see a Requires on libwps for fedora, just a BuildRequires:

Shared library dependencies are auto-generated. They don't appear in
the spec file.

-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net


-- 
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 Rawhide 20150826 compose check report

2015-08-26 Thread Fedora compose checker
Missing expected images:

Kde Live i386
Kde Live x86_64
Kde Disk armhfp

No images in this compose but not the previous.

Images in the previous compose but not this:

Kde Live i386
Kde Live x86_64
Scientific_kde Live x86_64
Scientific_kde Live i386
Kde Disk armhfp

Failed openQA tests:

ID: 756 Test: x86_64 workstation_live default_install
ID: 755 Test: x86_64 generic_boot default_install
ID: 754 Test: x86_64 universal server_no_swap
ID: 753 Test: x86_64 universal server_lvmthin
ID: 752 Test: x86_64 universal server_ext3
ID: 751 Test: x86_64 universal server_btrfs
ID: 750 Test: x86_64 universal fedup_desktop
ID: 749 Test: x86_64 universal fedup_minimal
ID: 747 Test: x86_64 universal server_software_raid
ID: 746 Test: x86_64 universal server_multi_empty
ID: 745 Test: x86_64 universal server_simple_free_space
ID: 744 Test: x86_64 universal server_simple_encrypted
ID: 743 Test: x86_64 universal server_delete_partial
ID: 742 Test: x86_64 universal server_repository_http_variation
ID: 741 Test: x86_64 universal server_repository_http_graphical
ID: 740 Test: x86_64 universal server_mirrorlist_graphical
ID: 739 Test: x86_64 universal server_delete_pata
ID: 737 Test: x86_64 universal server_scsi_updates_img
ID: 736 Test: x86_64 universal server_sata_multi
ID: 735 Test: x86_64 universal package_set_minimal

-- 
Mail generated by check-compose:
https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

<    1   2