Re: GCC 5 compatibility problems: GCC 4.10?

2015-06-20 Thread Paolo Bonzini


On 11/05/2015 15:44, Jakub Jelinek wrote:
 I bet it is the linux/include/compiler*.h stuff.
 
 In any case, supposedly you can just use
 gcc -U__GNUC__ -U__GNUC_MINOR__ -U__GNUC_PATCHLEVEL__ -D__GNUC__=4 
 -D__GNUC_MINOR__=10 -D__GNUC_PATCHLEVEL__=0
 instead of gcc, you don't need any hacks for that from the distro.

For Coverity I used this wrapper instead:

#! /bin/bash
case $* in
   *--version*|*--help*) $@  | sed 's,version 5\.1,version 4\.10,g' ;;
   *) $@ 2 (sed 's,version 5\.1,version 4\.10,g') ;;
esac

either directly or through CCACHE_PREFIX.

Paolo
-- 
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 1234037] New: perl-File-DesktopEntry-0.12 is available

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234037

Bug ID: 1234037
   Summary: perl-File-DesktopEntry-0.12 is available
   Product: Fedora
   Version: rawhide
 Component: perl-File-DesktopEntry
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, ktdre...@ktdreyer.com,
perl-devel@lists.fedoraproject.org, pertu...@free.fr



Latest upstream release: 0.12
Current version/release in rawhide: 0.11-2.fc23
URL: http://search.cpan.org/dist/File-DesktopEntry/

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

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

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

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

Re: GCC 5 compatibility problems: GCC 4.10?

2015-06-20 Thread Paolo Bonzini


On 20/06/2015 10:27, Paolo Bonzini wrote:
 
 
 On 11/05/2015 15:44, Jakub Jelinek wrote:
 I bet it is the linux/include/compiler*.h stuff.

 In any case, supposedly you can just use
 gcc -U__GNUC__ -U__GNUC_MINOR__ -U__GNUC_PATCHLEVEL__ -D__GNUC__=4 
 -D__GNUC_MINOR__=10 -D__GNUC_PATCHLEVEL__=0
 instead of gcc, you don't need any hacks for that from the distro.
 
 For Coverity I used this wrapper instead:
 
 #! /bin/bash
 case $* in
*--version*|*--help*) $@  | sed 's,version 5\.1,version 4\.10,g' ;;
*) $@ 2 (sed 's,version 5\.1,version 4\.10,g') ;;
 esac
 
 either directly or through CCACHE_PREFIX.

Hmm, nope.  It cannot find headers in /usr/lib.  I guess I'll build a
4.10-hacked GCC myself.

Paolo
-- 
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 1234037] perl-File-DesktopEntry-0.12 is available

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234037



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

-- 
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 Failed to synchronize cache for repo 'updates'

2015-06-20 Thread Kevin Fenzi
Everything should be back to normal now. 

Most of the repos metalinks we fixed last night and we fixed the rest
this morning. We now have tools to find and fix these so if this
happens again we will be much better ready to fix it faster. 

http://www.scrye.com/wordpress/nirik/2015/06/20/mirrorlistmetalink-woes-now-fixed/
has some general information about the problem, expect a more detailed
post probibly next week. 

Sorry for the troubles. 

kevin


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

FESCo, Env and Stacks elections - Voting starts on Monday 2015-Jun-22 at 00:00 UTC

2015-06-20 Thread Jan Kurik
Hello everyone!

The voting for FESCo and Env and Stacks elections is going to start on Monday 
2015-Jun-22 at 00:00 UTC. Please follow the link bellow to give your votes to 
our candidates.

The voting machine: https://admin.fedoraproject.org/voting/open
FESCo: https://admin.fedoraproject.org/voting/about/fesco-june-2015
Env and Stacks: 
https://admin.fedoraproject.org/voting/about/env.stacks-june-2015


Good luck our candidates and enjoy the nervousness before announcement of the 
elections result :-)



Elections schedule:
* June22: Email interview with candidates to be published in Fedora Magazine
* June 22-28: Voting open
* June29: Results announcement 

-- 
Jan Kuřík
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

retire junit-benchmarks

2015-06-20 Thread gil

