Re: Changes coming for CUPS 1.6

2012-01-21 Thread Richard W.M. Jones
On Fri, Jan 20, 2012 at 01:12:26PM -0800, Adam Williamson wrote:
 On Fri, 2012-01-20 at 09:25 +, Tim Waugh wrote:
  On Thu, 2012-01-19 at 15:50 -0800, Adam Williamson wrote:
   What a great idea! We could call one of them 'Postscript'...
  
  Not likely. :-)
  
  I think the current candidate for the optional vector format is PDF
  1.4/1.5.
 
 Everything old is new again...

Particularly in the case of my HP JL 5M which does official
Postscript(TM) very nicely ... provided it's only Level 1 and can be
rendered in 2MB of RAM.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Requesting a change to the BugStatusWorkFlow: Closed/UPSTREAM

2012-01-21 Thread Richard W.M. Jones
On Fri, Jan 20, 2012 at 08:16:31AM +0100, David Tardon wrote:
 On Thu, Jan 19, 2012 at 06:31:44PM -0500, Stephen Gallagher wrote:
  For the record, I am referencing
  http://fedoraproject.org/wiki/BugZappers/BugStatusWorkFlow#CLOSED
  
  Currently, the official bug lifecycle includes the following phrase:
  The resolution UPSTREAM can be used by maintainers to denote a bug that
  they expect to be fixed by upstream development and naturally rolled
  back into Fedora as part of the update process. Ideally, a comment
  should be added with a link to the upstream bug report.
  
  I've seen quite a few bugs lately closed with this resolution (mostly in
  the Evolution and GNOME projects for me personally). It seems to me that
  this is terribly useless in terms of informing users when their bugs are
  fixed.
  
  Essentially, when closing this bug as UPSTREAM, we are communicating to
  our users This will get fixed. Probably. And it will get pulled into
  Fedora eventually. Probably. Most people, when they can actually be
  convinced to file a real bug report (even through ABRT), are doing so
  because they have an issue with the software and want to know when it's
  fixed.
 
 The libreoffice team uses this resolution for
 
 1) bugs that are not reproducible, but we _think_ we know what is the
 cause (these are mostly fire and forget abrt bugs, where we managed to
 get something useful from the backtrace)

CLOSED - WORKSFORME or INSUFFICIENT_DATA

 2) bugs that only appear under very specific conditions and are unlikely
 to affect many users.

CLOSED - CANTFIX or WONTFIX

I don't think CLOSED - UPSTREAM is a good resolution for either of
these classes of unfixed bugs.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Requesting a change to the BugStatusWorkFlow: Closed/UPSTREAM

2012-01-21 Thread Richard W.M. Jones
On Thu, Jan 19, 2012 at 06:31:44PM -0500, Stephen Gallagher wrote:
 For the record, I am referencing
 http://fedoraproject.org/wiki/BugZappers/BugStatusWorkFlow#CLOSED
 
 Currently, the official bug lifecycle includes the following phrase:
 The resolution UPSTREAM can be used by maintainers to denote a bug that
 they expect to be fixed by upstream development and naturally rolled
 back into Fedora as part of the update process. Ideally, a comment
 should be added with a link to the upstream bug report.
 
 I've seen quite a few bugs lately closed with this resolution (mostly in
 the Evolution and GNOME projects for me personally). It seems to me that
 this is terribly useless in terms of informing users when their bugs are
 fixed.
 
 Essentially, when closing this bug as UPSTREAM, we are communicating to
 our users This will get fixed. Probably. And it will get pulled into
 Fedora eventually. Probably. Most people, when they can actually be
 convinced to file a real bug report (even through ABRT), are doing so
 because they have an issue with the software and want to know when it's
 fixed.

I was all set to disagree with you, but I think your analysis of the
text on that wiki page is spot on.

That's not how _I_ use CLOSED - UPSTREAM.  I use it to indicate that
the bug *has been fixed* upstream.  And if I'm feeling conscientious I
also add the version number where the fix (is/will) appear.  This
should mean the user just needs to wait for the updated version to
appear in Fedora, and won't need to track upstream closely.

I think the text on the wiki page ought to be changed.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

cupsd lacking sysv compatibility?

2012-01-21 Thread Neal Becker
sudo service cupsd restart
... 
Redirecting to /bin/systemctl  restart cupsd.service
Failed to issue method call: Unit cupsd.service failed to load: No such file or 
directory. See system logs and 'systemctl status cupsd.service' for details.


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

Re: cupsd lacking sysv compatibility?

2012-01-21 Thread Frank Murphy

On 21/01/12 15:33, Neal Becker wrote:

sudo service cupsd restart
...
Redirecting to /bin/systemctl  restart cupsd.service
Failed to issue method call: Unit cupsd.service failed to load: No such file or
directory. See system logs and 'systemctl status cupsd.service' for details.



It's no longer a daemon, so drop the d I guess.

