Re: Plan to drop php-pecl-apc from Fedora - Urgent review needed

2013-04-17 Thread Remi Collet
Le 16/04/2013 17:12, Michał Piotrowski a écrit :
 So you want to replace APC with Zend OPcache on F18 and F17?

Not exactly.
It will be an admin choice.

Of course only 1 opcode cache can be enabled at the same time.

We have
php-pecl-zendopcache Conflicts: php-pecl-apc  3.1.15

APC 3.1.15dev is already in Fedora 19, with opcode cache disabled by
default (and in provided configuration)

I plan to push APC 3.1.15dev in Fedora 17, 18 with opcache enabled
(to not break existing configuration).

Admin will be able to install Zend OPcache (but will have to disable or
remove APC).

I will recommend all users who encounter issue with APC to switch to ZO.

Goal is to have as much as possible users of ZO and then have a robust
opcode cache in all branches (I work a lot with upstream on this project).

APCu will also be an alternative in Fedora = 19
It will obsolete APC in Fedora = 20

Note : APC is really replaced by ZO (opcode cache) + APCu (user cache)
But this a really good split. 1 feature = 1 extension.

And we still have another alternative opcode cache : php-xcache.


Remi.

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

Re: Broken dependencies: rubygem-pam

2013-04-17 Thread Vít Ondruch

Dne 17.4.2013 01:30, Adam Williamson napsal(a):

On 15/04/13 05:30 AM, Josef Stribny wrote:

Hi,

change ruby(abi) to Requires: ruby(release) as in guidelines [1]

Each Ruby package must indicate it depends on a Ruby interpreter. 
Use ruby(release) virtual requirement to achieve that:


This is due to support both MRI and JRuby in next Fedora releases.


Y'know, this one kinda made me scratch my head a little when I came 
across it, because surely 'abi' is a more accurate term than 'release' 
in the context of 'there are multiple different but compatible 
interpretations of the same basic thing, and this is a virtual 
dependency for packages which can happily use any of them'? I mean, 
switching from the word 'abi' to the word 'release' because you now 
have two things that provide the same...ABI...seems exactly 
bass-ackwards :) but I may be missing something.


http://lists.fedoraproject.org/pipermail/packaging/2012-December/008798.html

Vít
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Trimming (or obsoleting) %changelog?

2013-04-17 Thread Michael Schwendt
On Wed, 17 Apr 2013 11:25:17 +1000, Dan Fruehauf wrote:

 I tend to be against trimming. I was just looking at the binutils changelog
 (goes back to 1997):
 $ rpm -q --changelog binutils | wc -c
 54984
 
 That's around 50K, and compressed (RPMs are compressed):
 $ rpm -q --changelog binutils | gzip | wc -c
 15552
 
 15K is nothing. Really. I like to see the whole history of a package, it's
 nice and fun.

Fun? Maybe. Nice? Not always. The amount of irrelevant details can be
problematic and inconvenient when searching in the %changelog. And all you
find is a ten-year-old entry from an era when the package suffered from
the same/similar bug or was packaged very differently. Other entries would
refer to stuff not being available anymore, such as previous sub-packages,
previous builds, patched features that have been dropped years later,
retired bug trackers (e.g. bugzilla.fedora.us and its ticket numbers).

It should be up the packager(s) to decide when the package and the packaged
software have changed so much that old cruft in the %changelog could be
pruned.

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.0-0.rc6.git2.1.fc19.x86_64
loadavg: 0.06 0.14 0.16
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[RFE] lua 5.2

2013-04-17 Thread Luya Tshimbalanga

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Upstream has released lua to 5.2. It would be nice if it was pushed into
repository because
gpick 0.2.5 requires that version.
http://koji.fedoraproject.org/koji/watchlogs?taskID=5264534

- -- 
Luya Tshimbalanga
Graphic  Web Designer
E: l...@fedoraproject.org
W: http://www.coolest-storm.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (GNU/Linux)

iQEcBAEBAgAGBQJRbnC6AAoJEF5SgXTYomCaypoIALcdKFZcV4T1ucQxW4pH99tO
mWfwb19Il+r7bHHf5hT520sOBBmGsY46tE7d/4+AhIQ7WC3qlaYNwj6Vf0Pq0+Fe
4FRS+zzTDpJWEWB55YiB4VjUTEILEj7nPesJcLClRFG4oxxkASNZATdvGCuW+uH5
6zhxsnSdZQBt3Sa4o7XoLxIWSspZ1+/LaHxAcIts2rRwPDyRs3+lkl8IfZyYyNAX
MHSHgxj7A6YWoF5H5nk0oI2CEyxCOfQsMyeXwSgXew90PHRqMDcKDUyTef5c73Mq
s+vOKz+ZPisENatVntlOuCmzaiKVt4PiHT+3i+p0VBnCbFXGXTpBBqkI1QGMdMs=
=Em6f
-END PGP SIGNATURE-

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

Re: Trimming (or obsoleting) %changelog?

2013-04-17 Thread drago01
On Wed, Apr 17, 2013 at 5:18 AM, Mathieu Bridon
boche...@fedoraproject.org wrote:
 On Wed, 2013-04-17 at 12:10 +0900, Florian Festi wrote:
 For limiting the change log entries in the binary packages
 %_changelog_trimtime can be used that take a unix time stamp as an
 integer value. This way the whole history is still available in the spec
 file.

 Could redhat-rpm-config set that automatically, for example to the
 release date of Fedora N-1?

Why does it have to be date based?
Why not having a count based cutoff?
Like last N entries.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Trimming (or obsoleting) %changelog?

2013-04-17 Thread Ralf Corsepius

On 04/17/2013 12:03 PM, drago01 wrote:

On Wed, Apr 17, 2013 at 5:18 AM, Mathieu Bridon
boche...@fedoraproject.org wrote:

On Wed, 2013-04-17 at 12:10 +0900, Florian Festi wrote:

For limiting the change log entries in the binary packages
%_changelog_trimtime can be used that take a unix time stamp as an
integer value. This way the whole history is still available in the spec
file.


Could redhat-rpm-config set that automatically, for example to the
release date of Fedora N-1?


Why does it have to be date based?
Why not having a count based cutoff?
Like last N entries.

Ask yourself what changelogs are serve for and you'll find the answer.

It's questions such as:
- When did a change make it into a package?
- What are the changes since old NVR?
- Which changes are relevant to %changelog users?
...

That is, cutting at N would cut at points, which are likely cut off 
off the information users are interested in.


Ralf

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

Re: Trimming (or obsoleting) %changelog?

2013-04-17 Thread drago01
On Wed, Apr 17, 2013 at 12:11 PM, Ralf Corsepius rc040...@freenet.de wrote:
 On 04/17/2013 12:03 PM, drago01 wrote:

 On Wed, Apr 17, 2013 at 5:18 AM, Mathieu Bridon
 boche...@fedoraproject.org wrote:

 On Wed, 2013-04-17 at 12:10 +0900, Florian Festi wrote:

 For limiting the change log entries in the binary packages
 %_changelog_trimtime can be used that take a unix time stamp as an
 integer value. This way the whole history is still available in the spec
 file.


 Could redhat-rpm-config set that automatically, for example to the
 release date of Fedora N-1?


 Why does it have to be date based?
 Why not having a count based cutoff?
 Like last N entries.

 Ask yourself what changelogs are serve for and you'll find the answer.

 It's questions such as:
 - When did a change make it into a package?

This is available in the git repo.

 - What are the changes since old NVR?

Same here ... you can view a log from commit to commit to view that
(even diffs).

 - Which changes are relevant to %changelog users?
 ...

 That is, cutting at N would cut at points, which are likely cut off off
 the information users are interested in.


We are using git. You have everything there (not only the changelogs
but the old versions of spec file / patches).
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Trimming (or obsoleting) %changelog?

2013-04-17 Thread Ralf Corsepius

On 04/17/2013 12:19 PM, drago01 wrote:

On Wed, Apr 17, 2013 at 12:11 PM, Ralf Corsepius rc040...@freenet.de wrote:

On 04/17/2013 12:03 PM, drago01 wrote:


On Wed, Apr 17, 2013 at 5:18 AM, Mathieu Bridon
boche...@fedoraproject.org wrote:


On Wed, 2013-04-17 at 12:10 +0900, Florian Festi wrote:


For limiting the change log entries in the binary packages
%_changelog_trimtime can be used that take a unix time stamp as an
integer value. This way the whole history is still available in the spec
file.



Could redhat-rpm-config set that automatically, for example to the
release date of Fedora N-1?



Why does it have to be date based?
Why not having a count based cutoff?
Like last N entries.


Ask yourself what changelogs are serve for and you'll find the answer.

It's questions such as:
- When did a change make it into a package?


This is available in the git repo.


Jesus Christ - The git repos are not available to ordinary users, nor 
are they easily accessible!




- What are the changes since old NVR?


Same here ... you can view a log from commit to commit to view that
(even diffs).


- Which changes are relevant to %changelog users?
...

That is, cutting at N would cut at points, which are likely cut off off
the information users are interested in.



We are using git.

The packagers are using git - The distro's users aren't.


You have everything there (not only the changelogs
but the old versions of spec file / patches).


That's an urban myth.

Ralf



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

Distro flag in spec

2013-04-17 Thread Eugene Pivnev
Sorry for newbee question, but I can't find how to control packaging 
depending on distro.

Something like this:

%if 0%{?centos_version} || 0%{?rhel_version}
%define have_polkit 0
%define have_lightdm 0
%else
...
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Trimming (or obsoleting) %changelog?

2013-04-17 Thread Mathieu Bridon
On Wed, 2013-04-17 at 12:30 +0200, Ralf Corsepius wrote:
 On 04/17/2013 12:19 PM, drago01 wrote:
  On Wed, Apr 17, 2013 at 12:11 PM, Ralf Corsepius rc040...@freenet.de 
  wrote:
  On 04/17/2013 12:03 PM, drago01 wrote:
 
  On Wed, Apr 17, 2013 at 5:18 AM, Mathieu Bridon
  boche...@fedoraproject.org wrote:
 
  On Wed, 2013-04-17 at 12:10 +0900, Florian Festi wrote:
 
  For limiting the change log entries in the binary packages
  %_changelog_trimtime can be used that take a unix time stamp as an
  integer value. This way the whole history is still available in the spec
  file.
 
 
  Could redhat-rpm-config set that automatically, for example to the
  release date of Fedora N-1?
 
 
  Why does it have to be date based?
  Why not having a count based cutoff?
  Like last N entries.
 
  Ask yourself what changelogs are serve for and you'll find the answer.
 
  It's questions such as:
  - When did a change make it into a package?
 
  This is available in the git repo.
 
 Jesus Christ - The git repos are not available to ordinary users,

They are publicly and anonymously available.

However, they are not available offline, whereas rpm -q --changelog
is.


-- 
Mathieu

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

Re: Distro flag in spec

2013-04-17 Thread Jos Vos
On Wed, Apr 17, 2013 at 02:54:14PM +0400, Eugene Pivnev wrote:

 Sorry for newbee question, but I can't find how to control packaging 
 depending on distro.
 Something like this:
 
 %if 0%{?centos_version} || 0%{?rhel_version}
 %define have_polkit 0
 %define have_lightdm 0
 %else

There exits %fedora and %rhel macros with the major version number,
but only on the corresponding distros.  So use something like:

%if 0%{?rhel}  6 || 0{?fedora}  12
%define have_polkit 1
%define have_lightdm 1
%else
...

Note that 0{?rhel}  7 is TRUE on Fedora release (as %rhel is undefined),
so you should be extremely careful with this lind of expressions.
You then may want to use something like

%if 0%{?rhel}  0{?rhel}  7

Note that CentOS also has %rhel defined so there is no need (and it
is not recommended either) to use %centos (although it exists too).

-- 
--Jos Vos j...@xos.nl
--X/OS Experts in Open Systems BV   |   Phone: +31 20 6938364
--Amsterdam, The Netherlands| Fax: +31 20 6948204
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Distro flag in spec

2013-04-17 Thread Eugene Pivnev

17.04.2013 14:54, Eugene Pivnev пишет:
Sorry for newbee question, but I can't find how to control packaging 
depending on distro.

Something like this:

%if 0%{?centos_version} || 0%{?rhel_version}
%define have_polkit 0
%define have_lightdm 0
%else
...

Oops... Found: https://fedoraproject.org/wiki/Packaging:DistTag
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Distro flag in spec

2013-04-17 Thread Christopher Meng
https://fedoraproject.org/wiki/Packaging:DistTag

and have a look at opensuse's repo.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Expanding the list of Hardened Packages

2013-04-17 Thread Miloslav Trmač
On Wed, Apr 17, 2013 at 1:16 AM, Adam Williamson awill...@redhat.comwrote:

 On 15/04/13 09:48 AM, Miloslav Trmač wrote:

 The logical conclusion from this is to move to a language with automatic
 memory management.  The top vulnerability reports for programs written
 in C/C++ and most other languages so different that starting a new
 project that processes untrusted data in C/C++ is becoming indefensible.

 We seem to be stuck with C as the lowest common denominator that can be
 used from any runtime; long-term we _need_ to move away from that, or
 Linux will gain the reputation of least-secure OS around.

 Now, what to move to?  I currently don't have see any language/runtime I
 could recommend, which is in itself rather frightening.


 Can I step in and ask: move *what* exactly?

 This is the *Fedora* development list, remember. This thread was a
 discussion of the security of the Fedora package base as a whole. The
 Fedora project does not control the development of the code behind 99% of
 the Fedora package base.