Hi
The project has been deprecated in favor of JMH [1].
It currently fails to build in rawhide:
http://koji.fedoraproject.org/koji/taskinfo?taskID=10100262
because of https://bugzilla.redhat.com/show_bug.cgi?id=1106256
Thanks
- gil
[1] http://openjdk.java.net/projects/code-tools/jmh/
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

FESCo, Env and Stacks elections - Voting starts on Monday 2015-Jun-22 at 00:00 UTC

2015-06-20 Thread Jan Kurik
Hello everyone!

The voting for FESCo and Env and Stacks elections is going to start on Monday 
2015-Jun-22 at 00:00 UTC. Please follow the link bellow to give your votes to 
our candidates.

The voting machine: https://admin.fedoraproject.org/voting/open
FESCo: https://admin.fedoraproject.org/voting/about/fesco-june-2015
Env and Stacks: 
https://admin.fedoraproject.org/voting/about/env.stacks-june-2015


Good luck our candidates and enjoy the nervousness before announcement of the 
elections result :-)



Elections schedule:
* June22: Email interview with candidates to be published in Fedora Magazine
* June 22-28: Voting open
* June29: Results announcement 

-- 
Jan Kuřík
___
devel-announce mailing list
devel-annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

pghmcfc pushed to perl-Apache-Session-LDAP (master). Update to 0.4

2015-06-20 Thread notifications
From 00c2f4f27093bdb7d59cf6756c48edc1103aec0a Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sat, 20 Jun 2015 18:55:38 +0100
Subject: Update to 0.4


diff --git a/.gitignore b/.gitignore
index 4290b58..39af075 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Apache-Session-LDAP-[0-9.]*.zip
+/Apache-Session-LDAP-[0-9.]*.tar.gz
diff --git a/perl-Apache-Session-LDAP.spec b/perl-Apache-Session-LDAP.spec
index aad817a..d78f699 100644
--- a/perl-Apache-Session-LDAP.spec
+++ b/perl-Apache-Session-LDAP.spec
@@ -1,11 +1,11 @@
 Name:  perl-Apache-Session-LDAP
-Version:   0.3
-Release:   3%{?dist}
+Version:   0.4
+Release:   1%{?dist}
 Summary:   LDAP implementation of Apache::Session
 Group: Applications/System
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Apache-Session-LDAP/
-Source0:   
http://search.cpan.org/CPAN/authors/id/C/CO/COUDOT/Apache-Session-LDAP-%{version}.zip
+Source0:   
http://search.cpan.org/CPAN/authors/id/C/CO/COUDOT/Apache-Session-LDAP-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # Module Build
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Apache::Session::Store::LDAP.3*
 
 %changelog
+* Sat Jun 20 2015 Paul Howarth p...@city-fan.org - 0.4-1
+- Update to 0.4
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 58e87d7..b5f76b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb38346df633cdddc8d01ebb057bea31  Apache-Session-LDAP-0.3.zip
+491e6389ef71822c0eeda7fe4019a569  Apache-Session-LDAP-0.4.tar.gz
-- 
cgit v0.10.2



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

pghmcfc pushed to perl-Apache-Session-LDAP (perl-Apache-Session-LDAP-0.4-1.fc23). Update to 0.4

2015-06-20 Thread notifications
From 00c2f4f27093bdb7d59cf6756c48edc1103aec0a Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sat, 20 Jun 2015 18:55:38 +0100
Subject: Update to 0.4


diff --git a/.gitignore b/.gitignore
index 4290b58..39af075 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Apache-Session-LDAP-[0-9.]*.zip
+/Apache-Session-LDAP-[0-9.]*.tar.gz
diff --git a/perl-Apache-Session-LDAP.spec b/perl-Apache-Session-LDAP.spec
index aad817a..d78f699 100644
--- a/perl-Apache-Session-LDAP.spec
+++ b/perl-Apache-Session-LDAP.spec
@@ -1,11 +1,11 @@
 Name:  perl-Apache-Session-LDAP
