Re: boost141 and stability of Boost API?

2013-09-29 Thread Haïkel Guémar
Le 29/09/2013 05:44, Dave Johansen a écrit :
 I just noticed that the boost141 package had been previously available
 in Fedora, but it has since been removed (
 https://fedorahosted.org/rel-eng/ticket/5291 ). I'm not familiar with
 the recent changes in Boost, but is the API stable enough to support a
 package to build on EL 5/6 and Fedora?
 Thanks,
 Dave



No, you shouldn't assume that.
Some Boost libraries often break the API in subtle ways (like changing
the whole exception hierarchy), or may provide different versions of the
API (ie: filesystem provides only API v2 in 1.41 and since 1.50 only API
v3).
You also have to check which libraries are used which may set the lower
version required to build your package.

You may have to provide a newer boost in EPEL, or patch your package to
compile under both versions.

H.
-- 
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: [HEADSUP] Atlas changed libraries

2013-09-29 Thread Susi Lehtola
On Sun, 29 Sep 2013 01:04:31 +0200
Kevin Kofler kevin.kof...@chello.at wrote:
 Susi Lehtola wrote:
  If you link to -lblas, you're shooting yourself in the leg in the first
  place, since that's the reference implementation on current Fedoras.
 
 In fact, I noticed that, and that's a serious packaging bug.
 
 If a package links -lblas -llapack, if ATLAS is installed, it'll get 
 reference BLAS and ATLAS LAPACK! If it links -llapack -lblas, it'll probably 
 get the ATLAS functions throughout, because then libatlas is resolved first. 
 That's very unexpected and broken behavior.

No, you're assuming nonstandard behavior. ATLAS has never done this.

I don't care what Debian does. Fedora tries to be in close contact with
upstream, which also includes not breaking their naming style.
-- 
Susi Lehtola
Fedora Project Contributor
jussileht...@fedoraproject.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: [HEADSUP] Atlas changed libraries

2013-09-29 Thread Susi Lehtola
On Sun, 29 Sep 2013 01:05:23 +0200
Kevin Kofler kevin.kof...@chello.at wrote:
 Susi Lehtola wrote:
  Again, you should file a bug to the FPC about this.
 
 Is this really the FPC's responsibility? I'd expect this to be the 
 maintainer's, and for escalation FESCO's.

FPC maintains packaging guidelines. If you think that BLAS/LAPACK
packages should have their own guideline, then file a proposition to
the FPC. FESCO is still there if the matter needs to be escalated from
the FPC.
-- 
Susi Lehtola
Fedora Project Contributor
jussileht...@fedoraproject.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: [HEADSUP] Atlas changed libraries

2013-09-29 Thread Susi Lehtola
On Sun, 29 Sep 2013 11:25:27 +0300
Susi Lehtola jussileht...@fedoraproject.org wrote:

 On Sun, 29 Sep 2013 01:05:23 +0200
 Kevin Kofler kevin.kof...@chello.at wrote:
  Susi Lehtola wrote:
   Again, you should file a bug to the FPC about this.
  
  Is this really the FPC's responsibility? I'd expect this to be the 
  maintainer's, and for escalation FESCO's.
 
 FPC maintains packaging guidelines. If you think that BLAS/LAPACK
 packages should have their own guideline, then file a proposition to
 the FPC. FESCO is still there if the matter needs to be escalated from
 the FPC.

Also, I'd still like to remind that the case of LAPACK/BLAS is
analogous to that of MPI - both follow the same standard, meaning the
same symbols in different implementations of the standard.

In the case of MPI there was a need to totally separate the different
implementations, because otherwise esoteric problems could arise. Why
would this case be different?

What about runtime C libraries, should you be able to switch those as
well?
-- 
Susi Lehtola
Fedora Project Contributor
jussileht...@fedoraproject.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Hello! Also, packaging baresip for Fedora

2013-09-29 Thread Lars Kellogg-Stedman
Hello everyone,

I've just submitted my first package review request to Fedora
(https://bugzilla.redhat.com/show_bug.cgi?id=1013363), which is for
libre (http://www.creytiv.com/re.html).  This is a dependency for
baresip (http://www.creytiv.com/baresip.html), which is a barebones
SIP client that I've found very useful for testing SIP connectivity.
I would ultimately like to get baresip into Fedora, but I will first
need to get the libre and librem libraries packaged first.

I've done a lot of packaging in the past for personal and/or work
related projects, but this is my first time trying to share work with
the larger community.

Cheers,

-- 
Lars Kellogg-Stedman l...@redhat.com

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

Re: Hello! Also, packaging baresip for Fedora

2013-09-29 Thread Michael Schwendt
On Sun, 29 Sep 2013 11:59:43 -0400, Lars Kellogg-Stedman wrote:

 Hello everyone,
 
 I've just submitted my first package review request to Fedora
 (https://bugzilla.redhat.com/show_bug.cgi?id=1013363), which is for
 libre (http://www.creytiv.com/re.html).  This is a dependency for
 baresip (http://www.creytiv.com/baresip.html), which is a barebones
 SIP client that I've found very useful for testing SIP connectivity.
 I would ultimately like to get baresip into Fedora, but I will first
 need to get the libre and librem libraries packaged first.
 
 I've done a lot of packaging in the past for personal and/or work
 related projects, but this is my first time trying to share work with
 the larger community.

Doesn't look too bad ;) judging based on very brief look at the spec file,
but it violates the Static Library Packaging Guidelines, and I wonder
who owns %{_datadir}/re?

* https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries
* 
https://fedoraproject.org/wiki/Packaging:Guidelines#File_and_Directory_Ownership
 - https://fedoraproject.org/wiki/Packaging:UnownedDirectories

 %{_libdir}/libre.so

A version-less library is less than ideal, however. How stable is the API/ABI?
-- 
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: Hello! Also, packaging baresip for Fedora

2013-09-29 Thread Lars Kellogg-Stedman
On Sun, Sep 29, 2013 at 06:14:30PM +0200, Michael Schwendt wrote:
 Doesn't look too bad ;) judging based on very brief look at the spec file,
 but it violates the Static Library Packaging Guidelines, and I wonder
 who owns %{_datadir}/re?

I've removed the static library and made the package an explicit owner
of %{_datadir}/re.  

  %{_libdir}/libre.so
 
 A version-less library is less than ideal, however. How stable is the API/ABI?

Yeah, that's my feeling, too, but that's what the upstream Makefile
currently produces.  I wasn't sure how invasive I should be in terms
of patching the upstream build process.

-- 
Lars Kellogg-Stedman l...@redhat.com

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

Re: [linux-sunxi] Announcing Fedora 19 ARM remix for Allwinner SOCs release 2

2013-09-29 Thread Hans de Goede

Hi,

On 09/28/2013 08:17 PM, jonsm...@gmail.com wrote:

On Sat, Sep 14, 2013 at 3:55 PM, Hans de Goede hdego...@redhat.com wrote:

Hi All,

I'm very happy to announce the second release (r2) of my Fedora 19 ARM
remix images for Allwinner A10, A10s, A13 and A20 based devices. This
release is based on the official Fedora 19 Final for ARM images,
with u-boot and kernel(s) from the linux-sunxi project:
http://linux-sunxi.org/


Runs for me but don't do a 'yum update'. Update will make the system unbootable.


Yes, my bad the kernel package name of the base image has changed, so the
exclude I'm adding to yum.conf no longer works with F-19.

You can still use yum update like this:

yum update --exclude=kernel*

It looks like there are some other issues with release 2 too, so I will likely
do a release 3 including a fix for this.

Regards,

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

Re: boost141 and stability of Boost API?

2013-09-29 Thread Dave Johansen
On Sat, Sep 28, 2013 at 10:56 PM, Robin Lee cheese...@fedoraproject.orgwrote:

 Upstream Tracker is a convenient place for checking API/ABI changes:
 For Boost: http://upstream-tracker.org/versions/boost.html


Wow, that's a great resource and I didn't even know about it.
Thanks,
Dave
-- 
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: boost141 and stability of Boost API?

2013-09-29 Thread Dave Johansen
On Sun, Sep 29, 2013 at 12:32 AM, Haïkel Guémar karlthe...@gmail.comwrote:

  Le 29/09/2013 05:44, Dave Johansen a écrit :

  I just noticed that the boost141 package had been previously available
 in Fedora, but it has since been removed (
 https://fedorahosted.org/rel-eng/ticket/5291 ). I'm not familiar with the
 recent changes in Boost, but is the API stable enough to support a package
 to build on EL 5/6 and Fedora?
  Thanks,
 Dave



 No, you shouldn't assume that.
 Some Boost libraries often break the API in subtle ways (like changing the
 whole exception hierarchy), or may provide different versions of the API
 (ie: filesystem provides only API v2 in 1.41 and since 1.50 only API v3).
 You also have to check which libraries are used which may set the lower
 version required to build your package.

 You may have to provide a newer boost in EPEL, or patch your package to
 compile under both versions.


It definitely looks like Boost is not a stable API (
http://upstream-tracker.org/versions/boost.html ). Getting newer versions
added to the EPEL is somewhat hard but doable, but I think that the biggest
issue is that it creates a moving target for EL developers. The purpose of
EL is supposed to be stability and consistency for production environments,
so what's wrong with having a boost141 package in Fedora to allow to a
piece of software to target a known Boost version? To me this seems like
the simplest solution for packages that want to support both EL and Fedora.
-- 
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: [HEADSUP] Atlas changed libraries

2013-09-29 Thread Kevin Kofler
Susi Lehtola wrote:

 On Sun, 29 Sep 2013 01:04:31 +0200
 Kevin Kofler kevin.kof...@chello.at wrote:
 Susi Lehtola wrote:
  If you link to -lblas, you're shooting yourself in the leg in the first
  place, since that's the reference implementation on current Fedoras.
 
 In fact, I noticed that, and that's a serious packaging bug.
 
 If a package links -lblas -llapack, if ATLAS is installed, it'll get
 reference BLAS and ATLAS LAPACK! If it links -llapack -lblas, it'll
 probably get the ATLAS functions throughout, because then libatlas is
 resolved first. That's very unexpected and broken behavior.
 
 No, you're assuming nonstandard behavior. ATLAS has never done this.

I am describing the behavior that actually happens with the Fedora 18 (and I 
presume 19 too) atlas-sse2 package!

Try running ldd on LAPACK-using stuff, you'll see how the ATLAS liblapack is 
picked up (but libblas is not overridden, which is a bug).

Kevin Kofler

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

Clang error: unknown target CPU 'pentium-m'

2013-09-29 Thread Sergio Pascual
Hi, I need help with an error of clang in mock.

I have this package review:

https://bugzilla.redhat.com/show_bug.cgi?id=1012169

That builds OK in mock in a x86_64 machine.

A scratch build in koji fails for x86_64 (and probably others)

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

with the following error (
http://kojipkgs.fedoraproject.org//work/tasks/2060/5992060/build.log)

error: unknown target CPU 'pentium-m'
ERROR:root:Command '['clang', '-O3', '-march=native', '-c',
'mathcode.c', '-S', '-emit-llvm', '-o',
'/builddir/build/BUILD/llvmmath-0.1.1/llvmmath/mathcode/mathcode.s',
'-I/usr/lib64/python2.7/site-packages/numpy/core/include',
'-I/usr/include/python2.7',
'-I/builddir/build/BUILD/llvmmath-0.1.1/llvmmath/mathcode/private']'
returned non-zero exit status 1
Traceback (most recent call last):
  File setup.py, line 103, in module
llvmmath.build.build_targets(config)
  File /builddir/build/BUILD/llvmmath-0.1.1/llvmmath/build.py, line
97, in build_targets
build_target(config)
  File /builddir/build/BUILD/llvmmath-0.1.1/llvmmath/build.py, line
46, in build_llvm
cwd=mathcode)
  File /usr/lib64/python2.7/subprocess.py, line 542, in check_call
raise CalledProcessError(retcode, cmd)

I imaging that -march=native is returning the arch of the builder, that is
not supported. How can I make this work?

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

[Test-Announce] 2013-09-30 @ 15:00 UTC - Fedora QA Meeting

2013-09-29 Thread Adam Williamson
# Fedora Quality Assurance Meeting
# Date: 2013-09-30
# Time: 15:00 UTC
(https://fedoraproject.org/wiki/Infrastructure/UTCHowto)
# Location: #fedora-meeting on irc.freenode.net

Greetings testers!

It's meeting time again on Monday! We have a few follow-up items from
last week, and we'll be looking ahead to Beta TC1 release which is
scheduled for tomorrow. Please add any agenda items I missed!

This is a reminder of the upcoming QA meeting. Please add any topic
suggestions to the meeting wiki page:
https://fedoraproject.org/wiki/QA/Meetings/20130930

The current proposed agenda is included below.

== Proposed Agenda Topics ==
1. Previous meeting follow-up
2. Fedora 20 Beta TC1 planning
3. Open floor
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin DOT 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

Re: Hello! Also, packaging baresip for Fedora

2013-09-29 Thread Lars Kellogg-Stedman
On Sun, Sep 29, 2013 at 12:38:25PM -0400, Lars Kellogg-Stedman wrote:
 On Sun, Sep 29, 2013 at 06:14:30PM +0200, Michael Schwendt wrote:
  A version-less library is less than ideal, however. How stable is the 
  API/ABI?
 
 Yeah, that's my feeling, too, but that's what the upstream Makefile
 currently produces.  I wasn't sure how invasive I should be in terms
 of patching the upstream build process.

I went ahead and generated a patch to the Makefile that uses the
package version for the library version.

-- 
Lars Kellogg-Stedman l...@redhat.com

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

what left in mass rebuild x264/ffmpeg for F20

2013-09-29 Thread Sérgio Basto
Hi, checking whatrequires ffmpeg-libs and x264-libs, and can't install
on F20 vm is :  

mythtv
acoustid-fingerprinter
bino
bombono-dvd
chromaprint-tools
dvbcut
ffmpegthumbnailer
ffmpegthumbs
gstreamer1-libav
k3b-extras-freeworld
kmediafactory
lightspark
mlt
mpd
qmmp-plugins-freeworld
xbmc
xine-lib-extras-freeworld


Best regards,
-- 
Sérgio M. B.

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

File ElasticSearch-0.66.tar.gz uploaded to lookaside cache by eseyman

2013-09-29 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-ElasticSearch:

0003fa883bf3df09ec9d58c90dad0008  ElasticSearch-0.66.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

[perl-ElasticSearch] Update to 0.66

2013-09-29 Thread Emmanuel Seyman
commit c2a6bfaedf50ab621357c07a6e0bae5de4d30446
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 29 10:07:45 2013 +0200

Update to 0.66

 .gitignore  |1 +
 perl-ElasticSearch.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6911a31..6b54d97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ElasticSearch-0.64.tar.gz
 /ElasticSearch-0.65.tar.gz
+/ElasticSearch-0.66.tar.gz
diff --git a/perl-ElasticSearch.spec b/perl-ElasticSearch.spec
index da8abcb..834bc9a 100644
--- a/perl-ElasticSearch.spec
+++ b/perl-ElasticSearch.spec
@@ -1,6 +1,6 @@
 Name:   perl-ElasticSearch
-Version:0.65
-Release:3%{?dist}
+Version:0.66
+Release:1%{?dist}
 Summary:API for communicating with ElasticSearch
 License:GPL+ or Artistic
 
@@ -76,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Sep 29 2013 Emmanuel Seyman emman...@seyman.fr - 0.66-1
+- Update to 0.66
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.65-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 5e0743f..a70d3ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab3f3afbea03a7e009b1a4f45dc8630a  ElasticSearch-0.65.tar.gz
+0003fa883bf3df09ec9d58c90dad0008  ElasticSearch-0.66.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

File Future-0.19.tar.gz uploaded to lookaside cache by eseyman

2013-09-29 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Future:

424aa5bf6472bf4e3ab01a20c92763c6  Future-0.19.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

[perl-Future] Update to 0.19

2013-09-29 Thread Emmanuel Seyman
commit ec1ffa692ac299e266329f80736422dcc714a5a4
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 29 10:19:41 2013 +0200

Update to 0.19

 .gitignore   |1 +
 perl-Future.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 79cc13b..a56e5b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Future-0.16.tar.gz
 /Future-0.17.tar.gz
 /Future-0.18.tar.gz
+/Future-0.19.tar.gz
diff --git a/perl-Future.spec b/perl-Future.spec
index 15574ac..9762ab6 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,5 +1,5 @@
 Name:   perl-Future
-Version:0.18
+Version:0.19
 Release:1%{?dist}
 Summary:Perl object system to represent an operation awaiting 
completion
 License:GPL+ or Artistic
@@ -46,6 +46,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Sep 29 2013 Emmanuel Seyman emman...@seyman.fr - 0.19-1
+- Update to 0.19
+
 * Sun Sep 22 2013 Emmanuel Seyman emman...@seyman.fr - 0.18-1
 - Update to 0.18
 
diff --git a/sources b/sources
index f44602a..40278d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5437aaec14aca2db8b797f9d96aeb21  Future-0.18.tar.gz
+424aa5bf6472bf4e3ab01a20c92763c6  Future-0.19.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

File HTML-Tidy-1.56.tar.gz uploaded to lookaside cache by eseyman

2013-09-29 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-HTML-Tidy:

dd4c0909e93033512606abf2f4e65dae  HTML-Tidy-1.56.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 1013314] New: perl-File-Fetch-0.44 is available

2013-09-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1013314

Bug ID: 1013314
   Summary: perl-File-Fetch-0.44 is available
   Product: Fedora
   Version: rawhide
 Component: perl-File-Fetch
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.44
Current version/release in Fedora Rawhide: 0.42-3.fc20
URL: http://search.cpan.org/dist/File-Fetch/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=0mlvghEAkha=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-HTML-Tidy] Update to 1.56

2013-09-29 Thread Emmanuel Seyman
commit b854780f2a2af183a6ad40223dbc0c673606cf04
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 29 10:40:01 2013 +0200

Update to 1.56

 .gitignore  |1 +
 perl-HTML-Tidy.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index daa889f..6d66492 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /HTML-Tidy-1.54.tar.gz
+/HTML-Tidy-1.56.tar.gz
diff --git a/perl-HTML-Tidy.spec b/perl-HTML-Tidy.spec
index 0775e3d..f0c2595 100644
--- a/perl-HTML-Tidy.spec
+++ b/perl-HTML-Tidy.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-Tidy
-Version:1.54
-Release:11%{?dist}
+Version:1.56
+Release:1%{?dist}
 Summary:(X)HTML cleanup in a Perl object
 License:Artistic 2.0 and (GPL+ or Artistic)
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/HTML::Tidy::Message.3pm*
 
 %changelog
+* Sun Sep 29 2013 Emmanuel Seyman emman...@seyman.fr - 1.56-1
+- Update to 1.56
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.54-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 6936531..8db6d79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3025e63d5a85d2abfa793dc1353f8752  HTML-Tidy-1.54.tar.gz
+dd4c0909e93033512606abf2f4e65dae  HTML-Tidy-1.56.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

File Router-Simple-0.15.tar.gz uploaded to lookaside cache by eseyman

2013-09-29 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Router-Simple:

b50f47030795d7e33e07f22bc6f60119  Router-Simple-0.15.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

[perl-Router-Simple] Update to 0.15

2013-09-29 Thread Emmanuel Seyman
commit f8fbe5d38b41edbec657c2e336657ff7eee4e0a3
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 29 10:44:43 2013 +0200

Update to 0.15

 .gitignore  |1 +
 perl-Router-Simple.spec |9 ++---
 sources |2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3bd907a..a693692 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Router-Simple-0.10.tar.gz
 /Router-Simple-0.13.tar.gz
 /Router-Simple-0.14.tar.gz
+/Router-Simple-0.15.tar.gz
diff --git a/perl-Router-Simple.spec b/perl-Router-Simple.spec
index 3de4076..92f62b1 100644
--- a/perl-Router-Simple.spec
+++ b/perl-Router-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Router-Simple
-Version:0.14
-Release:4%{?dist}
+Version:0.15
+Release:1%{?dist}
 Summary:Simple HTTP router
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -39,11 +39,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 ./Build test
 
 %files
-%doc Changes README
+%doc Changes README.md
 %{perl_vendorlib}/Router
 %{_mandir}/man3/*
 
 %changelog
+* Sun Sep 29 2013 Emmanuel Seyman emman...@seyman.fr - 0.15-1
+- Update to 0.15
+
 * Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.14-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index f17d85f..983617b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8c470ebdeb0c9d564fd2a62efebcaf4  Router-Simple-0.14.tar.gz
+b50f47030795d7e33e07f22bc6f60119  Router-Simple-0.15.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

File Test-FailWarnings-0.008.tar.gz uploaded to lookaside cache by eseyman

2013-09-29 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Test-FailWarnings:

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

[perl-Test-FailWarnings] Update to 0.008

2013-09-29 Thread Emmanuel Seyman
commit bf8065ca628ba7aa99600cd455fbe713a98774f2
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 29 10:59:22 2013 +0200

Update to 0.008

 .gitignore  |1 +
 perl-Test-FailWarnings.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d1f1ba3..594a668 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Test-FailWarnings-0.005.tar.gz
 /Test-FailWarnings-0.006.tar.gz
 /Test-FailWarnings-0.007.tar.gz
+/Test-FailWarnings-0.008.tar.gz
diff --git a/perl-Test-FailWarnings.spec b/perl-Test-FailWarnings.spec
index 3425de8..1173bbb 100644
--- a/perl-Test-FailWarnings.spec
+++ b/perl-Test-FailWarnings.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-FailWarnings
-Version:0.007
+Version:0.008
 Release:1%{?dist}
 Summary:Add test failures if warnings are caught
 License:ASL 2.0 
@@ -56,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Sep 29 2013 Emmanuel Seyman emman...@seyman.fr - 0.008-1
+- Update to 0.008
+
 * Sun Sep 01 2013 Emmanuel Seyman emman...@seyman.fr - 0.007-1
 - Update to 0.007
 
diff --git a/sources b/sources
index 297ceae..b291a7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e81bafafa5ecb9455b970f99b726da7c  Test-FailWarnings-0.007.tar.gz
+c03d51f550dbfd9945722ff7f4c32717  Test-FailWarnings-0.008.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Test-TempDir-0.08.tar.gz uploaded to lookaside cache by eseyman

2013-09-29 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Test-TempDir:

81542818c02d82caecfdfe14ccb4d281  Test-TempDir-0.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-TempDir] Update to 0.08

2013-09-29 Thread Emmanuel Seyman
commit 11f8d369e9c094c2c307c8e03eb2c5d1d4259af7
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Sep 29 11:14:06 2013 +0200

Update to 0.08

 .gitignore |1 +
 perl-Test-TempDir.spec |   14 +-
 sources|2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d94b2f0..f0fb922 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Test-TempDir-0.05.tar.gz
 /Test-TempDir-0.07.tar.gz
+/Test-TempDir-0.08.tar.gz
diff --git a/perl-Test-TempDir.spec b/perl-Test-TempDir.spec
index 7bebf20..19a3191 100644
--- a/perl-Test-TempDir.spec
+++ b/perl-Test-TempDir.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-TempDir
-Version:0.07
+Version:0.08
 Release:1%{?dist}
 Summary:Temporary files support for testing
 License:GPL+ or Artistic
@@ -31,11 +31,11 @@ Test::TempDir provides temporary directory creation with 
testing in mind.
 %setup -q -n Test-TempDir-%{version}
 
 %build
-%{__perl} Build.PL --installdirs vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-./Build install --destdir $RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist | xargs rm -f
 find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \;
@@ -43,7 +43,7 @@ find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %files
 %doc Changes README
@@ -51,6 +51,10 @@ find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \;
 %{_mandir}/man3/Test::TempDir*
 
 %changelog
+* Sun Sep 29 2013 Emmanuel Seyman emman...@seyman.fr - 0.08-1
+- Update to 0.08
+- Switch to make as a build system
+
 * Sun Sep 15 2013 Emmanuel Seyman emman...@seyman.fr - 0.07-1
 - Update to 0.07
 - Switch to Module::Build::Tiny as a build system
diff --git a/sources b/sources
index 59336ef..02a8465 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71aaa8156367cc17c31ce1bfa8ace070  Test-TempDir-0.07.tar.gz
+81542818c02d82caecfdfe14ccb4d281  Test-TempDir-0.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Padre

2013-09-29 Thread buildsys


perl-Padre has broken dependencies in the F-20 tree:
On x86_64:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.0)
On i386:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.0)
On armhfp:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.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-MIME-Lite-HTML

2013-09-29 Thread buildsys


perl-MIME-Lite-HTML has broken dependencies in the F-20 tree:
On x86_64:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On i386:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On armhfp:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.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-MooseX-TrackDirty-Attributes

2013-09-29 Thread buildsys


perl-MooseX-TrackDirty-Attributes has broken dependencies in the F-20 tree:
On x86_64:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
Please resolve this as soon as possible.


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

Broken dependencies: slic3r

2013-09-29 Thread buildsys


slic3r has broken dependencies in the F-20 tree:
On x86_64:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
On i386:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
On armhfp:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
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-Language-Expr

2013-09-29 Thread buildsys


perl-Language-Expr has broken dependencies in the F-20 tree:
On x86_64:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
Please resolve this as soon as possible.


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

Broken dependencies: perl-PDL

2013-09-29 Thread buildsys


perl-PDL has broken dependencies in the F-20 tree:
On x86_64:
perl-PDL-2.4.10-6.fc19.x86_64 requires perl(:MODULE_COMPAT_5.16.2)
perl-PDL-2.4.10-6.fc19.x86_64 requires libgd.so.2()(64bit)
On i386:
perl-PDL-2.4.10-6.fc19.i686 requires perl(:MODULE_COMPAT_5.16.2)
perl-PDL-2.4.10-6.fc19.i686 requires libgd.so.2
Please resolve this as soon as possible.


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

Broken dependencies: perl-PDL

2013-09-29 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.4.10-6.fc19.x86_64 requires perl(:MODULE_COMPAT_5.16.2)
perl-PDL-2.4.10-6.fc19.x86_64 requires libgd.so.2()(64bit)
On i386:
perl-PDL-2.4.10-6.fc19.i686 requires perl(:MODULE_COMPAT_5.16.2)
perl-PDL-2.4.10-6.fc19.i686 requires libgd.so.2
Please resolve this as soon as possible.


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

Broken dependencies: perl-Padre

2013-09-29 Thread buildsys


perl-Padre has broken dependencies in the rawhide tree:
On x86_64:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.0)
On i386:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.0)
On armhfp:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.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-MIME-Lite-HTML

2013-09-29 Thread buildsys


perl-MIME-Lite-HTML has broken dependencies in the rawhide tree:
On x86_64:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On i386:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On armhfp:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.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-MooseX-TrackDirty-Attributes

2013-09-29 Thread buildsys


perl-MooseX-TrackDirty-Attributes has broken dependencies in the rawhide tree:
On x86_64:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
Please resolve this as soon as possible.


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

Broken dependencies: slic3r

2013-09-29 Thread buildsys


slic3r has broken dependencies in the rawhide tree:
On x86_64:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
On i386:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
On armhfp:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
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

[Bug 1013089] abi-compliance-checker-1.99.8.4 is available

2013-09-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1013089



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
abi-compliance-checker-1.99.8.4-1.fc19 has been submitted as an update for
Fedora 19.
https://admin.fedoraproject.org/updates/abi-compliance-checker-1.99.8.4-1.fc19

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=JOK0ammToLa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1013089] abi-compliance-checker-1.99.8.4 is available

2013-09-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1013089



--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
abi-compliance-checker-1.99.8.4-1.fc18 has been submitted as an update for
Fedora 18.
https://admin.fedoraproject.org/updates/abi-compliance-checker-1.99.8.4-1.fc18

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=hF75o1KlEfa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1013089] abi-compliance-checker-1.99.8.4 is available

2013-09-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1013089



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
abi-compliance-checker-1.99.8.4-1.fc20 has been submitted as an update for
Fedora 20.
https://admin.fedoraproject.org/updates/abi-compliance-checker-1.99.8.4-1.fc20

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KV8IQ4vryQa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1013389] New: perl-MooseX-AttributeShortcuts-0.022 is available

2013-09-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1013389

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



Latest upstream release: 0.022
Current version/release in Fedora Rawhide: 0.021-1.fc21
URL: http://search.cpan.org/dist/MooseX-AttributeShortcuts/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pJz5OQDf8sa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel