[Bug 1265858] perl-Dancer-Session-Cookie-0.27 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265858



--- Comment #2 from Petr Pisar  ---
A bug fix 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

ppisar pushed to perl-Dancer-Session-Cookie (f23). "0.27 bump"

2015-09-24 Thread notifications
From d1a098583c43d1e69c473785817decb19f73d0c4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 24 Sep 2015 08:49:59 +0200
Subject: 0.27 bump


diff --git a/.gitignore b/.gitignore
index 0129015..21e69bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Dancer-Session-Cookie-0.15.tar.gz
 /Dancer-Session-Cookie-0.25.tar.gz
 /Dancer-Session-Cookie-0.26.tar.gz
+/Dancer-Session-Cookie-0.27.tar.gz
diff --git a/perl-Dancer-Session-Cookie.spec b/perl-Dancer-Session-Cookie.spec
index 21b7974..da8ce64 100644
--- a/perl-Dancer-Session-Cookie.spec
+++ b/perl-Dancer-Session-Cookie.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer-Session-Cookie
-Version:0.26
+Version:0.27
 Release:1%{?dist}
 Summary:Encrypted cookie-based session back-end for Dancer
 License:GPL+ or Artistic
@@ -7,11 +7,13 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Dancer-Session-Cookie/
 Source0:
http://www.cpan.org/authors/id/Y/YA/YANICK/Dancer-Session-Cookie-%{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(base)
 BuildRequires:  perl(Crypt::CBC)
@@ -53,9 +55,6 @@ avoid using external storage at all.
 
 %prep
 %setup -q -n Dancer-Session-Cookie-%{version}
-# Remove README.pod identical to README.mkdn which is installed spuriously
-rm README.pod
-sed -i -e '/^README\.pod/d' MANIFEST
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -76,6 +75,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 24 2015 Petr Pisar  - 0.27-1
+- 0.27 bump
+
 * Fri Sep 11 2015 Petr Pisar  - 0.26-1
 - 0.26 bump
 
diff --git a/sources b/sources
index a63937e..de05578 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab75c73318c7c50af9baf433e53d129c  Dancer-Session-Cookie-0.26.tar.gz
+bc2c78e01a33281ba12ab3e344f2b435  Dancer-Session-Cookie-0.27.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dancer-Session-Cookie.git/commit/?h=f23=d1a098583c43d1e69c473785817decb19f73d0c4
--
Fedora Extras Perl SIG
http://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-Dancer-Session-Cookie (f22). "0.27 bump"

2015-09-24 Thread notifications
From 257d11fe558d54b1d034ce7a0e5389958ec886fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 24 Sep 2015 08:49:59 +0200
Subject: 0.27 bump


diff --git a/.gitignore b/.gitignore
index 0129015..21e69bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Dancer-Session-Cookie-0.15.tar.gz
 /Dancer-Session-Cookie-0.25.tar.gz
 /Dancer-Session-Cookie-0.26.tar.gz
+/Dancer-Session-Cookie-0.27.tar.gz
diff --git a/perl-Dancer-Session-Cookie.spec b/perl-Dancer-Session-Cookie.spec
index 8a61e76..2c27e40 100644
--- a/perl-Dancer-Session-Cookie.spec
+++ b/perl-Dancer-Session-Cookie.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer-Session-Cookie
-Version:0.26
+Version:0.27
 Release:1%{?dist}
 Summary:Encrypted cookie-based session back-end for Dancer
 License:GPL+ or Artistic
@@ -7,11 +7,13 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Dancer-Session-Cookie/
 Source0:
http://www.cpan.org/authors/id/Y/YA/YANICK/Dancer-Session-Cookie-%{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(base)
 BuildRequires:  perl(Crypt::CBC)
@@ -53,9 +55,6 @@ avoid using external storage at all.
 
 %prep
 %setup -q -n Dancer-Session-Cookie-%{version}
-# Remove README.pod identical to README.mkdn which is installed spuriously
-rm README.pod
-sed -i -e '/^README\.pod/d' MANIFEST
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -76,6 +75,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 24 2015 Petr Pisar  - 0.27-1
+- 0.27 bump
+
 * Fri Sep 11 2015 Petr Pisar  - 0.26-1
 - 0.26 bump
 
diff --git a/sources b/sources
index a63937e..de05578 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab75c73318c7c50af9baf433e53d129c  Dancer-Session-Cookie-0.26.tar.gz
+bc2c78e01a33281ba12ab3e344f2b435  Dancer-Session-Cookie-0.27.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dancer-Session-Cookie.git/commit/?h=f22=257d11fe558d54b1d034ce7a0e5389958ec886fa
--
Fedora Extras Perl SIG
http://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 1265858] perl-Dancer-Session-Cookie-0.27 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265858

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Dancer-Session-Cookie-
   ||0.27-1.fc24



-- 
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 1262316] perl-Dancer-Session-Cookie-0.26 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1262316



--- Comment #9 from Fedora Update System  ---
perl-Dancer-Session-Cookie-0.27-1.fc22 has been submitted as an update to
Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16573

-- 
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 1265858] perl-Dancer-Session-Cookie-0.27 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265858



--- Comment #5 from Fedora Update System  ---
perl-Dancer-Session-Cookie-0.27-1.fc22 has been submitted as an update to
Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16573

-- 
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 1265933] New: Upgrade perl-File-LibMagic to 1.15

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265933

Bug ID: 1265933
   Summary: Upgrade perl-File-LibMagic to 1.15
   Product: Fedora
   Version: rawhide
 Component: perl-File-LibMagic
  Keywords: FutureFeature
  Assignee: joka...@fedoraproject.org
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: joka...@fedoraproject.org,
perl-devel@lists.fedoraproject.org,
rob.my...@gtri.gatech.edu



Latest Fedora delivers 1.13 version. Upstream released 1.15. Please upgrade.

Also please enable release monitoring service to receive notification about
future releases.

-- 
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 1265922] amavisd and clamav dependencies

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265922



--- Comment #1 from Juan Orti  ---
Couldn't you just simply mask the clamd service? It is used in the default
config.

# systemctl mask clamd@amavisd.service

And why you want to drop altermime? it is used by amavisd-new.

-- 
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 1265942] New: Upgrade perl-Graph to 0.97

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265942

Bug ID: 1265942
   Summary: Upgrade perl-Graph to 0.97
   Product: Fedora
   Version: rawhide
 Component: perl-Graph
  Keywords: FutureFeature
  Assignee: al...@users.sourceforge.net
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: al...@users.sourceforge.net,
perl-devel@lists.fedoraproject.org



Latest Fedora delivers 0.96. Upstream released 0.97. Please upgrade.

Also please enable release monitoring service to receive notifications about
future releases.

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

yaneti pushed to perl-HTTP-CookieJar (master). "Update to 0.007. Upstream droppped the Time::Mock builddep"

2015-09-24 Thread notifications
From 79bbcb9d2e9d73549e65b238d056c02d6aaf6127 Mon Sep 17 00:00:00 2001
From: Yanko Kaneti 
Date: Thu, 24 Sep 2015 11:20:09 +0300
Subject: Update to 0.007. Upstream droppped the Time::Mock builddep


diff --git a/.gitignore b/.gitignore
index 6b23093..3f52d04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /HTTP-CookieJar-0.004.tar.gz
 /HTTP-CookieJar-0.005.tar.gz
 /HTTP-CookieJar-0.006.tar.gz
+/HTTP-CookieJar-0.007.tar.gz
diff --git a/perl-HTTP-CookieJar.spec b/perl-HTTP-CookieJar.spec
index ca8925b..1605723 100644
--- a/perl-HTTP-CookieJar.spec
+++ b/perl-HTTP-CookieJar.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTTP-CookieJar
-Version:0.006
-Release:4%{?dist}
+Version:0.007
+Release:1%{?dist}
 Summary:Minimalist HTTP user agent cookie jar
 License:ASL 2.0
 Group:  Development/Libraries
@@ -24,7 +24,6 @@ BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Time::Local) >= 1.1901
-BuildRequires:  perl(Time::Mock)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(strict), perl(warnings)
 
@@ -52,11 +51,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING.mkdn LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 24 2015 Yanko Kaneti  0.007-1
+- Update to 0.007. Upstream droppped the Time::Mock builddep
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.006-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 9e5cf86..32b3c13 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3ebef4f5c9cca2383c05fdb10378bacc  HTTP-CookieJar-0.006.tar.gz
+e6519b8f5ad757a4c18f78650127b057  HTTP-CookieJar-0.007.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-HTTP-CookieJar.git/commit/?h=master=79bbcb9d2e9d73549e65b238d056c02d6aaf6127
--
Fedora Extras Perl SIG
http://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 1265949] New: Upgrade perl-JSON-Util to 0.06

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265949

Bug ID: 1265949
   Summary: Upgrade perl-JSON-Util to 0.06
   Product: Fedora
   Version: rawhide
 Component: perl-JSON-Util
  Keywords: FutureFeature
  Assignee: r.landm...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
r.landm...@redhat.com



Latest Fedora delivers 0.05 version. Upstream released 0.06. Please upgrade.

Also please enable release monitoring service to receive notifications about
future releases.

-- 
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 1265957] New: perl-Math-BigInt-GMP-1.43 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265957

Bug ID: 1265957
   Summary: perl-Math-BigInt-GMP-1.43 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Math-BigInt-GMP
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: p...@city-fan.org, perl-devel@lists.fedoraproject.org,
psab...@redhat.com, st...@silug.org



Latest upstream release: 1.43
Current version/release in rawhide: 1.40-1.fc24
URL: http://search.cpan.org/dist/Math-BigInt-GMP/

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 1265957] perl-Math-BigInt-GMP-1.43 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265957



--- Comment #1 from Upstream Release Monitoring 
 ---
Failed to kick off scratch build.

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

stderr:
sha256sum: /var/tmp/thn-2SFeGq/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: Fedora 23 Branched 20150923 compose check report

2015-09-24 Thread Adam Williamson
On Wed, 2015-09-23 at 10:25 -0400, Fedora compose checker wrote:
> Missing expected images:
> 
> Cloud disk raw i386
> Cloud disk raw x86_64
> Cloud_atomic disk raw x86_64
> Generic boot i386
> Generic boot x86_64

https://kojipkgs.fedoraproject.org/mash/branched-20150923/logs/pungify-x86_64.log

2015-09-23 11:10:47,017:   dnf.exceptions.DepsolveError: nothing provides 
xserver-abi(videodrv-19) >= 0 needed by 
tigervnc-server-module-1.5.0-2.fc23.x86_64
  dnf.exceptions.DepsolveError: nothing provides xserver-abi(videodrv-19) >= 0 
needed by tigervnc-server-module-1.5.0-2.fc23.x86_64

> No images in this compose but not 23 Branched 20150922
> 
> No images in 23 Branched 20150922 but not this.
> 
> Failed openQA tests: 5 of 5
> 
> ID: 3290  Test: i386 kde_live default_install
> ID: 3289  Test: i386 workstation_live default_install
> ID: 3288  Test: x86_64 workstation_live default_install@uefi
> ID: 3287  Test: x86_64 workstation_live default_install
> ID: 3286  Test: x86_64 kde_live default_install

I don't know why the tests are failing ATM, I guess I should stop
fiddling around with scripts and start doing what they're paying me
for...
-- 
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

yaneti set the monitor flag of perl-Test-POE-Server-TCP to True

2015-09-24 Thread notifications
yaneti set the monitor flag of perl-Test-POE-Server-TCP to True

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

yaneti set the monitor flag of perl-Time-Mock to True

2015-09-24 Thread notifications
yaneti set the monitor flag of perl-Time-Mock to True

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

yaneti set the monitor flag of perl-Mozilla-PublicSuffix to True

2015-09-24 Thread notifications
yaneti set the monitor flag of perl-Mozilla-PublicSuffix to True

--
Fedora Extras Perl SIG
http://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 1129850] Perl debugger commands that depend on Padwalker no longer work

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129850

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-5.22.0-344.fc23



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

Re: GNOME 3.18.0 megaupdate

2015-09-24 Thread Richard Hughes
On 24 September 2015 at 10:04, Kalpa Welivitigoda  wrote:
> Will the GNOME 3.18 updates be available to f22 as well?

There's no plan to do this, sorry.

Richard
-- 
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 set the monitor flag of perl-Math-BigInt-GMP to nobuild

2015-09-24 Thread notifications
psabata set the monitor flag of perl-Math-BigInt-GMP to nobuild

--
Fedora Extras Perl SIG
http://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 1129850] Perl debugger commands that depend on Padwalker no longer work

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129850



--- Comment #8 from Fedora Update System  ---
perl-5.20.3-328.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-16582

-- 
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-Net-IMAP-Simple (f23). "1.2206 bump"

2015-09-24 Thread notifications
From f223b81d7b8e0d6d7bfc0734e3e1781adf29bc4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 24 Sep 2015 12:32:49 +0200
Subject: 1.2206 bump


diff --git a/.gitignore b/.gitignore
index e6b48c8..0449d1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Net-IMAP-Simple-1.1916.tar.gz
+/Net-IMAP-Simple-1.2206.tar.gz
diff --git a/perl-Net-IMAP-Simple.spec b/perl-Net-IMAP-Simple.spec
index b5dea5f..af44b84 100644
--- a/perl-Net-IMAP-Simple.spec
+++ b/perl-Net-IMAP-Simple.spec
@@ -1,6 +1,6 @@
 Name: perl-Net-IMAP-Simple
-Version: 1.1916
-Release: 16%{?dist}
+Version: 1.2206
+Release: 1%{?dist}
 Summary: Simple IMAP account handling
 Group: Development/Libraries
 License: GPL+ or Artistic
@@ -9,11 +9,47 @@ Source0: 
http://search.cpan.org/CPAN/authors/id/J/JE/JETTERO/Net-IMAP-Simple-%{v
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
-BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::Command)
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Run-time:
+# Many of the tests do nothing because they need a real IMAP server defined by
+# NIS_TEST_HOST environment variable. Because TCP port cannot be redefined,
+# it's not possible to run a fake server as a non-root. Therefore many
+# dependencies are not exercised by the tests.
+BuildRequires: perl(base)
+BuildRequires: perl(Carp)
+BuildRequires: perl(IO::File)
+BuildRequires: perl(IO::Select)
 BuildRequires: perl(IO::Socket)
-BuildRequires: perl(Regexp::Common)
-BuildRequires: perl(Class::Accessor)
+# IO::Socket::SSL not used at tests
+BuildRequires: perl(IPC::Open3)
+# Net::SSLeay not used at tests
+BuildRequires: perl(overload)
+BuildRequires: perl(Parse::RecDescent)
+BuildRequires: perl(strict)
+BuildRequires: perl(Symbol)
+BuildRequires: perl(Tie::Handle)
+BuildRequires: perl(warnings)
+# Optional run-time:
+# IO::Socket::INET6 not used at tests
+# Tests:
+BuildRequires: perl(Fcntl)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(IO::Socket::INET)
+BuildRequires: perl(Test)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Time::HiRes)
+# Optional tests:
+# Test::Perl::Critic not used
+# Test::Pod 1.00 not used
+# Test::Pod::Coverage 1.00 not used
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires: perl(IO::Socket::SSL)
+Requires: perl(Net::SSLeay)
 
 %description
 Perl extension for simple IMAP account handling, mostly compatible
@@ -23,7 +59,7 @@ with Net::POP3.
 %setup -q -n Net-IMAP-Simple-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor /dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT
 
 %check
-make %{?_smp_mflags} test || :
+make %{?_smp_mflags} test I_PROMISE_TO_TEST_SINGLE_THREADED=1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root,-)
-%doc README Changes
+%doc README Changes TODO
 %dir %{perl_vendorlib}/Net/
 %dir %{perl_vendorlib}/Net/IMAP/
 %{perl_vendorlib}/Net/IMAP/Simple.pm
 %{perl_vendorlib}/Net/IMAP/Simple.pod
+%{perl_vendorlib}/Net/IMAP/Simple/PipeSocket.pm
+%{perl_vendorlib}/Net/IMAP/SimpleX.pm
+%{perl_vendorlib}/Net/IMAP/SimpleX.pod
 %{_mandir}/man3/Net::IMAP::Simple.3*
+%{_mandir}/man3/Net::IMAP::Simple::PipeSocket.3*
+%{_mandir}/man3/Net::IMAP::SimpleX.3*
 
 %changelog
+* Thu Sep 24 2015 Petr Pisar  - 1.2206-1
+- 1.2206 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.1916-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index dd49859..31e7b25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bafc6db379391051cfd311c1430234f9  Net-IMAP-Simple-1.1916.tar.gz
+3441d2fd91f8266067787151beb705a5  Net-IMAP-Simple-1.2206.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-IMAP-Simple.git/commit/?h=f23=f223b81d7b8e0d6d7bfc0734e3e1781adf29bc4d
--
Fedora Extras Perl SIG
http://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 1211033] Upgrade to latest version 1.2206

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1211033

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Net-IMAP-Simple-1.2206
   ||-1.fc24



-- 
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 1265681] perl-autobox-Core-1.29 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265681



--- Comment #7 from Fedora Update System  ---
perl-autobox-Core-1.29-1.fc21 has been pushed to the Fedora 21 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-autobox-Core'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-16507

-- 
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: Updating to f23 beta from f22

2015-09-24 Thread Peter Robinson
On Thu, Sep 24, 2015 at 11:08 AM, Kalpa Welivitigoda
 wrote:
> Hi all,
>
> How can I update to f23 beta from f22?

Same way as on other releases, with fedup (see thread on this list
against the release announcement for details) or "dnf distro-sync" as
per docs [1]

Peter

[1] 
https://fedoraproject.org/wiki/Upgrading_Fedora_using_yum#Fedora_22_-.3E_Fedora_23
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

virtual provides/metapackage for various OpenCL implementations

2015-09-24 Thread Dominik 'Rathann' Mierzejewski
Dear maintainers,
I've just enabled OpenCL support in the gromacs package[1] and would
like to express a weak dependency on an OpenCL implementation, but I
have no way of doing so at the moment.

We have three packages which provide OpenCL implementations:
beignet - Intel GPUs
mesa-libOpenCL - AMD GPUs (only?)
pocl - CPU-based