-Version:   0.3
-Release:   3%{?dist}
+Version:   0.4
+Release:   1%{?dist}
 Summary:   LDAP implementation of Apache::Session
 Group: Applications/System
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Apache-Session-LDAP/
-Source0:   
http://search.cpan.org/CPAN/authors/id/C/CO/COUDOT/Apache-Session-LDAP-%{version}.zip
+Source0:   
http://search.cpan.org/CPAN/authors/id/C/CO/COUDOT/Apache-Session-LDAP-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # Module Build
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Apache::Session::Store::LDAP.3*
 
 %changelog
+* Sat Jun 20 2015 Paul Howarth p...@city-fan.org - 0.4-1
+- Update to 0.4
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 58e87d7..b5f76b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb38346df633cdddc8d01ebb057bea31  Apache-Session-LDAP-0.3.zip
+491e6389ef71822c0eeda7fe4019a569  Apache-Session-LDAP-0.4.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Apache-Session-LDAP.git/commit/?h=perl-Apache-Session-LDAP-0.4-1.fc23id=00c2f4f27093bdb7d59cf6756c48edc1103aec0a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Apache-Session-Browseable (master). Update to 1.1

2015-06-20 Thread notifications
From c1bc0af3f1925b6ba9e303a47f6728edeafdc157 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sat, 20 Jun 2015 19:20:05 +0100
Subject: Update to 1.1


diff --git a/perl-Apache-Session-Browseable.spec 
b/perl-Apache-Session-Browseable.spec
index 69ac26f..214fd8f 100644
--- a/perl-Apache-Session-Browseable.spec
+++ b/perl-Apache-Session-Browseable.spec
@@ -1,11 +1,11 @@
 Name:  perl-Apache-Session-Browseable
-Version:   1.0.2
-Release:   4%{?dist}
+Version:   1.1
+Release:   1%{?dist}
 Summary:   Add index and search methods to Apache::Session
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Apache-Session-Browseable/
-Source0:   
http://search.cpan.org/CPAN/authors/id/G/GU/GUIMARD/Apache-Session-Browseable-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/C/CO/COUDOT/Apache-Session-Browseable-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # Module Build
@@ -95,6 +95,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sat Jun 20 2015 Paul Howarth p...@city-fan.org - 1.1-1
+- Update to 1.1
+- This release by COUDOT → update source URL
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.0.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 27b0096..040ac77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6e24cb2937e22d643726e24227ff24f  Apache-Session-Browseable-1.0.2.tar.gz
+49be2eb67e029c78344149ab20815eec  Apache-Session-Browseable-1.1.tar.gz
-- 
cgit v0.10.2



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

pghmcfc uploaded Apache-Session-Browseable-1.1.tar.gz for perl-Apache-Session-Browseable

2015-06-20 Thread notifications
49be2eb67e029c78344149ab20815eec  Apache-Session-Browseable-1.1.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Apache-Session-Browseable/Apache-Session-Browseable-1.1.tar.gz/md5/49be2eb67e029c78344149ab20815eec/Apache-Session-Browseable-1.1.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Test-Valgrind (perl-Test-Valgrind-1.14-6.fc23). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-20 Thread notifications
From 48a9740c9f9c0981f0c4b00700ee80be6ddc4664 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Thu, 18 Jun 2015 12:57:24 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Test-Valgrind.spec b/perl-Test-Valgrind.spec
index d62d802..77096f0 100644
--- a/perl-Test-Valgrind.spec
+++ b/perl-Test-Valgrind.spec
@@ -1,7 +1,7 @@
 Name:  perl-Test-Valgrind
 Summary:   Generate suppressions, analyze and test any command with 
valgrind
 Version:   1.14
-Release:   5%{?dist}
+Release:   6%{?dist}
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Test-Valgrind/
@@ -134,6 +134,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Valgrind::Tool::memcheck.3*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.14-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova jples...@redhat.com - 1.14-5
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Valgrind.git/commit/?h=perl-Test-Valgrind-1.14-6.fc23id=48a9740c9f9c0981f0c4b00700ee80be6ddc4664
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc uploaded Apache-Session-LDAP-0.4.tar.gz for perl-Apache-Session-LDAP