The ecosystem :)  That's the problem, isn't it - one upstream switching a
language doesn't solve anything, and it is likely to add interoperability
problems.

Fedora, as a place where contributors to many different upstreams
intersect, seems like a fairly good place to discuss such ecosystem changes.


 The logical conclusion is to move to a different language doesn't seem
 particularly logical at all in context - as a reply to Harald's proposal
 for build parameters for all Fedora packages - because you're advocating a
 completely different change, one it is not at all feasible for Fedora to
 effect in this context.


Sure, it's not something that Fedora can do quickly.  All I want right now
is to get the idea in people's minds, and to see if there is some kind of
support for it, or an obvious direction that could be
encouraged/recommended, especially for new projects.


 So you've just pivoted the entire thread, for which congratulations, but
 this could really have been a separate discussion.


Yes, it was hijacking the thread a little, and I apologize for that.
However, in a sense, it is strongly on-topic - we're spending time on PIE
and related technologies that are, to simplify, primarily workaround for
using an unsuitable language.  That's fine as it goes; still, I think it's
important to get a wide understanding that the language itself is a
problem, and that we shouldn't be locking the ecosystem even stronger into
C/C++ (e.g. by considering safe languages inferior because they don't
support the same exploit mitigations that the C runtime does).
 Mirek
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Trimming (or obsoleting) %changelog?

2013-04-17 Thread Pavel Simerda
- Original Message -
 Jesus Christ

Unnecessary.

 The git repos are not available to ordinary users, nor
 are they easily accessible!

1) The command line way (with fedpkg)

sudo yum install @fedora-packager
fedpkg clone -a coreutils

2) The command line way (without fedpkg)

sudo yum install git
git clone git://pkgs.fedoraproject.org/coreutils.git

3) The web browser way

http://pkgs.fedoraproject.org/cgit/

(or you can go directly to http://pkgs.fedoraproject.org/cgit/coreutils.git)

Cheers,

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

rawhide report: 20130417 changes

2013-04-17 Thread Fedora Rawhide Report
Compose started at Wed Apr 17 08:15:37 UTC 2013

Broken deps for x86_64
--
[aeolus-conductor]
aeolus-conductor-0.10.6-2.fc19.noarch requires ruby(abi) = 0:1.9.1
[amide]
amide-1.0.0-4.fc19.x86_64 requires libvolpack.so.1()(64bit)
[clementine]
clementine-1.1.1-1.fc19.x86_64 requires libprotobuf.so.7()(64bit)
clementine-1.1.1-1.fc19.x86_64 requires libimobiledevice.so.3()(64bit)
[connman]
connman-1.5-4.fc19.i686 requires libxtables.so.7
connman-1.5-4.fc19.i686 requires libgnutls.so.26(GNUTLS_1_4)
connman-1.5-4.fc19.i686 requires libgnutls.so.26
connman-1.5-4.fc19.x86_64 requires libxtables.so.7()(64bit)
connman-1.5-4.fc19.x86_64 requires libgnutls.so.26(GNUTLS_1_4)(64bit)
connman-1.5-4.fc19.x86_64 requires libgnutls.so.26()(64bit)
[deltacloud-core]
deltacloud-core-1.0.5-2.fc19.noarch requires ruby(abi) = 0:1.9.1
[diet]
diet-2.8.1-5.fc19.i686 requires libxqilla.so.5
diet-2.8.1-5.fc19.x86_64 requires libxqilla.so.5()(64bit)
diet-examples-2.8.1-5.fc19.x86_64 requires libxqilla.so.5()(64bit)
[dragonegg]
dragonegg-3.1-19.fc19.x86_64 requires gcc = 0:4.7.2-9.fc19
[eg]
eg-1.7.5.2-1.fc20.noarch requires perl(one)
eg-1.7.5.2-1.fc20.noarch requires perl(it)
eg-1.7.5.2-1.fc20.noarch requires perl(an)
[flowcanvas]
flowcanvas-0.7.1-8.fc18.i686 requires libgraph.so.5
flowcanvas-0.7.1-8.fc18.x86_64 requires libgraph.so.5()(64bit)
[gcc-python-plugin]
gcc-python2-debug-plugin-0.11-1.fc19.x86_64 requires gcc = 
0:4.7.2-8.fc19
gcc-python2-plugin-0.11-1.fc19.x86_64 requires gcc = 0:4.7.2-8.fc19
gcc-python3-debug-plugin-0.11-1.fc19.x86_64 requires gcc = 
0:4.7.2-8.fc19
gcc-python3-plugin-0.11-1.fc19.x86_64 requires gcc = 0:4.7.2-8.fc19
[gnome-applets]
1:gnome-applets-3.5.92-3.fc18.x86_64 requires 
libgweather-3.so.1()(64bit)
[gnome-panel]
gnome-panel-3.6.2-6.fc19.x86_64 requires 
libgnome-desktop-3.so.5()(64bit)
gnome-panel-devel-3.6.2-6.fc19.i686 requires libgnome-desktop-3.so.5
gnome-panel-devel-3.6.2-6.fc19.x86_64 requires 
libgnome-desktop-3.so.5()(64bit)
[gnome-pie]
gnome-pie-0.5.3-3.20120826git1b93e1.fc19.x86_64 requires 
libbamf3.so.0()(64bit)
[gnomint]
gnomint-1.2.1-5.fc18.x86_64 requires libgnutls.so.26(GNUTLS_2_8)(64bit)
gnomint-1.2.1-5.fc18.x86_64 requires libgnutls.so.26(GNUTLS_1_4)(64bit)
gnomint-1.2.1-5.fc18.x86_64 requires libgnutls.so.26()(64bit)
[gooddata-cl]
gooddata-cl-1.2.56-2.fc19.noarch requires gdata-java
[kawa]
1:kawa-1.11-5.fc19.x86_64 requires servlet25
[libkolab]
php-kolab-0.4.1-3.fc19.x86_64 requires php(zend-abi) = 0:20100525-x86-64
php-kolab-0.4.1-3.fc19.x86_64 requires php(api) = 0:20100412-x86-64
[mapserver]
php-mapserver-6.0.3-9.fc19.x86_64 requires php(zend-abi) = 
0:20100525-x86-64
php-mapserver-6.0.3-9.fc19.x86_64 requires php(api) = 0:20100412-x86-64
[matreshka]
matreshka-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-0.3.0-3.fc19.x86_64 requires libgnat-4.7.so()(64bit)
matreshka-amf-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-amf-0.3.0-3.fc19.x86_64 requires libgnat-4.7.so()(64bit)
matreshka-amf-mofext-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-amf-mofext-0.3.0-3.fc19.x86_64 requires 
libgnat-4.7.so()(64bit)
matreshka-amf-ocl-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-amf-ocl-0.3.0-3.fc19.x86_64 requires libgnat-4.7.so()(64bit)
matreshka-amf-uml-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-amf-uml-0.3.0-3.fc19.x86_64 requires libgnat-4.7.so()(64bit)
matreshka-amf-utp-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-amf-utp-0.3.0-3.fc19.x86_64 requires libgnat-4.7.so()(64bit)
matreshka-fastcgi-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-fastcgi-0.3.0-3.fc19.i686 requires libgnarl-4.7.so
matreshka-fastcgi-0.3.0-3.fc19.x86_64 requires libgnat-4.7.so()(64bit)
matreshka-fastcgi-0.3.0-3.fc19.x86_64 requires libgnarl-4.7.so()(64bit)
matreshka-sql-core-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-sql-core-0.3.0-3.fc19.x86_64 requires libgnat-4.7.so()(64bit)
matreshka-sql-postgresql-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-sql-postgresql-0.3.0-3.fc19.x86_64 requires 
libgnat-4.7.so()(64bit)
matreshka-sql-sqlite-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-sql-sqlite-0.3.0-3.fc19.x86_64 requires 
libgnat-4.7.so()(64bit)
matreshka-xml-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-xml-0.3.0-3.fc19.x86_64 requires libgnat-4.7.so()(64bit)
[mygui]
mygui-3.2.0-4.fc20.i686 requires libCommon.so
mygui-3.2.0-4.fc20.x86_64 requires libCommon.so()(64bit)

F-19 Branched report: 20130417 changes

2013-04-17 Thread Fedora Branched Report
Compose started at Wed Apr 17 09:15:22 UTC 2013

Broken deps for x86_64
--
[aeolus-conductor]
aeolus-conductor-0.10.6-2.fc19.noarch requires ruby(abi) = 0:1.9.1
[alexandria]
alexandria-0.6.9-4.fc19.noarch requires ruby(abi) = 0:1.9.1
[amide]
amide-1.0.0-4.fc19.x86_64 requires libvolpack.so.1()(64bit)
[clementine]
clementine-1.1.1-1.fc19.x86_64 requires libprotobuf.so.7()(64bit)
clementine-1.1.1-1.fc19.x86_64 requires libimobiledevice.so.3()(64bit)
[connman]
connman-1.5-4.fc19.i686 requires libxtables.so.7
connman-1.5-4.fc19.i686 requires libgnutls.so.26(GNUTLS_1_4)
connman-1.5-4.fc19.i686 requires libgnutls.so.26
connman-1.5-4.fc19.x86_64 requires libxtables.so.7()(64bit)
connman-1.5-4.fc19.x86_64 requires libgnutls.so.26(GNUTLS_1_4)(64bit)
connman-1.5-4.fc19.x86_64 requires libgnutls.so.26()(64bit)
[deltacloud-core]
deltacloud-core-1.0.5-2.fc19.noarch requires ruby(abi) = 0:1.9.1
[denemo]
denemo-0.9.4-0.fc18.x86_64 requires libgtksourceview-3.0.so.0()(64bit)
[dragonegg]
dragonegg-3.1-19.fc19.x86_64 requires gcc = 0:4.7.2-9.fc19
[eruby]
eruby-1.0.5-19.fc18.x86_64 requires libruby.so.1.9()(64bit)
eruby-libs-1.0.5-19.fc18.i686 requires ruby(abi) = 0:1.9.0
eruby-libs-1.0.5-19.fc18.i686 requires libruby.so.1.9
eruby-libs-1.0.5-19.fc18.x86_64 requires ruby(abi) = 0:1.9.0
eruby-libs-1.0.5-19.fc18.x86_64 requires libruby.so.1.9()(64bit)
[fawkes]
fawkes-firevision-0.5.0-5.fc19.i686 requires libjpeg.so.8(LIBJPEG_8.0)
fawkes-firevision-0.5.0-5.fc19.i686 requires libjpeg.so.8
fawkes-firevision-0.5.0-5.fc19.x86_64 requires 
libjpeg.so.8(LIBJPEG_8.0)(64bit)
fawkes-firevision-0.5.0-5.fc19.x86_64 requires libjpeg.so.8()(64bit)
fawkes-guis-0.5.0-5.fc19.i686 requires libgraph.so.5
fawkes-guis-0.5.0-5.fc19.x86_64 requires libgraph.so.5()(64bit)
fawkes-plugin-clips-0.5.0-5.fc19.i686 requires libclipsmm.so.2
fawkes-plugin-clips-0.5.0-5.fc19.x86_64 requires 
libclipsmm.so.2()(64bit)
fawkes-plugin-player-0.5.0-5.fc19.x86_64 requires 
libgeos-3.3.6.so()(64bit)
fawkes-plugin-player-0.5.0-5.fc19.x86_64 requires 
libboost_thread-mt.so.1.50.0()(64bit)
fawkes-plugin-player-0.5.0-5.fc19.x86_64 requires 
libboost_system-mt.so.1.50.0()(64bit)
fawkes-plugin-player-0.5.0-5.fc19.x86_64 requires 
libboost_signals-mt.so.1.50.0()(64bit)
fawkes-plugin-tabletop-objects-0.5.0-5.fc19.x86_64 requires 
libboost_thread-mt.so.1.50.0()(64bit)
fawkes-plugin-tabletop-objects-0.5.0-5.fc19.x86_64 requires 
libboost_system-mt.so.1.50.0()(64bit)
[flowcanvas]
flowcanvas-0.7.1-8.fc18.i686 requires libgraph.so.5
flowcanvas-0.7.1-8.fc18.x86_64 requires libgraph.so.5()(64bit)
[gcc-python-plugin]
gcc-python2-debug-plugin-0.11-1.fc19.x86_64 requires gcc = 
0:4.7.2-8.fc19
gcc-python2-plugin-0.11-1.fc19.x86_64 requires gcc = 0:4.7.2-8.fc19
gcc-python3-debug-plugin-0.11-1.fc19.x86_64 requires gcc = 
0:4.7.2-8.fc19
gcc-python3-plugin-0.11-1.fc19.x86_64 requires gcc = 0:4.7.2-8.fc19
[gdcm]
gdcm-2.0.18-6.fc18.i686 requires libpoppler.so.26
gdcm-2.0.18-6.fc18.x86_64 requires libpoppler.so.26()(64bit)
[gearbox]
gearbox-10.11-3.fc19.i686 requires libIceUtil.so.35b
gearbox-10.11-3.fc19.x86_64 requires libIceUtil.so.35b()(64bit)
[gnome-applets]
1:gnome-applets-3.5.92-3.fc18.x86_64 requires 
libgweather-3.so.1()(64bit)
[gnome-panel]
gnome-panel-3.6.2-6.fc19.x86_64 requires 
libgnome-desktop-3.so.5()(64bit)
gnome-panel-devel-3.6.2-6.fc19.i686 requires libgnome-desktop-3.so.5
gnome-panel-devel-3.6.2-6.fc19.x86_64 requires 
libgnome-desktop-3.so.5()(64bit)
[gnome-pie]
gnome-pie-0.5.3-3.20120826git1b93e1.fc19.x86_64 requires 
libbamf3.so.0()(64bit)
[gnomint]
gnomint-1.2.1-5.fc18.x86_64 requires libgnutls.so.26(GNUTLS_2_8)(64bit)
gnomint-1.2.1-5.fc18.x86_64 requires libgnutls.so.26(GNUTLS_1_4)(64bit)
gnomint-1.2.1-5.fc18.x86_64 requires libgnutls.so.26()(64bit)
[gooddata-cl]
gooddata-cl-1.2.56-2.fc19.noarch requires gdata-java
[gorm]
gorm-1.2.18-1.fc19.i686 requires libgnustep-gui.so.0.22
gorm-1.2.18-1.fc19.x86_64 requires libgnustep-gui.so.0.22()(64bit)
[kawa]
1:kawa-1.11-5.fc19.x86_64 requires servlet25
[libkolab]
php-kolab-0.4.1-3.fc19.x86_64 requires php(zend-abi) = 0:20100525-x86-64
php-kolab-0.4.1-3.fc19.x86_64 requires php(api) = 0:20100412-x86-64
[matreshka]
matreshka-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-0.3.0-3.fc19.x86_64 requires libgnat-4.7.so()(64bit)
matreshka-amf-0.3.0-3.fc19.i686 requires libgnat-4.7.so
matreshka-amf-0.3.0-3.fc19.x86_64 requires libgnat-4.7.so()(64bit)
matreshka-amf-mofext-0.3.0-3.fc19.i686 

Bundled copies of the Porter stemmer library

2013-04-17 Thread Florian Weimer

--
Florian Weimer / Red Hat Product Security Team
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Bundled copies of the Porter stemmer library

2013-04-17 Thread Florian Weimer
Ugh, hit Send too soon.

I found some packages which embed copies of the Porter stemmer library
(PostgreSQL, tracker, pl, etc.).  Should I file bugs once I have the
full list, or should I apply for a bundling exception?

I don't know if the existing copies are patched in significant ways.

-- 
Florian Weimer / Red Hat Product Security Team
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Trimming (or obsoleting) %changelog?

2013-04-17 Thread Chris Adams
Once upon a time, drago01 drag...@gmail.com said:
 Why does it have to be date based?
 Why not having a count based cutoff?
 Like last N entries.

Neither is definately the correct thing to do.

All changes starting with the most recent upstream release should stay,
as that tells you (or at least should tell you) the difference between
foo-1.2.3 (upstream) and foo-1.2.3-4.fc18 (apparently 4th release for
Fedora 18).

Automated rebuild entries could be be dropped as soon as the next build
is done.

Any CVE references should probably stay until there's a new upstream
release (no matter how old or how many).
-- 
Chris Adams cmad...@hiwaay.net
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[Test-Announce] Fedora 19 Alpha Release Candidate 4 (RC4) Available Now!

2013-04-17 Thread Andre Robatino
NOTE: All DVD and Live images except KDE Live and SoaS Live are still
oversize (as they have been since 19 Alpha TC3).

As per the Fedora 19 schedule [1], Fedora 19 Alpha Release Candidate 4
(RC4) is now available for testing. Content information, including
changes, can be found at
https://fedorahosted.org/rel-eng/ticket/5545#comment:25 . Please see the
following pages for download links (including delta ISOs) and testing
instructions. Normally dl.fedoraproject.org should provide the fastest
download, but download-ib01.fedoraproject.org is available as a mirror
(with an approximately 1 hour lag) in case of trouble. To use it, just
replace dl with download-ib01 in the download URL.

Installation:

https://fedoraproject.org/wiki/Test_Results:Current_Installation_Test

Base:

https://fedoraproject.org/wiki/Test_Results:Current_Base_Test

Desktop:

https://fedoraproject.org/wiki/Test_Results:Current_Desktop_Test

Ideally, all Alpha priority test cases for Installation [2], Base [3],
and Desktop [4] should pass in order to meet the Alpha Release Criteria
[5]. Help is available on #fedora-qa on irc.freenode.net [6], or on the
test list [7].

Create Fedora 19 Alpha test composes (TC) and release candidates (RC)
https://fedorahosted.org/rel-eng/ticket/5545

Current Blocker and Freeze Exception bugs:
http://qa.fedoraproject.org/blockerbugs/current

[1] http://fedorapeople.org/groups/schedule/f-19/f-19-quality-tasks.html
[2] https://fedoraproject.org/wiki/QA:Installation_validation_testing
[3] https://fedoraproject.org/wiki/QA:Base_validation_testing
[4] https://fedoraproject.org/wiki/QA:Desktop_validation_testing
[5] https://fedoraproject.org/wiki/Fedora_19_Alpha_Release_Criteria
[6] irc://irc.freenode.net/fedora-qa
[7] https://admin.fedoraproject.org/mailman/listinfo/test



signature.asc
Description: OpenPGP digital signature
___
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

Re: Bundled copies of the Porter stemmer library

2013-04-17 Thread Tom Lane
Florian Weimer fwei...@redhat.com writes:
 I found some packages which embed copies of the Porter stemmer library
 (PostgreSQL, tracker, pl, etc.).  Should I file bugs once I have the
 full list, or should I apply for a bundling exception?

Well, as far as postgresql goes, you'll get zero interest from upstream
in unbundling, because the Porter code isn't widely available as a
prepackaged library.  (AFAIK anyway --- has that situation changed in
the last few years?)

regards, tom lane
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PIE breaks detection of available stack depth with getrlimit?

2013-04-17 Thread Tom Lane
Dhiru Kholia dhiru.kho...@gmail.com writes:
 On 04/16/13 at 05:59pm, Tom Lane wrote:
 Pursuant to the recent discussion about using _hardened_build in more
 packages, I tried turning it on in postgresql.  I was unpleasantly
 surprised to find that that causes the package's regression tests to
 fail, at least when running a 32-bit build in mock under a 64-bit
 kernel.  The cause appears to be that getrlimit(RLIMIT_STACK) reports
 an inflated value for the process's available stack space.

 I am wondering why Ubuntu didn't hit this bug earlier since they have
 been shipping PIE enabled postgresql for a long time now.

I'd bet a nickel they don't bother to run the regression tests during
build.  It's something that might not get noticed quickly in the field,
particularly if most users are on the 64-bit version.

 Does this problem occurs only under Linux 3.9 kernel (and not under
 Linux = 3.8 kernel versions) ?

Uh, no.  I first saw it on my overdue-for-upgrade F16 machine,
running kernel-3.6.11-4.fc16.x86_64.  I thought maybe it was a old
bug, but it's still there in F19.

regards, tom lane
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

File IO-Socket-SSL-1.86.tar.gz uploaded to lookaside cache by pghmcfc

2013-04-17 Thread Paul Howarth
A file has been added to the lookaside cache for perl-IO-Socket-SSL:

4e8b9b12535a5889c05a07ebca7bb0a4  IO-Socket-SSL-1.86.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Trimming (or obsoleting) %changelog?

2013-04-17 Thread Reindl Harald


Am 17.04.2013 12:03, schrieb drago01:
 On Wed, Apr 17, 2013 at 5:18 AM, Mathieu Bridon
 boche...@fedoraproject.org wrote:
 On Wed, 2013-04-17 at 12:10 +0900, Florian Festi wrote:
 For limiting the change log entries in the binary packages
 %_changelog_trimtime can be used that take a unix time stamp as an
 integer value. This way the whole history is still available in the spec
 file.

 Could redhat-rpm-config set that automatically, for example to the
 release date of Fedora N-1?
 
 Why does it have to be date based?
 Why not having a count based cutoff?
 Like last N entries

because if you look at some RPM's where the changelog
is really really well maintained you see it would make
no sense to strip nearly anything automatically

a combination of both makes sense

* strip anything older than X
* BUT leave at least N numbers of entries AND ignore
  auto-massrebuilds in this count



signature.asc
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [RFE] lua 5.2

2013-04-17 Thread Toshio Kuratomi
On Wed, Apr 17, 2013 at 02:51:58AM -0700, Luya Tshimbalanga wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Upstream has released lua to 5.2. It would be nice if it was pushed into
 repository because
 gpick 0.2.5 requires that version.
 http://koji.fedoraproject.org/koji/watchlogs?taskID=5264534
 

lua bug with the current status and work being done:
https://bugzilla.redhat.com/show_bug.cgi?id=815263

-Toshio


pgpJxxXRioLXO.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Is Raspberry Pi firmware still unsuitable for Fedora?

2013-04-17 Thread Peter Robinson
On Wed, Apr 17, 2013 at 2:03 AM, Adam Goode a...@spicenitz.org wrote:
 Is the Raspberry Pi firmware now ok to be packaged in Fedora proper?

Yes

 It looks like the Fedora guidelines for firmware can now include RPi stuff.

They now include ARM stuff and things like firmware required to boot a
device like the RPi needs.

 https://fedoraproject.org/wiki/Licensing:Main#Binary_Firmware
 https://github.com/raspberrypi/firmware/blob/master/boot/LICENCE.broadcom

 Yes? No?

 This is all that is keeping Raspberry Pi as a remix, correct? Or still
 waiting for full kernel upstream? (Let's ignore armv6hl stuff for
 now.)


Yes and no. F-18 is out so there won't be any more supported official
builds / HW platforms. For F-19+ the only HW that is being supported
is ARMv7+ as the amount of = ARMv6 devices is shrinking as ARM have
officially EOLed those chip designs and are encouraging manufacturers
to move to one o fthe Cortex-A* chips.

Seneca have a project to do a complete bringup of armv6hl for the RPi
but I've no idea of the state of this and they appear to be doing it
behind closed doors. They don't really communicate the status and
while I remember an alpha image for it being thrown over the fence
I've not really seen anything else of late and have no idea if the
koji instance is public or not.

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

Re: Bundled copies of the Porter stemmer library

2013-04-17 Thread Toshio Kuratomi
On Wed, Apr 17, 2013 at 10:05:12AM -0400, Tom Lane wrote:
 Florian Weimer fwei...@redhat.com writes:
  I found some packages which embed copies of the Porter stemmer library
  (PostgreSQL, tracker, pl, etc.).  Should I file bugs once I have the
  full list, or should I apply for a bundling exception?
 
Is this an actual library or just a C file distributed from a web page?

Filing bugs is probably needed as the packages will require modification
even if the FPC grants an exception.  However, it may be good to work out
some of the details beforehand.  If an exception were granted, we'd just
need to add virtual provides to the packages.  This is a lot easier than
modifying build scripts to build against the unbundled library.  Note
that the FPC will need many details in order to decide whether to grant an
exception or not.  So they *may* need to have information about each case of
bundling in each package anyway.  (Then again, there may be information that
applies to all of them... I need to write up a draft of our code snippet
exception criteria which this might (or might not) fall under if it's just
distributed as a source file on a website.)

 Well, as far as postgresql goes, you'll get zero interest from upstream
 in unbundling, because the Porter code isn't widely available as a
 prepackaged library.  (AFAIK anyway --- has that situation changed in
 the last few years?)
 
The hard question is really whether the code is modified.  For
distributions, another dependent library is simply one more package to ship.

What usually happens in a simple case of bundling is:

1) We identify it.
2) We package the bundled library separately
3) We add a flag to the build scripts of the bundling packages to use a
   system library instead of the bundled library (and the cascade of places
   in the build scripts that that has to change).