Would it make sense to add a virtual provide to each of the packages
to mean the all provide a "vendor" OpenCL implementation? For example,
Provides: opencl-driver

Then, any package that makes use of OpenCL could add
Requires/Recommends/Suggests: opencl-driver

Another approach could be to create a meta package (named
opencl-drivers, for example - similar to xorg-x11-drivers) which would
depend on all vendor-specific implementations.

I guess the second approach is more fool-proof. Comments?

Regards,
Dominik

[1] 
http://pkgs.fedoraproject.org/cgit/gromacs.git/commit/?id=dbabc099d66902daa094478024a8a331822b78bc
-- 
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org
"Faith manages."
-- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
-- 
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 1265922] amavisd and clamav dependencies

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265922



--- Comment #2 from Marco Favero  ---
(In reply to Juan Orti from comment #1)
> Couldn't you just simply mask the clamd service? It is used in the default
> config.
> 
> # systemctl mask clamd@amavisd.service
> 
> And why you want to drop altermime? it is used by amavisd-new.

Ok, I can use this method and keep altermime. Thank you.

I would like to avoid to install clamav server because it is not mandatory on
the same host of Amavis. If I don't install a not required clamav server I
prevent confusion on administration.

-- 
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: Updating to f23 beta from f22

2015-09-24 Thread Peter Robinson
On Thu, Sep 24, 2015 at 12:28 PM, Kalpa Welivitigoda
 wrote:
> I followed [1] and tried the section "Fedora 22 -> Fedora 23". But in the
> package list to be downloaded, I find gnome packages with 3.17 rather than
> 3.18. For example,
>
> gnome-session x86_64 3.17.92-1.fc23 fedora 378 k
>
> Shouldn't f23-beta contain gnome 3.18 packages? am I missing something here?

Make sure you have updates-testing enabled, it could also be that your
mirror is not updated yet.

Peter

> On Thu, Sep 24, 2015 at 3:54 PM, Kalpa Welivitigoda 
> wrote:
>>
>>
>>
>> On Thu, Sep 24, 2015 at 3:51 PM, Peter Robinson 
>> wrote:
>>>
>>> On Thu, Sep 24, 2015 at 11:08 AM, Kalpa Welivitigoda
>>>  wrote:
>>> > Hi all,
>>> >
>>> > How can I update to f23 beta from f22?
>>>
>>> Same way as on other releases, with fedup (see thread on this list
>>> against the release announcement for details) or "dnf distro-sync" as
>>> per docs [1]
>>>
>>> Peter
>>>
>>> [1]
>>> https://fedoraproject.org/wiki/Upgrading_Fedora_using_yum#Fedora_22_-.3E_Fedora_23
>>
>>
>> Thanks Peter :-)
>>
>>>
>>>
>>> --
>>> devel mailing list
>>> devel@lists.fedoraproject.org
>>> https://admin.fedoraproject.org/mailman/listinfo/devel
>>> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
>>
>>
>>
>>
>> --
>> Best Regards,
>>
>> Kalpa Welivitigoda
>> +94776509215
>> http://about.me/callkalpa
>
>
>
>
> --
> Best Regards,
>
> Kalpa Welivitigoda
> +94776509215
> http://about.me/callkalpa
>
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1266051] New: Upgrade perl-Pod-Coverage-Moose to 0.07

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1266051

Bug ID: 1266051
   Summary: Upgrade perl-Pod-Coverage-Moose to 0.07
   Product: Fedora
   Version: rawhide
 Component: perl-Pod-Coverage-Moose
  Keywords: FutureFeature
  Assignee: jan.kle...@gmail.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jan.kle...@gmail.com,
perl-devel@lists.fedoraproject.org



Latest Fedora delivers 0.06 version. Upstream released 0.07. Please upgrade.

Also please enable release monitoring service to receive notifications about
future releases.

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

Updating to f23 beta from f22

2015-09-24 Thread Kalpa Welivitigoda
Hi all,

How can I update to f23 beta from f22?

-- 
Best Regards,

Kalpa Welivitigoda
+94776509215
http://about.me/callkalpa
-- 
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 uploaded Net-IMAP-Simple-1.2206.tar.gz for perl-Net-IMAP-Simple

2015-09-24 Thread notifications
3441d2fd91f8266067787151beb705a5  Net-IMAP-Simple-1.2206.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Net-IMAP-Simple/Net-IMAP-Simple-1.2206.tar.gz/md5/3441d2fd91f8266067787151beb705a5/Net-IMAP-Simple-1.2206.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Method-Signatures

2015-09-24 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

corsepiu pushed to perl-gettext (master). "Update to 1.06. (..more)"

2015-09-24 Thread notifications
From 2bed308302b586617c5d5941533483c87b2b39e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 24 Sep 2015 11:12:22 +0200
Subject: Update to 1.06.

- Remove Obsoletes: perl-Locale-gettext.
- Remove LD_MESSAGES hack.
- Modernize spec.
- Drop compatibility-with-POSIX-module.diff (upstreamed).
- Add BR: perl(Encode).

diff --git a/.gitignore b/.gitignore
index 2d0f0c3..4068812 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-gettext-1.05.tar.gz
+/gettext-1.06.tar.gz
diff --git a/compatibility-with-POSIX-module.diff 
b/compatibility-with-POSIX-module.diff
deleted file mode 100644
index f02aefe..000
--- a/compatibility-with-POSIX-module.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-
-Locale::Gettext exports by default the various LC_* constants as does the
-POSIX perl module. Up to perl-5.10, their definition was strictly the same
-and didn't cause any harm. Now the POSIX module evolved slightly and the
-symbol redefinition are conflictual and
-generate warnings.
-
-Resolve this by making sure that Locale::Gettext reexports the constants
-coming from the POSIX module.
-
-Fixes Debian bug #479803.
-
- -- Raphael Hertzog 
-
-Index: liblocale-gettext-perl-1.05/gettext.pm
-===
 liblocale-gettext-perl-1.05.orig/gettext.pm2008-05-07 
09:40:23.0 +0200
-+++ liblocale-gettext-perl-1.05/gettext.pm 2008-05-07 09:41:04.0 
+0200
-@@ -32,6 +32,7 @@
- =cut
- 
- use Carp;
-+use POSIX qw(:locale_h);
- 
- require Exporter;
- require DynaLoader;
-
diff --git a/perl-gettext.spec b/perl-gettext.spec
index 48ebea9..dfba1a2 100644
--- a/perl-gettext.spec
+++ b/perl-gettext.spec
@@ -1,29 +1,28 @@
 Name:   perl-gettext
-Version:1.05
-Release:34%{?dist}
+Version:1.06
+Release:1%{?dist}
 Summary:Interface to gettext family of functions
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/gettext/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-%{version}.tar.gz
-Patch0: 
http://patch-tracking.debian.net/patch/series/view/liblocale-gettext-perl/1.05-4/compatibility-with-POSIX-module.diff
 
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: gettext
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
-# Encode is optional
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(POSIX)
+
+# Optional
+BuildRequires:  perl(Encode)
 # Tests:
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-Obsoletes: perl-Locale-gettext <= 1.05
-
-%{?perl_default_filter}
-
 %description
 The gettext module permits access from perl to the gettext() family of 
 functions for retrieving message strings from databases constructed to
@@ -31,7 +30,6 @@ internationalize software.
 
 %prep
 %setup -q -n gettext-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -41,22 +39,15 @@ make %{?_smp_mflags}
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check
-unset LC_MESSAGES
-case "$LANG" in
-''|'C'|'POSIX' ) 
-  export LANG=en_US.UTF-8;;
-esac
 make test
 
 
 %files
-%defattr(-,root,root,-)
 %doc README
 %{perl_vendorarch}/auto/Locale
 %{perl_vendorarch}/Locale
@@ -64,6 +55,14 @@ make test
 
 
 %changelog
+* Thu Sep 24 2015 Ralf Corsépius  - 1.06-1
+- Update to 1.06.
+- Remove Obsoletes: perl-Locale-gettext.
+- Remove LD_MESSAGES hack.
+- Modernize spec.
+- Drop compatibility-with-POSIX-module.diff (upstreamed).
+- Add BR: perl(Encode).
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.05-34
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
@@ -162,7 +161,7 @@ make test
 - Rename package to perl-gettext.
 - Remove "Require: perl".
 
-* Mon Aug 20 2005 Ralf Corsepius  - 1.05-3
+* Sat Aug 20 2005 Ralf Corsepius  - 1.05-3
 - Add Provides: perl-gettext (RH bugzilla PR 165885).
 
 * Tue Aug 09 2005 Ralf Corsepius  - 1.05-2
diff --git a/sources b/sources
index c9e4e15..3292dd8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f3d3f474a1458f37174c410dfef61a46  gettext-1.05.tar.gz
+dbafd5b97e0ce5b4cd1d8ded9661f09e  gettext-1.06.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-gettext.git/commit/?h=master=2bed308302b586617c5d5941533483c87b2b39e6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl

rawhide report: 20150924 changes