2015-06-20 Thread notifications
491e6389ef71822c0eeda7fe4019a569  Apache-Session-LDAP-0.4.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Apache-Session-LDAP/Apache-Session-LDAP-0.4.tar.gz/md5/491e6389ef71822c0eeda7fe4019a569/Apache-Session-LDAP-0.4.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Apache-Session-Browseable (perl-Apache-Session-Browseable-1.1-1.fc23). Update to 1.1

2015-06-20 Thread notifications
From c1bc0af3f1925b6ba9e303a47f6728edeafdc157 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Sat, 20 Jun 2015 19:20:05 +0100
Subject: Update to 1.1


diff --git a/perl-Apache-Session-Browseable.spec 
b/perl-Apache-Session-Browseable.spec
index 69ac26f..214fd8f 100644
--- a/perl-Apache-Session-Browseable.spec
+++ b/perl-Apache-Session-Browseable.spec
@@ -1,11 +1,11 @@
 Name:  perl-Apache-Session-Browseable
-Version:   1.0.2
-Release:   4%{?dist}
+Version:   1.1
+Release:   1%{?dist}
 Summary:   Add index and search methods to Apache::Session
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Apache-Session-Browseable/
-Source0:   
http://search.cpan.org/CPAN/authors/id/G/GU/GUIMARD/Apache-Session-Browseable-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/C/CO/COUDOT/Apache-Session-Browseable-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # Module Build
@@ -95,6 +95,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sat Jun 20 2015 Paul Howarth p...@city-fan.org - 1.1-1
+- Update to 1.1
+- This release by COUDOT → update source URL
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.0.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 27b0096..040ac77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6e24cb2937e22d643726e24227ff24f  Apache-Session-Browseable-1.0.2.tar.gz
+49be2eb67e029c78344149ab20815eec  Apache-Session-Browseable-1.1.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Apache-Session-Browseable.git/commit/?h=perl-Apache-Session-Browseable-1.1-1.fc23id=c1bc0af3f1925b6ba9e303a47f6728edeafdc157
--
Fedora Extras Perl SIG
http://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 1229932] perl-Encode-Locale-1.05 is available

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1229932

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

   What|Removed |Added

   Fixed In Version|perl-Encode-Locale-1.05-1.f |perl-Encode-Locale-1.05-1.f
   |c20 |c21



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

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

[Test-Announce] 2015-06-22 @ 1600 UTC Fedora 23 Blocker Review Meeting

2015-06-20 Thread Adam Williamson
# F23 Blocker Review meeting
# Date: 2015-06-22
# Time: 1600 UTC
# Location: #fedora-blocker-review on irc.freenode.net

It's time for the first Fedora 23 blocker review meeting! We'll be
reviewing all proposed blocker and freeze exception bugs for all Fedora
23 milestones. At this time there is 1 proposed blocker and 1 proposed
FE for Alpha, there are no proposed blockers or FEs for Beta or Final.

We'll be evaluating these bugs to see if they violate any of the 
Release Criteria and warrant the blocking of a release if they're not 
fixed. Information on the release criteria for F23 can be found on the 
wiki [0].

For more information about the Blocker and Freeze exception process, 
check out these links:
 - https://fedoraproject.org/wiki/QA:SOP_blocker_bug_process
 - https://fedoraproject.org/wiki/QA:SOP_freeze_exception_bug_process

And for those of you who are curious how a Blocker Review Meeting 
works - or how it's supposed to go and you want to run one - check out 
the SOP on the wiki:
 - https://fedoraproject.org/wiki/QA:SOP_Blocker_Bug_Meeting

Have a good weekend and see you Monday!

[0] https://fedoraproject.org/wiki/Fedora_Release_Criteria
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

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

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

2015-06-20 Thread updates
The following Fedora EPEL 5 Security updates need testing:
 Age  URL
 1155  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5
 609  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11893/libguestfs-1.20.12-1.el5
 373  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1626/puppet-2.7.26-1.el5
 223  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3849/sblim-sfcb-1.3.8-2.el5
  13  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6573/mbedtls-1.3.11-1.el5
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6775/rubygem-extlib-0.9.16-1.el5
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6836/php-htmLawed-1.1.20-1.el5
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6773/drupal6-6.36-1.el5
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6811/drupal7-7.38-1.el5


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