4) We submit that upstream and upstream accepts it.
5) Other distributions realize that they can now build with a system version
   of this library and they start packaging the system library to accomodate
   that (this latter point works in the other direction as well... we
   sometimes get the work done by other distributions in this same manner).

There are many non-simple cases (usually revolving around the bundled
library being modified) and a few cases where upstream doesn't want our
work or the package maintainer in Fedora doesn't want to perform the work
but those are happily, few.

-Toshio


pgpIA_wUcEo8K.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Is Raspberry Pi firmware still unsuitable for Fedora?

2013-04-17 Thread Josh Boyer
On Wed, Apr 17, 2013 at 04:21:02PM +0100, Peter Robinson wrote:
On Wed, Apr 17, 2013 at 2:03 AM, Adam Goode a...@spicenitz.org wrote:
 Is the Raspberry Pi firmware now ok to be packaged in Fedora proper?

Yes

 It looks like the Fedora guidelines for firmware can now include RPi stuff.

They now include ARM stuff and things like firmware required to boot a
device like the RPi needs.

 https://fedoraproject.org/wiki/Licensing:Main#Binary_Firmware
 https://github.com/raspberrypi/firmware/blob/master/boot/LICENCE.broadcom

 Yes? No?

 This is all that is keeping Raspberry Pi as a remix, correct? Or still
 waiting for full kernel upstream? (Let's ignore armv6hl stuff for
 now.)


Yes and no. F-18 is out so there won't be any more supported official
builds / HW platforms. For F-19+ the only HW that is being supported
is ARMv7+ as the amount of = ARMv6 devices is shrinking as ARM have
officially EOLed those chip designs and are encouraging manufacturers
to move to one o fthe Cortex-A* chips.

Also, as far as I know, there still isn't full support in the upstream
kernel so out-of-tree patches would be required.

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

Re: Trimming (or obsoleting) %changelog?