sudo service cups restart
[sudo] password for
Redirecting to /bin/systemctl  restart cups.service
~$ systemctl status cups.service
cups.service - CUPS Printing Service
  Loaded: loaded (/lib/systemd/system/cups.service; enabled)
  Active: active (running) since Sat, 21 Jan 2012 15:35:19 +; 19s 
ago
Main PID: 22801 (cupsd)
  CGroup: name=systemd:/system/cups.service
  └ 22801 /usr/sbin/cupsd -f

--
Regards,

Frank Murphy
UTF_8 Encoded
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: cupsd lacking sysv compatibility?

2012-01-21 Thread Reindl Harald


Am 21.01.2012 16:33, schrieb Neal Becker:
 sudo service cupsd restart
 ... 
 Redirecting to /bin/systemctl  restart cupsd.service
 Failed to issue method call: Unit cupsd.service failed to load: No such file 
 or 
 directory. See system logs and 'systemctl status cupsd.service' for details

why are people not looking how services are named or if they installed
before complain on mailing-lists?

systemctl --no-pager --full list-units | grep service
apcupsd.service   loaded active running   LSB: apcupsd daemon
auditd.serviceloaded active running   SYSV: This starts the 
Linux Auditing System Daemon,
avahi-daemon.service  loaded active running   Avahi mDNS/DNS-SD Stack
console-kit-daemon.service loaded active running   Console Manager
console-kit-log-system-start.service loaded active exitedConsole System 
Startup Logging
cpuspeed.service  loaded active exitedLSB: processor frequency 
scaling support
crond.service loaded active running   Command Scheduler
cups.service  loaded active running   CUPS Printing Service
dbmail-imapd.service  loaded active running   DBMail IMAP Server
dbmail-lmtpd.service  loaded active running   DBMail LMTP Server
dbmail-timsieved.service  loaded active running   DBMail SIEVE Server
dbus.service  loaded active running   D-Bus System Message Bus
dhcpd.service loaded active running   DHCPv4 Server Daemon
dovecot.service   loaded active running   Dovecot IMAP/POP3 Proxy
fedora-autoswap.service   loaded active exitedEnable all detected swap 
partitions
fedora-readonly.service   loaded active exitedConfigure read-only root 
support
fedora-storage-init-late.service loaded active exitedInitialize storage 
subsystems (RAID, LVM, etc.)
fedora-storage-init.service loaded active exitedInitialize storage 
subsystems (RAID, LVM, etc.)
fedora-sysinit-hack.service loaded active exitedBootup hack
fedora-sysinit-unhack.service loaded active exitedBootup unhack
fedora-wait-storage.service loaded active exitedWait for storage scan
getty@tty2.serviceloaded active running   Getty on tty2
getty@tty3.serviceloaded active running   Getty on tty3
getty@tty4.serviceloaded active running   Getty on tty4
getty@tty5.serviceloaded active running   Getty on tty5
getty@tty6.serviceloaded active running   Getty on tty6
hostapd.service   loaded active running   Wireless-AP
httpd.service loaded active running   HTTP Server (prefork MPM)
iptables.service  loaded active exitedLSB: start and stop 
iptables firewall
irqbalance.serviceloaded active running   irqbalance daemon
lm_sensors.serviceloaded active exitedInitialize hardware 
monitoring sensors
mdmonitor-takeover.service loaded active exitedSoftware RAID Monitor 
Takeover
mdmonitor.service loaded active running   Software RAID monitoring 
and management
mpd.service   loaded active running   The Music Player Daemon
mpdscribble.service   loaded active running   mpd last.fm submitter
mysqld.serviceloaded active running   MySQL Database
named.service loaded active running   LSB:
start|stop|status|restart|try-restart|reload|force-reload DNS server
network.service   loaded active exitedLSB: Bring up/down 
networking
ntpd.service  loaded active running   Network Time Service
openvpn.service   loaded active running   OpenVPN
postfix.service   loaded active running   Postfix MTA
prefdm.serviceloaded active running   Display Manager
preload.service   loaded active running   LSB: Adaptive readahead 
daemon
pulsed.serviceloaded active running   Pulseaudio Daemon
pure-ftpd.service loaded active running   Pure-FTPd FTP server
rc-local.service  loaded active exited/etc/rc.local 
Compatibility
remount-rootfs.serviceloaded active exitedRemount Root FS
replication.service   loaded active running   MySQL Replication
rsyslog.service   loaded active running   System Logging Service
rtkit-daemon.service  loaded active running   RealtimeKit Scheduling 
Policy Service
smartd.serviceloaded active running   Self Monitoring and 
Reporting Technology (SMART) Daemon
smb.service   loaded active running   Samba SMB Daemon
smokeping.service loaded active running   Latency Logging and 
Graphing System
sshd.service  loaded active running   OpenSSH server daemon
system-setup-keyboard.service loaded active running   System Setup Keyboard
systemd-logger.serviceloaded active running   Stdio Syslog Bridge
systemd-readahead-collect.service loaded 

review swap for picolisp

2012-01-21 Thread Kalpa Welivitigoda
Hi,

There is a package that I'm willing for a review swap, picolisp - a
Lisp interpreter
https://bugzilla.redhat.com/show_bug.cgi?id=783294