R-3.2.1-1.el5
drupal6-6.36-1.el5
drupal7-7.38-1.el5
globus-common-15.30-1.el5
globus-gram-job-manager-14.26-1.el5
globus-gridftp-server-7.26-1.el5
globus-gssapi-gsi-11.19-1.el5
globus-net-manager-0.9-1.el5
lz4-r130-1.el5
myproxy-6.1.14-1.el5
php-htmLawed-1.1.20-1.el5
rubygem-extlib-0.9.16-1.el5

Details about builds:



 R-3.2.1-1.el5 (FEDORA-EPEL-2015-6754)
 A language for data analysis and graphics

Update Information:

Update R to 3.2.1

ChangeLog:

* Thu Jun 18 2015 Tom Callaway s...@fedoraproject.org - 3.2.1-1
- update to 3.2.1
* Tue Jun 16 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon May  4 2015 Jakub Čajka jca...@redhat.com - 3.2.0-2
- valgrind is available only on selected arches, fixes build on s390




 drupal6-6.36-1.el5 (FEDORA-EPEL-2015-6773)
 An open-source content-management platform

Update Information:

- Release 6.36 is a security fix release
- Upstream release notes: https://www.drupal.org/drupal-6.36-release-notes

ChangeLog:

* Thu Jun 18 2015 Peter Borsa peter.bo...@gmail.com - 6.36-1
- 6.36, SA-CORE-2015-002
* Wed Jun 17 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 6.35-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

References:

  [ 1 ] Bug #1232971 - drupal6-6.36 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1232971




 drupal7-7.38-1.el5 (FEDORA-EPEL-2015-6811)
 An open-source content-management platform

Update Information:

- Release 7.38 is a security fix release
- Upstream release notes: https://www.drupal.org/drupal-7.38-release-notes

ChangeLog:

* Thu Jun 18 2015 Peter Borsa peter.bo...@gmail.com - 7.38-1
- 7.38, DRUPAL-SA-CORE-2015-002.
* Wed Jun 17 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 7.37-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

References:

  [ 1 ] Bug #1232972 - drupal7-7.38 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1232972




 globus-common-15.30-1.el5 (FEDORA-EPEL-2015-6817)
 Globus Toolkit - Common Library

Update Information:

Globus toolkit updates.

ChangeLog:

* Sat Jun 20 2015 Mattias Ellert mattias.ell...@fysast.uu.se - 15.30-1
- GT6 update (make globus-version executable during build time)
* Wed Jun 17 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 15.29-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Jun  3 2015 Jitka Plesnikova jples...@redhat.com - 15.29-2
- Perl 5.22 rebuild

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

2015-06-20 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
 1155  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6
 219  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4008/cross-binutils-2.23.51.0.3-1.el6.1
  71  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5742/asterisk-1.8.32.3-1.el6
  21  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6487/rubygem-activesupport-2.3.18-6.el6
  13  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6590/mbedtls-1.3.11-1.el6
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1501/strongswan-5.3.2-1.el6
  10  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6649/ganglia-3.7.1-2.el6
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6672/php-symfony-2.3.30-1.el6
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6680/lsyncd-2.1.5-0.el6
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6742/seamonkey-2.28-6.ESR_31.7.0.el6
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6798/rubygem-extlib-0.9.16-1.el6
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6797/cups-x2go-3.0.1.3-1.el6
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6822/php-htmLawed-1.1.20-1.el6
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6828/chicken-4.9.0.1-4.el6
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6757/drupal6-6.36-1.el6
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6774/drupal7-7.38-1.el6


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

R-3.2.1-1.el6
chicken-4.9.0.1-4.el6
cups-x2go-3.0.1.3-1.el6
drupal6-6.36-1.el6
drupal7-7.38-1.el6
globus-common-15.30-1.el6
globus-gram-job-manager-14.26-1.el6
globus-gridftp-server-7.26-1.el6
globus-gssapi-gsi-11.19-1.el6
globus-net-manager-0.9-1.el6
golang-github-armon-circbuf-0-0.1.gitf092b4f.el6
golang-github-armon-go-metrics-0-0.1.gita54701e.el6
golang-github-armon-go-radix-0-0.1.git0bab926.el6
golang-github-armon-gomdb-0-0.2.git151f2e0.el6
golang-github-boltdb-bolt-0-0.1.git3b44955.el6
golang-github-go-mgo-mgo-0-0.1.git3569c88.el6
golang-github-go-tomb-tomb-0-0.1.git14b3d72.el6
golang-github-hashicorp-go-checkpoint-0-0.1.git88326f6.el6
golang-github-hashicorp-go-msgpack-0-0.1.git71c2886.el6
golang-github-hashicorp-go-multierror-0-0.1.gitfcdddc3.el6
golang-github-hashicorp-go-syslog-0-0.1.git42a2b57.el6
golang-github-hashicorp-golang-lru-0-0.1.gitd85392d.el6
golang-github-hashicorp-logutils-0-0.1.git367a65d.el6
golang-github-hashicorp-mdns-0-0.1.git2b439d3.el6
golang-github-hashicorp-memberlist-0-0.1.gitdad1009.el6
golang-github-hashicorp-net-rpc-msgpackrpc-0-0.1.gitd377902.el6
golang-github-hashicorp-raft-0-0.1.git6c2c8a2.el6
golang-github-hashicorp-raft-mdb-0-0.1.git4ec3694.el6
golang-github-hashicorp-yamux-0-0.1.gitb2e5585.el6
golang-github-howeyc-gopass-0-0.1.git2c70fa7.el6
golang-github-inconshreveable-muxado-0-0.1.gitf693c7e.el6
golang-github-jessevdk-go-flags-0-0.1.git5e11878.el6
golang-github-jtolds-gls-0-0.1.git9a4a02d.el6
golang-github-ryanuber-columnize-0-0.1.git44cb478.el6
golang-github-smartystreets-assertions-0-0.1.git4727d76.el6
golang-github-smartystreets-goconvey-0-0.1.git43652d6.el6
golang-github-spacemonkeygo-flagfile-0-0.1.git871ce56.el6
golang-github-spacemonkeygo-spacelog-0-0.1.gitae95ccc.el6
imapsync-1.637-2.el6
jglobus-2.1.0-2.el6
js-jquery-migrate-1.2.1-6.el6
knot-1.6.4-1.el6
libstoragemgmt-1.2.1-1.el6
libykneomgr-0.1.7-3.el6
lz4-r130-1.el6
myproxy-6.1.14-1.el6
nginx-1.0.15-12.el6
pam_yubico-2.19-1.el6
php-horde-Horde-Icalendar-2.1.0-1.el6
php-horde-horde-5.2.6-1.el6
php-horde-imp-6.2.9-1.el6
php-horde-kronolith-4.2.8-1.el6
php-horde-nag-4.2.5-1.el6
php-horde-turba-4.2.7-1.el6
php-htmLawed-1.1.20-1.el6
php-jdorn-sql-formatter-1.2.17-2.el6
php-znerol-php-stringprep-0-0.2.20150519git804b0d5.el6
rubygem-extlib-0.9.16-1.el6
ykclient-2.14-1.el6

Details about builds:



 R-3.2.1-1.el6 (FEDORA-EPEL-2015-6783)
 A language for data analysis and graphics

Update Information:

Update R to 3.2.1

ChangeLog:

* Thu Jun 18 2015 Tom Callaway s...@fedoraproject.org - 3.2.1-1
- update to 3.2.1
* Tue Jun 16 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon May  4 2015 Jakub Čajka jca...@redhat.com - 3.2.0-2
- valgrind is available only on selected arches, fixes build on s390

psabata uploaded HTTP-BrowserDetect-2.03.tar.gz for perl-HTTP-BrowserDetect

2015-06-20 Thread notifications
e6088a10c068ff65b94d5975148ab35a  HTTP-BrowserDetect-2.03.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-HTTP-BrowserDetect/HTTP-BrowserDetect-2.03.tar.gz/md5/e6088a10c068ff65b94d5975148ab35a/HTTP-BrowserDetect-2.03.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 1233997] perl-HTTP-BrowserDetect-2.03 is available

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233997

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-HTTP-BrowserDetect-2.0
   ||3-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-20 18:52:39



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