2013-04-17 Thread Ville Skyttä
On 2013-04-17 12:39, Michael Schwendt wrote:

 It should be up the packager(s) to decide when the package and the packaged
 software have changed so much that old cruft in the %changelog could be
 pruned.

Seconded. BTW what I usually do when pruning old entries is move them
into a separate text file which I then ship as %doc in the package.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Open Seat on the Fedora Packaging Committee

2013-04-17 Thread Tom Callaway
The Fedora Packaging Committee has one open seat and is accepting
submissions from interested candidates to serve on the FPC.

The FPC would like to thank Rex Dieter for his service, as he is
stepping down after several years.

This position involves not only reviewing Packaging Guideline drafts
submitted to the FPC for consideration, but also rewriting drafts
(sometimes from scratch) to resolve the issue in a more acceptable
fashion. Additionally, the FPC reviews bundling exceptions (and UID/GID
soft static assignment). The FPC meets on IRC weekly, Wednesdays at 1600
UTC, for approximately an hour. FPC members serve for as long as they
are willing, there are currently no term limits. All decisions are voted
on using a +1 (for), 0 (abstain), and -1 (against) mechanism, and all
decisions must be approved by a majority (+5). FPC Meetings do not
happen if quorum (5) is not present.

Candidates who are interested should provide the following details to
the FPC for consideration, by emailing it directly to me
(tcall...@redhat.com). The FPC will consider all candidates, but
strongly prefers candidates who have extensive experience packaging in
Fedora. We will accept applications for the next week (deadline
Wednesday Apr 24, 2013).

Name:
FAS Account:
Provenpackager? (Yes/No):
Main area of packaging interest/expertise:
Reason(s) for wanting to join the FPC:

Thanks in advance,

~tom

==
Fedora Project
___
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 ARM Weekly Status Meeting 2013-04-17

2013-04-17 Thread Paul Whalen
Good day all,

Please join us today (Wednesday, April 17th) at 4PM EDT (8PM UTC)
for the Fedora ARM weekly status meeting in #fedora-meeting-1 on Freenode.

On the agenda so far..

0) Status of ACTION items from our previous meeting

1) Problem packages

2) Aarch64 patching - status update

3) F19 Alpha planning
  
4) You topic here 

If there is something that you would like to discuss that isn't mentioned
please feel free to bring it up at the end of the meeting or send an email
to the list.

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

Re: Kernel functionality which replaced cpuspeed daemon thermal limits ?

2013-04-17 Thread Srinivas Pandruvada

Hi Matthew,Daniel, Petr,

Give your opinion about
https://01.org/linux-thermal-daemon

to solve your situation.

Thanks,
Srinivas

Open Source Technology Center,
Intel Corp.

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

Re: Trimming (or obsoleting) %changelog?

2013-04-17 Thread Nicolas Mailhot

Le Mer 17 avril 2013 13:41, Pavel Simerda a écrit :
 - Original Message -
 Jesus Christ

 Unnecessary.

 The git repos are not available to ordinary users, nor
 are they easily accessible!

 1) The command line way (with fedpkg)

 sudo yum install @fedora-packager
 fedpkg clone -a coreutils

 2) The command line way (without fedpkg)

 sudo yum install git
 git clone git://pkgs.fedoraproject.org/coreutils.git

 3) The web browser way

 http://pkgs.fedoraproject.org/cgit/

 (or you can go directly to
 http://pkgs.fedoraproject.org/cgit/coreutils.git)

None of which is practical when you are on a restricted network which is
the case pretty much everywhere in corp space except for software
developer enclaves (because software developers are special, they are
the guys with multiple screens on their desk, and they are anything but
the normal case)

-- 
Nicolas Mailhot

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

Re: meswa-libs* breaks X11 fedora 19

2013-04-17 Thread Sérgio Basto
On Ter, 2013-04-16 at 07:13 -0500, Brian Millett wrote: 
 On Tue, 16 Apr 2013 03:38:01 +0100
 Sérgio Basto ser...@serjux.com wrote:
 
  On Ter, 2013-04-16 at 03:05 +0100, Sérgio Basto wrote: 
   On Seg, 2013-04-15 at 23:20 +0100, Sérgio Basto wrote: 
On Seg, 2013-04-15 at 07:49 -0500, Brian Millett wrote: 
 I've a dell E6500 running F19.  Did a yum upgrade from F18.  All has
 been working great untill I tried to upgrade the following:
 
 
 mesa-libEGL.i686   9.1-6.fc19updates-testing
 mesa-libEGL.x86_64 9.1-6.fc19updates-testing
 mesa-libEGL-devel.x86_64   9.1-6.fc19updates-testing
 mesa-libGL.x86_64  9.1-6.fc19updates-testing
 mesa-libGL-devel.x86_649.1-6.fc19updates-testing
 mesa-libGLES.x86_649.1-6.fc19updates-testing
 mesa-libOSMesa.x86_64  9.1-6.fc19updates-testing
 mesa-libgbm.i686   9.1-6.fc19updates-testing
 mesa-libgbm.x86_64 9.1-6.fc19updates-testing
 mesa-libglapi.i686 9.1-6.fc19updates-testing
 mesa-libglapi.x86_64   9.1-6.fc19updates-testing
 
 
 Gnome-shell stops, reboot into a blank screen.  Had to rollback 
 and it works great.

you should open a bug , but since you mention , rollback to what
version ? 
   
   
   Yeah I rollback to 9.1-2.fc19 , and glxinfo begins to work normally ,
   I'm going fill a bug 
   
   tks 
  
  
  https://bugzilla.redhat.com/show_bug.cgi?id=952454
  
  
 
 Thanks!  I just couldn't determine if the bug was with mesa-libs, gnome-shell,
 ??  

Hi , anyone with this bug and without a nvidia property drive ? 

Thanks,
-- 
Sérgio M. B.

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

[Test-Announce] Fedora 19 Alpha Go/No-Go Meeting #2, Thursday, April 18 @ 17:00 UTC

2013-04-17 Thread Jaroslav Reznik
Join us on irc.freenode.net in #fedora-meeting-2 for this important
meeting, wherein we shall determine the readiness of the Fedora 19 Alpha.

Thursday, April 18, 2013 17:00 UTC (1 PM EDT, 10 AM PDT, 19:00 CEST)

Before each public release Development, QA and Release Engineering meet
to determine if the release criteria are met for a particular release.
This meeting is called the Go/No-Go Meeting.

Verifying that the Release criteria are met is the responsibility of
the QA Team.

For more details about this meeting see:
https://fedoraproject.org/wiki/Go_No_Go_Meeting

In the meantime, keep an eye on the Fedora 19 Alpha Blocker list:
http://qa.fedoraproject.org/blockerbugs/milestone/19/alpha/buglist
As for now, it looks pretty good - all accepted blockers are under
control and who knows, maybe the cat is still alive ;-)

Jaroslav

___
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

[HEADS-UP] util-linux: no more /usr/bin/floppy

2013-04-17 Thread Karel Zak

The util-linux package for Fedora = 19 does not contain floppy(8)
command anymore, reasons:

  * util-linux contains fdformat(8)

  * floppy(8) is not part of the util-linux upstream

  * floppy(8) upstream seems inactive:
http://sourceforge.net/projects/floppyutil/files/
 
  * if you really need floppy(8) then you can follow:
http://fedoraproject.org/wiki/New_package_process_for_existing_contributors


  Karel

-- 
 Karel Zak  k...@redhat.com
 http://karelzak.blogspot.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Fedora ARM Weekly Status Meeting Minutes 2013-04-16

2013-04-17 Thread Paul Whalen


Thanks to those that were able to join for the status meeting today, for those 
unable the minutes
are posted below:

Minutes: 
http://meetbot.fedoraproject.org/fedora-meeting-1/2013-04-17/fedora-meeting-1.2013-04-17-20.01.html
Minutes (text): 
http://meetbot.fedoraproject.org/fedora-meeting-1/2013-04-17/fedora-meeting-1.2013-04-17-20.01.txt
Log: 
http://meetbot.fedoraproject.org/fedora-meeting-1/2013-04-17/fedora-meeting-1.2013-04-17-20.01.log.html

Paul



===
#fedora-meeting-1: Fedora ARM weekly status meeting
===


Meeting started by pwhalen at 20:01:04 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/fedora-meeting-1/2013-04-17/fedora-meeting-1.2013-04-17-20.01.log.html
.



Meeting summary
---
* 0) Status of ACTION items from our previous meeting  (pwhalen,
  20:02:37)
  * -COMPLETE- bconoboy to work out remaining minimal F19 package set
requiring aarch64 autotools patching  (pwhalen, 20:02:45)
  * masta, j_dulaney, oatley to try upstream kernel on a10 devices
(pwhalen, 20:02:58)
  * LINK:

http://meetbot.fedoraproject.org/fedora-meeting-1/2013-04-10/fedora-meeting-1.2013-04-10-20.00.html
(pwhalen, 20:03:09)
  * j_dulaney tried 3.9rc6 upstream kernel on a Gooseberry using the
defconfig, did not boot  (pwhalen, 20:06:06)

* 1) Problem packages  (pwhalen, 20:07:15)
  * python3 current problem package being worked on  (pwhalen, 20:08:19)
  * java-1.7.0-openjdk FTBFS  (pwhalen, 20:10:56)
  * LINK: https://bugzilla.redhat.com/show_bug.cgi?id=953257   (pwhalen,
20:11:07)
  * python3 https://bugzilla.redhat.com/show_bug.cgi?id=951802
(pwhalen, 20:12:34)
  * tog-pegasus: dmarlin is continuing to work on atomics issues
(bconoboy, 20:15:40)

* 2) Aarch64 patching - status update  (pwhalen, 20:15:59)
  * ACTION: ahs3 will update the package scanner to better handle false
positives and negatives  (bconoboy, 20:29:06)
  * an updated message with more accurate instructions for recipients
will be crafted after the list is regenerated  (bconoboy, 20:29:40)
  * ACTION: ahs3/pbrobinson/dgilmore will write the updated directions
(bconoboy, 20:32:15)

* 3) F19 Alpha planning  (pwhalen, 20:32:33)
  * F19 alpha image generation is being held up by problems with live
media creator and/or anaconda  (bconoboy, 20:48:58)
  * LINK: livemedia-creator fails to make an ISO image using --novirt:
https://bugzilla.redhat.com/show_bug.cgi?id=920764  (bconoboy,
20:49:15)
  * LINK: livemedia-creator appears to hang when using --novirt
--image-only: https://bugzilla.redhat.com/show_bug.cgi?id=895258
(bconoboy, 20:49:53)
  * Current F19 alpha target platform list: highbank, tegra, omap,
vexpress  (bconoboy, 20:52:51)
  * LINK:
http://people.fedoraproject.org/~blc/fedora-arm/arm-boot-config/
(bconoboy, 20:55:25)
  * LINK: Enjoy uboot kernel menus, recover from bad kernels with ease,
try http://people.fedoraproject.org/~blc/fedora-arm/arm-boot-config/
(bconoboy, 20:55:53)
  * Currently supports tegra, highbank, omap: Contact bconoboy to add
support for your device  (bconoboy, 21:00:01)

* 4) 3.9 Kernel Update  (pwhalen, 21:01:20)
  * kernel-3.9.0-0.rc7.git0.2.fc19 booting on tegra/vexpress/highbank
and omap  (pwhalen, 21:02:16)
  * LINK:

https://fedoraproject.org/wiki/Architectures/ARM/Quality_Assurance/Kernel_Testing/Fedora_19#kernel-3.9.0-0.rc7.git0.2.fc19_.28scratch_build.29
(pwhalen, 21:02:51)
  * LINK: http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=1716496
(pwhalen, 21:03:16)

* 5) Open Floor  (pwhalen, 21:07:14)
  * Trimslice now working with firmware v2012.04-1.02 (1 GB RAM now
available)  (pwhalen, 21:07:38)
  * LINK:

http://www.trimslice.com/wiki/index.php/Trim-Slice_Firmware_Updater#U-Boot_environment_variable
(pwhalen, 21:07:39)
  * initial stage4 bootstrap Quickstart page  (pwhalen, 21:08:38)
  * LINK:
https://fedoraproject.org/wiki/Architectures/ARM/AArch64/QuickStart
(pwhalen, 21:08:48)
  * this includes kernels for use with a disk image or nfs root
(pwhalen, 21:09:06)
  * recommend usage with an NFS root  (pwhalen, 21:10:42)

Meeting ended at 21:15:30 UTC.




Action Items

* ahs3 will update the package scanner to better handle false positives
  and negatives
* ahs3/pbrobinson/dgilmore will write the updated directions




Action Items, by person
---
* ahs3
  * ahs3 will update the package scanner to better handle false
positives and negatives
  * ahs3/pbrobinson/dgilmore will write the updated directions
* dgilmore
  * ahs3/pbrobinson/dgilmore will write the updated directions
* pbrobinson
  * ahs3/pbrobinson/dgilmore will write the updated directions
* **UNASSIGNED**
  * (none)




People Present (lines said)
---
* pbrobinson (76)
* bconoboy (66)
* pwhalen (60)
* j_dulaney (54)
* masta (27)
* 

Re: What to move to?

2013-04-17 Thread Björn Persson
Florian Weimer wrote:
 Yes, Ada has some nice features.  At least there are real arrays, but 
 they are somewhat cumbersome to work with, compared to Java, Python or, 
 well, C pointers.  There are two aspects: preservation of array bounds 
 in slices (so that you have to write Table (Table'First + Offset) to 
 access the element Offset of Table, Offset ranging from 0 to 
 Table'Length - 1)

That array bounds must be preserved becomes obvious when you consider
arrays where the index type has a meaning beyond just position in the
array. If you have an array Week with a range of Monday..Sunday, and
you take the slice Week(Saturday..Sunday) and call it Weekend, then you
really don't want Weekend to suddenly have the indexes Monday and
Tuesday.

 The GNAT run-time is compiled without language-defined checks, and it 
 used to have at least one buffer overflow in the Ada part.  Many Ada 
 libraries used to follow GNAT's example and disabled the checks as well, 
 but this has changed during the last few years, it appears.  Manual 
 overflow checks are hampered by the fact that -gnato still isn't the 
 default.

Those are things that we can control in Fedora. I don't see why we
couldn't compile Libgnat with checks enabled if we wanted to – except
for the code that performs the checking i guess.

The RPM macros Gnatmake_optflags and GPRbuild_optflags contain mandatory
compiler flags that try to prevent suppression of important checks.
Unfortunately they can't override pragmas, but tools to check for
dangerous pragmas could be developed. I will add -gnato to the mandatory
compiler flags if the FPC decides so.

 Controlled types have a fixed overhead which is quite visible with small 
 objects.

Of course there is always some overhead. Do you mean that they have a
significantly larger overhead than garbage collectors have?

Björn Persson


signature.asc
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Expanding the list of Hardened Packages

2013-04-17 Thread Björn Persson
Richard W.M. Jones wrote:
 On Tue, Apr 16, 2013 at 03:12:38PM +0200, Miloslav Trmač wrote:
  On Mon, Apr 15, 2013 at 11:19 PM, Richard W.M. Jones 
  rjo...@redhat.comwrote:
  
   On Mon, Apr 15, 2013 at 06:48:32PM +0200, Miloslav Trmač wrote:
Now, what to move to?  I currently don't have see any language/runtime I
could recommend, which is in itself rather frightening.
  
   Ada, Eiffel, Go, Coq + OCaml, Erlang, Haskell, CompCert[*], etc. etc.
  
   All these languages are viable.
  
  Perhaps for end-user applications[1], but not for libraries/code
  reuse/implementing platform interfaces to be usable by applications.  How
  do I call an Eiffel library from Ada and pass it a callback written in Go?
 
 The answer (perhaps sadly) is you have to expose a C API.  At least
 OCaml and golang can generate C-compatible shared libraries.  Probably
 Eiffel and Ada too, although I'm not certain on the details.

The Ada standard specifies features for interfacing to C, COBOL and
Fortran, both importing and exporting interfaces. GNAT adds support for
C++, claiming complete interoperability between Ada tagged types and
C++ classes. I'm sure support for other compiled languages could be
added if there were a demand, especially if GCC can compile those
languages.

 Passing pointers to objects from one language to another is likely
 *not* possible however.

Ada imports and exports C pointers just fine, including pointers to
functions and records. Strings typically need to be converted though,
as strings aren't null-terminated in Ada.

Of course Ada can't prevent the C code from corrupting the pointers.

Björn Persson


signature.asc
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Fedora 19 Alpha status, karma requests

2013-04-17 Thread Adam Williamson

Hi folks!

So, good news: following the blocker review meeting this morning, we're 
looking quite close to signing off on Alpha. We just need to fill out 
the RC4 test matrices before tomorrow's go/no-go meeting, and hope we 
don't find any more blocker bugs. Of course, if you do, please nominate 
them!


We also need to get karma for the following updates, that are part of 
RC4 but not yet stable:


* 
https://admin.fedoraproject.org/updates/FEDORA-2013-5795/lorax-19.2-1.fc19,python-blivet-0.11-1.fc19,anaconda-19.20-1.fc19

* https://admin.fedoraproject.org/updates/gnome-session-3.8.0-2.fc19
* 
https://admin.fedoraproject.org/updates/FEDORA-2013-5084/libreoffice-4.0.2.2-2.fc19
* 
https://admin.fedoraproject.org/updates/FEDORA-2013-5400/mesa-9.1-6.fc19,xorg-x11-glamor-0.5.0-5.20130401git81aadb8.fc19,xorg-x11-drv-ati-7.1.0-5.20130408git6e74aacc5.fc19
* 
https://admin.fedoraproject.org/updates/FEDORA-2013-5244/python-pillow-2.0.0-3.1.gitde210a2.fc19
* 
https://admin.fedoraproject.org/updates/FEDORA-2013-5224/kernel-3.9.0-0.rc6.git2.3.fc19


If folks could please test and up-karma those updates, it'd be a huge 
help. Thanks!

--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Trimming (or obsoleting) %changelog?

2013-04-17 Thread Florian Festi
On 04/17/2013 07:03 PM, drago01 wrote:
 Why does it have to be date based?
 Why not having a count based cutoff?
 Like last N entries.

There used to be a count based trimming in rpm  4.0. I guess the
rational behind a date based approach is that this way entries do not
disappear unexpectedly. As I understand it the feature is meant to be
used on a per package basis. This way you can just add new entries
without bothering about the change log trimming and from time to time
(e.g. once a year) adjust the date to something more appropriate.

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

File Log-Dispatch-2.38.tar.gz uploaded to lookaside cache by corsepiu

2013-04-17 Thread corsepiu
A file has been added to the lookaside cache for perl-Log-Dispatch:

783e907c4f21382774103a0a97a155cf  Log-Dispatch-2.38.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-Log-Dispatch] Upstream update.

2013-04-17 Thread corsepiu
commit e4fc59b8734a0cb48f98c7de4ecf67d1d88c5bed
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Apr 17 09:27:14 2013 +0200

Upstream update.

 .gitignore   |2 +-
 Log-Dispatch-2.35.diff = Log-Dispatch-2.38.diff |6 +++---
 perl-Log-Dispatch.spec   |7 +--
 sources  |2 +-
 4 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d5ac7ff..1712262 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Log-Dispatch-2.35.tar.gz
+/Log-Dispatch-2.38.tar.gz
diff --git a/Log-Dispatch-2.35.diff b/Log-Dispatch-2.38.diff
similarity index 92%
rename from Log-Dispatch-2.35.diff
rename to Log-Dispatch-2.38.diff
index a80221a..747f535 100644
--- a/Log-Dispatch-2.35.diff
+++ b/Log-Dispatch-2.38.diff
@@ -1,5 +1,5 @@
 diff --git a/lib/Log/Dispatch/Syslog.pm b/lib/Log/Dispatch/Syslog.pm
-index d29fcca..929a9f5 100644
+index 0af2cd3..cb9cb3e 100644
 --- a/lib/Log/Dispatch/Syslog.pm
 +++ b/lib/Log/Dispatch/Syslog.pm
 @@ -157,7 +157,7 @@ Defaults to ''.
@@ -12,7 +12,7 @@ index d29fcca..929a9f5 100644
  
  =item * socket ($ or \@)
 diff --git a/t/release-pod-spell.t b/t/release-pod-spell.t
-index 93d39ab..3581f65 100644
+index b480f66..18235a1 100644
 --- a/t/release-pod-spell.t
 +++ b/t/release-pod-spell.t
 @@ -27,11 +27,13 @@ local $ENV{LC_ALL} = 'C';
@@ -29,7 +29,7 @@ index 93d39ab..3581f65 100644
  Manfredi
  Miyagawa
  PayPal
-@@ -45,21 +47,34 @@ Swartz
+@@ -46,21 +48,34 @@ Swartz
  Tatsuhiko
  UTF
  apache
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index 7378899..67f86c8 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -6,7 +6,7 @@
 %bcond_withnetwork
 
 Name:   perl-Log-Dispatch
-Version:2.35
+Version:2.38
 Release:1%{?dist}
 Summary:Dispatches messages to one or more outputs
 Group:  Development/Libraries
@@ -15,7 +15,7 @@ URL:http://search.cpan.org/dist/Log-Dispatch/
 Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-%{version}.tar.gz
 
 # Hacks to make spell checking tests work with hunspell
-Patch0: Log-Dispatch-2.35.diff
+Patch0: Log-Dispatch-2.38.diff
 BuildArch:  noarch
 
 BuildRequires:  perl(base)
@@ -91,6 +91,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Apr 17 2013 Ralf Corsépius corse...@fedoraproject.org - 2.38-1
+- Upstream update.
+
 * Mon Feb 04 2013 Ralf Corsépius corse...@fedoraproject.org - 2.35-1
 - Upstream update.
 
diff --git a/sources b/sources
index 3ed66ee..cada6a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b557d887961fdbe4ec09e95926eeea4c  Log-Dispatch-2.35.tar.gz
+783e907c4f21382774103a0a97a155cf  Log-Dispatch-2.38.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-Log-Dispatch/f19] Upstream update.

2013-04-17 Thread corsepiu
Summary of changes:

  e4fc59b... Upstream update. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-Log-Dispatch/f18] Upstream update.

2013-04-17 Thread corsepiu
Summary of changes:

  e4fc59b... Upstream update. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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 953027] New: perl-Alien-SDL-1.440 is available

2013-04-17 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=953027

Bug ID: 953027
   Summary: perl-Alien-SDL-1.440 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Alien-SDL
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
  Assignee: mmasl...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org
  Category: ---

Latest upstream release: 1.440
Current version in Fedora Rawhide: 1.438
URL: http://search.cpan.org/dist/Alien-SDL/

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=W3JobQ8Xdwa=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 953028] New: perl-IO-Socket-IP-0.20 is available

2013-04-17 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=953028

Bug ID: 953028
   Summary: perl-IO-Socket-IP-0.20 is available
   Product: Fedora
   Version: rawhide
 Component: perl-IO-Socket-IP
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
  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
  Category: ---

Latest upstream release: 0.20
Current version in Fedora Rawhide: 0.19
URL: http://search.cpan.org/dist/IO-Socket-IP/

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

File Test-TCP-1.26.tar.gz uploaded to lookaside cache by corsepiu

2013-04-17 Thread corsepiu
A file has been added to the lookaside cache for perl-Test-TCP:

573eb3c848cb4ef0de5b0b46905da5b5  Test-TCP-1.26.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-TCP] Upstream update.

2013-04-17 Thread corsepiu
commit 400fd7b30dd17314bbf688c8308b8ce197c531b2
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Apr 17 10:33:55 2013 +0200

Upstream update.

- Reflect upstream having switched to perl(Module::Build).

 .gitignore |2 +-
 perl-Test-TCP.spec |   20 +++-
 sources|2 +-
 3 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a90284..efd9836 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-1.21.tar.gz
+/Test-TCP-1.26.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index c8aff15..666c6bf 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-TCP
-Version:1.21
+Version:1.26
 Release:1%{?dist}
 Summary:Testing TCP program
 License:GPL+ or Artistic
@@ -8,7 +8,7 @@ URL:http://search.cpan.org/dist/Test-TCP/
 Source0:
http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-TCP-%{version}.tar.gz
 BuildArch:  noarch
 
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More) = 0.98
 BuildRequires:  perl(Test::SharedFork) = 0.19
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -20,27 +20,29 @@ Test::TCP is test utilities for TCP/IP program.
 %setup -q -n Test-TCP-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+./Build test
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README*
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 17 2013 Ralf Corsépius corse...@fedoraproject.org 1.26-1
+- Upstream update.
+- Reflect upstream having switched to perl(Module::Build).
+
 * Mon Mar 11 2013 Ralf Corsépius corse...@fedoraproject.org 1.21-1
 - Upstream update.
 - Drop Obs/Prov perl-Test-TCP-tests.
diff --git a/sources b/sources
index a467dcb..0860433 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33b1d668fe41a8cadd25bf898bad037d  Test-TCP-1.21.tar.gz
+573eb3c848cb4ef0de5b0b46905da5b5  Test-TCP-1.26.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-TCP/f19] Upstream update.

2013-04-17 Thread corsepiu
Summary of changes:

  400fd7b... Upstream update. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-TCP/f18] (2 commits) ...Merge remote-tracking branch 'origin/f19' into f18

2013-04-17 Thread corsepiu
Summary of changes:

  400fd7b... Upstream update. (*)
  8734443... Merge remote-tracking branch 'origin/f19' into f18

(*) This commit already existed in another branch; no separate mail sent
--
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-TCP/f18: 2/2] Merge remote-tracking branch 'origin/f19' into f18

2013-04-17 Thread corsepiu
commit 87344434354160b3c37d6ad22e17d5d6dabb3ecb
Merge: 28835e2 400fd7b
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Apr 17 10:38:10 2013 +0200

Merge remote-tracking branch 'origin/f19' into f18

 .gitignore |2 +-
 perl-Test-TCP.spec |   20 +++-
 sources|2 +-
 3 files changed, 13 insertions(+), 11 deletions(-)
---
--
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-TCP/f17: 3/3] Merge remote-tracking branch 'origin/f18' into f17

2013-04-17 Thread corsepiu
commit b1e51b6e91332683e27082ff1e16b8c7a5e501bc
Merge: 065a683 8734443
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Apr 17 10:51:23 2013 +0200

Merge remote-tracking branch 'origin/f18' into f17

 .gitignore |2 +-
 perl-Test-TCP.spec |   20 +++-
 sources|2 +-
 3 files changed, 13 insertions(+), 11 deletions(-)
---
--
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-IO-Socket-IP] 0.20 bump

2013-04-17 Thread Petr Šabata
commit 79265c5f78019e83ff7637639ecf239cd54fa862
Author: Petr Šabata con...@redhat.com
Date:   Wed Apr 17 10:56:59 2013 +0200