-- 
Best Regards,

Kalpa Pathum Welivitigoda
http://about.me/callkalpa
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

OT: fao: iso wranglers, md5 in install Media?

2012-01-21 Thread Frank Murphy

As far as I can tell there is no md5 embedded in the download.isos

But not getting into too much detail,
there is a user who is convinced there is.
quote
However there is an md5sum
check somewhere in the installation cd
/quote

Can someone put me or the user right?

--
Regards,

Frank Murphy
UTF_8 Encoded
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

PHP 5.4 and build of PECL ZTS extension.

2012-01-21 Thread Remi Collet
Hi,

PHP 5.4 now provides ZTS stuff required to build extension.

An example of such a build is available in the php-pecl-mysqlnd-ms
package (which still wait for a formal review).

See: https://bugzilla.redhat.com/show_bug.cgi?id=742729#c4

Full spec:
https://raw.github.com/remicollet/remirepo/master/php-pecl-mysqlnd-ms/php-pecl-mysqlnd-ms.spec

This is a dual build (NTS + ZTS). ZTS build is conditional
(for f16/f17 compatibility)

This use the new macros provides by php-devel

%php_ztsextdir  %{_libdir}/php-zts/modules
%php_ztsinidir  %{_sysconfdir}/php-zts.d
%php_ztsincldir %{_includedir}/php-zts/php
%php_ztsbindir  %{_bindir}/php-zts

Of course, before adding a ZTS build, you need to check that the used
libraries are thread safe ;)

Feedback, and of course review, are welcome

Hopes this example will help.

Regards,
Remi.


P.S.1 I plan to fix some of pecl extensions I own to provide both NTS
and ZTS extensions.

P.S.2 Sorry for cross-posting, I recommend further discussion on
php-devel list.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

PHP 5.4 and build of PECL ZTS extension.

2012-01-21 Thread Remi Collet
Hi,

PHP 5.4 now provides ZTS stuff required to build extension.

An example of such a build is available in the php-pecl-mysqlnd-ms
package (which still wait for a formal review).

See: https://bugzilla.redhat.com/show_bug.cgi?id=742729#c4

Full spec:
https://raw.github.com/remicollet/remirepo/master/php-pecl-mysqlnd-ms/php-pecl-mysqlnd-ms.spec

This is a dual build (NTS + ZTS). ZTS build is conditional
(for f16/f17 compatibility)

This use the new macros provides by php-devel

%php_ztsextdir  %{_libdir}/php-zts/modules
%php_ztsinidir  %{_sysconfdir}/php-zts.d
%php_ztsincldir %{_includedir}/php-zts/php
%php_ztsbindir  %{_bindir}/php-zts

Of course, before adding a ZTS build, you need to check that the used
libraries are thread safe ;)

Feedback, and of course review, are welcome

Hopes this example will help.

Regards,
Remi.


P.S.1 I plan to fix some of pecl extensions I own to provide both NTS
and ZTS extensions.

P.S.2 Sorry for cross-posting, I recommend further discussion on
php-devel list.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: OT: fao: iso wranglers, md5 in install Media?

2012-01-21 Thread Michael Schwendt
On Sat, 21 Jan 2012 17:50:26 +, FM (Frank) wrote:

 As far as I can tell there is no md5 embedded in the download.isos
 
 But not getting into too much detail,
 there is a user who is convinced there is.
 quote
 However there is an md5sum
 check somewhere in the installation cd
 /quote
 
 Can someone put me or the user right?

That refers to the mediacheck installer option, which may default to on for
some types of installation.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: OT: fao: iso wranglers, md5 in install Media?

2012-01-21 Thread Adam Williamson
On Sat, 2012-01-21 at 21:47 +0100, Michael Schwendt wrote:
 On Sat, 21 Jan 2012 17:50:26 +, FM (Frank) wrote:
 
  As far as I can tell there is no md5 embedded in the download.isos
  
  But not getting into too much detail,
  there is a user who is convinced there is.
  quote
  However there is an md5sum
  check somewhere in the installation cd
  /quote
  
  Can someone put me or the user right?
 
 That refers to the mediacheck installer option, which may default to on for
 some types of installation.

It's presented as a selectable option right at the start of a
media-based (i.e. DVD) install - it asks if you want to verify the media
or skip straight to installation.
-- 
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

Automatic commit request approvial in pkgdb?

2012-01-21 Thread Michael Schwendt
On Fri, 20 Jan 2012 15:38:47 -0700, KF (Kevin) wrote:

 On Tue, 17 Jan 2012 02:20:15 +0100
 Kevin Kofler wrote:
 
  Kevin Fenzi wrote:
   We talked about, but never finished implementing a timeout on acl
   requests.
   
   The way this would work is that maintainer would have some time.. 3
   weeks or something to reject a acl request. If they did not do so,
   pkgdb would automatically approve it at the end of the time.
   This would help in cases where the maintainer is overloaded or not
   paying attention.
  
  The question is of course why we need to allow the maintainer to
  reject comaintainership in the first place.
 
 Sure. In an ideal world we never would. 
 
 In the real world it might be that someone is a new maintainer and
 wanting to work on a package that is very complex or sensitive without
 much background, or someone who the current maintainers know they
 differ on philosophy or something that would make working together
 difficult, or a maintainer who doesn't get along with upstream and
 would cause undue friction, or a maintainer who doesn't communicate
 with existing maintainers well, etc. 