lucilanga set the monitor flag of perl-PDF-Create to False

2015-06-20 Thread notifications
lucilanga set the monitor flag of perl-PDF-Create to False

--
Fedora Extras Perl SIG
http://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 1230748] Upgrade perl-PDF-Create to 1.10

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230748

Lucian Langa co...@gnome.eu.org changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2015-06-20 19:05:30



-- 
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 1229062] perl-List-Compare-0.53 is available

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1229062



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

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

lucilanga set the monitor flag of perl-PDF-Create to True

2015-06-20 Thread notifications
lucilanga set the monitor flag of perl-PDF-Create 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 1232524] perl-Getopt-Long-2.47 is available

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1232524

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Getopt-Long-2.47-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-Getopt-Long-2.47-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-10366/perl-Getopt-Long-2.47-1.fc21
then log in and leave karma (feedback).

-- 
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 1220883] rt-4.2.11 is available

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1220883

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
Package rt-4.2.11-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing rt-4.2.11-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-10342/rt-4.2.11-1.fc21
then log in and leave karma (feedback).

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

lucilanga uploaded PDF-Create-1.10.tar.gz for perl-PDF-Create

2015-06-20 Thread notifications
83bed42d9603f1027aea180b693d680b  PDF-Create-1.10.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-PDF-Create/PDF-Create-1.10.tar.gz/md5/83bed42d9603f1027aea180b693d680b/PDF-Create-1.10.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

lucilanga pushed to perl-PDF-Create (master). sync with latest upstream

2015-06-20 Thread notifications
From 2b17147a833a680021275a4176588cef979df0fd Mon Sep 17 00:00:00 2001
From: Lucian Langa lucila...@gnome.org
Date: Sun, 21 Jun 2015 00:32:30 +0200
Subject: sync with latest upstream


diff --git a/.gitignore b/.gitignore
index 3cfd582..7f969e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 PDF-Create-1.04.tar.gz
+/PDF-Create-1.10.tar.gz
diff --git a/perl-PDF-Create.spec b/perl-PDF-Create.spec
index 00dee46..db3a27b 100644
--- a/perl-PDF-Create.spec
+++ b/perl-PDF-Create.spec
@@ -1,18 +1,19 @@
 Name:   perl-PDF-Create