2015-09-24 Thread Fedora Rawhide Report
Compose started at Thu Sep 24 05:15:03 UTC 2015
Broken deps for i386
--
[IQmol]
IQmol-2.3.0-9.fc24.i686 requires libboost_serialization.so.1.58.0
IQmol-2.3.0-9.fc24.i686 requires libboost_iostreams.so.1.58.0
IQmol-2.3.0-9.fc24.i686 requires libOpenMeshCore.so.3.2
[Macaulay2]
Macaulay2-1.6-17.fc24.i686 requires libntl.so.14
[Singular]
Singular-3.1.6-16.fc24.i686 requires libntl.so.14
[apache-scout]
apache-scout-1.2.6-11.fc21.noarch requires mvn(org.apache.juddi:uddi-ws)
apache-scout-1.2.6-11.fc21.noarch requires 
mvn(org.apache.juddi:juddi-client)
[aqsis]
aqsis-1.8.2-20.fc24.i686 requires libboost_thread.so.1.58.0
aqsis-1.8.2-20.fc24.i686 requires libboost_system.so.1.58.0
aqsis-1.8.2-20.fc24.i686 requires libboost_regex.so.1.58.0
aqsis-1.8.2-20.fc24.i686 requires libboost_program_options.so.1.58.0
aqsis-1.8.2-20.fc24.i686 requires libboost_filesystem.so.1.58.0
aqsis-core-1.8.2-20.fc24.i686 requires libboost_wave.so.1.58.0
aqsis-core-1.8.2-20.fc24.i686 requires libboost_thread.so.1.58.0
aqsis-core-1.8.2-20.fc24.i686 requires libboost_system.so.1.58.0
aqsis-core-1.8.2-20.fc24.i686 requires libboost_regex.so.1.58.0
aqsis-core-1.8.2-20.fc24.i686 requires libboost_iostreams.so.1.58.0
aqsis-core-1.8.2-20.fc24.i686 requires libboost_filesystem.so.1.58.0
aqsis-libs-1.8.2-20.fc24.i686 requires libboost_thread.so.1.58.0
aqsis-libs-1.8.2-20.fc24.i686 requires libboost_system.so.1.58.0
aqsis-libs-1.8.2-20.fc24.i686 requires libboost_regex.so.1.58.0
aqsis-libs-1.8.2-20.fc24.i686 requires libboost_iostreams.so.1.58.0
aqsis-libs-1.8.2-20.fc24.i686 requires libboost_filesystem.so.1.58.0
[aws]
aws-tools-2015-2.fc23.i686 requires libaws_ssl.so
[bro]
bro-2.3.2-6.fc23.i686 requires libjemalloc.so.1
[bwm-ng]
bwm-ng-0.6-18.fc24.i686 requires libstatgrab.so.6
[cp2k]
cp2k-openmpi-2.7.0-0.2.20150911svn15878.fc24.i686 requires 
libmpi_usempif08.so.0(openmpi-i386)
cp2k-openmpi-2.7.0-0.2.20150911svn15878.fc24.i686 requires 
libmpi_usempi_ignore_tkr.so.0(openmpi-i386)
cp2k-openmpi-2.7.0-0.2.20150911svn15878.fc24.i686 requires 
libmpi_mpifh.so.2(openmpi-i386)
cp2k-openmpi-2.7.0-0.2.20150911svn15878.fc24.i686 requires 
libmpi.so.1(openmpi-i386)
[derelict]
derelict-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-AL-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-AL-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-ALURE-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-ALURE-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-ASSIMP3-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-ASSIMP3-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-FI-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-FI-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-FT-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-FT-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-GL3-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-GL3-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-GLFW3-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-GLFW3-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-IL-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-IL-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-LUA-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-LUA-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-ODE-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-ODE-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-Ogg-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-Ogg-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-PHYSFS-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66
derelict-PHYSFS-3-32.20141022git7fc1714.fc23.i686 requires 
libdruntime-ldc-debug.so.66
derelict-PQ-3-32.20141022git7fc1714.fc23.i686 requires 
libphobos2-ldc-debug.so.66

[Bug 1266053] perl-String-Diff-0.07 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1266053



--- Comment #1 from Upstream Release Monitoring 
 ---
Failed to kick off scratch build.

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

stderr:
sha256sum: /var/tmp/thn-pdT4QI/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 1266053] New: perl-String-Diff-0.07 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1266053

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



Latest upstream release: 0.07
Current version/release in rawhide: 0.06-8.fc23
URL: http://search.cpan.org/dist/String-Diff/

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 1266052] New: perl-Statistics-Descriptive-3.0609 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1266052

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



Latest upstream release: 3.0609
Current version/release in rawhide: 3.0608-3.fc23
URL: http://search.cpan.org/dist/Statistics-Descriptive/

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 1266052] perl-Statistics-Descriptive-3.0609 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1266052



--- Comment #1 from Upstream Release Monitoring 
 ---
Failed to kick off scratch build.

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

stderr:
sha256sum: /var/tmp/thn-oJeMsr/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 1266054] New: perl-System-Command-1.114 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1266054

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



Latest upstream release: 1.114
Current version/release in rawhide: 1.111-3.fc23
URL: http://search.cpan.org/dist/System-Command/

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 1266054] perl-System-Command-1.114 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1266054



--- Comment #1 from Upstream Release Monitoring 
 ---
Failed to kick off scratch build.

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

stderr:
sha256sum: /var/tmp/thn-4xxjUe/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 1266056] New: perl-Text-Reflow-1.11 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1266056

Bug ID: 1266056
   Summary: perl-Text-Reflow-1.11 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Text-Reflow
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Latest upstream release: 1.11
Current version/release in rawhide: 1.10-1.fc24
URL: http://search.cpan.org/dist/Text-Reflow/

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 1266056] perl-Text-Reflow-1.11 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1266056



--- Comment #1 from Upstream Release Monitoring 
 ---
Failed to kick off scratch build.

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

stderr:
sha256sum: /var/tmp/thn-LLf6Hq/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: dnf upgrade won't upgrade, but yum-deprecated does!!

2015-09-24 Thread Christopher Meng
https://bugzilla.redhat.com/show_bug.cgi?id=1265336

-- 

Yours sincerely,
Christopher Meng

http://awk.io
-- 
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-Data-Dump-Streamer

2015-09-24 Thread buildsys


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


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

Broken dependencies: perl-Devel-FindRef

2015-09-24 Thread buildsys


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


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

Broken dependencies: polymake

2015-09-24 Thread buildsys


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

2015-09-24 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the rawhide tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Alias

2015-09-24 Thread buildsys


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


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

Broken dependencies: perl-Method-Signatures

2015-09-24 Thread buildsys


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


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

Broken dependencies: polymake

2015-09-24 Thread buildsys


polymake has broken dependencies in the F-23 tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-POE-API-Peek

2015-09-24 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-Devel-FindRef

2015-09-24 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-B-Hooks-OP-Check-EntersubForCV

2015-09-24 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the F-23 tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Dump-Streamer

2015-09-24 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

Broken dependencies: perl-Data-Alias

2015-09-24 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-Devel-BeginLift

2015-09-24 Thread buildsys


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


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

psabata pushed to perl-Net-GitHub (f23). "0.78 bump"

2015-09-24 Thread notifications
From 7e156ffaa38d0b63cd132f3c323e41f1b07042d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Thu, 24 Sep 2015 13:15:41 +0200
Subject: 0.78 bump


diff --git a/.gitignore b/.gitignore
index c13ab64..a5a6658 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ Net-GitHub-0.22.tar.gz
 /Net-GitHub-0.74.tar.gz
 /Net-GitHub-0.75.tar.gz
 /Net-GitHub-0.77.tar.gz
+/Net-GitHub-0.78.tar.gz
diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec
index 6dbc7ca..34cd761 100644
--- a/perl-Net-GitHub.spec
+++ b/perl-Net-GitHub.spec
@@ -1,13 +1,14 @@
 Name:   perl-Net-GitHub
 Summary:Perl interface for github.com
-Version:0.77
-Release:3%{?dist}
+Version:0.78
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/F/FA/FAYLAND/Net-GitHub-%{version}.tar.gz
 URL:http://search.cpan.org/dist/Net-GitHub
 BuildArch:  noarch
 # Build
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(CPAN)
@@ -26,6 +27,7 @@ BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(LWP::UserAgent)
+BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Moo)
 BuildRequires:  perl(Moo::Role)
@@ -36,6 +38,7 @@ BuildRequires:  perl(warnings)
 # Tests only
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
+Requires:   perl(LWP::Protocol::https)
 Obsoletes:  %{name}-tests <= 0.50
 
 %{?perl_default_filter}
@@ -48,7 +51,7 @@ for working with GitHub users and repositories.
 %setup -q -n Net-GitHub-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 --skipdeps
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
@@ -64,6 +67,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Sep 24 2015 Petr Šabata  - 0.78-1
+- 0.78 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.77-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 4e6152c..6b3242d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56093520a6335d82bec9237339c64536  Net-GitHub-0.77.tar.gz
+5ef625454f5690e4793502e64c957fae  Net-GitHub-0.78.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-GitHub.git/commit/?h=f23=7e156ffaa38d0b63cd132f3c323e41f1b07042d4
--
Fedora Extras Perl SIG
http://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-Net-IMAP-Simple (master). "1.2206 bump"