There would be extended rules about who would be allowed to modify a
package, and in which ways a package may be modified.

It would be rather disappointing, if the infamous hostile takeover
scenario for packages were the primary reason for not offering automatic
commit request approval in pkgdb. How often would it happen that one
packager refuses to apply a patch/upgrade and another one tries to force
changes upon everyone else? And if that happened, it would be reversible.
Abuse could lead to appropriate consequences.

I'm more concerned about some accounts acquiring commit access to a
growing number of packages, pretending that those have maintainers,
but without handling bug reports and other maintenance tasks. Then, if the
original package submitter leaves silently (which happens regularly
apparently), the package doesn't become an orphan.

How often does it happen that pkgdb requests are not answered? How often
are pkgdb commit acl requests made because a current maintainer does not
respond elsewhere either? (and the non-responsive maintainer procedure
ought to be started)

It could also be considered a security risk, if an arbitrary member of the
packager group may gain [temporary!] write-access to arbitrary packages.
That may become more of a risk, if the number of semi-orphaned/unmaintained
packages in the collection increases, and not just pkgdb requests aren't
seen but git commits aren't observed by anyone either.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: OT: fao: iso wranglers, md5 in install Media?

2012-01-21 Thread Frank Murphy

On 21/01/12 21:32, Adam Williamson wrote:


That refers to the mediacheck installer option, which may default to on for
some types of installation.


It's presented as a selectable option right at the start of a
media-based (i.e. DVD) install - it asks if you want to verify the media
or skip straight to installation.


Does it only check for read problems though,
or does it verify that whats on the media matches the iso?

--
Regards,

Frank Murphy
UTF_8 Encoded
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Orphaning skychart

2012-01-21 Thread Sergio Pascual
Hi list.

I'm orphaning skychart. It's a sky map application. The package builds
in rawhide and it has very few open bugs
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: review swap for picolisp

2012-01-21 Thread lakshminaras2...@gmail.com
Hello,

I have a Haskell package for review
https://bugzilla.redhat.com/show_bug.cgi?id=664151

Here is the packaging draft
http://fedoraproject.org/wiki/PackagingDrafts/Haskell that lists and
explains the macros used

I am taking up picolisp for review.

On Sat, Jan 21, 2012 at 10:08 PM, Kalpa Welivitigoda callka...@gmail.comwrote:

 Hi,

 There is a package that I'm willing for a review swap, picolisp - a
 Lisp interpreter
 https://bugzilla.redhat.com/show_bug.cgi?id=783294

 --
 Best Regards,

 Kalpa Pathum Welivitigoda
 http://about.me/callkalpa
 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel




-- 
Regards
Lakshmi Narasimhan T V
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: review swap for picolisp

2012-01-21 Thread Kalpa Welivitigoda
On Sun, Jan 22, 2012 at 10:46 AM, lakshminaras2...@gmail.com
lakshminaras2...@gmail.com wrote:
 Hello,

 I have a Haskell package for review
 https://bugzilla.redhat.com/show_bug.cgi?id=664151

 Here is the packaging draft
 http://fedoraproject.org/wiki/PackagingDrafts/Haskell that lists and
 explains the macros used

 I am taking up picolisp for review.


Thanks. I'm taking up Haskell

 On Sat, Jan 21, 2012 at 10:08 PM, Kalpa Welivitigoda callka...@gmail.com
 wrote:

 Hi,

 There is a package that I'm willing for a review swap, picolisp - a
 Lisp interpreter
 https://bugzilla.redhat.com/show_bug.cgi?id=783294

 --
 Best Regards,

 Kalpa Pathum Welivitigoda
 http://about.me/callkalpa
 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel




 --
 Regards
 Lakshmi Narasimhan T V

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



-- 
Best Regards,

Kalpa Pathum Welivitigoda
http://about.me/callkalpa
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[Bug 783349] perl-Email-Date-Format is already in RHEL6

2012-01-21 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #2 from Iain Arnell iarn...@gmail.com 2012-01-21 04:01:49 EST ---
perl-Email-Date-Format does not appear to be in RHEL6 for PPC.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 783346] Perl-MIME-Lite is already in RHEL6

2012-01-21 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #4 from Iain Arnell iarn...@gmail.com 2012-01-21 04:00:56 EST ---
perl-MIME-Lite does not appear to be present in RHEL6 for PPC.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Bot-BasicBot

2012-01-21 Thread buildsys


perl-Bot-BasicBot has broken dependencies in the rawhide tree:
On x86_64:
perl-Bot-BasicBot-0.87-2.fc17.noarch requires perl(URI::Title)
perl-Bot-BasicBot-0.87-2.fc17.noarch requires perl(URI::Find::Simple)
On i386:
perl-Bot-BasicBot-0.87-2.fc17.noarch requires perl(URI::Title)
perl-Bot-BasicBot-0.87-2.fc17.noarch requires perl(URI::Find::Simple)
Please resolve this as soon as possible.


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

Re: [perl-Data-OptList] Spec clean-up

2012-01-21 Thread Iain Arnell
On Fri, Jan 20, 2012 at 11:43 AM, Paul Howarth
pghm...@fedoraproject.org wrote:
 commit 9b6ccf963cfbe31950031ed69a3a77f49e8b5641
 Author: Paul Howarth p...@city-fan.org
 Date:   Fri Jan 20 10:43:17 2012 +

    Spec clean-up

    - drop -tests subpackage (general lack of interest in this), but include
      them as documentation for the main package

Paul,

I've just noticed you dropped a few -tests subpackages. I agree that
it's probably time to drop them (nice idea, but no followup since
Chris left). But if there's anyone that has them installed, they're
now going to have broken upgrades - the tests subpackages require the
main package = %{version}. To be safe, I think we should also be
obsoleting the old tests subpackages when dropping them.

-- 
Iain.
--
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-Class-C3] Obsolete/provide old -tests subpackage to support upgrades

2012-01-21 Thread Paul Howarth
commit dda79500e2e6721dddca8cdf013db430037f68ef
Author: Paul Howarth p...@city-fan.org
Date:   Sat Jan 21 13:41:59 2012 +

Obsolete/provide old -tests subpackage to support upgrades

 perl-Class-C3.spec |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-C3.spec b/perl-Class-C3.spec
index 123ce6d..3f9b63e 100644
--- a/perl-Class-C3.spec
+++ b/perl-Class-C3.spec
@@ -3,7 +3,7 @@
 
 Name:  perl-Class-C3
 Version:   0.23
-Release:   4%{?dist}
+Release:   5%{?dist}
 Summary:   Pragma to use the C3 method resolution order algorithm
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -40,6 +40,10 @@ Requires:perl(Scalar::Util) = 1.10
 # Let people use c3;
 Provides:  perl(c3) = %{version}
 
+# Obsolete/provide old -tests subpackage (can be removed in F19 development 
cycle)
+Obsoletes: %{name}-tests  %{version}-%{release}
+Provides:  %{name}-tests = %{version}-%{release}
+
 # Filter out bogus dependencies and provides (rpm 4.9 onwards)
 %global __requires_exclude ^perl\\((c3|base)\\)
 %global __provides_exclude ^perl\\(t::lib::
@@ -86,6 +90,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Class::C3::next.3pm*
 
 %changelog
+* Sat Jan 21 2012 Paul Howarth p...@city-fan.org - 0.23-5
+- Obsolete/provide old -tests subpackage to support upgrades
+
 * Wed Jan 18 2012 Paul Howarth p...@city-fan.org - 0.23-4
 - Reinstate compatibility with older distributions like EL-5
 - Drop -tests subpackage (general lack of interest in this), but include
--
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-common-sense] Obsolete/provide old -tests subpackage to support upgrades

2012-01-21 Thread Paul Howarth
commit ed25b39f88f5438221136f594baa6463ee7f8e88
Author: Paul Howarth p...@city-fan.org
Date:   Sat Jan 21 13:48:33 2012 +

Obsolete/provide old -tests subpackage to support upgrades

 perl-common-sense.spec |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-common-sense.spec b/perl-common-sense.spec
index 434d73f..f621efb 100644
--- a/perl-common-sense.spec
+++ b/perl-common-sense.spec
@@ -1,7 +1,7 @@
 Name:  perl-common-sense
 Summary:   Common sense Perl defaults 
 Version:   3.4
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Source0:   
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz
 
@@ -11,6 +11,10 @@ BuildArch:   noarch
 BuildRequires: perl(ExtUtils::MakeMaker)
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
+# Obsolete/provide old -tests subpackage (can be removed in F19 development 
cycle)
+Obsoletes: %{name}-tests  %{version}-%{release}
+Provides:  %{name}-tests = %{version}-%{release}
+
 %description
 This module implements some sane defaults for Perl programs, as defined
 by two typical (or not so typical - use your common sense) specimens of
@@ -47,6 +51,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/common::sense.3pm*
 
 %changelog
+* Sat Jan 21 2012 Paul Howarth p...@city-fan.org - 3.4-5
+- Obsolete/provide old -tests subpackage to support upgrades
+
 * Thu Jan 19 2012 Paul Howarth p...@city-fan.org - 3.4-4
 - Reinstate compatibility with older distributions like EL-5
 - Drop -tests subpackage (general lack of interest in this), but include
--
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-Class-C3] Created tag perl-Class-C3-0.23-5.fc17

2012-01-21 Thread Paul Howarth
The lightweight tag 'perl-Class-C3-0.23-5.fc17' was created pointing to:

 dda7950... Obsolete/provide old -tests subpackage to support upgrades