0.20 bump

 .gitignore |1 +
 perl-IO-Socket-IP.spec |5 -
 sources|2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fcdb156..7f8006f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /IO-Socket-IP-0.17.tar.gz
 /IO-Socket-IP-0.18.tar.gz
 /IO-Socket-IP-0.19.tar.gz
+/IO-Socket-IP-0.20.tar.gz
diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec
index 0086e80..393b967 100644
--- a/perl-IO-Socket-IP.spec
+++ b/perl-IO-Socket-IP.spec
@@ -1,5 +1,5 @@
 Name:   perl-IO-Socket-IP
-Version:0.19
+Version:0.20
 Release:1%{?dist}
 Summary:Drop-in replacement for IO::Socket::INET supporting both IPv4 
and IPv6
 License:GPL+ or Artistic
@@ -53,6 +53,9 @@ rm -f t/21nonblocking-connect-internet.t
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 17 2013 Petr Šabata con...@redhat.com - 0.20-1
+- 0.20 bump
+
 * Tue Mar 12 2013 Petr Šabata con...@redhat.com - 0.19-1
 - 0.19 bump
 
diff --git a/sources b/sources
index 7ba26ac..ef558dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7cc2dcaecbc3cbc36c212883ea4239e0  IO-Socket-IP-0.19.tar.gz
+a6fe990e69b43521983bd0286cc4071b  IO-Socket-IP-0.20.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-TCP/f17] (3 commits) ...Merge remote-tracking branch 'origin/f18' into f17

2013-04-17 Thread corsepiu
Summary of changes:

  400fd7b... Upstream update. (*)
  8734443... Merge remote-tracking branch 'origin/f19' into f18 (*)
  b1e51b6... Merge remote-tracking branch 'origin/f18' into f17

(*) This commit already existed in another branch; no separate mail sent
--
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 IO-Socket-IP-0.20.tar.gz uploaded to lookaside cache by psabata

2013-04-17 Thread Petr Šabata
A file has been added to the lookaside cache for perl-IO-Socket-IP:

a6fe990e69b43521983bd0286cc4071b  IO-Socket-IP-0.20.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 953027] perl-Alien-SDL-1.440 is available

2013-04-17 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=953027

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC|mmasl...@redhat.com |ppi...@redhat.com
   Assignee|mmasl...@redhat.com |ppi...@redhat.com

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

File Alien-SDL-1.440.tar.gz uploaded to lookaside cache by ppisar

2013-04-17 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Alien-SDL:

ad665d058d186e673114024ba10dfa09  Alien-SDL-1.440.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-Alien-SDL] 1.440 bump

2013-04-17 Thread Petr Pisar
commit 5872dbb48bb6d2d7e86b489b33d9c1a048a69789
Author: Petr Písař ppi...@redhat.com
Date:   Wed Apr 17 11:12:47 2013 +0200

1.440 bump

 .gitignore  |1 +
 .rpmlint|2 ++
 perl-Alien-SDL.spec |   17 ++---
 sources |2 +-
 4 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2655972..ab448d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Alien-SDL-1.434.tar.gz
 /Alien-SDL-1.436.tar.gz
 /Alien-SDL-1.438.tar.gz
+/Alien-SDL-1.440.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..0c7bea8
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter(spelling-error .* pre);
diff --git a/perl-Alien-SDL.spec b/perl-Alien-SDL.spec
index 29d1538..14299ad 100644
--- a/perl-Alien-SDL.spec
+++ b/perl-Alien-SDL.spec
@@ -1,11 +1,11 @@
 Name:   perl-Alien-SDL
-Version:1.438
-Release:2%{?dist}
+Version:1.440
+Release:1%{?dist}
 Summary:Building, finding and using SDL binaries
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Alien-SDL/
-Source0:
http://www.cpan.org/authors/id/J/JT/JTPALMER/Alien-SDL-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/F/FR/FROGGS/Alien-SDL-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  SDL_image-devel
 BuildRequires:  SDL_mixer-devel
@@ -13,6 +13,7 @@ BuildRequires:  SDL_ttf-devel
 BuildRequires:  SDL_gfx-devel
 BuildRequires:  freetype-devel
 BuildRequires:  pango-devel
+BuildRequires:  perl
 BuildRequires:  perl(Archive::Extract)
 # Not needed (https://github.com/PerlGameDev/SDL/issues/234):
 # Archive::Tar
@@ -33,7 +34,7 @@ BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(File::ShareDir) = 1.00
 # Tests only:
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(ExtUtils::CBuilder)
 Requires:   perl(File::ShareDir) = 1.00
 
@@ -51,24 +52,26 @@ from source codes.
 sed -i 's/\r//' README
 
 %build
-%{__perl} Build.PL installdirs=vendor --with-sdl-config
+perl Build.PL installdirs=vendor --with-sdl-config
 ./Build
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
 %files