2015-09-24 Thread notifications
From f223b81d7b8e0d6d7bfc0734e3e1781adf29bc4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 24 Sep 2015 12:32:49 +0200
Subject: 1.2206 bump


diff --git a/.gitignore b/.gitignore
index e6b48c8..0449d1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Net-IMAP-Simple-1.1916.tar.gz
+/Net-IMAP-Simple-1.2206.tar.gz
diff --git a/perl-Net-IMAP-Simple.spec b/perl-Net-IMAP-Simple.spec
index b5dea5f..af44b84 100644
--- a/perl-Net-IMAP-Simple.spec
+++ b/perl-Net-IMAP-Simple.spec
@@ -1,6 +1,6 @@
 Name: perl-Net-IMAP-Simple
-Version: 1.1916
-Release: 16%{?dist}
+Version: 1.2206
+Release: 1%{?dist}
 Summary: Simple IMAP account handling
 Group: Development/Libraries
 License: GPL+ or Artistic
@@ -9,11 +9,47 @@ Source0: 
http://search.cpan.org/CPAN/authors/id/J/JE/JETTERO/Net-IMAP-Simple-%{v
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
-BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::Command)
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Run-time:
+# Many of the tests do nothing because they need a real IMAP server defined by
+# NIS_TEST_HOST environment variable. Because TCP port cannot be redefined,
+# it's not possible to run a fake server as a non-root. Therefore many
+# dependencies are not exercised by the tests.
+BuildRequires: perl(base)
+BuildRequires: perl(Carp)
+BuildRequires: perl(IO::File)
+BuildRequires: perl(IO::Select)
 BuildRequires: perl(IO::Socket)
-BuildRequires: perl(Regexp::Common)
-BuildRequires: perl(Class::Accessor)
+# IO::Socket::SSL not used at tests
+BuildRequires: perl(IPC::Open3)
+# Net::SSLeay not used at tests
+BuildRequires: perl(overload)
+BuildRequires: perl(Parse::RecDescent)
+BuildRequires: perl(strict)
+BuildRequires: perl(Symbol)
+BuildRequires: perl(Tie::Handle)
+BuildRequires: perl(warnings)
+# Optional run-time:
+# IO::Socket::INET6 not used at tests
+# Tests:
+BuildRequires: perl(Fcntl)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(IO::Socket::INET)
+BuildRequires: perl(Test)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Time::HiRes)
+# Optional tests:
+# Test::Perl::Critic not used
+# Test::Pod 1.00 not used
+# Test::Pod::Coverage 1.00 not used
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires: perl(IO::Socket::SSL)
+Requires: perl(Net::SSLeay)
 
 %description
 Perl extension for simple IMAP account handling, mostly compatible
@@ -23,7 +59,7 @@ with Net::POP3.
 %setup -q -n Net-IMAP-Simple-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor /dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT
 
 %check
-make %{?_smp_mflags} test || :
+make %{?_smp_mflags} test I_PROMISE_TO_TEST_SINGLE_THREADED=1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root,-)
-%doc README Changes
+%doc README Changes TODO
 %dir %{perl_vendorlib}/Net/
 %dir %{perl_vendorlib}/Net/IMAP/
 %{perl_vendorlib}/Net/IMAP/Simple.pm
 %{perl_vendorlib}/Net/IMAP/Simple.pod
+%{perl_vendorlib}/Net/IMAP/Simple/PipeSocket.pm
+%{perl_vendorlib}/Net/IMAP/SimpleX.pm
+%{perl_vendorlib}/Net/IMAP/SimpleX.pod
 %{_mandir}/man3/Net::IMAP::Simple.3*
+%{_mandir}/man3/Net::IMAP::Simple::PipeSocket.3*
+%{_mandir}/man3/Net::IMAP::SimpleX.3*
 
 %changelog
+* Thu Sep 24 2015 Petr Pisar  - 1.2206-1
+- 1.2206 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.1916-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index dd49859..31e7b25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bafc6db379391051cfd311c1430234f9  Net-IMAP-Simple-1.1916.tar.gz
+3441d2fd91f8266067787151beb705a5  Net-IMAP-Simple-1.2206.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-IMAP-Simple.git/commit/?h=master=f223b81d7b8e0d6d7bfc0734e3e1781adf29bc4d
--
Fedora Extras Perl SIG
http://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-Net-GitHub (master). "0.78 bump"

2015-09-24 Thread notifications
From 7e156ffaa38d0b63cd132f3c323e41f1b07042d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Thu, 24 Sep 2015 13:15:41 +0200
Subject: 0.78 bump


diff --git a/.gitignore b/.gitignore
index c13ab64..a5a6658 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ Net-GitHub-0.22.tar.gz
 /Net-GitHub-0.74.tar.gz
 /Net-GitHub-0.75.tar.gz
 /Net-GitHub-0.77.tar.gz
+/Net-GitHub-0.78.tar.gz
diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec
index 6dbc7ca..34cd761 100644
--- a/perl-Net-GitHub.spec
+++ b/perl-Net-GitHub.spec
@@ -1,13 +1,14 @@
 Name:   perl-Net-GitHub
 Summary:Perl interface for github.com
-Version:0.77
-Release:3%{?dist}
+Version:0.78
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/F/FA/FAYLAND/Net-GitHub-%{version}.tar.gz
 URL:http://search.cpan.org/dist/Net-GitHub
 BuildArch:  noarch
 # Build
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(CPAN)
@@ -26,6 +27,7 @@ BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(LWP::UserAgent)
+BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Moo)
 BuildRequires:  perl(Moo::Role)
@@ -36,6 +38,7 @@ BuildRequires:  perl(warnings)
 # Tests only
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
+Requires:   perl(LWP::Protocol::https)
 Obsoletes:  %{name}-tests <= 0.50
 
 %{?perl_default_filter}
@@ -48,7 +51,7 @@ for working with GitHub users and repositories.
 %setup -q -n Net-GitHub-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 --skipdeps
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
@@ -64,6 +67,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Sep 24 2015 Petr Šabata  - 0.78-1
+- 0.78 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.77-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 4e6152c..6b3242d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56093520a6335d82bec9237339c64536  Net-GitHub-0.77.tar.gz
+5ef625454f5690e4793502e64c957fae  Net-GitHub-0.78.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-GitHub.git/commit/?h=master=7e156ffaa38d0b63cd132f3c323e41f1b07042d4
--
Fedora Extras Perl SIG
http://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: Updating to f23 beta from f22

2015-09-24 Thread Kalpa Welivitigoda
I followed [1] and tried the section "Fedora 22 -> Fedora 23". But in the
package list to be downloaded, I find gnome packages with 3.17 rather than
3.18. For example,

gnome-session x86_64 3.17.92-1.fc23 fedora 378 k

Shouldn't f23-beta contain gnome 3.18 packages? am I missing something here?

On Thu, Sep 24, 2015 at 3:54 PM, Kalpa Welivitigoda 
wrote:

>
>
> On Thu, Sep 24, 2015 at 3:51 PM, Peter Robinson 
> wrote:
>
>> On Thu, Sep 24, 2015 at 11:08 AM, Kalpa Welivitigoda
>>  wrote:
>> > Hi all,
>> >
>> > How can I update to f23 beta from f22?
>>
>> Same way as on other releases, with fedup (see thread on this list
>> against the release announcement for details) or "dnf distro-sync" as
>> per docs [1]
>>
>> Peter
>>
>> [1]
>> https://fedoraproject.org/wiki/Upgrading_Fedora_using_yum#Fedora_22_-.3E_Fedora_23
>
>
> Thanks Peter :-)
>
>
>>
>> --
>> devel mailing list
>> devel@lists.fedoraproject.org
>> https://admin.fedoraproject.org/mailman/listinfo/devel
>> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
>
>
>
>
> --
> Best Regards,
>
> Kalpa Welivitigoda
> +94776509215
> http://about.me/callkalpa
>



-- 
Best Regards,

Kalpa Welivitigoda
+94776509215
http://about.me/callkalpa
-- 
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-POE-API-Peek

2015-09-24 Thread buildsys


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


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

Broken dependencies: perl-Devel-BeginLift

2015-09-24 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Re: Updating to f23 beta from f22

2015-09-24 Thread Kalpa Welivitigoda
On Thu, Sep 24, 2015 at 3:51 PM, Peter Robinson 
wrote:

> On Thu, Sep 24, 2015 at 11:08 AM, Kalpa Welivitigoda
>  wrote:
> > Hi all,
> >
> > How can I update to f23 beta from f22?
>
> Same way as on other releases, with fedup (see thread on this list
> against the release announcement for details) or "dnf distro-sync" as
> per docs [1]
>
> Peter
>
> [1]
> https://fedoraproject.org/wiki/Upgrading_Fedora_using_yum#Fedora_22_-.3E_Fedora_23


Thanks Peter :-)


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




-- 
Best Regards,

Kalpa Welivitigoda
+94776509215
http://about.me/callkalpa
-- 
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: Updating to f23 beta from f22

2015-09-24 Thread Kalpa Welivitigoda
On Thu, Sep 24, 2015 at 5:03 PM, Peter Robinson 
wrote:

> On Thu, Sep 24, 2015 at 12:28 PM, Kalpa Welivitigoda
>  wrote:
> > I followed [1] and tried the section "Fedora 22 -> Fedora 23". But in the
> > package list to be downloaded, I find gnome packages with 3.17 rather
> than
> > 3.18. For example,
> >
> > gnome-session x86_64 3.17.92-1.fc23 fedora 378 k
> >
> > Shouldn't f23-beta contain gnome 3.18 packages? am I missing something
> here?
>
> Make sure you have updates-testing enabled, it could also be that your
> mirror is not updated yet.
>

Enabling updates-testing worked for me!. Thanks.


>
> Peter
>
> > On Thu, Sep 24, 2015 at 3:54 PM, Kalpa Welivitigoda  >
> > wrote:
> >>
> >>
> >>
> >> On Thu, Sep 24, 2015 at 3:51 PM, Peter Robinson 
> >> wrote:
> >>>
> >>> On Thu, Sep 24, 2015 at 11:08 AM, Kalpa Welivitigoda
> >>>  wrote:
> >>> > Hi all,
> >>> >
> >>> > How can I update to f23 beta from f22?
> >>>
> >>> Same way as on other releases, with fedup (see thread on this list
> >>> against the release announcement for details) or "dnf distro-sync" as
> >>> per docs [1]
> >>>
> >>> Peter
> >>>
> >>> [1]
> >>>
> https://fedoraproject.org/wiki/Upgrading_Fedora_using_yum#Fedora_22_-.3E_Fedora_23
> >>
> >>
> >> Thanks Peter :-)
> >>
> >>>
> >>>
> >>> --
> >>> devel mailing list
> >>> devel@lists.fedoraproject.org
> >>> https://admin.fedoraproject.org/mailman/listinfo/devel
> >>> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> >>
> >>
> >>
> >>
> >> --
> >> Best Regards,
> >>
> >> Kalpa Welivitigoda
> >> +94776509215
> >> http://about.me/callkalpa
> >
> >
> >
> >
> > --
> > Best Regards,
> >
> > Kalpa Welivitigoda
> > +94776509215
> > http://about.me/callkalpa
> >
> > --
> > devel mailing list
> > devel@lists.fedoraproject.org
> > https://admin.fedoraproject.org/mailman/listinfo/devel
> > Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
>



-- 
Best Regards,

Kalpa Welivitigoda
+94776509215
http://about.me/callkalpa
-- 
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 1266058] New: Upgrade perl-XML-Atom-SimpleFeed to 0.900

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1266058

Bug ID: 1266058
   Summary: Upgrade perl-XML-Atom-SimpleFeed to 0.900
   Product: Fedora
   Version: rawhide
 Component: perl-XML-Atom-SimpleFeed
  Keywords: FutureFeature
  Assignee: emman...@seyman.fr
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, perl-devel@lists.fedoraproject.org



Latest Fedora delivers 0.863 version. Upstream released 0.900. Please upgrade.

Also please enable release monitoring service to receive notifications about
future releases.

-- 
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-Encode (f23). "2.78 bump"

2015-09-24 Thread notifications
From 4ab1577122117b4e5320f9d477d36213743987d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 24 Sep 2015 09:10:57 +0200
Subject: 2.78 bump


diff --git a/.gitignore b/.gitignore
index e6eea5d..c50f644 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /Encode-2.75.tar.gz
 /Encode-2.76.tar.gz
 /Encode-2.77.tar.gz
+/Encode-2.78.tar.gz
diff --git a/perl-Encode.spec b/perl-Encode.spec
index 2e70021..69a09e4 100644
--- a/perl-Encode.spec
+++ b/perl-Encode.spec
@@ -1,6 +1,6 @@
 # Because encoding sub-package has independent version, version macro gets
 # redefined.
-%global cpan_version 2.77
+%global cpan_version 2.78
 Name:   perl-Encode
 Epoch:  3
 Version:%{cpan_version}
@@ -8,7 +8,7 @@ Version:%{cpan_version}
 # perl-encoding sub-package has independent version which does not change
 # often and consecutive builds would clash on perl-encoding NEVRA. This is the
 # same case as in perl.spec.
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Character encodings in Perl
 # ucm:  UCD
 # other files:  GPL+ or Artistic
@@ -165,6 +165,9 @@ make test
 %{perl_vendorarch}/Encode/encode.h
 
 %changelog
+* Thu Sep 24 2015 Petr Pisar  - 3:2.78-2
+- 2.78 bump
+
 * Wed Sep 16 2015 Petr Pisar  - 3:2.77-1
 - 2.77 bump
 
diff --git a/sources b/sources
index fcef971..7e153ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8208b057f4aee0bd1ffc122707bfdc88  Encode-2.77.tar.gz
+22706544f1744e60b578cad03eb34bbd  Encode-2.78.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Encode.git/commit/?h=f23=4ab1577122117b4e5320f9d477d36213743987d8
--
Fedora Extras Perl SIG
http://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 1265952] New: Upgrade perl-Locale-Currency-Format to 1.34

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265952

Bug ID: 1265952
   Summary: Upgrade perl-Locale-Currency-Format to 1.34
   Product: Fedora
   Version: rawhide
 Component: perl-Locale-Currency-Format
  Keywords: FutureFeature
  Assignee: vano...@gmail.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, vano...@gmail.com



Latest Fedora delivers 1.30. Upstream released 1.34. Please upgrade.

Also please enable release monitoring service to receive notifications about
future releases.

-- 
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 1265944] Upgrade perl-HTTP-CookieJar to 0.007

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265944

Yanko Kaneti  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2015-09-24 04:35:59



--- Comment #1 from Yanko Kaneti  ---
Thanks for the reminder. Updated rawhide to 0.007.

I have to admin I am lost as to where one enables the release monitoring
service. It seems you've already added it to release-monitoring.org , if thats
the same thing? How does it relate to pkgdb... 

If its still that old wiki page I am not interested.

-- 
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-09-21)

2015-09-24 Thread Matthias Runge
On Mon, Sep 21, 2015 at 11:35:30AM +, opensou...@till.name wrote:
> The following packages are orphaned and will be retired when they
> are orphaned for six weeks, unless someone adopts them. If you know for sure
> that the package should be retired, please do so now with a proper reason:
> https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life
> tinymceorphan, mrunge, ngompa, rhe   0 weeks ago   
> tinymce-spellchecker   orphan, mrunge, ngompa, rhe   0 weeks ago   
...
> Depending on: tinymce (1), status change: 2015-09-20 (0 weeks ago)
>   python-django-tinymce (maintained by: yuwang, mrunge)
>   python-django-tinymce-1.5.2-2.fc21.noarch requires tinymce = 
> 3.5.10-3.fc23

Those 3 package should imho just go away.

Any takers? Otherwise I'd retire them in 2 weeks.
-- 
Matthias Runge 
-- 
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 1265966] New: Upgrade perl-Nagios-Plugin to 0.990000

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265966

Bug ID: 1265966
   Summary: Upgrade perl-Nagios-Plugin to 0.99
   Product: Fedora
   Version: rawhide
 Component: perl-Nagios-Plugin
  Keywords: FutureFeature
  Assignee: psab...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-de...@lists.fedoraproject.org, psab...@redhat.com



Latest Fedora delivers 0.37 version. Upstream released 0.99. Please
upgrade.

Also please enable release monitoring service to receive notifications about
future releases.

-- 
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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

yaneti set the monitor flag of perl-Algorithm-Combinatorics to True

2015-09-24 Thread notifications
yaneti set the monitor flag of perl-Algorithm-Combinatorics to True

--
Fedora Extras Perl SIG
http://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 1265957] perl-Math-BigInt-GMP-1.43 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265957

Paul Howarth  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|psab...@redhat.com  |p...@city-fan.org



--- Comment #2 from Paul Howarth  ---
Already updated locally in git. This needs Math-BigInt-1.999703, not yet in
Rawhide.

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

[Bug 1265966] Upgrade perl-Nagios-Plugin to 0.990000

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265966

Petr Šabata  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-09-24 05:01:04



--- Comment #1 from Petr Šabata  ---
No, I don't plan to.  It's just an empty tombstone release.

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

-- 
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 1262580] perl-Nagios-Plugin-0.990000 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1262580

Petr Šabata  changed:

   What|Removed |Added

 CC||ppi...@redhat.com



--- Comment #3 from Petr Šabata  ---
*** Bug 1265966 has been marked as a duplicate of this bug. ***

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

ppisar uploaded Dancer-Session-Cookie-0.27.tar.gz for perl-Dancer-Session-Cookie

2015-09-24 Thread notifications
bc2c78e01a33281ba12ab3e344f2b435  Dancer-Session-Cookie-0.27.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Dancer-Session-Cookie/Dancer-Session-Cookie-0.27.tar.gz/md5/bc2c78e01a33281ba12ab3e344f2b435/Dancer-Session-Cookie-0.27.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Encode (master). "2.78 bump"

2015-09-24 Thread notifications
From 4ab1577122117b4e5320f9d477d36213743987d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 24 Sep 2015 09:10:57 +0200
Subject: 2.78 bump


diff --git a/.gitignore b/.gitignore
index e6eea5d..c50f644 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /Encode-2.75.tar.gz
 /Encode-2.76.tar.gz
 /Encode-2.77.tar.gz
+/Encode-2.78.tar.gz
diff --git a/perl-Encode.spec b/perl-Encode.spec
index 2e70021..69a09e4 100644
--- a/perl-Encode.spec
+++ b/perl-Encode.spec
@@ -1,6 +1,6 @@
 # Because encoding sub-package has independent version, version macro gets
 # redefined.
-%global cpan_version 2.77
+%global cpan_version 2.78
 Name:   perl-Encode
 Epoch:  3
 Version:%{cpan_version}
@@ -8,7 +8,7 @@ Version:%{cpan_version}
 # perl-encoding sub-package has independent version which does not change
 # often and consecutive builds would clash on perl-encoding NEVRA. This is the
 # same case as in perl.spec.
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Character encodings in Perl
 # ucm:  UCD
 # other files:  GPL+ or Artistic
@@ -165,6 +165,9 @@ make test
 %{perl_vendorarch}/Encode/encode.h
 
 %changelog
+* Thu Sep 24 2015 Petr Pisar  - 3:2.78-2
+- 2.78 bump
+
 * Wed Sep 16 2015 Petr Pisar  - 3:2.77-1
 - 2.77 bump
 
diff --git a/sources b/sources
index fcef971..7e153ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8208b057f4aee0bd1ffc122707bfdc88  Encode-2.77.tar.gz
+22706544f1744e60b578cad03eb34bbd  Encode-2.78.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Encode.git/commit/?h=master=4ab1577122117b4e5320f9d477d36213743987d8
--
Fedora Extras Perl SIG
http://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 1265939] New: Upgrade perl-gettext to 1.06

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265939

Bug ID: 1265939
   Summary: Upgrade perl-gettext to 1.06
   Product: Fedora
   Version: rawhide
 Component: perl-gettext
  Keywords: FutureFeature
  Assignee: rc040...@freenet.de
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: lxt...@gmail.com, perl-devel@lists.fedoraproject.org,
rc040...@freenet.de



Latest Fedora delivers 1.05 version. Upstream released 1.06. Please upgrade.

Also please enable release monitoring service to receive notifications about
future releases.

-- 
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 1265944] New: Upgrade perl-HTTP-CookieJar to 0.007

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265944

Bug ID: 1265944
   Summary: Upgrade perl-HTTP-CookieJar to 0.007
   Product: Fedora
   Version: rawhide
 Component: perl-HTTP-CookieJar
  Keywords: FutureFeature
  Assignee: yan...@declera.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, yan...@declera.com



Latest Fedora delivers 0.006 version. Upstream released 0.007. Please upgrade.

Also please enable release monitoring service to receive notifications about
future releases.

-- 
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 1265951] New: Upgrade perl-Lingua-EN-Fathom to 1.18

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265951

Bug ID: 1265951
   Summary: Upgrade perl-Lingua-EN-Fathom to 1.18
   Product: Fedora
   Version: rawhide
 Component: perl-Lingua-EN-Fathom
  Keywords: FutureFeature
  Assignee: r.landm...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jfe...@redhat.com, perl-devel@lists.fedoraproject.org,
r.landm...@redhat.com



Latest Fedora delivers 1.15. Upstream released 1.18. Please upgrade.

Also please enable release monitoring service to receive notifications about
future releases.

-- 
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 1265944] Upgrade perl-HTTP-CookieJar to 0.007

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265944



--- Comment #2 from Yanko Kaneti  ---
OK, I think I have a better grasp on it. The "Monitoring" section in the pkgdb
interface. I've enabled it.

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

yaneti set the monitor flag of perl-SNMP-Simple to True

2015-09-24 Thread notifications
yaneti set the monitor flag of perl-SNMP-Simple to True

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

yaneti set the monitor flag of perl-POE-Filter-Transparent-SMTP to True

2015-09-24 Thread notifications
yaneti set the monitor flag of perl-POE-Filter-Transparent-SMTP to True

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

Re: GNOME 3.18.0 megaupdate

2015-09-24 Thread Kalpa Welivitigoda
On Thu, Sep 24, 2015 at 2:36 PM, Richard Hughes  wrote:

> On 24 September 2015 at 10:04, Kalpa Welivitigoda 
> wrote:
> > Will the GNOME 3.18 updates be available to f22 as well?
>
> There's no plan to do this, sorry.
>

Thanks for the info. Seems we need to wait till f23 is out :-)


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



-- 
Best Regards,

Kalpa Welivitigoda
+94776509215
http://about.me/callkalpa
-- 
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 gettext-1.06.tar.gz for perl-gettext

2015-09-24 Thread notifications
dbafd5b97e0ce5b4cd1d8ded9661f09e  gettext-1.06.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-gettext/gettext-1.06.tar.gz/md5/dbafd5b97e0ce5b4cd1d8ded9661f09e/gettext-1.06.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 set the monitor flag of perl-Net-GitHub to nobuild

2015-09-24 Thread notifications
psabata set the monitor flag of perl-Net-GitHub to nobuild

--
Fedora Extras Perl SIG
http://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 1265945] New: Upgrade perl-HTTP-Server-Simple to 0.51

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265945

Bug ID: 1265945
   Summary: Upgrade perl-HTTP-Server-Simple to 0.51
   Product: Fedora
   Version: rawhide
 Component: perl-HTTP-Server-Simple
  Keywords: FutureFeature
  Assignee: tcall...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
tcall...@redhat.com



Latest Fedora delivers 0.50. Upstream released 0.51. Please upgrade.

Also please enable release monitoring service to receive notifications about
future releases.

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

yaneti set the monitor flag of perl-HTTP-CookieJar to True

2015-09-24 Thread notifications
yaneti set the monitor flag of perl-HTTP-CookieJar to True

--
Fedora Extras Perl SIG
http://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 1265959] New: Upgrade perl-Module-Starter-Plugin-CGIApp to 0.44

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265959

Bug ID: 1265959
   Summary: Upgrade perl-Module-Starter-Plugin-CGIApp to 0.44
   Product: Fedora
   Version: rawhide
 Component: perl-Module-Starter-Plugin-CGIApp
  Keywords: FutureFeature
  Assignee: emman...@seyman.fr
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, perl-devel@lists.fedoraproject.org



Latest Fedora delivers 0.42 version. Upstream released 0.44. Please upgrade.

Also please enable release monitoring service to receive notifications about
future releases.

-- 
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 1265944] Upgrade perl-HTTP-CookieJar to 0.007

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265944



--- Comment #3 from Petr Pisar  ---
There are two parts.

First one is the release-monitoring.org service that monitors upstream and maps
upstream to Fedora packages. I've already configured it for the
perl-HTTP-CookieJar package. This can be done by anybody.