--
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-common-sense] Created tag perl-common-sense-3.4-5.fc17

2012-01-21 Thread Paul Howarth
The lightweight tag 'perl-common-sense-3.4-5.fc17' was created pointing to:

 ed25b39... Obsolete/provide old -tests subpackage to support upgrades
--
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-Data-OptList] Obsolete/provide old -tests subpackage to support upgrades

2012-01-21 Thread Paul Howarth
commit c09fc5815bddf2cf6a6ae38a1b18977c6d401606
Author: Paul Howarth p...@city-fan.org
Date:   Sat Jan 21 13:55:30 2012 +

Obsolete/provide old -tests subpackage to support upgrades

 perl-Data-OptList.spec |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-OptList.spec b/perl-Data-OptList.spec
index 6f4d1f5..91ba784 100644
--- a/perl-Data-OptList.spec
+++ b/perl-Data-OptList.spec
@@ -1,7 +1,7 @@
 Name:   perl-Data-OptList
 Summary:Parse and validate simple name/value option pairs
 Version:0.107
-Release:4%{?dist}
+Release:5%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Data-OptList/
@@ -15,6 +15,10 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
+# Obsolete/provide old -tests subpackage (can be removed in F19 development 
cycle)
+Obsoletes:  %{name}-tests  %{version}-%{release}
+Provides:   %{name}-tests = %{version}-%{release}
+
 %description
 Hashes are great for storing named data, but if you want more than one entry
 for a name, you have to use a list of pairs. Even then, this is really boring
@@ -59,6 +63,9 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/Data::OptList.3pm*
 
 %changelog
+* Sat Jan 21 2012 Paul Howarth p...@city-fan.org - 0.107-5
+- obsolete/provide old -tests subpackage to support upgrades
+
 * Fri Jan 20 2012 Paul Howarth p...@city-fan.org - 0.107-4
 - drop -tests subpackage (general lack of interest in this), but include
   them as documentation for the main package
--
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-Data-OptList] Created tag perl-Data-OptList-0.107-4.fc17

2012-01-21 Thread Paul Howarth
The lightweight tag 'perl-Data-OptList-0.107-4.fc17' was created pointing to:

 9b6ccf9... Spec clean-up
--
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-Data-OptList] Created tag perl-Data-OptList-0.107-5.fc17

2012-01-21 Thread Paul Howarth
The lightweight tag 'perl-Data-OptList-0.107-5.fc17' was created pointing to:

 c09fc58... Obsolete/provide old -tests subpackage to support upgrades
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: [perl-Data-OptList] Spec clean-up

2012-01-21 Thread Paul Howarth
On Sat, 21 Jan 2012 14:25:17 +0100
Iain Arnell iarn...@gmail.com wrote:

 On Fri, Jan 20, 2012 at 11:43 AM, Paul Howarth
 pghm...@fedoraproject.org wrote:
  commit 9b6ccf963cfbe31950031ed69a3a77f49e8b5641
  Author: Paul Howarth p...@city-fan.org
  Date:   Fri Jan 20 10:43:17 2012 +
 
     Spec clean-up
 
     - drop -tests subpackage (general lack of interest in this), but
  include them as documentation for the main package
 
 Paul,
 
 I've just noticed you dropped a few -tests subpackages. I agree that
 it's probably time to drop them (nice idea, but no followup since
 Chris left). But if there's anyone that has them installed, they're
 now going to have broken upgrades - the tests subpackages require the
 main package = %{version}. To be safe, I think we should also be
 obsoleting the old tests subpackages when dropping them.

You're right of course. I've rebuilt the three affected packages with
appropriate obsoletes/provides (the tests are included as %doc for the
main packages now).

Paul.
--
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 783740] New: perl-Crypt-PasswdMD5 not available in RHEL 6 PPC64

2012-01-21 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: perl-Crypt-PasswdMD5 not available in RHEL 6 PPC64

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

   Summary: perl-Crypt-PasswdMD5 not available in RHEL 6 PPC64
   Product: Fedora EPEL
   Version: el6
  Platform: ppc64
OS/Version: Linux
Status: NEW
  Severity: high
  Priority: unspecified
 Component: perl-Crypt-PasswdMD5
AssignedTo: mmcgr...@redhat.com
ReportedBy: j...@di.uminho.pt
 QAContact: extras...@fedoraproject.org
CC: fedora-perl-devel-l...@redhat.com, mmcgr...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: ---
Regression: ---
Mount Type: ---
 Documentation: ---


Description of problem:
The package perl-Crypt-PasswdMD5 is not available in the PPC64 repositories of
RHEL 6 (but it is available in the i386 and x86_64 repositories).

Version-Release number of selected component (if applicable):
perl-Crypt-PasswdMD5-1.3-6.el6


Actual results:
package: perl-Authen-Simple-0.4-5.el6.noarch from fedora-epel-testing-6-ppc64
  unresolved deps:
 perl(Crypt::PasswdMD5)

Expected results:
To have it available in a PPC64 repository (maybe in EPEL6)

Additional info:
Current SRPM:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/perl-Crypt-PasswdMD5-1.3-6.el6.src.rpm

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Want] Add %{?perl_default_filter}. Modernize spec.

2012-01-21 Thread corsepiu
commit 96163614de62e61a90226be2e12b619863021135
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Jan 22 07:51:48 2012 +0100

Add %{?perl_default_filter}.
Modernize spec.

 perl-Want.spec |   12 +++-
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/perl-Want.spec b/perl-Want.spec
index 6120a17..39eeec3 100644
--- a/perl-Want.spec
+++ b/perl-Want.spec
@@ -1,6 +1,6 @@
 Name:  perl-Want
 Version:   0.18
-Release:   10%{?dist}
+Release:   11%{?dist}
 Summary:   Perl module implementing a generalisation of wantarray
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -12,6 +12,8 @@ Requires: perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $version))
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Test::More)
 
+%{?perl_default_filter}
+
 %description
 This module generalises the mechanism of the wantarray
 function, allowing a function to determine in some detail
@@ -25,7 +27,6 @@ how its return value is going to be immediately used.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
@@ -33,9 +34,6 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm 
-f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %check
 make test
 
@@ -47,6 +45,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 22 2012 Ralf Corsépius corse...@fedoraproject.org - 0.18.11
+- Add %%{?perl_default_filter}.
+- Modernize spec.
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.18-10
 - 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

[perl-Proc-Wait3] Modernize spec.

2012-01-21 Thread corsepiu
commit affe186de026758e6122e88f41419fc4a23d7c15
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Jan 22 08:00:14 2012 +0100

Modernize spec.

 perl-Proc-Wait3.spec |   11 ---
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/perl-Proc-Wait3.spec b/perl-Proc-Wait3.spec
index 04a6940..0323e45 100644
--- a/perl-Proc-Wait3.spec
+++ b/perl-Proc-Wait3.spec
@@ -1,12 +1,11 @@
 Name:   perl-Proc-Wait3
 Version:0.04
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl extension for wait3 system call
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Proc-Wait3/
 Source0:
http://www.cpan.org/authors/id/C/CT/CTILMES/Proc-Wait3-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -26,8 +25,6 @@ mv Changes~ Changes
 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 {} \;
@@ -39,9 +36,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README LICENSE
@@ -50,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 22 2012 Ralf Corsépius corse...@fedoraproject.org - 0.04-4
+- Modernize spec.
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.04-3
 - 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

[perl-gettext] Add %{?perl_default_filter}. Modernize spec.

2012-01-21 Thread corsepiu
commit 7923d70d38aca0bd899ce07b4d1c914b3b75b64e
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Jan 22 08:06:15 2012 +0100

Add %{?perl_default_filter}.
Modernize spec.

 perl-gettext.spec |   13 +++--
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/perl-gettext.spec b/perl-gettext.spec
index 87b99d5..4e04b79 100644
--- a/perl-gettext.spec
+++ b/perl-gettext.spec
@@ -1,6 +1,6 @@
 Name:   perl-gettext
 Version:1.05
-Release:23%{?dist}
+Release:24%{?dist}
 Summary:Interface to gettext family of functions
 
 Group:  Development/Libraries
@@ -8,7 +8,6 @@ License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/gettext/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-%{version}.tar.gz
 Patch0: 
http://patch-tracking.debian.net/patch/series/view/liblocale-gettext-perl/1.05-4/compatibility-with-POSIX-module.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: gettext
@@ -16,6 +15,8 @@ Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $version))
 
 Obsoletes: perl-Locale-gettext = 1.05
 
+%{?perl_default_filter}
+
 %description
 The gettext module permits access from perl to the gettext() family of 
 functions for retrieving message strings from databases constructed to
@@ -31,7 +32,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 -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
@@ -47,9 +47,6 @@ case $LANG in
 esac
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 
 %files
 %defattr(-,root,root,-)
@@ -60,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 22 2012 Ralf Corsépius corse...@fedoraproject.org - 1.05-24
+- Add %%{?perl_default_filter}.
+- Modernize spec.
+
 * Sat Jan 14 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.05-23
 - 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

[perl-Params-Validate] Add %{perl_default_filter}.

2012-01-21 Thread corsepiu
commit a6119c348e093d53c09f099b149f7335e8583cd0
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Jan 22 08:31:40 2012 +0100

Add %{perl_default_filter}.

 perl-Params-Validate.spec |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index b47f154..79c5d7e 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -1,7 +1,7 @@
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
 Version:   1.00
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   Artistic2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -31,6 +31,8 @@ BuildRequires:perl(Test::Pod) = 1.41
 BuildRequires: perl(Test::Spelling)
 BuildRequires:  hunspell-en
 
+%{?perl_default_filter}
+
 %description
 The Params::Validate module allows you to validate method or function
 call parameters to an arbitrary level of specificity. At the simplest
@@ -68,6 +70,9 @@ RELEASE_TESTING=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 22 2012 Ralf Corsépius corse...@fedoraproject.org - 1.00-5
+- Add %%{perl_default_filter}.
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.00-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

[perl-Any-Moose] drop tests subpackage

2012-01-21 Thread Iain Arnell
commit 1a7b713cb2740284951a996c51f6ea7fc139d4bc
Author: Iain Arnell iarn...@gmail.com
Date:   Sun Jan 22 08:55:19 2012 +0100

drop tests subpackage

 perl-Any-Moose.spec |   15 ---
 1 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/perl-Any-Moose.spec b/perl-Any-Moose.spec
index b4de713..8ac93ad 100644
--- a/perl-Any-Moose.spec
+++ b/perl-Any-Moose.spec
@@ -1,7 +1,7 @@
 Name:   perl-Any-Moose
 Summary:Use Moose or Mouse automagically
 Version:0.18
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Any-Moose-%{version}.tar.gz 
@@ -19,9 +19,12 @@ BuildRequires:  perl(Test::More)
 # virtual provides in perl-Moose and perl-Mouse
 Requires:   perl(Any-Moose) = 0.40
 
+# obsolete/provide old tests subpackage
+# can be removed during F19 development cycle
+Obsoletes:  %{name}-tests  0.18-2
+Provides:   %{name}-tests = %{version}-%{release}
 
 %{?perl_default_filter}
-%{?perl_default_subpackage_tests}
 
 %description
 This module allows one to take advantage of the features Moose/Mouse
@@ -32,6 +35,9 @@ loaded, otherwise we go with Moose.
 %prep
 %setup -q -n Any-Moose-%{version}
 
+# silence rpmlint warnings
+sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -47,11 +53,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null 
';'
 make test
 
 %files
-%doc Changes LICENSE README
+%doc Changes LICENSE README t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Jan 22 2012 Iain Arnell iarn...@gmail.com 0.18-2
+- drop tests-subpackage; move tests to main package documentation
+
 * Fri Jan 13 2012 Robin Lee cheese...@fedoraproject.org - 0.18-1
 - Update to 0.18
 
--
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-Class-MethodMaker] Add %{perl_default_filter}.

2012-01-21 Thread corsepiu
commit 7b1f849eb369e2a5622692a725e4e491ad53d976
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Jan 22 08:57:42 2012 +0100

Add %{perl_default_filter}.

 perl-Class-MethodMaker.spec |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-MethodMaker.spec b/perl-Class-MethodMaker.spec
index 5a7df4f..fbc36c0 100644
--- a/perl-Class-MethodMaker.spec
+++ b/perl-Class-MethodMaker.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-MethodMaker
 Version:2.18
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl module for creating generic object-oriented methods
 
 Group:  Development/Libraries
@@ -14,6 +14,8 @@ BuildRequires:  perl(IPC::Run)
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
+%{?perl_default_filter}
+
 %description
 Class::MethodMaker solves the problem of having to continually write accessor
 methods for your objects that perform standard tasks.
@@ -50,6 +52,9 @@ cd ..
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Jan 22 2012 Ralf Corsépius corse...@fedoraproject.org - 2.18-4
+- Add %%{perl_default_filter}.
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.18-3
 - 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

[perl-App-Cmd] drop tests subpackage

2012-01-21 Thread Iain Arnell
commit 600b99d21c1b055d5be8a8c1bf6ca37e93710651
Author: Iain Arnell iarn...@gmail.com
Date:   Sun Jan 22 08:57:47 2012 +0100

drop tests subpackage

 perl-App-Cmd.spec |   13 ++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-App-Cmd.spec b/perl-App-Cmd.spec
index ffac9e6..f2abe83 100644
--- a/perl-App-Cmd.spec
+++ b/perl-App-Cmd.spec
@@ -1,7 +1,7 @@
 Name:   perl-App-Cmd
 Summary:Write command line apps with less suffering
 Version:0.314
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz 
@@ -33,8 +33,12 @@ Requires:   perl(Getopt::Long::Descriptive) = 0.084
 Requires:   perl(IO::TieCombine) = 1
 Requires:   perl(Sub::Exporter) = 0.975
 
+# obsolete/provide old tests subpackage
+# can be removed during F19 development cycle
+Obsoletes:  %{name}-tests  0.314-2
+Provides:   %{name}-tests = %{version}-%{release}
+
 %{?perl_default_filter}
-%{?perl_default_subpackage_tests}
 
 %description
 App::Cmd is intended to make it easy to write complex command-line
@@ -63,11 +67,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null 
';'
 make test
 
 %files
-%doc Changes LICENSE README
+%doc Changes LICENSE README t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Jan 22 2012 Iain Arnell iarn...@gmail.com 0.314-2
+- drop tests-subpackage; move tests to main package documentation
+
 * Thu Jan 12 2012 Emmanuel Seyman emmanuel.sey...@club-internet.fr - 0.314-1
 - Update to 0.314
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: [389-devel] Please review: fix mozldap build issues

2012-01-21 Thread Nathan Kinder

On 01/20/2012 07:02 PM, Rich Megginson wrote:





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

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