-%doc Changes LICENSE patches README TODO
+%doc Changes LICENSE README TODO
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 %{_bindir}/*
 
 %changelog
+* Wed Apr 17 2013 Petr Pisar ppi...@redhat.com - 1.440-1
+- 1.440 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.438-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 88df7ff..7594811 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1936ba9e300677151124b62883cedf20  Alien-SDL-1.438.tar.gz
+ad665d058d186e673114024ba10dfa09  Alien-SDL-1.440.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 953028] perl-IO-Socket-IP-0.20 is available

2013-04-17 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=953028

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-IO-Socket-IP-0.20-1.fc
   ||20
 Resolution|--- |RAWHIDE
Last Closed||2013-04-17 05:21:52

-- 
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=kkB7jn5Vcba=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 953027] perl-Alien-SDL-1.440 is available

2013-04-17 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=953027

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Alien-SDL-1.440-1.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-04-17 05:34:22

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

File Set-IntSpan-1.19.tar.gz uploaded to lookaside cache by corsepiu

2013-04-17 Thread corsepiu
A file has been added to the lookaside cache for perl-Set-IntSpan:

7c21c2fedce5b7be7d8200e2cf2bdca1  Set-IntSpan-1.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-Set-IntSpan] Upstream update.

2013-04-17 Thread corsepiu
commit f3571aecff0fb7f21bd5aaeb827fe2b07c222f23
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Apr 17 12:13:02 2013 +0200

Upstream update.

- Modernize spec.

 .gitignore|3 +--
 perl-Set-IntSpan.spec |   14 ++
 sources   |2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6efbb5..78eb056 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Set-IntSpan-1.14.tar.gz
-/Set-IntSpan-1.16.tar.gz
+/Set-IntSpan-1.19.tar.gz
diff --git a/perl-Set-IntSpan.spec b/perl-Set-IntSpan.spec
index 2c50055..62c93d2 100644
--- a/perl-Set-IntSpan.spec
+++ b/perl-Set-IntSpan.spec
@@ -1,13 +1,12 @@
 Name:   perl-Set-IntSpan
-Version:1.16
-Release:7%{?dist}
+Version:1.19
+Release:1%{?dist}
 Summary:Perl module for managing sets of integers
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Set-IntSpan/
 Source0:
http://www.cpan.org/authors/id/S/SW/SWMCD/Set-IntSpan-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -28,7 +27,6 @@ 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 ';'
@@ -39,10 +37,6 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -51,6 +45,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Apr 17 2013 Ralf Corsépius corse...@fedoraproject.org - 1.19-1
+- Upstream update.
+- Modernize spec.
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.16-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 1a79d15..1fc7ce6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d58be939d0374b793733726766cd524  Set-IntSpan-1.16.tar.gz
+7c21c2fedce5b7be7d8200e2cf2bdca1  Set-IntSpan-1.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-Set-IntSpan/f19] Upstream update.

2013-04-17 Thread corsepiu
Summary of changes:

  f3571ae... Upstream update. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-Set-IntSpan/f18] (3 commits) ...Merge cleanup.

2013-04-17 Thread corsepiu
Summary of changes:

  77ed9a3... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  f3571ae... Upstream update. (*)
  d0eaa43... Merge cleanup.

(*) This commit already existed in another branch; no separate mail sent
--
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-Set-IntSpan/f18: 3/3] Merge cleanup.

2013-04-17 Thread corsepiu
commit d0eaa43c175c604556f702a28ae7c8619503d8ea
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Apr 17 12:49:25 2013 +0200

Merge cleanup.

 perl-Set-IntSpan.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Set-IntSpan.spec b/perl-Set-IntSpan.spec
index 62c93d2..c516c56 100644
--- a/perl-Set-IntSpan.spec
+++ b/perl-Set-IntSpan.spec
@@ -49,9 +49,6 @@ make test
 - Upstream update.
 - Modernize spec.
 
-* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.16-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.16-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
--
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-Set-IntSpan/f17: 6/6] Merge cleanup.

2013-04-17 Thread corsepiu
commit 8b40febfcc4d53fc2f9f02ca3f9fb8ccd92dfc21
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Apr 17 13:17:54 2013 +0200

Merge cleanup.

 perl-Set-IntSpan.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/perl-Set-IntSpan.spec b/perl-Set-IntSpan.spec
index c516c56..63df5e5 100644
--- a/perl-Set-IntSpan.spec
+++ b/perl-Set-IntSpan.spec
@@ -49,12 +49,6 @@ make test
 - Upstream update.
 - Modernize spec.
 
-* Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.16-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Mon Jun 11 2012 Petr Pisar ppi...@redhat.com - 1.16-5
-- Perl 5.16 rebuild
-
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.16-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
--
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-Bio-SamTools

2013-04-17 Thread buildsys


perl-Bio-SamTools has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
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-Bio-ASN1-EntrezGene

2013-04-17 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
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-Math-Clipper

2013-04-17 Thread buildsys


perl-Math-Clipper has broken dependencies in the rawhide tree:
On x86_64:
perl-Math-Clipper-1.17-3.fc19.x86_64 requires 
libpolyclipping.so.5()(64bit)
On i386:
perl-Math-Clipper-1.17-3.fc19.i686 requires libpolyclipping.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-Math-Clipper

2013-04-17 Thread buildsys


perl-Math-Clipper has broken dependencies in the F-19 tree:
On x86_64:
perl-Math-Clipper-1.17-3.fc19.x86_64 requires 
libpolyclipping.so.5()(64bit)
On i386:
perl-Math-Clipper-1.17-3.fc19.i686 requires libpolyclipping.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-Bio-ASN1-EntrezGene

2013-04-17 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the F-19 tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
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-Bio-SamTools

2013-04-17 Thread buildsys


perl-Bio-SamTools has broken dependencies in the F-19 tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
Please resolve this as soon as possible.


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

[perl-IO-Socket-SSL] Update to 1.86

2013-04-17 Thread Paul Howarth
commit 7e6deb8ea74f81222b9af6dda60297055d2e25ff
Author: Paul Howarth p...@city-fan.org
Date:   Wed Apr 17 15:20:05 2013 +0100

Update to 1.86

- New upstream release 1.86
  - Don't warn about SSL_verify_mode when re-using an existing SSL context
(CPAN RT#84686)

 perl-IO-Socket-SSL.spec |7 ++-
 sources |2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index d0d2a75..f11a4b2 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:  perl-IO-Socket-SSL
-Version:   1.85
+Version:   1.86
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -66,6 +66,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Wed Apr 17 2013 Paul Howarth p...@city-fan.org - 1.86-1
+- Update to 1.86
+  - Don't warn about SSL_verify_mode when re-using an existing SSL context
+(CPAN RT#84686)
+
 * Mon Apr 15 2013 Paul Howarth p...@city-fan.org - 1.85-1
 - Update to 1.85
   - Probe for available modules with local __DIE__ and __WARN__handlers
diff --git a/sources b/sources
index ab7e97c..7a1c234 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53513ee1d14d36af99c4f3eb895d6dbf  IO-Socket-SSL-1.85.tar.gz
+4e8b9b12535a5889c05a07ebca7bb0a4  IO-Socket-SSL-1.86.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-IO-Socket-SSL/f19] Update to 1.86

2013-04-17 Thread Paul Howarth
Summary of changes:

  7e6deb8... Update to 1.86 (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-IO-Socket-SSL] Created tag perl-IO-Socket-SSL-1.86-1.fc19

2013-04-17 Thread Paul Howarth
The lightweight tag 'perl-IO-Socket-SSL-1.86-1.fc19' was created pointing to:

 7e6deb8... Update to 1.86
--
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-IO-Socket-SSL] Created tag perl-IO-Socket-SSL-1.86-1.fc20

2013-04-17 Thread Paul Howarth
The lightweight tag 'perl-IO-Socket-SSL-1.86-1.fc20' was created pointing to:

 7e6deb8... Update to 1.86
--
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-Inline-2.213.tar.gz uploaded to lookaside cache by corsepiu

2013-04-17 Thread corsepiu
A file has been added to the lookaside cache for perl-Test-Inline:

1e83ff6f3157602f02ff81c2d0cbecc5  Test-Inline-2.213.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-Inline] Upstream update.

2013-04-17 Thread corsepiu
commit 4fa5430b392de825fb93b0ae447e88da7daec391
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Apr 17 16:56:07 2013 +0200

Upstream update.

 .gitignore|3 +--
 perl-Test-Inline.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6984180..53fbfcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Test-Inline-2.211.tar.gz
-/Test-Inline-2.212.tar.gz
+/Test-Inline-2.213.tar.gz
diff --git a/perl-Test-Inline.spec b/perl-Test-Inline.spec
index bac7af5..6195cda 100644
--- a/perl-Test-Inline.spec
+++ b/perl-Test-Inline.spec
@@ -1,6 +1,6 @@
 Name:  perl-Test-Inline
-Version:   2.212
-Release:   8%{?dist}
+Version:   2.213
+Release:   1%{?dist}
 Summary:   Test::Inline Perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -73,6 +73,9 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 17 2013 Ralf Corsépius corse...@fedoraproject.org - 2.213-1
+- Upstream update.
+
 * Mon Feb 18 2013 Ralf Corsépius corse...@fedoraproject.org - 2.212-8
 - Fix changelog day of weeks (Fix Fedora_19_Mass_Rebuild FTBFS).
 - BR: perl(ExtUtils::MakeMaker) (Fix Fedora_19_Mass_Rebuild FTBFS).
diff --git a/sources b/sources
index 7764845..0aed763 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-381fd25782370894d3335996527f6aef  Test-Inline-2.212.tar.gz
+1e83ff6f3157602f02ff81c2d0cbecc5  Test-Inline-2.213.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-Inline/f19] Upstream update.

2013-04-17 Thread corsepiu
Summary of changes:

  4fa5430... Upstream update. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-Inline/f18] (2 commits) ...Merge remote-tracking branch 'origin/f19' into f18

2013-04-17 Thread corsepiu
Summary of changes:

  4fa5430... Upstream update. (*)
  2ff96c6... Merge remote-tracking branch 'origin/f19' into f18

(*) This commit already existed in another branch; no separate mail sent
--
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-Inline/f18: 2/2] Merge remote-tracking branch 'origin/f19' into f18

2013-04-17 Thread corsepiu
commit 2ff96c61cd787864bce6b92d4611232ac648a67b
Merge: 9f65e1a 4fa5430
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Apr 17 17:01:34 2013 +0200

Merge remote-tracking branch 'origin/f19' into f18

 .gitignore|3 +--
 perl-Test-Inline.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
--
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-Inline/f17] (3 commits) ...Merge remote-tracking branch 'origin/f18' into f17

2013-04-17 Thread corsepiu
Summary of changes:

  4fa5430... Upstream update. (*)
  2ff96c6... Merge remote-tracking branch 'origin/f19' into f18 (*)
  d0fff08... Merge remote-tracking branch 'origin/f18' into f17

(*) This commit already existed in another branch; no separate mail sent
--
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-Inline/f17: 3/3] Merge remote-tracking branch 'origin/f18' into f17

2013-04-17 Thread corsepiu
commit d0fff08d7dbf64967817dace5c2bb9d4b64ebd10
Merge: a3f0943 2ff96c6
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Apr 17 17:04:04 2013 +0200

Merge remote-tracking branch 'origin/f18' into f17

 .gitignore|3 +--
 perl-Test-Inline.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
--
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 Image-ExifTool-9.27.tar.gz uploaded to lookaside cache by spot

2013-04-17 Thread Tom Callaway
A file has been added to the lookaside cache for perl-Image-ExifTool:

c61f8f79c8e9f375e5be1ca0d13cc5fa  Image-ExifTool-9.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

[perl-Image-ExifTool] 9.27

2013-04-17 Thread Tom Callaway
commit 0f887c248e22250022c8f9088d36924c8506d83d
Author: Tom Callaway s...@fedoraproject.org
Date:   Wed Apr 17 11:28:48 2013 -0400

9.27

 .gitignore   |1 +
 perl-Image-ExifTool.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8c95a44..0524a43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ Image-ExifTool-8.25.tar.gz
 /Image-ExifTool-9.12.tar.gz
 /Image-ExifTool-9.13.tar.gz
 /Image-ExifTool-9.25.tar.gz
+/Image-ExifTool-9.27.tar.gz
diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec
index ec7f6d5..2e2fd89 100644
--- a/perl-Image-ExifTool.spec
+++ b/perl-Image-ExifTool.spec
@@ -1,5 +1,5 @@
 Name:  perl-Image-ExifTool
-Version:   9.25
+Version:   9.27
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Applications/Multimedia
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Apr 17 2013 Tom Callaway s...@fedoraproject.org - 9.27-1
+- update to 9.27 (stable, bugfix for 9.25)
+
 * Mon Apr  8 2013 Tom Callaway s...@fedoraproject.org - 9.25-1
 - update to 9.25 (stable)
 
diff --git a/sources b/sources
index fc49aeb..9359295 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6071d197e5b5ccb7abc027fde0eb647  Image-ExifTool-9.25.tar.gz
+c61f8f79c8e9f375e5be1ca0d13cc5fa  Image-ExifTool-9.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

[perl-Image-ExifTool/f17] 9.27

2013-04-17 Thread Tom Callaway
commit 7c24601ab6e689e257a18d05c29d5ef46756c088
Author: Tom Callaway s...@fedoraproject.org
Date:   Wed Apr 17 11:29:04 2013 -0400

9.27

 perl-Image-ExifTool.spec |5 -
 sources  |2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec
index ec7f6d5..2e2fd89 100644
--- a/perl-Image-ExifTool.spec
+++ b/perl-Image-ExifTool.spec
@@ -1,5 +1,5 @@
 Name:  perl-Image-ExifTool
-Version:   9.25
+Version:   9.27
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Applications/Multimedia
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Apr 17 2013 Tom Callaway s...@fedoraproject.org - 9.27-1
+- update to 9.27 (stable, bugfix for 9.25)
+
 * Mon Apr  8 2013 Tom Callaway s...@fedoraproject.org - 9.25-1
 - update to 9.25 (stable)
 
diff --git a/sources b/sources
index fc49aeb..9359295 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6071d197e5b5ccb7abc027fde0eb647  Image-ExifTool-9.25.tar.gz
+c61f8f79c8e9f375e5be1ca0d13cc5fa  Image-ExifTool-9.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

[perl-Image-ExifTool/f18] 9.27

2013-04-17 Thread Tom Callaway
commit 4c633c1b0428247c98361732de2a2f9f1ba143b2
Author: Tom Callaway s...@fedoraproject.org
Date:   Wed Apr 17 11:29:17 2013 -0400

9.27

 perl-Image-ExifTool.spec |5 -
 sources  |2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec
index ec7f6d5..2e2fd89 100644
--- a/perl-Image-ExifTool.spec
+++ b/perl-Image-ExifTool.spec
@@ -1,5 +1,5 @@
 Name:  perl-Image-ExifTool
-Version:   9.25
+Version:   9.27
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Applications/Multimedia
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Apr 17 2013 Tom Callaway s...@fedoraproject.org - 9.27-1
+- update to 9.27 (stable, bugfix for 9.25)
+
 * Mon Apr  8 2013 Tom Callaway s...@fedoraproject.org - 9.25-1
 - update to 9.25 (stable)
 
diff --git a/sources b/sources
index fc49aeb..9359295 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6071d197e5b5ccb7abc027fde0eb647  Image-ExifTool-9.25.tar.gz
+c61f8f79c8e9f375e5be1ca0d13cc5fa  Image-ExifTool-9.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

[perl-Image-ExifTool/f19] 9.27

2013-04-17 Thread Tom Callaway
commit 46a30bf33eeb1ab8dcb8f99511560365582c5b63
Author: Tom Callaway s...@fedoraproject.org
Date:   Wed Apr 17 11:30:22 2013 -0400

9.27

 perl-Image-ExifTool.spec |5 -
 sources  |2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec
index ec7f6d5..2e2fd89 100644
--- a/perl-Image-ExifTool.spec
+++ b/perl-Image-ExifTool.spec
@@ -1,5 +1,5 @@
 Name:  perl-Image-ExifTool
-Version:   9.25
+Version:   9.27
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Applications/Multimedia
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Apr 17 2013 Tom Callaway s...@fedoraproject.org - 9.27-1
+- update to 9.27 (stable, bugfix for 9.25)
+
 * Mon Apr  8 2013 Tom Callaway s...@fedoraproject.org - 9.25-1
 - update to 9.25 (stable)
 
diff --git a/sources b/sources
index fc49aeb..9359295 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6071d197e5b5ccb7abc027fde0eb647  Image-ExifTool-9.25.tar.gz
+c61f8f79c8e9f375e5be1ca0d13cc5fa  Image-ExifTool-9.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

File Wx-0.9921.tar.gz uploaded to lookaside cache by spot

2013-04-17 Thread Tom Callaway
A file has been added to the lookaside cache for perl-Wx:

8527075411a82c65d3a71e0526f92081  Wx-0.9921.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-Wx] 0.9921

2013-04-17 Thread Tom Callaway
commit 982bfb192f109df74f72ef4c852626ecc3ef4a69
Author: Tom Callaway s...@fedoraproject.org
Date:   Wed Apr 17 11:53:22 2013 -0400

0.9921

 .gitignore   |1 +
 perl-Wx.spec |   21 -
 sources  |2 +-
 3 files changed, 10 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1b812f5..42d3ee5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ Wx-0.92.tar.gz
 /Wx-0.9916.tar.gz
 /Wx-0.9917.tar.gz
 /Wx-0.9918.tar.gz
+/Wx-0.9921.tar.gz
diff --git a/perl-Wx.spec b/perl-Wx.spec
index 9f3f40c..f25dd47 100644
--- a/perl-Wx.spec
+++ b/perl-Wx.spec
@@ -11,7 +11,7 @@
 # cat provides.txt | uniq | sort -n
 
 Name:   perl-Wx
-Version:0.9918
+Version:0.9921
 Release:1%{?dist}
 Summary:Interface to the wxWidgets cross-platform GUI toolkit
 Group:  Development/Libraries
@@ -83,7 +83,7 @@ Provides: perl(Wx::CHMHelpController)
 Provides: perl(Wx::Choice)
 Provides: perl(Wx::Choicebook)
 Provides: perl(Wx::ClassInfo)
-Provides: perl(Wx::ClassInfo)
+Provides: perl(Wx::Client)
 Provides: perl(Wx::ClientDC)
 Provides: perl(Wx::Clipboard)
 Provides: perl(Wx::ClipboardTextEvent)
@@ -105,6 +105,7 @@ Provides: perl(Wx::Command)
 Provides: perl(Wx::CommandEvent)
 Provides: perl(Wx::CommandProcessor)
 Provides: perl(Wx::ConfigBase)
+Provides: perl(Wx::Connection)
 Provides: perl(Wx::ContextHelp)
 Provides: perl(Wx::ContextHelpButton)
 Provides: perl(Wx::ContextMenuEvent)
@@ -192,14 +193,12 @@ Provides: perl(Wx::FindReplaceData)
 Provides: perl(Wx::FindReplaceDialog)
 Provides: perl(Wx::FlagsProperty)
 Provides: perl(Wx::FlexGridSizer)
-Provides: perl(Wx::FlexGridSizer)
 Provides: perl(Wx::FloatProperty)
 Provides: perl(Wx::FocusEvent)
 Provides: perl(Wx::Font)
 Provides: perl(Wx::FontData)
 Provides: perl(Wx::FontDialog)
 Provides: perl(Wx::FontEnumerator)
-Provides: perl(Wx::FontEnumerator)
 Provides: perl(Wx::FontMapper)
 Provides: perl(Wx::FontPickerCtrl)
 Provides: perl(Wx::FontPickerEvent)
@@ -225,7 +224,6 @@ Provides: perl(Wx::GraphicsPen)
 Provides: perl(Wx::GraphicsRenderer)
 Provides: perl(Wx::Grid)
 Provides: perl(Wx::GridBagSizer)
-Provides: perl(Wx::GridBagSizer)
 Provides: perl(Wx::GridCellAttr)
 Provides: perl(Wx::GridCellAutoWrapStringEditor)
 Provides: perl(Wx::GridCellAutoWrapStringRenderer)
@@ -296,7 +294,6 @@ Provides: perl(Wx::Image)
 Provides: perl(Wx::ImageFileProperty)
 Provides: perl(Wx::ImageHandler)
 Provides: perl(Wx::ImageList)
-Provides: perl(Wx::ImageList)
 Provides: perl(Wx::IndividualLayoutConstraint)
 Provides: perl(Wx::InfoBar)
 Provides: perl(Wx::InitDialogEvent)
@@ -406,7 +403,6 @@ Provides: perl(Wx::PGVIterator)
 Provides: perl(Wx::PGWindowList)
 Provides: perl(Wx::PickerBase)
 Provides: perl(Wx::PlArtProvider)
-Provides: perl(Wx::PlArtProvider)
 Provides: perl(Wx::PlCommand)
 Provides: perl(Wx::PlCommandEvent)
 Provides: perl(Wx::PlDataObjectSimple)
@@ -452,7 +448,6 @@ Provides: perl(Wx::PrintDialogData)
 Provides: perl(Wx::Printer)
 Provides: perl(Wx::PrinterDC)
 Provides: perl(Wx::PrintFactory)
-Provides: perl(Wx::PrintFactory)
 Provides: perl(Wx::Printout)
 Provides: perl(Wx::PrintPaperDatabase)
 Provides: perl(Wx::PrintPaperType)
@@ -463,7 +458,6 @@ Provides: perl(Wx::ProgressDialog)
 Provides: perl(Wx::PropertyAccessor)
 Provides: perl(Wx::PropertyCategory)
 Provides: perl(Wx::PropertyGrid)
-Provides: perl(Wx::PropertyGrid)
 Provides: perl(Wx::PropertyGridEvent)
 Provides: perl(Wx::PropertyGridHitTestResult)
 Provides: perl(Wx::PropertyGridIterator)
@@ -479,6 +473,7 @@ Provides: perl(Wx::RearrangeList)
 Provides: perl(Wx::Rect)
 Provides: perl(Wx::RegConfig)
 Provides: perl(Wx::Region)
+Provides: perl(Wx::RegionIterator)
 Provides: perl(Wx::Ribbon)
 Provides: perl(Wx::RibbonArtProvider)
 Provides: perl(Wx::RibbonAUIArtProvider)
@@ -528,6 +523,7 @@ Provides: perl(Wx::ScrolledWindow)
 Provides: perl(Wx::ScrollEvent)
 Provides: perl(Wx::ScrollWinEvent)
 Provides: perl(Wx::SearchCtrl)
+Provides: perl(Wx::Server)
 Provides: perl(Wx::SetCursorEvent)
 Provides: perl(Wx::SettableHeaderColumn)
 Provides: perl(Wx::SimpleHelpProvider)
@@ -537,8 +533,6 @@ Provides: perl(Wx::SingleInstanceChecker)
 Provides: perl(Wx::Size)
 Provides: perl(Wx::SizeEvent)
 Provides: perl(Wx::Sizer)
-Provides: perl(Wx::Sizer)
-Provides: perl(Wx::SizerItem)
 Provides: perl(Wx::SizerItem)
 Provides: perl(Wx::Slider)
 Provides: perl(Wx::SockAddress)
@@ -626,13 +620,11 @@ Provides: perl(Wx::VListBox)
 Provides: perl(Wx::VScrolledWindow)
 Provides: perl(Wx::Wave)
 Provides: perl(Wx::WebView)
-Provides: perl(Wx::WebView)
 Provides: perl(Wx::WebViewArchiveHandler)
 Provides: perl(Wx::WebViewEvent)
 Provides: perl(Wx::WebViewHandler)
 Provides: perl(Wx::WebViewHistoryItem)
 Provides: perl(Wx::Window)
-Provides: perl(Wx::Window)
 Provides: perl(Wx::WindowCreateEvent)
 Provides: perl(Wx::WindowDC)
 Provides: perl(Wx::WindowDestroyEvent)
@@ -706,6 +698,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 %{_mandir}/man3/*.3pm*
 
 %changelog

[perl-Wx/f19] 0.9921

2013-04-17 Thread Tom Callaway
commit 79f37a549967eb387977a6b2b1265ebe911cd71a
Author: Tom Callaway s...@fedoraproject.org
Date:   Wed Apr 17 11:55:38 2013 -0400

0.9921

 perl-Wx.spec |   21 -
 sources  |2 +-
 2 files changed, 9 insertions(+), 14 deletions(-)
---
diff --git a/perl-Wx.spec b/perl-Wx.spec
index 9f3f40c..f25dd47 100644
--- a/perl-Wx.spec
+++ b/perl-Wx.spec
@@ -11,7 +11,7 @@
 # cat provides.txt | uniq | sort -n
 
 Name:   perl-Wx
-Version:0.9918
+Version:0.9921
 Release:1%{?dist}
 Summary:Interface to the wxWidgets cross-platform GUI toolkit
 Group:  Development/Libraries
@@ -83,7 +83,7 @@ Provides: perl(Wx::CHMHelpController)
 Provides: perl(Wx::Choice)
 Provides: perl(Wx::Choicebook)
 Provides: perl(Wx::ClassInfo)
-Provides: perl(Wx::ClassInfo)
+Provides: perl(Wx::Client)
 Provides: perl(Wx::ClientDC)
 Provides: perl(Wx::Clipboard)
 Provides: perl(Wx::ClipboardTextEvent)
@@ -105,6 +105,7 @@ Provides: perl(Wx::Command)
 Provides: perl(Wx::CommandEvent)
 Provides: perl(Wx::CommandProcessor)
 Provides: perl(Wx::ConfigBase)
+Provides: perl(Wx::Connection)
 Provides: perl(Wx::ContextHelp)
 Provides: perl(Wx::ContextHelpButton)
 Provides: perl(Wx::ContextMenuEvent)
@@ -192,14 +193,12 @@ Provides: perl(Wx::FindReplaceData)
 Provides: perl(Wx::FindReplaceDialog)
 Provides: perl(Wx::FlagsProperty)
 Provides: perl(Wx::FlexGridSizer)
-Provides: perl(Wx::FlexGridSizer)
 Provides: perl(Wx::FloatProperty)
 Provides: perl(Wx::FocusEvent)
 Provides: perl(Wx::Font)
 Provides: perl(Wx::FontData)
 Provides: perl(Wx::FontDialog)
 Provides: perl(Wx::FontEnumerator)
-Provides: perl(Wx::FontEnumerator)
 Provides: perl(Wx::FontMapper)
 Provides: perl(Wx::FontPickerCtrl)
 Provides: perl(Wx::FontPickerEvent)
@@ -225,7 +224,6 @@ Provides: perl(Wx::GraphicsPen)
 Provides: perl(Wx::GraphicsRenderer)
 Provides: perl(Wx::Grid)
 Provides: perl(Wx::GridBagSizer)
-Provides: perl(Wx::GridBagSizer)
 Provides: perl(Wx::GridCellAttr)
 Provides: perl(Wx::GridCellAutoWrapStringEditor)
 Provides: perl(Wx::GridCellAutoWrapStringRenderer)
@@ -296,7 +294,6 @@ Provides: perl(Wx::Image)
 Provides: perl(Wx::ImageFileProperty)
 Provides: perl(Wx::ImageHandler)
 Provides: perl(Wx::ImageList)
-Provides: perl(Wx::ImageList)
 Provides: perl(Wx::IndividualLayoutConstraint)
 Provides: perl(Wx::InfoBar)
 Provides: perl(Wx::InitDialogEvent)
@@ -406,7 +403,6 @@ Provides: perl(Wx::PGVIterator)
 Provides: perl(Wx::PGWindowList)
 Provides: perl(Wx::PickerBase)
 Provides: perl(Wx::PlArtProvider)
-Provides: perl(Wx::PlArtProvider)
 Provides: perl(Wx::PlCommand)
 Provides: perl(Wx::PlCommandEvent)
 Provides: perl(Wx::PlDataObjectSimple)
@@ -452,7 +448,6 @@ Provides: perl(Wx::PrintDialogData)
 Provides: perl(Wx::Printer)
 Provides: perl(Wx::PrinterDC)
 Provides: perl(Wx::PrintFactory)
-Provides: perl(Wx::PrintFactory)
 Provides: perl(Wx::Printout)
 Provides: perl(Wx::PrintPaperDatabase)
 Provides: perl(Wx::PrintPaperType)
@@ -463,7 +458,6 @@ Provides: perl(Wx::ProgressDialog)
 Provides: perl(Wx::PropertyAccessor)
 Provides: perl(Wx::PropertyCategory)
 Provides: perl(Wx::PropertyGrid)
-Provides: perl(Wx::PropertyGrid)
 Provides: perl(Wx::PropertyGridEvent)
 Provides: perl(Wx::PropertyGridHitTestResult)
 Provides: perl(Wx::PropertyGridIterator)
@@ -479,6 +473,7 @@ Provides: perl(Wx::RearrangeList)
 Provides: perl(Wx::Rect)
 Provides: perl(Wx::RegConfig)
 Provides: perl(Wx::Region)
+Provides: perl(Wx::RegionIterator)
 Provides: perl(Wx::Ribbon)
 Provides: perl(Wx::RibbonArtProvider)
 Provides: perl(Wx::RibbonAUIArtProvider)
@@ -528,6 +523,7 @@ Provides: perl(Wx::ScrolledWindow)
 Provides: perl(Wx::ScrollEvent)
 Provides: perl(Wx::ScrollWinEvent)
 Provides: perl(Wx::SearchCtrl)
+Provides: perl(Wx::Server)
 Provides: perl(Wx::SetCursorEvent)
 Provides: perl(Wx::SettableHeaderColumn)
 Provides: perl(Wx::SimpleHelpProvider)
@@ -537,8 +533,6 @@ Provides: perl(Wx::SingleInstanceChecker)
 Provides: perl(Wx::Size)
 Provides: perl(Wx::SizeEvent)
 Provides: perl(Wx::Sizer)
-Provides: perl(Wx::Sizer)
-Provides: perl(Wx::SizerItem)
 Provides: perl(Wx::SizerItem)
 Provides: perl(Wx::Slider)
 Provides: perl(Wx::SockAddress)
@@ -626,13 +620,11 @@ Provides: perl(Wx::VListBox)
 Provides: perl(Wx::VScrolledWindow)
 Provides: perl(Wx::Wave)
 Provides: perl(Wx::WebView)
-Provides: perl(Wx::WebView)
 Provides: perl(Wx::WebViewArchiveHandler)
 Provides: perl(Wx::WebViewEvent)
 Provides: perl(Wx::WebViewHandler)
 Provides: perl(Wx::WebViewHistoryItem)
 Provides: perl(Wx::Window)
-Provides: perl(Wx::Window)
 Provides: perl(Wx::WindowCreateEvent)
 Provides: perl(Wx::WindowDC)
 Provides: perl(Wx::WindowDestroyEvent)
@@ -706,6 +698,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Apr 17 2013 Tom Callaway s...@fedoraproject.org - 0.9921-1
+- update to 0.9921
+
 * Thu Apr  4 2013 Tom Callaway s...@fedoraproject.org - 0.9918-1
 - update to 0.9918
 
diff --git a/sources b/sources
index 0e5c738..dc1828c 

[Bug 952185] perl-Wx-0.9921 is available

2013-04-17 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=952185

--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-Wx-0.9921-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/perl-Wx-0.9921-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=oKbnGNxak2a=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 910278] perl-Wx-0.9918 is available

2013-04-17 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=910278

--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Wx-0.9921-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/perl-Wx-0.9921-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=V9ehTeO3j9a=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

[389-devel] Please review (2nd) ticket 205: rhds81 rfe - snmp counters index strings for multiple network interfaces with ip addr and tcp port pairs

2013-04-17 Thread thierry bordaz

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

https://fedorahosted.org/389/attachment/ticket/205/0002-Ticket-205-snmp-counters-index-strings-for-multiple-.patch 

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

[389-devel] Please review: [389 Project] #47313: Indexed search with filter containing '' and ! with attribute subtypes gives wrong result

2013-04-17 Thread Noriko Hosoi

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

https://fedorahosted.org/389/attachment/ticket/47313/0001-Ticket-47313-Indexed-search-with-filter-containing-a.patch

 Bug description: Index db files do not contain the subtype knowledge,
 which is only in the primary id2entry db and entries in the memory.
 If the search filter includes subtype in the NOT condition and
 the type is indexed, the condition is mistakenly simplified to
 the one equivalent to not having the subtype.

 E.g., if the given filter is ((cn=A*)(!(cn;fr=ABC en)), it's
 evaluated as ((cn=A*)(!(cn=ABC en)).

 Fix description: If a filter contains a subtype in NOT condition,
 we give up using the index and leave the not evaluation to the
 search return code.

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

Open Seat on the Fedora Packaging Committee

2013-04-17 Thread Tom Callaway
The Fedora Packaging Committee has one open seat and is accepting
submissions from interested candidates to serve on the FPC.

The FPC would like to thank Rex Dieter for his service, as he is
stepping down after several years.

This position involves not only reviewing Packaging Guideline drafts
submitted to the FPC for consideration, but also rewriting drafts
(sometimes from scratch) to resolve the issue in a more acceptable
fashion. Additionally, the FPC reviews bundling exceptions (and UID/GID
soft static assignment). The FPC meets on IRC weekly, Wednesdays at 1600
UTC, for approximately an hour. FPC members serve for as long as they
are willing, there are currently no term limits. All decisions are voted
on using a +1 (for), 0 (abstain), and -1 (against) mechanism, and all
decisions must be approved by a majority (+5). FPC Meetings do not
happen if quorum (5) is not present.

Candidates who are interested should provide the following details to
the FPC for consideration, by emailing it directly to me
(tcall...@redhat.com). The FPC will consider all candidates, but
strongly prefers candidates who have extensive experience packaging in
Fedora. We will accept applications for the next week (deadline
Wednesday Apr 24, 2013).

Name:
FAS Account:
Provenpackager? (Yes/No):
Main area of packaging interest/expertise:
Reason(s) for wanting to join the FPC:

Thanks in advance,

~tom

==
Fedora Project
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

Fedora 19 Alpha Go/No-Go Meeting #2, Thursday, April 18 @ 17:00 UTC

2013-04-17 Thread Jaroslav Reznik
Join us on irc.freenode.net in #fedora-meeting-2 for this important
meeting, wherein we shall determine the readiness of the Fedora 19 Alpha.

Thursday, April 18, 2013 17:00 UTC (1 PM EDT, 10 AM PDT, 19:00 CEST)

Before each public release Development, QA and Release Engineering meet
to determine if the release criteria are met for a particular release.
This meeting is called the Go/No-Go Meeting.

Verifying that the Release criteria are met is the responsibility of
the QA Team.

For more details about this meeting see:
https://fedoraproject.org/wiki/Go_No_Go_Meeting

In the meantime, keep an eye on the Fedora 19 Alpha Blocker list:
http://qa.fedoraproject.org/blockerbugs/milestone/19/alpha/buglist
As for now, it looks pretty good - all accepted blockers are under
control and who knows, maybe the cat is still alive ;-)

Jaroslav

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