-Version:1.04
-Release:16%{?dist}
+Version:1.10
+Release:1%{?dist}
 Summary:Create PDF files
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/PDF-Create/
-Source0:
http://www.cpan.org/authors/id/M/MA/MARKUSB/PDF-Create-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SZ/SZABGAB/PDF-Create-%{version}.tar.gz
 Source1:LICENSE
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Test::LeakTrace)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -35,13 +36,10 @@ size of the pages but only to their number.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-chmod -x pdf-logo.gif pdf-logo.jpg
 cp -p %{SOURCE1} %{_builddir}/PDF-Create-%{version}/
 
 %{_fixperms} $RPM_BUILD_ROOT/*
@@ -49,16 +47,17 @@ cp -p %{SOURCE1} %{_builddir}/PDF-Create-%{version}/
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc CHANGES LICENSE pdf-logo.gif pdf-logo.jpg README TODO
+%doc CHANGES pdf-logo.svg LICENSE README
 %{perl_vendorlib}/PDF
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Jun 21 2015 Lucian Langa lucila...@gnome.eu.org - 1.10-1
+- cleanup spec
+- update source url
+- update to latest upstream release
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.04-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 8ab9545..e97cb90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-786a508cfb10a6e2cd6344fa70f99692  PDF-Create-1.04.tar.gz
+83bed42d9603f1027aea180b693d680b  PDF-Create-1.10.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-PDF-Create.git/commit/?h=masterid=2b17147a833a680021275a4176588cef979df0fd
--
Fedora Extras Perl SIG
http://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-HTTP-BrowserDetect (master). 2.03 bump

2015-06-20 Thread notifications
From 8d4d68ee83d486bfc05e211397e7999c3d3972f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Sun, 21 Jun 2015 00:52:08 +0200
Subject: 2.03 bump


diff --git a/perl-HTTP-BrowserDetect.spec b/perl-HTTP-BrowserDetect.spec
index 6bd8685..85b1b03 100644
--- a/perl-HTTP-BrowserDetect.spec
+++ b/perl-HTTP-BrowserDetect.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTTP-BrowserDetect
 Summary:Determine the Web browser, version, and platform from an HTTP 
user agent string
-Version:2.02
+Version:2.03
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/HTTP::BrowserDetect.3pm*
 
 %changelog
+* Sun Jun 21 2015 Petr Šabata con...@redhat.com - 2.03-1
+- 2.03 bump
+
 * Thu Jun 18 2015 Petr Šabata con...@redhat.com - 2.02-1
 - 2.02 bump
 
diff --git a/sources b/sources
index 84bb7a5..55c7b22 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45bb6ba553d8100a1b033c056768da92  HTTP-BrowserDetect-2.02.tar.gz
+e6088a10c068ff65b94d5975148ab35a  HTTP-BrowserDetect-2.03.tar.gz
-- 
cgit v0.10.2



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

lucilanga set the monitor flag of perl-PDF-Create to True

2015-06-20 Thread notifications
lucilanga set the monitor flag of perl-PDF-Create 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

lucilanga set the monitor flag of perl-PDF-Create to nobuild

2015-06-20 Thread notifications
lucilanga set the monitor flag of perl-PDF-Create 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 1230148] Upgrade perl-Config-AutoConf to 0.311

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230148



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Config-AutoConf-0.311-1.fc22 has been pushed to the Fedora 22 stable
repository.  If problems still persist, please make note of it in this bug
report.

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

[Bug 1229062] perl-List-Compare-0.53 is available

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1229062



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

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

[Bug 1229816] Missing dependency in biber

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1229816

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||biber-1.8-10.fc22
 Resolution|--- |ERRATA
Last Closed||2015-06-20 20:08:15



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
biber-1.8-10.fc22 has been pushed to the Fedora 22 stable repository.  If
problems still persist, please make note of it in this bug report.

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

[Bug 1230593] Upgrade perl-Getopt-Euclid to 0.4.5

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230593

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Getopt-Euclid-0.4.5-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-Getopt-Euclid-0.4.5-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-10205/perl-Getopt-Euclid-0.4.5-1.fc21
then log in and leave karma (feedback).

-- 
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 1232062] perl-Log-Report-1.06 is available

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1232062

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Log-Report-1.06-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-Log-Report-1.06-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-10279/perl-Log-Report-1.06-1.fc21
then log in and leave karma (feedback).

-- 
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 1229932] perl-Encode-Locale-1.05 is available

2015-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1229932

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Encode-Locale-1.05-1.f |perl-Encode-Locale-1.05-1.f
   |c23 |c20
 Resolution|--- |ERRATA
Last Closed||2015-06-20 20:13:25



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

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

Broken dependencies: perl-XML-Xerces

2015-06-20 Thread buildsys


perl-XML-Xerces has broken dependencies in the epel-5 tree:
On ppc:
perl-XML-Xerces-2.7.0_0-4.el5.ppc requires libxerces-c.so.27
On x86_64:
perl-XML-Xerces-2.7.0_0-4.el5.x86_64 requires libxerces-c.so.27()(64bit)
On i386:
perl-XML-Xerces-2.7.0_0-4.el5.i386 requires libxerces-c.so.27
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-XML-Xerces

2015-06-20 Thread buildsys


perl-XML-Xerces has broken dependencies in the epel-5 tree:
On ppc:
perl-XML-Xerces-2.7.0_0-4.el5.ppc requires libxerces-c.so.27
On x86_64:
perl-XML-Xerces-2.7.0_0-4.el5.x86_64 requires libxerces-c.so.27()(64bit)
On i386:
perl-XML-Xerces-2.7.0_0-4.el5.i386 requires libxerces-c.so.27
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-SystemC-Vregs

2015-06-20 Thread buildsys


perl-SystemC-Vregs has broken dependencies in the epel-5 tree:
On ppc:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
On x86_64:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
On i386:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.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