Second one is Fedora's package database. See the `Package Status' box at
. There is
`Monitoring:' section with three possible values. Selecting `Bugs & builds' or
`Bugs only' will cause reporting new releases into Bugzilla. This can be done
only by the package owner (or maybe ACL-permitted users too).

These two services are independent. But to get the automatic notifications,
both services must be set.

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

jplesnik pushed to perl (f21). "Fix debugger y command scope level (bug #1129850)"

2015-09-24 Thread notifications
From 868e7c707e0489367c5289a4cd8c278f60f8c928 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 24 Sep 2015 11:12:48 +0200
Subject: Fix debugger y command scope level (bug #1129850)


diff --git a/perl-5.21.3-fix-debugger-y-command-scope-level.patch 
b/perl-5.21.3-fix-debugger-y-command-scope-level.patch
new file mode 100644
index 000..5c9b1ee
--- /dev/null
+++ b/perl-5.21.3-fix-debugger-y-command-scope-level.patch
@@ -0,0 +1,28 @@
+From 496f5ba57a43840a3c8ee61b21dc60d0c8bb5d52 Mon Sep 17 00:00:00 2001
+From: Tony Cook 
+Date: Fri, 15 Aug 2014 10:45:57 +1000
+Subject: [PATCH] fix debugger y command scope level
+
+5c2b78e73d3 moved handling of the y command into its own function,
+but did not adjust the provided scope level to account for the extra
+scope.
+---
+ lib/perl5db.pl | 2 +-
+ 1 file changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/lib/perl5db.pl b/lib/perl5db.pl
+index e3f63b3..e8d7751 100644
+--- a/lib/perl5db.pl
 b/lib/perl5db.pl
+@@ -1957,7 +1957,7 @@ sub _DB__handle_y_command {
+ my @vars = split( ' ', $match_vars || '' );
+ 
+ # Find the pad.
+-my $h = eval { PadWalker::peek_my( ( $match_level || 0 ) + 1 ) };
++my $h = eval { PadWalker::peek_my( ( $match_level || 0 ) + 2 ) };
+ 
+ # Oops. Can't find it.
+ if (my $Err = $@) {
+-- 
+2.4.3
+
diff --git a/perl.spec b/perl.spec
index 9215370..26d8c2c 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:309%{?dist}
+Release:310%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -136,6 +136,10 @@ Patch25:
perl-5.18.4-CPAN-Attemp-to-create-site-library-directories-on-fi
 # Don't leak the temp utf8 copy of namepv, bug #1062576, CPAN RT#123786
 Patch26:perl-123786-don-t-leak-the-temp-utf8-copy-of-n.patch
 
+# Fix debugger y command scope level, bug #1129850,
+# in upstream after 5.21.3
+Patch27:perl-5.21.3-fix-debugger-y-command-scope-level.patch
+
 # Link XS modules to libperl.so with EU::CBuilder on Linux, bug #960048
 Patch200:   
perl-5.16.3-Link-XS-modules-to-libperl.so-with-EU-CBuilder-on-Li.patch
 
@@ -1998,6 +2002,7 @@ tarball from perl.org.
 %patch24 -p1
 %patch25 -p1
 %patch26 -p1
+%patch27 -p1
 %patch200 -p1
 %patch201 -p1
 
@@ -2028,6 +2033,7 @@ perl -x patchlevel.h \
 'Fedora Patch24: Pass -fwrapv to stricter GCC 4.9 (RT#121505)' \
 'Fedora Patch25: Create site paths by cpan for the first time (CPAN 
RT#99905)' \
 'Fedora Patch26: Do not leak the temp utf8 copy of namepv (CPAN 
RT#123786)' \
+'Fedora Patch27: Fix debugger y command scope level' \
 'Fedora Patch200: Link XS modules to libperl.so with EU::CBuilder on 
Linux' \
 'Fedora Patch201: Link XS modules to libperl.so with EU::MM on Linux' \
 %{nil}
@@ -3759,6 +3765,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Thu Sep 24 2015 Jitka Plesnikova  - 4:5.18.1-310
+- Fix debugger y command scope level (bug #1129850)
+
 * Wed Sep 16 2015 Jitka Plesnikova  - 4:5.18.1-309
 - Don't leak the temp utf8 copy of namepv (bug #1062576)
 
-- 
cgit v0.10.2



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

ppisar uploaded Encode-2.78.tar.gz for perl-Encode

2015-09-24 Thread notifications
22706544f1744e60b578cad03eb34bbd  Encode-2.78.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Encode/Encode-2.78.tar.gz/md5/22706544f1744e60b578cad03eb34bbd/Encode-2.78.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 1265929] New: Upgrade perl-Excel-Template-Plus to 0.06

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265929

Bug ID: 1265929
   Summary: Upgrade perl-Excel-Template-Plus to 0.06
   Product: Fedora
   Version: rawhide
 Component: perl-Excel-Template-Plus
  Keywords: FutureFeature
  Assignee: sven.nierl...@consol.de
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
sven.nierl...@consol.de



Latest Fedora delivers 0.05 version. Upstream released 0.06. Please upgrade.

-- 
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 1265943] New: Upgrade perl-HTML-FormatText-WithLinks-AndTables to 0.06

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265943

Bug ID: 1265943
   Summary: Upgrade perl-HTML-FormatText-WithLinks-AndTables to
0.06
   Product: Fedora
   Version: rawhide
 Component: perl-HTML-FormatText-WithLinks-AndTables
  Keywords: FutureFeature
  Assignee: r.landm...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
r.landm...@redhat.com



Latest Fedora delivers 0.02 version. Upstream released 0.06. Please upgrade.

Also please enable release monitoring service to receive notification about
future releases.

-- 
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 1265986] New: perl-Net-GitHub-0.78 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265986

Bug ID: 1265986
   Summary: perl-Net-GitHub-0.78 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Net-GitHub
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 0.78
Current version/release in rawhide: 0.77-3.fc23
URL: http://search.cpan.org/dist/Net-GitHub/

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 1265986] perl-Net-GitHub-0.78 is available

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265986



--- Comment #1 from Upstream Release Monitoring 
 ---
Failed to kick off scratch build.

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

stderr:
sha256sum: /var/tmp/thn-BwQ9h5/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

dnf upgrade won't upgrade, but yum-deprecated does!!

2015-09-24 Thread Joachim Backes

Hi,

I'm running F23.

I tried to upgrade the gnome bulk update by using dnf, but nothing happens:


sudo dnf upgrade --enablerepo=updates-testing
Last metadata expiration check performed 0:59:27 ago on Thu Sep 24 
10:06:44 2015.

Dependencies resolved.
Nothing to do.
Complete!

But using yum-deprecated shows a lot of updates to be done!

Why that difference? dnf bug?

Kind regards

Joachim Backes

--

Fedora release 23 (Twenty Three)
Kernel-4.2.1-300.fc23.x86_64


Joachim Backes 
http://www-user.rhrk.uni-kl.de/~backes/
--
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: GNOME 3.18.0 megaupdate

2015-09-24 Thread Kalev Lember
On 09/24/2015 11:10 AM, Kalpa Welivitigoda wrote:
> 
> 
> On Thu, Sep 24, 2015 at 2:36 PM, Richard Hughes  > wrote:
> 
> On 24 September 2015 at 10:04, Kalpa Welivitigoda
> > wrote:
> > Will the GNOME 3.18 updates be available to f22 as well?
> 
> There's no plan to do this, sorry.
> 
> 
> Thanks for the info. Seems we need to wait till f23 is out :-)

... or install the beta! :)

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

ppisar pushed to perl-Dancer-Session-Cookie (master). "0.27 bump"

2015-09-24 Thread notifications
From d1a098583c43d1e69c473785817decb19f73d0c4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 24 Sep 2015 08:49:59 +0200
Subject: 0.27 bump


diff --git a/.gitignore b/.gitignore
index 0129015..21e69bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Dancer-Session-Cookie-0.15.tar.gz
 /Dancer-Session-Cookie-0.25.tar.gz
 /Dancer-Session-Cookie-0.26.tar.gz
+/Dancer-Session-Cookie-0.27.tar.gz
diff --git a/perl-Dancer-Session-Cookie.spec b/perl-Dancer-Session-Cookie.spec
index 21b7974..da8ce64 100644
--- a/perl-Dancer-Session-Cookie.spec
+++ b/perl-Dancer-Session-Cookie.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer-Session-Cookie
-Version:0.26
+Version:0.27
 Release:1%{?dist}
 Summary:Encrypted cookie-based session back-end for Dancer
 License:GPL+ or Artistic
@@ -7,11 +7,13 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Dancer-Session-Cookie/
 Source0:
http://www.cpan.org/authors/id/Y/YA/YANICK/Dancer-Session-Cookie-%{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(base)
 BuildRequires:  perl(Crypt::CBC)
@@ -53,9 +55,6 @@ avoid using external storage at all.
 
 %prep
 %setup -q -n Dancer-Session-Cookie-%{version}
-# Remove README.pod identical to README.mkdn which is installed spuriously
-rm README.pod
-sed -i -e '/^README\.pod/d' MANIFEST
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -76,6 +75,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 24 2015 Petr Pisar  - 0.27-1
+- 0.27 bump
+
 * Fri Sep 11 2015 Petr Pisar  - 0.26-1
 - 0.26 bump
 
diff --git a/sources b/sources
index a63937e..de05578 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab75c73318c7c50af9baf433e53d129c  Dancer-Session-Cookie-0.26.tar.gz
+bc2c78e01a33281ba12ab3e344f2b435  Dancer-Session-Cookie-0.27.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dancer-Session-Cookie.git/commit/?h=master=d1a098583c43d1e69c473785817decb19f73d0c4
--
Fedora Extras Perl SIG
http://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 1265922] New: amavisd and clamav dependencies

2015-09-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265922

Bug ID: 1265922
   Summary: amavisd and clamav dependencies
   Product: Fedora EPEL
   Version: epel7
 Component: amavisd-new
  Severity: low
  Assignee: j.orti.alca...@gmail.com
  Reporter: sistemisti-po...@csi.it
QA Contact: extras...@fedoraproject.org
CC: janfr...@tanso.net, j.orti.alca...@gmail.com,
perl-devel@lists.fedoraproject.org, st...@silug.org,
vanmeeuwen+fed...@kolabsys.com



Description of problem:

I have amavisd-new without local clamd server, because I configured it remotely
through instream protocol.
I very appreciate if you could leave clamav and altermime dependencies.

Version-Release number of selected component (if applicable):

amavisd-new-2.10.1-4.el7

Now I forcedly removed clamav, but it is not good: 
** Found 3 pre-existing rpmdb problem(s), 'yum check' output follows:
amavisd-new-2.10.1-4.el7.noarch has missing requires of altermime
amavisd-new-2.10.1-4.el7.noarch has missing requires of clamav-server
amavisd-new-2.10.1-4.el7.noarch has missing requires of clamav-server-systemd

Thanks a lot

-- 
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: Fedora 23 cloud image (and, for that matter, minimal anything) bloat

2015-09-24 Thread Vít Ondruch
Dne 22.9.2015 v 11:07 Matej Stuchlik napsal(a):
>
> When it comes to python3, one way to shave off ~9MiB from python3-libs, and
> possibly quite a bit more overall, would be to not install both optimized and
> unoptimized bytecode, as we do now, but just the unoptimized one (the 
> performance
> hit should be very small).

Isn't it time to use %filetriggers to generate the bytecode instead of
shipping it in packages? You would save a lot of space, you could drop
the most of the python{2,3} packages etc.

Also, you might consider to ship the precompiled bytecode just
optionally, using recommends.

On contrary, if you insist on shipping the bytecode, why you don't drop
the .py files? I see a lot of duplication all around python packages 


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

  1   2   3   >