Re: ConsoleKit and esound retirement

2013-02-13 Thread Hans de Goede

Hi,

On 02/13/2013 04:26 AM, DJ Delorie wrote:



Hmm, we still have xmms in the repo?


/me is very glad we still have xmms in the repo


Have you tried using Audacious ? You can set it to
classic mode, at which point it user experience is
identical to xmms.

With the advantage that it uses a modern toolkit, more
modern plumbing in various places, and it is actively
maintained both in Fedora and upstream.

Regards,

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Mat Booth
On 13 February 2013 09:21, Hans de Goede hdego...@redhat.com wrote:
 Hi,

 Have you tried using Audacious ? You can set it to
 classic mode, at which point it user experience is
 identical to xmms.

 With the advantage that it uses a modern toolkit, more
 modern plumbing in various places, and it is actively
 maintained both in Fedora and upstream.


That seems like exactly what should go in the dead.package file :-)

-- 
Mat Booth
http://fedoraproject.org/get-fedora
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

headsup for llvm-3.2

2013-02-13 Thread Jens Petersen
Hi,

I spend a little time recently working on the llvm package trying
to fix a few Fedora bugs that have been open for a while...

I also think we should really get llvm-3.2 into Fedora 19.
I have done a few tests and scratch builds in
https://bugzilla.redhat.com/show_bug.cgi?id=903100
and am planning to build llvm-3.2 in rawhide this week hopefully.

I was hoping to get a nod first from the package owner (Michel Salim)
but I haven't heard from him yet - I dunno if he is away or just busy.
Anyway seems to me better to do the version as soon as possible
to get it into F19 Rawhide early for more testing.

I think the biggest reverse dependency is mesa which needs
to be updated to 9.1-devel, which Dave Airlie has already
after talking to him.  If you have packages that need rebuilding
for a llvm version bump let me know if you want help with
them otherwise I will try to fix any dependency breakage that occurs.

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Dan Mashal
Please can we test this on rawhide first if anything? I'm pretty sure a lot
of thing are still ck dependant. We are still trying to catch up to systemd.

Just because some other distro did it doesn't mean we should do it too.

Dan

On Tuesday, February 12, 2013, Lennart Poettering wrote:

 Heya,

 since a while now logind has replaced CK in Fedora. I'd like to retire
 it entirely from the distribution now.

 Most deps on CK are gone. Holdouts are cdm, lightdm, lxsession,
 lxdm.

 https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

 This page doesn't say anything about retiring packages other still
 depend on...

 I am tempted to just retire CK ignoring the remaining dependencies, in
 the hope this will put the pressure on the folks involved to update
 their stuff...

 Getting rid of CK in those packages is dead simple BTW. Just disable it
 in the packages, but make sure pam_systemd is in the PAM stack for your
 greeter tool. It's basically about removing code, not about adding
 new code -- adding new code is only necessary if you want to improve
 your DM to handle multi-seat setups, too (which is a new feature of
 logind, not available in CK[1]). For details, see:

 http://www.freedesktop.org/wiki/Software/systemd/writing-display-managers

 I'd also like to retire esound finally. Currently, adplay, ayttm,
 dopewars, e16, gnome-libs, gnubg, lxdream, moon-buggy, spacechart,
 xarchon, xmms-esd still use it. esd of course has been deprecated and
 dead since many years, the packages which still use it really should
 wake up one day. So here, too, I'd just like to retire the package...

 Alternatively, somebody else can take these over, but honstely I'd
 rather see them removed than continue to bitrot in our repository...

 Lennart

 Footnotes:

 [1] If you are interested in adding proper multi-seat support to the DM
 of your choice, then we might be able to supply you with a free set of
 multi-seat hardware so that you can actually make it work. Ping me.

 --
 Lennart Poettering - Red Hat, Inc.
 --
 devel mailing list
 devel@lists.fedoraproject.org javascript:;
 https://admin.fedoraproject.org/mailman/listinfo/devel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: ConsoleKit and esound retirement

2013-02-13 Thread Peter Robinson
On Wed, Feb 13, 2013 at 10:44 AM, Dan Mashal dan.mas...@gmail.com wrote:
 Please can we test this on rawhide first if anything? I'm pretty sure a lot
 of thing are still ck dependant. We are still trying to catch up to systemd.

 Just because some other distro did it doesn't mean we should do it too.

Retirement of packages really only should ever happen on rawhide and I
believe that's what is being discussed.

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

Re: Should MariaDB touch my.cnf in %post?

2013-02-13 Thread Honza Horak

On 02/12/2013 09:10 PM, Sergei Golubchik wrote:

Okay, so you suggest to do nothing - neither append the includedir line
to the existing my.cnf nor let mariadb read /etc/my.cnf.d/ automatically
and implicitly.

That's fine :)
I was only trying to find an alternative to let mariadb read
/etc/my.cnf.d implicitly - because I don't like an idea of adding more
magic to the server, it has more than enough of it already.


Going back to the original idea -- it was that users will be confused if 
they'll see files under /etc/my.cnf.d/* which they can enhance but it 
won't take any effect. Well, adding a README file into /etc/my.cnf.d or 
some comments into files in that directory or even both, that would 
simply describe the need of !includedir, should just work. That 
shouldn't do any harm and should reduce confusing.


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

Re: Should MariaDB touch my.cnf in %post?

2013-02-13 Thread Sergei Golubchik
Hi, Reindl!

On Feb 13, Reindl Harald wrote:
 
 a few lines in the SPEC files %install section would simply
 remove the folder and this files - i know a lot of mysql
 setups and have never seen one with includes and if
 so then they would be created by the admin

Sure, that's only in the mariadb.org rpms.

We've added the folder specifically for the purpose of packaging.
The server rpm includes the server config file, the client rpm - the
client config file. The shared lib rpm includes the shared lib cnf file.

And yes, we've started (in 10.0) to package certain plugins separately
(CassandraSE comes in a separate rpm). They will come with their own cnf
files too. Even if such a file won't auto-enable the plugin, it'll have
plugin configuration options explained. These options can not go into
the /etc/my.cnf because the plugin might be a third-party, we may not
know in advance all mariadb plugins that a user might want to install.

And speaking about /etc/php.d/ and /etc/httpd/conf.d/ - I'm not the only
one who can see the benefits of a modular configuration system, as
compared to one monolitic config file :)

Regards,
Sergei
-- 
MariaDB.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Should MariaDB touch my.cnf in %post?

2013-02-13 Thread Michal Hlavinka

On 02/12/2013 06:46 PM, Honza Horak wrote:

Hi folks,

I'd like to share an idea related to MySQL-MariaDB move, that may be a
bit controversial. Speaking about default case in Fedora, MySQL has used
only one file at /etc/my.cnf to configure server, libraries,
command-line utilities, etc.

MariaDB uses by default /etc/my.cnf and
/etc/my.cnf.d/{client,server,..}.cnf files, while all the /etc/my.cnf.d
directory is included using !includedir statement in /etc/my.cnf.

The problem is, that after replacing MySQL with MariaDB existed my.cnf
won't get updated (uses %config(noreplace)) and then users will be
confused by having /etc/my.cnf.d/* files, which won't be used.


Just add README file to /etc/my.cnf.d/ mentioning that /etc/my.cnf must 
contain that includedir line or those file won't be used


Michal

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Jon Ciesla
On Tue, Feb 12, 2013 at 4:51 PM, Lennart Poettering mzerq...@0pointer.dewrote:

 On Tue, 12.02.13 13:52, Jon Ciesla (limburg...@gmail.com) wrote:

So to clarify, you're not actually retiring anything currently, just
expressing to the community that you'd like to and that we should
 work
toward making that possible?
  
   Well, I am just checking before I do something whether I can actually
 do
   it. That's all. By next week or so I will either have retired the
   packages (which I'd prefer) or somebody else took them over (which I'd
   prefer not to do, but which we can do too, if the retro-computing folks
   step up...)
 
  I'd prefer that you orphan them, and mail the list, ccing foo-owner for
  each dependency, that you're doing so.  That said, I maintain gnugb, and
  was able to easily remove the esound requirement.  If no one else wants
 to
  maintain esound, I will, even if only long enough to excise it from the
  packages that need it.

 OK, if that's what you want. I have now orphaned esound. Please take it
 over.

 Thanks, but it looks like someone beat me to it.

-J


 Lennart

 --
 Lennart Poettering - Red Hat, Inc.
 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel




-- 
http://cecinestpasunefromage.wordpress.com/

in your fear, seek only peace
in your fear, seek only love

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

Re: headsup for llvm-3.2

2013-02-13 Thread John5342
On 13 Feb 2013 09:37, Jens Petersen peter...@redhat.com wrote:

 Hi,

 I spend a little time recently working on the llvm package trying
 to fix a few Fedora bugs that have been open for a while...

 I also think we should really get llvm-3.2 into Fedora 19.
 I have done a few tests and scratch builds in
 https://bugzilla.redhat.com/show_bug.cgi?id=903100
 and am planning to build llvm-3.2 in rawhide this week hopefully.

Are there any plans to bring this to F18?

There was talk about bringing 3.1 to F17 including some support from the
Mesa guys but then nothing actually happened. I would really like it if I
could go through F18 without having to build my own private parallel
installable llvm 3.2 (i need the c++11 memory model support introduced in
3.2 for my lock free algorithms).
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Should MariaDB touch my.cnf in %post?

2013-02-13 Thread Honza Horak

On 02/13/2013 02:15 PM, Sergei Golubchik wrote:

On Feb 13, Reindl Harald wrote:

a few lines in the SPEC files %install section would simply
remove the folder and this files - i know a lot of mysql
setups and have never seen one with includes and if
so then they would be created by the admin


I don't think the directory is so bad that we should remove it as a 
whole. We usually don't want to differ from upstream (MariaDB uses the 
directory) and staying with old design only because admins are used to 
that -- well, we won't destroy anything, they can still ignore the 
directory if they want, but we can give the opportunity for others that 
like the idea with my.cnf.d.


We also don't do this change within a regular update, but as a part of 
quite big step (moving to MariaDB).



And speaking about /etc/php.d/ and /etc/httpd/conf.d/ - I'm not the only
one who can see the benefits of a modular configuration system, as
compared to one monolitic config file :)


+1

Honza

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Michael Schwendt
On Tue, 12 Feb 2013 20:47:50 -0600, Bruno Wolff III wrote:

 On Wed, Feb 13, 2013 at 00:26:28 +0100,
Lennart Poettering wrote:
 
 Hmm, we still have xmms in the repo? Both Debian and Gentoo killed it
 years ago... And I though those were the conservative distributions...
 
 I wanted to keep it in Fedora a little bit longer since I have been using it.
 But if it is causing problems, I won't stand in the way of dropping it.

It is causing problems: http://bugz.fedoraproject.org
Plus the several closed tickets (for xmms and xmms-pulse) that have not
been responded to by any package maintainer at all.

-- 
Fedora release 19 (Rawhide) - Linux 3.8.0-0.rc7.git0.1.fc19.x86_64
loadavg: 0.08 0.22 0.20
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

File Convert-Age-0.04.tar.gz uploaded to lookaside cache by normunds

2013-02-13 Thread Normunds Neimanis
A file has been added to the lookaside cache for perl-Convert-Age:

79b4069c89a7cdf28444d5ea5ef72f21  Convert-Age-0.04.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

[perl-Convert-Age] Initial import (#903824).

2013-02-13 Thread Normunds Neimanis
commit 8bd2c1a9e6dbecb41fc058dbd8bc1d246718d24d
Author: Normunds Neimanis fedorapkg,lv
Date:   Wed Feb 13 17:14:49 2013 +0200

Initial import (#903824).

 .gitignore|1 +
 perl-Convert-Age.spec |   54 +
 sources   |1 +
 3 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b2c8c1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Convert-Age-0.04.tar.gz
diff --git a/perl-Convert-Age.spec b/perl-Convert-Age.spec
new file mode 100644
index 000..b5b6cb6
--- /dev/null
+++ b/perl-Convert-Age.spec
@@ -0,0 +1,54 @@
+Name:  perl-Convert-Age
+Version:   0.04
+Release:   1%{?dist}
+Summary:   Perl module that converts integer seconds into a compact form 
and back
+
+Group: Development/Libraries
+License:   GPL+ or Artistic
+URL:   http://search.cpan.org/dist/Convert-Age
+Source0:   
http://search.cpan.org/CPAN/authors/id/C/CF/CFEDDE/Convert-Age-%{version}.tar.gz
+
+
+BuildArch: noarch
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Exporter)
+
+
+Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+
+
+%description
+This is a rather simple perl module for dealing with time intervals. 
+Convert 189988007 seconds to compact form: 6y7d10h26m47s
+Convert compact 5h37m5s to seconds: 20225
+
+
+%prep
+%setup -q -n Convert-Age-%{version}
+
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+%{_fixperms} %{buildroot}/*
+
+
+%check
+make test
+
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+
+%changelog
+* Wed Jan 23 2013 Normunds Neimanis fedorapkg at rule.lv 0.04-1
+- Package for current Fedora
diff --git a/sources b/sources
index e69de29..ac64187 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+79b4069c89a7cdf28444d5ea5ef72f21  Convert-Age-0.04.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

Unable to push update of emacs-24.2-6.fc18 to stable

2013-02-13 Thread Jochen Schmitt
Hello,

as an provenpackage I have introduced an upstream patch to Emacs
and have create an update in bodhi. After ten days I have to recognize,
that I'm unable to push this update to the stable repository because there
is no 'mark as stable' link on the UI. So I have ask the owner of the
package for help.

He explained me, that he also unable to push the package to the
stable repository and told me, that this package is in crithpath
and may improvement of an proventester.

So, I would like to ask, want we have to do to getting the
package into the stable repository.

Best Regards:

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

Self Introduction

2013-02-13 Thread Jeremy White
As suggested by
 https://fedoraproject.org/wiki/Join_the_package_collection_maintainers

I am writing to introduce myself.  I have submitted a package review
request for the spice-html5 javascript SPICE client here:
  https://bugzilla.redhat.com/show_bug.cgi?id=910793

I'm a long time Free Software advocate, and sometimes developer.  I'm
mostly known for my work with Wine.

I wrote this code as part of my mid life crisis, and am trying to get it
released in a useful form.

Cheers,

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

Re: the need of Offline Updates

2013-02-13 Thread Reindl Harald


Am 13.02.2013 08:45, schrieb Matthias Runge:
 On 02/12/2013 02:25 PM, Reindl Harald wrote:

 the point is that i NEVER EVER want to stop any service by a RPM
 update and define this GLOBAL for all services with one single
 config line

 Well, although I understand your intention.
 
 But, e.g. if openssl is updated for security issues, all dependent
 services need to be restarted. If not, you're still e.g. vulnerable.
 That can't be your wish.

i know that on my own BUT i restart services controlled
and not to a random point in time, if you maintain more
than 20 servers you want to schedule your service restarts



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

Re: Should MariaDB touch my.cnf in %post?

2013-02-13 Thread Reindl Harald


Am 13.02.2013 13:34, schrieb Honza Horak:
 On 02/12/2013 09:10 PM, Sergei Golubchik wrote:
 Okay, so you suggest to do nothing - neither append the includedir line
 to the existing my.cnf nor let mariadb read /etc/my.cnf.d/ automatically
 and implicitly.

 That's fine :)
 I was only trying to find an alternative to let mariadb read
 /etc/my.cnf.d implicitly - because I don't like an idea of adding more
 magic to the server, it has more than enough of it already.
 
 Going back to the original idea -- it was that users will be confused if 
 they'll see files under /etc/my.cnf.d/*
 which they can enhance but it won't take any effect. Well, adding a README 
 file into /etc/my.cnf.d or some comments
 into files in that directory or even both, that would simply describe the 
 need of !includedir, should just work.
 That shouldn't do any harm and should reduce confusing

a few lines in the SPEC files %install section would simply
remove the folder and this files - i know a lot of mysql
setups and have never seen one with includes and if
so then they would be created by the admin

in case of server software it is generally annoying
if random config snippets which may come with updates
change the behavior

the same affects /etc/php.d/ and /etc/httpd/conf.d/
install a package on a production server does usually
NOT mean hey i want to have this enabled now only
because the package is there



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

Re: Should MariaDB touch my.cnf in %post?

2013-02-13 Thread Jóhann B. Guðmundsson

On 02/13/2013 12:34 PM, Honza Horak wrote:

On 02/12/2013 09:10 PM, Sergei Golubchik wrote:

Okay, so you suggest to do nothing - neither append the includedir line
to the existing my.cnf nor let mariadb read /etc/my.cnf.d/ automatically
and implicitly.

That's fine :)
I was only trying to find an alternative to let mariadb read
/etc/my.cnf.d implicitly - because I don't like an idea of adding more
magic to the server, it has more than enough of it already.


Going back to the original idea -- it was that users will be confused 
if they'll see files under /etc/my.cnf.d/* which they can enhance but 
it won't take any effect. Well, adding a README file into 
/etc/my.cnf.d or some comments into files in that directory or even 
both, that would simply describe the need of !includedir, should just 
work. That shouldn't do any harm and should reduce confusing.




Hmm

Is not the correct course here that mariadb comes with it's own mdb.cf 
file and it's own mdb.d directory?


Surely you are not honestly consider replacing mysql installation with 
mariadb on upgrades?


I for one would not want to find out that my mysql install would have 
been replaced with mariadb on upgrade ( or visa versa )


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

Re: Unable to push update of emacs-24.2-6.fc18 to stable

2013-02-13 Thread Michael Schwendt
On Wed, 13 Feb 2013 16:24:07 +0100, Jochen Schmitt wrote:

 Hello,
 
 as an provenpackage I have introduced an upstream patch to Emacs
 and have create an update in bodhi. After ten days I have to recognize,
 that I'm unable to push this update to the stable repository because there
 is no 'mark as stable' link on the UI. So I have ask the owner of the
 package for help.
 
 He explained me, that he also unable to push the package to the
 stable repository and told me, that this package is in crithpath
 and may improvement of an proventester.
 
 So, I would like to ask, want we have to do to getting the
 package into the stable repository.

10 days? Then it sounds as if you need to wait for four more days:
http://fedoraproject.org/wiki/Updates_Policy#Updates_to_.27critical_path.27_packages

-- 
Fedora release 19 (Rawhide) - Linux 3.8.0-0.rc7.git0.1.fc19.x86_64
loadavg: 0.12 0.14 0.13
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: ConsoleKit and esound retirement

2013-02-13 Thread Michael Schwendt
On Wed, 13 Feb 2013 10:21:35 +0100, Hans de Goede wrote:

 Hi,
 
 On 02/13/2013 04:26 AM, DJ Delorie wrote:
 
  Hmm, we still have xmms in the repo?
 
  /me is very glad we still have xmms in the repo
 
 Have you tried using Audacious ? You can set it to
 classic mode, at which point it user experience is
 identical to xmms.

Except for the double-sized skinned mode, which is no longer available,
because nobody has interest in maintaining it. Occasionally, a user notices
that it's missing, but most users seem to like the GTK+ mode better
anyway. And for the future that could mean the Winamp classic mode will
be removed eventually, too.

If it must be a skinned interface like Winamp, there are other
players that support such skins, such as qmmp: yum info qmmp

-- 
Fedora release 19 (Rawhide) - Linux 3.8.0-0.rc7.git0.1.fc19.x86_64
loadavg: 0.00 0.06 0.11
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Self Introduction

2013-02-13 Thread Jared K. Smith
On Wed, Feb 13, 2013 at 10:26 AM, Jeremy White jwh...@codeweavers.com wrote:
 I am writing to introduce myself.  I have submitted a package review
 request for the spice-html5 javascript SPICE client here:
   https://bugzilla.redhat.com/show_bug.cgi?id=910793

I'm not a sponsor (yet?), but I did an informal review of your package
and put my notes in the bugzilla ticket.

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

xmms being retired as of F19

2013-02-13 Thread Bruno Wolff III
I plan to retire xmms before F20 is branched as it is causing issues with 
the removal of some other obsolete packages and it has no upstream support.


If anyone has objections to this please speak up soon.
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Proposed F19 Feature: GLIBC 2.17

2013-02-13 Thread Orion Poplawski

On 01/28/2013 03:02 AM, Florian Weimer wrote:

GLIBC 2.17 was released at the end of 2012; we have been closely tracking the
GLIBC 2.17 development code in Fedora Rawhide and addressing any issues as
they arise.


The __secure_getenv to secure_getenv renaming need to be reflected in a few
packages (as of Fedora 18):




  octave-3.6.3-2.fc18.2.src.rpm


This was from octave's use of gnulib.  I am told gnulib has since fixed this 
and newer versions of octave will have this.  Thanks for the heads up.



--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder Office  FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Fedora ARM weekly status meeting 2013-02-13

2013-02-13 Thread Paul Whalen
Good Morning all, 

Please join us today (Wednesday, February 13th) at 4PM EST (9PM 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) Kernel updates in F17, F18 causing issues 

3) Mass rebuild - Adding additional HSV builders, status update 

4) Open Floor 

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: Schedule for Wednesday's FESCo Meeting (2013-02-13)

2013-02-13 Thread Toshio Kuratomi
On Tue, Feb 12, 2013 at 09:21:04PM +0100, Marcela Mašláňová wrote:
 Following is the list of topics that will be discussed in the FESCo
 meeting Wednesday at 18:00UTC (1:00pm EST, 19:00 CET) in #fedora-meeting on
 irc.freenode.net.
 
 Links to all tickets below can be found at:
 https://fedorahosted.org/fesco/report/9
 
 = Followups =
 
This morning I saw that the biosdevname feature author had added some
discussion (
http://lists.fedoraproject.org/pipermail/devel/2013-February/178226.html )
to the udev Predictable Network Names Feature: (
https://fedorahosted.org/fesco/ticket/1022 )

Do we want to revisit it or parts of it?

-Toshio


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

Re: Should MariaDB touch my.cnf in %post?

2013-02-13 Thread Toshio Kuratomi
On Wed, Feb 13, 2013 at 01:34:36PM +0100, Honza Horak wrote:
 On 02/12/2013 09:10 PM, Sergei Golubchik wrote:
 Okay, so you suggest to do nothing - neither append the includedir line
 to the existing my.cnf nor let mariadb read /etc/my.cnf.d/ automatically
 and implicitly.
 
 That's fine :)
 I was only trying to find an alternative to let mariadb read
 /etc/my.cnf.d implicitly - because I don't like an idea of adding more
 magic to the server, it has more than enough of it already.
 
 Going back to the original idea -- it was that users will be confused
 if they'll see files under /etc/my.cnf.d/* which they can enhance but
 it won't take any effect. Well, adding a README file into
 /etc/my.cnf.d or some comments into files in that directory or even
 both, that would simply describe the need of !includedir, should just
 work. That shouldn't do any harm and should reduce confusing.
 
+1   This seems like a good way of getting the user's attention without
being intrusive.

-Toshio


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

Re: how reload udev rules and systemd on F18

2013-02-13 Thread Sérgio Basto
On Qua, 2013-02-13 at 04:00 +0100, Lennart Poettering wrote: 
 On Sat, 09.02.13 13:18, Sérgio Basto (ser...@serjux.com) wrote:
 
  On Sex, 2013-02-08 at 10:08 +0100, Florian Weimer wrote: 
   On 02/05/2013 07:43 PM, Sérgio Basto wrote:
   
Any advises or opinions ?
   
   I think you haven't yet described the original problem you're trying to 
   solve.
  
  Hi, 
  
  When we install VirtualBox from rpmfusion , I'd like create /dev/vboxusb
  proxies to host system without reboot box. I want that ends with:
 
 Well, be that as it may. It's not OK to retrigger all devices. That's an
 admin feature, and a feature for very specific usecases, but it's
 nothing you are allowed to just call in package post scripts...
 
 Basically, you cannot do this. You must either tell the admin to invoke
 udevadm trigger on his own, or just not do it.

Hi, OK but we don't have any command to trigger only /dev/vboxusb/* ? 


  
  ll /dev/vboxusb -d 
  drwxr-x--- 4 root vboxusers 80 Fev  5 18:42 /dev/vboxusb
  
  ll /dev/vboxusb
  total 0
  drwxr-x--- 2 root vboxusers 80 Fev  9 11:19 002
  drwxr-x--- 2 root vboxusers 60 Fev  5 18:42 001
  
  the actual scriptlet:
  # Assign USB devices
  if /sbin/udevadm control --reload-rules /dev/null 21
 
 Redundant.

what you mean by redundant ? if I not reboot system, do I need
--reload-rules on F16+ ? (when install the package ) 
and when the package is remove, how I clean it up ? (without reboot)   

  then
 /sbin/udevadm trigger --subsystem-match=usb --action=add /dev/null
 
 Not OK.

I know, but if we don't have other solution I will keep it.

  21 || :
 /sbin/udevadm settle /dev/null 21 || :
 
 Pointless, unless you are LVM, which you are not.

OK , I will remove it 

Many thanks, 
-- 
Sérgio M. B.

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread DJ Delorie

 Have you tried using Audacious ?

Just did.  No thanks.  /me uninstalls those five RPMs...

 You can set it to classic mode, at which point it user experience is
 identical to xmms.

No, it's not.  It's close enough to fool someone who doesn't use xmms
regularly, but it's different enough to really annoy those of us who
do.

Reminds me of a friend who hates anything gtk-on-windows because it
looks enough like windows that your instinct is to use your windows
techniques, but it's different enough to burn you every time you try
that.

 With the advantage that it uses a modern toolkit,

Disadvantage, if you ask me.  First thing audacious did was spew
random errors to the screen and change my Firefox and emacs cursors.
Then it ask which of the most recent minecraft jar files I wanted to
listen to.  When I finally located my *music* folder in its playlist
chooser, it refused to play my shoutcast streams, instead filling the
log window with more useless errors.  I managed to find one .wav it
would play, and it defaulted to 120% volume which made it sound like
crap (well, more like crap, since I still haven't figured out how to
get pulseaudio to use my digital audio outputs).

All this was before I figured out how to switch it to Winamp mode (not
xmms mode) but it doesn't support all the customization options that
xmms does, so it didn't look or act like xmms.  Plus, the playlist
management system is completely different.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: the need of Offline Updates

2013-02-13 Thread DJ Delorie

 But, e.g. if openssl is updated for security issues, all dependent
 services need to be restarted. If not, you're still e.g. vulnerable.
 That can't be your wish.

Ah, but if sshd is restarted in the middle of the update, and you
ssh'd into the machine to do the update, it kills the install halfway
through and leaves you with an unusable system until you log in on the
console, clean up the rpm database, fix ssh, and restart it all.  DAMHIKT.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: ConsoleKit and esound retirement

2013-02-13 Thread Michael Schwendt
On Wed, 13 Feb 2013 13:15:07 -0500, DJ Delorie wrote:

 First thing audacious did was spew
 random errors to the screen and change my Firefox and emacs cursors.

Interesting, but here it has never done that before.

 Then it ask which of the most recent minecraft jar files I wanted to
 listen to.  When I finally located my *music* folder in its playlist
 chooser, it refused to play my shoutcast streams, instead filling the
 log window with more useless errors.  I managed to find one .wav it
 would play, 

Odd. It can certainly play a lot more formats than just WAV, though for
MP3'n'stuff you need plug-in packages from RPM Fusion.

 and it defaulted to 120% volume which made it sound like
 crap (well, more like crap, since I still haven't figured out how to
 get pulseaudio to use my digital audio outputs).

It includes an ALSA output plug-in, too, but defaults to Pulse Audio.
Apparently, you've not used XMMS with xmms-pulse either (because that
one suffers from several volume related issues).

-- 
Fedora release 19 (Rawhide) - Linux 3.8.0-0.rc7.git0.1.fc19.x86_64
loadavg: 0.61 0.46 0.32
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: how reload udev rules and systemd on F18

2013-02-13 Thread Kay Sievers
On Wed, Feb 13, 2013 at 6:29 PM, Sérgio Basto ser...@serjux.com wrote:

 Hi, OK but we don't have any command to trigger only /dev/vboxusb/* ?

You are not supposed to trigger changes for hardware on the running
system, *ever*. Package scripts are package scripts, not magic system
administration tools.

Special device nodes which are not interesting for anything else, and
it is absolutely guaranteed that there is no current user at this
moment, can be triggered that way, check: --sysname-match= in the udev
man page. Everything else is not ok to touch.

  the actual scriptlet:
  # Assign USB devices
  if /sbin/udevadm control --reload-rules /dev/null 21

 Redundant.

 what you mean by redundant ? if I not reboot system, do I need
 --reload-rules on F16+ ? (when install the package )
 and when the package is remove, how I clean it up ? (without reboot)

Udev finds that out on its own, has done that in the past and still does that.

  then
 /sbin/udevadm trigger --subsystem-match=usb --action=add /dev/null

 Not OK.

 I know, but if we don't have other solution I will keep it.

Please remove it. You are doing *packaging* not system
*administration*. All currently running hardware is taboo for package
scripts to even look at it.

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread DJ Delorie

 and change my Firefox and emacs cursors.

And now I have to restart my entire session to reset my gtk themes,
because of one rogue app.  Thanks.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-Convert-Age/f18] Initial import (#903824).

2013-02-13 Thread Normunds Neimanis
Summary of changes:

  8bd2c1a... Initial import (#903824). (*)

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Lennart Poettering
On Wed, 13.02.13 02:44, Dan Mashal (dan.mas...@gmail.com) wrote:

 Please can we test this on rawhide first if anything? I'm pretty sure a lot
 of thing are still ck dependant. We are still trying to catch up to systemd.

So, in contrast to the esound discussion I do not sense too much
opposition to me just retiring CK. So I'd probably do that in Rawhide
next week or so. CK would hence disappear in F19, but would give
everybody time until the branch or freeze or so to fix their packages...

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: ConsoleKit and esound retirement

2013-02-13 Thread Michael Cronenworth
DJ Delorie wrote:
 And now I have to restart my entire session to reset my gtk themes,
 because of one rogue app.  Thanks.

You have other serious system issues not affiliated with Audacious if
this is the case.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[cpanspec] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

2013-02-13 Thread Dennis Gilmore
commit c563c4ccea242ba86786ef34fd25459281e7b42d
Author: Dennis Gilmore den...@ausil.us
Date:   Wed Feb 13 13:01:42 2013 -0600

- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

 cpanspec.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/cpanspec.spec b/cpanspec.spec
index cbcfcda..2f0428c 100644
--- a/cpanspec.spec
+++ b/cpanspec.spec
@@ -1,6 +1,6 @@
 Name:   cpanspec
 Version:1.78
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:RPM spec file generation utility
 License:GPL+ or Artistic
 Group:  Development/Tools
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Wed Feb 13 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.78-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Wed Jul 18 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.78-12
 - 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-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: ConsoleKit and esound retirement

2013-02-13 Thread DJ Delorie

 You have other serious system issues not affiliated with Audacious if
 this is the case.

If I don't run gnome is considered other serious system issues, I
suppose so.

Restarting didn't help, I still had the wrong cursor in emacs and
firefox, but only the emacs and firefox run remotely back to my
display, the local emacs and firefox had the right cursors.  I still
can't figure out how to get rid of the wrong cursor without also
getting rid of the right cursors, so I'm currently *not* using Xcursor
because the theme stuff is so confusing.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[ctstream] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

2013-02-13 Thread Dennis Gilmore
commit 4abd3622ec4d338c6e292e7ed199b597a82d7ab6
Author: Dennis Gilmore den...@ausil.us
Date:   Wed Feb 13 13:16:23 2013 -0600

- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

 ctstream.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ctstream.spec b/ctstream.spec
index c25bba6..4e4a942 100644
--- a/ctstream.spec
+++ b/ctstream.spec
@@ -1,6 +1,6 @@
 Name:   ctstream
 Version:6
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Get URLs of Czech Television video streams
 Group:  Applications/Internet
 License:GPL+
@@ -23,6 +23,9 @@ install %{SOURCE0} %{buildroot}%{_bindir}/%{name}
 %{_bindir}/*
 
 %changelog
+* Wed Feb 13 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 6-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Tue Oct 16 2012 Petr Pisar ppi...@redhat.com - 6-2
 - Add empty %%build section for hooks
 
--
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: ConsoleKit and esound retirement

2013-02-13 Thread Michael Schwendt
On Wed, 13 Feb 2013 12:59:46 -0600, Michael Cronenworth wrote:

 DJ Delorie wrote:
  And now I have to restart my entire session to reset my gtk themes,
  because of one rogue app.  Thanks.
 
 You have other serious system issues not affiliated with Audacious if
 this is the case.

Hmmm, Audacious uses GTK+ v3, whereas XMMS uses GTK+ v1. We haven't heard
what desktop environment (or plain window manager) is being used. Perhaps
it can be disturbed by gtk3? It wouldn't be the first time that a modern
application exposes a bug/deficiency in a window manger.

Anyway, I do use Emacs, too, and my customized cursor doesn't get
disturbed by Audacious. ;)

-- 
Fedora release 19 (Rawhide) - Linux 3.8.0-0.rc7.git0.1.fc19.x86_64
loadavg: 0.04 0.06 0.07
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: the need of Offline Updates

2013-02-13 Thread Reindl Harald


Am 13.02.2013 19:19, schrieb DJ Delorie:
 
 But, e.g. if openssl is updated for security issues, all dependent
 services need to be restarted. If not, you're still e.g. vulnerable.
 That can't be your wish.
 
 Ah, but if sshd is restarted in the middle of the update, and you
 ssh'd into the machine to do the update, it kills the install halfway
 through and leaves you with an unusable system until you log in on the
 console, clean up the rpm database, fix ssh, and restart it all.  DAMHIKT.

this is fixed in the meantime so that the current sshd
process with your sessions get's no longer killed, this
problem was introduced with systemd F16/F17 upgrade and
is a very good example for not do it this way because
it killed also yum complete-transaction repeatly

fact is you have NO IDEA in a larger update what happens
if services are restarted randomly and so it is very bad
to go this windows way and make admins life harder

bother the ordinary GUI user with OfflineSystemUpdates* but
leave us yum-admin-folks completly in peace at all while
assume that we are knowing what we are doing - keep your
fingers as much off my environment as possible

* https://fedoraproject.org/wiki/Features/OfflineSystemUpdates



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

Re: Proposed F19 Feature: systemd/udev Predictable Network Interface Names

2013-02-13 Thread Bill Nottingham
Matt Domsch (matt_dom...@dell.com) said: 
 The RHEL model of disabling biosdevname by some hardware
 vendors, at installtime, is not accounted for in the current proposal.

I find this model pretty broken - if we want to have clear semantics
that are easily explainable to users and admins, we don't want the
namespaces being used to be conditional on the hardware vendor (other
than insasmuch as they have proper information in their bios.) I know
how RHEL 6 did it, but that was a matter of expediency with late change.

 I agree, that's the right approach, which is why Dell pushed to get
 the SMBIOS and PCI specifications amended to put explicit per-device
 information into there.  I hope we can work together to do likewise
 for cases coming up now that aren't currently addressed.
 
 If we can solve the installtime naming convention choice to not
 eliminate biosdevname, be able to disable systemd/udevd naming, and
 have the default be possible on a per-system-vendor basis, and solve
 the NPAR/SR-IOV/Mellanox naming problems, then I can support this
 proposal.  Without fixing these shortcomings though, my customers will
 have a fit at me.

If you're agreeing that biosdevname should be limited to type9/type41
(if I'm reading you right), and if the systemd/udev names still use those
fields, what parts of biosdevname are you still requiring? The actual
namespace used, or something else?

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

Re: Unable to push update of emacs-24.2-6.fc18 to stable

2013-02-13 Thread Matthew Miller
 Wait 4 more days or get 2 more karma.  IIRC, critpath updates have to
 wait for 2 weeks before they can be pushed if they do not have sufficient
 karma.

More testing is preferable, of course. I'd help except I don't know my way
around emacs.

-- 
Matthew Miller  ☁☁☁  Fedora Cloud Architect  ☁☁☁  mat...@fedoraproject.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Summary/Minutes for today's FESCo Meeting (2013-02-13)

2013-02-13 Thread Marcela Mašláňová

===
#fedora-meeting: FESCO (2013-02-13)
===


Meeting started by mmaslano at 18:00:20 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/fedora-meeting/2013-02-13/fesco.2013-02-13-18.00.log.html
.



Meeting summary
---
* init process  (mmaslano, 18:00:36)

* #896 Refine feature process  (mmaslano, 18:03:17)
  * ACCEPTED: the new planning process was approved with change of name
from features to changes (+7,-0,0)  (mmaslano, 18:18:34)

* #980 Add activate contingency points to the features process
  (mmaslano, 18:19:24)
  * ACCEPTED: We have an check for contingency point now.  1)
Document/emphasize that this is when FESCo will decide on activating
the contingency. 2) We recognize that deviations from that point
will happen, but we don't establish a detailed policy for them at
this time.  3) Close ticket, unless there are other changes.
(+5,-0,0)  (mmaslano, 18:44:56)

* #1005 At f19 branching time, drop inheritance in rawhide  (mmaslano,
  18:45:08)

* #988 F19 Feature: System Configuration Shell -
  https://fedoraproject.org/wiki/Features/SystemConfigurationShell
  (mmaslano, 19:03:10)
  * AGREED: Defer 1 week, asking 1) the people who will implement this
to add themselves as co-owners, 2) to explicitly answer relationship
to OpenLMI (even if it is separate and distinct), and auto-close
on no response. (+7,-0,0)  (mmaslano, 19:17:13)

* #1036 F19 Feature: Enterprise / distributed two-factor authentication
  -
  https://fedoraproject.org/wiki/Features/EnterpriseTwoFactorAuthentication
  (mmaslano, 19:17:27)
  * AGREED: reject feature; let feature owners reopen and resubmit when
they are interested (+5,-0,0)  (mmaslano, 19:22:27)

* #1040 F19 Feature: firewalld Lockdown -
  https://fedoraproject.org/wiki/Features/FirewalldLockdown  (mmaslano,
  19:22:38)
  * AGREED: firewalld lockdown feature was accepted (+5.5,-0,0)
(mmaslano, 19:37:42)

* #1085 2013-02-13 meeting feature voting  (mmaslano, 19:37:56)
  * AGREED: all features from new business are accepted en bloc
(+5,-0,0)  (mmaslano, 19:45:10)

* Next week's chair  (mmaslano, 19:45:31)
  * mitr will be chairman next week  (mmaslano, 19:47:57)

* Open Floor  (mmaslano, 19:48:05)
  * LINK:

http://lists.fedoraproject.org/pipermail/devel/2013-February/178226.html
(abadger1999, 19:56:00)
  * LINK: https://admin.fedoraproject.org/pkgdb/acls/name/biosdevname
(mitr, 19:58:41)

Meeting ended at 20:13:21 UTC.




Action Items






Action Items, by person
---
* **UNASSIGNED**
  * (none)




People Present (lines said)
---
* mmaslano (63)
* mitr (58)
* nirik (55)
* abadger1999 (40)
* notting (24)
* jreznik (23)
* jwb (22)
* zodbot (11)
* pjones (11)
* mattdm (9)
* dgilmore (7)
* fedora_richie (3)
* drago01_ (2)
* sgallagh (0)
* t8m (0)




Generated by `MeetBot`_ 0.1.4

.. _`MeetBot`: http://wiki.debian.org/MeetBot

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

[dspam] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

2013-02-13 Thread Dennis Gilmore
commit 5628b9b6c6981c466235fe2b0ca6c321a1d8f17a
Author: Dennis Gilmore den...@ausil.us
Date:   Wed Feb 13 14:20:26 2013 -0600

- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

 dspam.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/dspam.spec b/dspam.spec
index 1df1324..a9c109c 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -11,7 +11,7 @@
 Summary:A library and Mail Delivery Agent for Bayesian SPAM 
filtering
 Name:   dspam
 Version:3.10.2
-Release:6%{?dist}
+Release:7%{?dist}
 License:GPLv2
 Group:  System Environment/Daemons
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -367,6 +367,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf
 
 %changelog
+* Wed Feb 13 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.10.2-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Thu Jan 17 2013 Nathanael Noblet nathan...@gnat.ca - 3.10.2-6
 - Attempting to fix purge bug #657357
 
--
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: ConsoleKit and esound retirement

2013-02-13 Thread Dan Mashal
On Feb 13, 2013 10:58 AM, Lennart Poettering mzerq...@0pointer.de wrote:

 On Wed, 13.02.13 02:44, Dan Mashal (dan.mas...@gmail.com) wrote:

  Please can we test this on rawhide first if anything? I'm pretty sure a
lot
  of thing are still ck dependant. We are still trying to catch up to
systemd.

 So, in contrast to the esound discussion I do not sense too much
 opposition to me just retiring CK. So I'd probably do that in Rawhide
 next week or so. CK would hence disappear in F19, but would give
 everybody time until the branch or freeze or so to fix their packages...

 Lennart

 --
 Lennart Poettering - Red Hat, Inc.
 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel

Sorry if I sound ignorant but:

No. I meant fedora 20 rawhide. What is the problem with keeping it?

Are we just trying to break something different every time we release a new
version of Fedora?

Regardless, do you know exactly what depends on consolekit and what
doesn't? Have you gone through every package?

If so, great but my main question is who is it hurting right now? Let's
spend some more time to plan doing something like this. Again, just because
other distros do it is not a good enough reason.

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Lennart Poettering
On Wed, 13.02.13 12:58, Dan Mashal (dan.mas...@gmail.com) wrote:

 Sorry if I sound ignorant but:
 
 No. I meant fedora 20 rawhide. What is the problem with keeping it?

There is no Fedora 20 rawhide.

I don't want to maintain it, and I want to put the pressure on the
few holdouts to finally port things over.

 Are we just trying to break something different every time we release a new
 version of Fedora?

Yes, of course. We are inherently evil people, who just hate other
people. We have no interest in making Fedora better, and are exclusively
lead by our deepest interest to make everybody's lifes as miserable as
we can.

 Regardless, do you know exactly what depends on consolekit and what
 doesn't? Have you gone through every package?

Please go back to mail #1 of this thread, thank you.

 If so, great but my main question is who is it hurting right now? Let's
 spend some more time to plan doing something like this. Again, just because
 other distros do it is not a good enough reason.

What do other distros have to do with this? It's *my* intention to get rid
of CK, I am upstream of it, and downstream too.

I will retire this next week, unless somebody steps up to take it over
pretty soon who really thinks his time is better spent on CK rather then
just fixing the remaining packages which use it (and as mentioned,
exorcising CK from packages is rather simple usually, as in most cases
you will just delete code, not add new code).

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Self Introduction

2013-02-13 Thread Jeremy White
On 02/13/2013 10:03 AM, Jared Smith wrote:
 
 On Wed, Feb 13, 2013 at 10:26 AM, Jeremy White jwh...@codeweavers.com wrote:
  I am writing to introduce myself.  I have submitted a package review
  request for the spice-html5 javascript SPICE client here:
https://bugzilla.redhat.com/show_bug.cgi?id=910793
 I'm not a sponsor (yet?), but I did an informal review of your package
 and put my notes in the bugzilla ticket.

Thanks.  I notice that emails from the Red Hat bugzilla take nearly a
day to reach me.  Is that expected?

Thanks for catching my mistake; it is all intended to be LGPLv3.

I'll post an updated build + spec file to the bug;
any other steps I should take?

Cheers,

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Michael Scherer
Le mercredi 13 février 2013 à 12:58 -0800, Dan Mashal a écrit :
 
 On Feb 13, 2013 10:58 AM, Lennart Poettering mzerq...@0pointer.de
 wrote:
 
  On Wed, 13.02.13 02:44, Dan Mashal (dan.mas...@gmail.com) wrote:
 
   Please can we test this on rawhide first if anything? I'm pretty
 sure a lot
   of thing are still ck dependant. We are still trying to catch up
 to systemd.
 
  So, in contrast to the esound discussion I do not sense too much
  opposition to me just retiring CK. So I'd probably do that in
 Rawhide
  next week or so. CK would hence disappear in F19, but would give
  everybody time until the branch or freeze or so to fix their
 packages...
 
  Lennart
 
  --
  Lennart Poettering - Red Hat, Inc.
  --
  devel mailing list
  devel@lists.fedoraproject.org
  https://admin.fedoraproject.org/mailman/listinfo/devel
 
 Sorry if I sound ignorant but:
 
 No. I meant fedora 20 rawhide. What is the problem with keeping it? 
 
 Are we just trying to break something different every time we release
 a new version of Fedora? 
 
 Regardless, do you know exactly what depends on consolekit and what
 doesn't? Have you gone through every package?

That's a valid concern. While the list of packages requiring consolekit
are quite small ( ie, 3 packages, 1 being a shell script with support to
disable ck ), we cannot really check those using the dbus interface in a
exhaustive way.

However, I have already removed consolekit on my F18 without any notable
issue, so I do not think any breakage would be blocking. We have the
whole F19 cycle to find and detect the few packages needing fix.


-- 
Michael Scherer

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Matthew Miller
On Wed, Feb 13, 2013 at 11:38:42PM +0100, Michael Scherer wrote:
 However, I have already removed consolekit on my F18 without any notable
 issue, so I do not think any breakage would be blocking. We have the
 whole F19 cycle to find and detect the few packages needing fix.

Is this the kind of thing that would have been better done as a feature,
similar to the Usermode Migration feature?


-- 
Matthew Miller  ☁☁☁  Fedora Cloud Architect  ☁☁☁  mat...@fedoraproject.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Self Introduction

2013-02-13 Thread Jared K. Smith
On Wed, Feb 13, 2013 at 4:56 PM, Jeremy White jwh...@codeweavers.com wrote:
 Thanks.  I notice that emails from the Red Hat bugzilla take nearly a
 day to reach me.  Is that expected?

No, not at all.

 Thanks for catching my mistake; it is all intended to be LGPLv3.

No worries -- that's what package reviews are for :-)

 I'll post an updated build + spec file to the bug;
 any other steps I should take?

No, I think you're on the right track -- as I mentioned before, doing
some informal package reviews of other waiting packages will help your
potential sponsor understand that you know and understand the
packaging guidelines.  Other than that, it's wait for a sponsor to
jump in.

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

Orphaning em8300 related stuff

2013-02-13 Thread Felix Kaechele

Hi there,

I'm orphaning

em8300  in Fedora and
em8300-kmod in RPMFusion

because I no longer own the hardware to use it.
Also, it has seen little love from upstream.

Feel free to take it.

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

Re: Self Introduction

2013-02-13 Thread T.C. Hollingsworth
On Wed, Feb 13, 2013 at 2:56 PM, Jeremy White jwh...@codeweavers.com wrote:
 Thanks.  I notice that emails from the Red Hat bugzilla take nearly a
 day to reach me.  Is that expected?

Apparently so.  :-(

The Bugzilla team closed the bug about it as NOTABUG:
https://bugzilla.redhat.com/show_bug.cgi?id=910418

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Matthias Clasen


- Original Message -
 On Wed, Feb 13, 2013 at 11:38:42PM +0100, Michael Scherer wrote:
  However, I have already removed consolekit on my F18 without any
  notable
  issue, so I do not think any breakage would be blocking. We have
  the
  whole F19 cycle to find and detect the few packages needing fix.
 
 Is this the kind of thing that would have been better done as a
 feature,
 similar to the Usermode Migration feature?
 

This is really just the tail end of a migration that has largely already 
happened. Writing a feature for it now would be a little late, imo.

But what I really wanted to say is: thanks for seeing this through to the end, 
Lennart. Too often we don't complete these transitions, and then the remnants 
of old, half-broken infrastructure linger forever... In the place of 
ConsoleKit, /etc/X11/xinitrc-common is such a place - we should remove the 
mentions of ck-xinit-session from there for F19.

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

Re: Self Introduction

2013-02-13 Thread Matthew Miller
On Wed, Feb 13, 2013 at 06:01:34PM -0500, Jared K. Smith wrote:
  Thanks.  I notice that emails from the Red Hat bugzilla take nearly a
  day to reach me.  Is that expected?
 No, not at all.

I believe there was a temporary problem in the last few days.

-- 
Matthew Miller  ☁☁☁  Fedora Cloud Architect  ☁☁☁  mat...@fedoraproject.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: ConsoleKit and esound retirement

2013-02-13 Thread Lennart Poettering
On Wed, 13.02.13 17:50, Matthew Miller (mat...@fedoraproject.org) wrote:

 On Wed, Feb 13, 2013 at 11:38:42PM +0100, Michael Scherer wrote:
  However, I have already removed consolekit on my F18 without any notable
  issue, so I do not think any breakage would be blocking. We have the
  whole F19 cycle to find and detect the few packages needing fix.
 
 Is this the kind of thing that would have been better done as a feature,
 similar to the Usermode Migration feature?

It is an (accepted) feature:

https://fedoraproject.org/wiki/Features/ckremoval

I am just looking to do the final step, to kill the beast entirely.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Self Introduction

2013-02-13 Thread Matthew Miller
On Wed, Feb 13, 2013 at 09:26:30AM -0600, Jeremy White wrote:
 I wrote this code as part of my mid life crisis, and am trying to get it
 released in a useful form.

That sounds like an excellent mid-life crisis response. Welcome to Fedora!

-- 
Matthew Miller  ☁☁☁  Fedora Cloud Architect  ☁☁☁  mat...@fedoraproject.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: ConsoleKit and esound retirement

2013-02-13 Thread Matthew Miller
On Thu, Feb 14, 2013 at 12:34:35AM +0100, Lennart Poettering wrote:
 It is an (accepted) feature:
 https://fedoraproject.org/wiki/Features/ckremoval

Huh. That (Fedora 17 feature) says 100% complete. 

 I am just looking to do the final step, to kill the beast entirely.

So, 110%. :)

Mind you, I have no attachment to ConsoleKit. I'd just like to see changes
with the potential for end-user impact go through some low-barrier form of
change management. I don't know if this reasonably rises to that level or
not; my origial question was (and remains) serious, not rhetorical.

In reading the F17 feature and the associated discussion page, it looks like
the actual final state of that was that the multi-seat portion was
implemented but the ckremoval portion wasn't completed, and that there was
no particular effort around non-Gnome desktops except documentation. So,
it's that last bit you're completing now, as I understand it.

I notice that there's a lot of documentation at user forums around using
ck-launch-session in ~/.xinitrc. We should probably at least release-notes
that.



-- 
Matthew Miller  ☁☁☁  Fedora Cloud Architect  ☁☁☁  mat...@fedoraproject.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: ConsoleKit and esound retirement

2013-02-13 Thread Lennart Poettering
On Wed, 13.02.13 19:13, Matthew Miller (mat...@fedoraproject.org) wrote:

 On Thu, Feb 14, 2013 at 12:34:35AM +0100, Lennart Poettering wrote:
  It is an (accepted) feature:
  https://fedoraproject.org/wiki/Features/ckremoval
 
 Huh. That (Fedora 17 feature) says 100% complete. 
 
  I am just looking to do the final step, to kill the beast entirely.
 
 So, 110%. :)
 
 Mind you, I have no attachment to ConsoleKit. I'd just like to see changes
 with the potential for end-user impact go through some low-barrier form of
 change management. I don't know if this reasonably rises to that level or
 not; my origial question was (and remains) serious, not rhetorical.
 
 In reading the F17 feature and the associated discussion page, it looks like
 the actual final state of that was that the multi-seat portion was
 implemented but the ckremoval portion wasn't completed, and that there was
 no particular effort around non-Gnome desktops except documentation. So,
 it's that last bit you're completing now, as I understand it.

Well, the goal of the feature was just getting it out of the default
install, and that we completed. Now I am building on that and want to
remove it entirely. This is then more than one year after we implemented
the original feature. I think that should be enough time for the
packagers to wake up under their rocks...

 I notice that there's a lot of documentation at user forums around using
 ck-launch-session in ~/.xinitrc. We should probably at least release-notes
 that.

Well, sure, if that's what it takes...

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: ConsoleKit and esound retirement

2013-02-13 Thread Orcan Ogetbil
On Wed, Feb 13, 2013 at 4:21 AM, Hans de Goede wrote:
 Hi,


 On 02/13/2013 04:26 AM, DJ Delorie wrote:


 Hmm, we still have xmms in the repo?


 /me is very glad we still have xmms in the repo


 Have you tried using Audacious ? You can set it to
 classic mode, at which point it user experience is
 identical to xmms.

 With the advantage that it uses a modern toolkit, more
 modern plumbing in various places, and it is actively
 maintained both in Fedora and upstream.


While audacious can be made to look similar to xmms, it is not xmms,
and indeed they are very different from each other. xmms (with ALSA)
is the only player  that consistently worked for me with no problems
for the last 11 years. Moreover it uses the best (in my opinion) GTK
version out there.

If the esound or pulseaudio plugins are problematic, let us retire
them. I don't think xmms will be used by other people than us fanboys,
and I feel that we are fine with the ALSA output.

Anyhow it looks like spot was kind enough to pick it up, so no worries :)

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Kevin Kofler
DJ Delorie wrote:
 Disadvantage, if you ask me.  First thing audacious did was spew
 random errors to the screen and change my Firefox and emacs cursors.

So I suspect that Audacious started gnome-settings-daemon. In the past, some 
GNOME apps kept doing that under KDE Plasma sessions as well, until we 
started installing xsettings-kde by default, which claims XSettings 
ownership and thus prevents gnome-settings-daemon from running.

 If I don't run gnome is considered other serious system issues, I
 suppose so.

Well, it looks like you aren't running ANY desktop environment, or at least 
one that doesn't provide an XSettings manager.

Unfortunately, gnome-settings-daemon is a real annoyance, you cannot rely on 
it running when you don't use GNOME, because it's autostarted only in GNOME, 
but then some stuff ends up starting it for whatever reason. GNOME 
developers say it should only ever run in GNOME sessions, but somehow it 
still gets autospawned by some stuff, and only having some other software 
claim XSettings ownership (as xsettings-kde does in KDE Plasma sessions) 
will stop it from applying GNOME settings in the middle of your session.

 Restarting didn't help, I still had the wrong cursor in emacs and
 firefox, but only the emacs and firefox run remotely back to my
 display, the local emacs and firefox had the right cursors.  I still
 can't figure out how to get rid of the wrong cursor without also
 getting rid of the right cursors, so I'm currently *not* using Xcursor
 because the theme stuff is so confusing.

Did the evil gnome-settings-daemon even get autospawned? Try killall
gnome-settings-daemon.

Kevin Kofler

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

Re: xmms being retired as of F19

2013-02-13 Thread Kevin Kofler
Bruno Wolff III wrote:
 I plan to retire xmms before F20 is branched as it is causing issues with
 the removal of some other obsolete packages and it has no upstream
 support.
 
 If anyone has objections to this please speak up soon.

Have you seen DJ Delorie's replies in the other thread? (The first one is 
dated earlier than your message, so I have to wonder whether you missed it.)

(Note that I personally don't care about xmms at all and most definitely do 
NOT want to maintain it.)

Kevin Kofler

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

Fedora ARM weekly status meeting minutes 2013-02-13

2013-02-13 Thread Paul Whalen


Thanks to those who were able to join us for the weekly status meeting today. 
For those that were unable, the minutes are posted below:

Minutes: 
http://meetbot.fedoraproject.org/fedora-meeting-1/2013-02-13/fedora-meeting-1.2013-02-13-21.00.html
Minutes (text): 
http://meetbot.fedoraproject.org/fedora-meeting-1/2013-02-13/fedora-meeting-1.2013-02-13-21.00.txt
Log: 
http://meetbot.fedoraproject.org/fedora-meeting-1/2013-02-13/fedora-meeting-1.2013-02-13-21.00.log.html

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Kevin Kofler
Lennart Poettering wrote:
 There is no Fedora 20 rawhide.

There will be one in less than 4 weeks.

 (and as mentioned, exorcising CK from packages is rather simple usually,
 as in most cases you will just delete code, not add new code).

I don't think that's true. As far as I know, LightDM relies on ConsoleKit 
for some essential functionality, and upstream has zero interest in systemd 
given that they're Ubuntu. So there is one person at Fedora / Red Hat who is 
trying to port it to systemd all alone, he's not done yet. I don't know what 
the state of the other affected packages is, but I assume there's also more 
to do than just disabling ConsoleKit support or it would have been already 
done (as we did for KDM long ago). For example, if a desktop (or even a 
display manager, like LightDM) wants to use ConsoleKit for shutdown/restart 
or, worse (in terms of porting effort), user switching, this all has to be 
ported to systemd, not just disabled.

I agree that ConsoleKit needs to go away, but FIRST all packages using it 
must be ported away from it, THEN it can be retired.

Kevin Kofler

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Kevin Kofler
Jon Ciesla wrote:
 That said, I maintain gnugb, and was able to easily remove the esound
 requirement.

What sound output options does that leave? I see only arts-devel in the 
BuildRequires list, and that's actually worse than esound, because it 
requires running another sound server from KDE 3 era on top of PulseAudio 
(which gets autospawned, but it unnecessarily eats resources), whereas the 
ESD protocol is emulated by PulseAudio.

I'd suggest dropping arts support (to squelch dependency bloat) and 
reenabling esound now that it got picked up (unless there's ALSA support 
which works with the PulseAudio ALSA plugin, then you can drop both arts and 
esound).

Kevin Kofler

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Kevin Kofler
Matthew Miller wrote:
 In reading the F17 feature and the associated discussion page, it looks
 like the actual final state of that was that the multi-seat portion was
 implemented but the ckremoval portion wasn't completed, and that there
 was no particular effort around non-Gnome desktops except documentation.

There was work done by KDE SIG too. No KDE stuff depends on ConsoleKit 
anymore (I wrote the patch to port kde-workspace's support for shutdown, 
restart and user switching without KDM from ConsoleKit to systemd), and 
ConsoleKit is not on the KDE spin.

Kevin Kofler

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

Re: Should MariaDB touch my.cnf in %post?

2013-02-13 Thread Kevin Kofler
Jóhann B. Guðmundsson wrote:
 Surely you are not honestly consider replacing mysql installation with
 mariadb on upgrades?

Have you missed the discussion? MariaDB is a drop-in replacement for MySQL, 
it will REPLACE MySQL in Fedora repositories, and we like to keep existing 
setups WORKING (e.g. we don't want to break Akonadi, which relies on an 
autospawned mysql-server, or Amarok, which relies on mysql-embedded) and 
supplied with security updates (which would not be the case for an 
unmaintained MySQL RPM from an older Fedora release that just sits on your 
disk), so of course, MariaDB WILL replace MySQL on upgrades.

Kevin Kofler

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Bruno Wolff III

On Wed, Feb 13, 2013 at 21:21:41 -0500,
  Orcan Ogetbil oget.fed...@gmail.com wrote:


If the esound or pulseaudio plugins are problematic, let us retire
them. I don't think xmms will be used by other people than us fanboys,
and I feel that we are fine with the ALSA output.

Anyhow it looks like spot was kind enough to pick it up, so no worries :)


I was still planning on retiring xmms. It has no upstream support. The volume 
control has issues that I don't have time to figure out.

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

Re: Summary/Minutes for today's FESCo Meeting (2013-02-13)

2013-02-13 Thread Kevin Kofler
Marcela Mašláňová wrote:
 * #1085 2013-02-13 meeting feature voting  (mmaslano, 19:37:56)
 * AGREED: all features from new business are accepted en bloc
 (+5,-0,0)  (mmaslano, 19:45:10)

So that UsermodeMigration nonsense was approved without even any discussion 
at all? :-(

Kevin Kofler

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

Re: Unable to push update of emacs-24.2-6.fc18 to stable

2013-02-13 Thread Kevin Kofler
Jochen Schmitt wrote:
 He explained me, that he also unable to push the package to the
 stable repository and told me, that this package is in crithpath
 and may improvement of an proventester.

Why the heck is Emacs in the critical path in the first place???

Kevin Kofler

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Kevin Kofler
I wrote:

 DJ Delorie wrote:
 Restarting didn't help, I still had the wrong cursor in emacs and
 firefox, but only the emacs and firefox run remotely back to my
 display, the local emacs and firefox had the right cursors.  I still
 can't figure out how to get rid of the wrong cursor without also
 getting rid of the right cursors, so I'm currently *not* using Xcursor
 because the theme stuff is so confusing.
 
 Did the evil gnome-settings-daemon even get autospawned? Try killall
 gnome-settings-daemon.

Oops, I mean, did it even get saved in the session and auto-REspawned? (That 
used not to be the case.)

Kevin Kofler

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread DJ Delorie

 Well, it looks like you aren't running ANY desktop environment,

fvwm2, emacs, firefox, xterm.  Plus a few other things as needed.
This is for two computers running four monitors (one computer is the
local one with the monitors, the other is strictly ssh and remote X,
each computer has its own desktop I switch between).  It's a horror
show each time I upgrade, usually takes a few days to get everything
settled again.

 or at least one that doesn't provide an XSettings manager.

This is the first time I've *heard* of an XSettings manager.

 Did the evil gnome-settings-daemon even get autospawned? Try killall
 gnome-settings-daemon.

I did kill it.  It was running again anyway.  I killed it again and
replaced it with a script that just calls /bin/true :-)

Some of the appearance changed back when I killed the daemon, but I'll
have to reinstall the theme to see if the cursor is fixed.

I have a hard time keeping programs from running xrdb too, I usually
end up renaming that too.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: ConsoleKit and esound retirement

2013-02-13 Thread Lennart Poettering
On Thu, 14.02.13 04:02, Kevin Kofler (kevin.kof...@chello.at) wrote:

  (and as mentioned, exorcising CK from packages is rather simple usually,
  as in most cases you will just delete code, not add new code).
 
 I don't think that's true. As far as I know, LightDM relies on ConsoleKit 
 for some essential functionality, and upstream has zero interest in systemd 
 given that they're Ubuntu.

Well, subscribing to systemd-devel for a while and asking a number of
questions (which the lightdm upstream did) is hardly zero interest.

 So there is one person at Fedora / Red Hat who is trying to port it
 to systemd all alone, he's not done yet. I don't know what the state
 of the other affected packages is, but I assume there's also more to
 do than just disabling ConsoleKit support or it would have been
 already done (as we did for KDM long ago). For example, if a desktop
 (or even a display manager, like LightDM) wants to use ConsoleKit for
 shutdown/restart or, worse (in terms of porting effort), user
 switching, this all has to be ported to systemd, not just disabled.
 
 I agree that ConsoleKit needs to go away, but FIRST all packages using it 
 must be ported away from it, THEN it can be retired.

Well, that's a pity, but I guess the burden for this really should be
carried by the lightdm folks then. So, lightdm folks, if you want to
keep CK around, then you need to step up, and take it over.

If I hear nothing but oh, oh, i think, oh, i think, then I will retire
it next week.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: ConsoleKit and esound retirement

2013-02-13 Thread Dan Mashal
On Wed, Feb 13, 2013 at 7:02 PM, Kevin Kofler kevin.kof...@chello.at wrote:
 Lennart Poettering wrote:
 There is no Fedora 20 rawhide.

 There will be one in less than 4 weeks.

 (and as mentioned, exorcising CK from packages is rather simple usually,
 as in most cases you will just delete code, not add new code).

 I don't think that's true. As far as I know, LightDM relies on ConsoleKit
 for some essential functionality, and upstream has zero interest in systemd
 given that they're Ubuntu. So there is one person at Fedora / Red Hat who is
 trying to port it to systemd all alone, he's not done yet. I don't know what
 the state of the other affected packages is, but I assume there's also more
 to do than just disabling ConsoleKit support or it would have been already
 done (as we did for KDM long ago). For example, if a desktop (or even a
 display manager, like LightDM) wants to use ConsoleKit for shutdown/restart
 or, worse (in terms of porting effort), user switching, this all has to be
 ported to systemd, not just disabled.

 I agree that ConsoleKit needs to go away, but FIRST all packages using it
 must be ported away from it, THEN it can be retired.

 Kevin Kofler

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

This was exactly my point.

MATE Desktop being dependent on LightDM in Fedora (that can possibly
be changed).

However if LightDM had full systemd/logind support then I'm all for it.

Correct me if I'm wrong, but I believe XFCE, LXDE and MATE all use
LightDM and I think there were plans to get rid of KDM  on KDE in
favor of LightDM as well.

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

Re: ConsoleKit and esound retirement

2013-02-13 Thread Dan Mashal
On Wed, Feb 13, 2013 at 7:26 PM, Bruno Wolff III br...@wolff.to wrote:
 On Wed, Feb 13, 2013 at 21:21:41 -0500,
   Orcan Ogetbil oget.fed...@gmail.com wrote:


 If the esound or pulseaudio plugins are problematic, let us retire
 them. I don't think xmms will be used by other people than us fanboys,
 and I feel that we are fine with the ALSA output.

 Anyhow it looks like spot was kind enough to pick it up, so no worries :)


 I was still planning on retiring xmms. It has no upstream support. The
 volume control has issues that I don't have time to figure out.

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


I found pavucontrol very useful to deal with the volume control issue.
Thanks to rdieter for the help on that.

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

[Bug 907124] perl-Regexp-Grammars-1.026 is available

2013-02-13 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=907124

--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Regexp-Grammars-1.026-1.fc18 has been pushed to the Fedora 18 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ukG5KucrxOa=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 905289] New DBIx::Class breaks update/delete when source name is not simple

2013-02-13 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=905289

--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-DBIx-Class-0.08205-1.fc18 has been pushed to the Fedora 18 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=dkTGsYzYIEa=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 905289] New DBIx::Class breaks update/delete when source name is not simple

2013-02-13 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=905289

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2013-02-12 23:37:29

-- 
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=n3vCHqFOZ2a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl] Sub-package File-CheckTree

2013-02-13 Thread Petr Pisar
commit 98654dd8b12d873cb4b334cf16c072927bedfb61
Author: Petr Písař ppi...@redhat.com
Date:   Fri Feb 8 13:35:36 2013 +0100

Sub-package File-CheckTree

 perl.spec |   36 +---
 1 files changed, 33 insertions(+), 3 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index ee8000d..a02b785 100644
--- a/perl.spec
+++ b/perl.spec
@@ -29,7 +29,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:255%{?dist}
+Release:256%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -639,6 +639,25 @@ ExtUtils::ParseXS will compile XS code into C code by 
embedding the constructs
 necessary to let C functions manipulate Perl values and creates the glue
 necessary to let Perl access those functions.
 
+%package File-CheckTree
+Summary:Run many file-test checks on a tree
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:4.41
+Requires:   %perl_compat
+BuildArch:  noarch
+
+%description File-CheckTree
+File::CheckTree::validate() routine takes a single multi-line string
+consisting of directives, each containing a file name plus a file test to try
+on it. (The file test may also be a cd, causing subsequent relative file
+names to be interpreted relative to that directory.) After the file test you
+may put || die to make it a fatal error if the file test fails. The default is
+|| warn.  The file test may optionally have a !' prepended to test for the
+opposite condition. If you do a cd and then list some relative file names, you
+may want to indent them slightly for readability. If you supply your own die()
+or warn() message, you can use $file to interpolate the file name.
 
 %package File-Fetch
 Summary:Generic file fetching mechanism
@@ -1437,8 +1456,8 @@ Requires:   perl-Data-Dumper, perl-Digest, 
perl-Digest-MD5, perl-Digest-SHA,
 Requires:   perl-ExtUtils-CBuilder, perl-ExtUtils-Embed,
 Requires:   perl-ExtUtils-Install, perl-ExtUtils-MakeMaker
 Requires:   perl-ExtUtils-Manifest
-Requires:   perl-ExtUtils-ParseXS, perl-File-Fetch, perl-Filter,
-Requires:   perl-HTTP-Tiny
+Requires:   perl-ExtUtils-ParseXS, perl-File-CheckTree, perl-File-Fetch
+Requires:   perl-Filter, perl-HTTP-Tiny
 Requires:   perl-IO-Compress, perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
 Requires:   perl-Locale-Codes, perl-Locale-Maketext-Simple
 Requires:   perl-Log-Message, perl-Log-Message-Simple, perl-Module-Build
@@ -1966,6 +1985,10 @@ sed \
 %exclude %{_mandir}/man3/ExtUtils::Typemaps::OutputMap.3*
 %exclude %{_mandir}/man3/ExtUtils::Typemaps::Type.3*
 
+# File-CheckTree
+%exclude %{privlib}/File/CheckTree.pm
+%exclude %{_mandir}/man3/File::CheckTree.3*
+
 # File::Fetch
 %exclude %{privlib}/File/Fetch.pm
 %exclude %{_mandir}/man3/File::Fetch.3*
@@ -2512,6 +2535,10 @@ sed \
 %{_mandir}/man3/ExtUtils::Typemaps::OutputMap.3*
 %{_mandir}/man3/ExtUtils::Typemaps::Type.3*
 
+%files File-CheckTree
+%{privlib}/File/CheckTree.pm
+%{_mandir}/man3/File::CheckTree.3*
+
 %files File-Fetch
 %{privlib}/File/Fetch.pm
 %{_mandir}/man3/File::Fetch.3*
@@ -2903,6 +2930,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon Feb 11 2013 Petr Pisar ppi...@redhat.com - 4:5.16.2-256
+- Sub-package File-CheckTree (bug #909144)
+
 * Fri Feb 08 2013 Petr Pisar ppi...@redhat.com - 4:5.16.2-255
 - Remove bundled Log-Message
 - Remove bundled Term-UI
--
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] Fix typo in perl-Pod-Checker package

2013-02-13 Thread Petr Pisar
commit 7802adc540e595cd58c72ec498dba5ad4f4ad693
Author: Petr Písař ppi...@redhat.com
Date:   Mon Feb 11 09:38:27 2013 +0100

Fix typo in perl-Pod-Checker package

 perl.spec |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index a02b785..4304b60 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1081,7 +1081,6 @@ Summary:Check POD documents for syntax errors
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Requires:   %perl_compat
-$version))
 BuildArch:  noarch
 
 %description Pod-Checker
--
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] Sub-package Text-ParseWords

2013-02-13 Thread Petr Pisar
commit 9bdfe38b9c80fbe24515d74fabae7745b1fb54a6
Author: Petr Písař ppi...@redhat.com
Date:   Wed Feb 13 09:02:43 2013 +0100

Sub-package Text-ParseWords

 perl.spec |   25 -
 1 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 4304b60..61ed8b5 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1286,6 +1286,19 @@ BuildArch:  noarch
 %description Test-Simple-tests
 This package provides the test suite for package perl-Test-Simple.
 
+%package Text-ParseWords
+Summary:Parse text into an array of tokens or array of arrays
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:3.27
+Requires:   %perl_compat
+Requires:   perl(Carp)
+BuildArch:  noarch
+
+%description Text-ParseWords
+Parse text into an array of tokens or array of arrays.
+
 %package Text-Soundex
 Summary:Implementation of the soundex algorithm
 Group:  Development/Libraries
@@ -1468,6 +1481,7 @@ Requires:   perl-Pod-Checker, perl-Pod-Escapes, 
perl-Pod-LaTeX
 Requires:   perl-Pod-Parser, perl-Pod-Perldoc, perl-Pod-Usage
 Requires:   perl-podlators, perl-Pod-Simple
 Requires:   perl-Socket, perl-Term-UI, perl-Test-Harness, perl-Test-Simple
+Requires:   perl-Text-ParseWords
 Requires:   perl-Text-Soundex, perl-Time-Piece, perl-Version-Requirements,
 Requires:   perl-version, perl-threads, perl-threads-shared, perl-parent
 
@@ -2262,6 +2276,10 @@ sed \
 %exclude %{_mandir}/man3/Test::Simple*
 %exclude %{_mandir}/man3/Test::Tutorial*
 
+# Text-ParseWords
+%exclude %{privlib}/Text/ParseWords.pm
+%exclude %{_mandir}/man3/Text::ParseWords.*
+
 # Text-Soundex
 %exclude %{archlib}/auto/Text/Soundex/
 %exclude %{archlib}/Text/Soundex.pm
@@ -2881,6 +2899,10 @@ sed \
 %{perl5_testdir}/Test-Simple
 %endif
 
+%files Text-ParseWords
+%{privlib}/Text/ParseWords.pm
+%{_mandir}/man3/Text::ParseWords.*
+
 %files Text-Soundex
 %{archlib}/auto/Text/Soundex/
 %{archlib}/Text/Soundex.pm
@@ -2929,8 +2951,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
-* Mon Feb 11 2013 Petr Pisar ppi...@redhat.com - 4:5.16.2-256
+* Wed Feb 13 2013 Petr Pisar ppi...@redhat.com - 4:5.16.2-256
 - Sub-package File-CheckTree (bug #909144)
+- Sub-package Text-ParseWords
 
 * Fri Feb 08 2013 Petr Pisar ppi...@redhat.com - 4:5.16.2-255
 - Remove bundled Log-Message
--
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] Sub-package Encode

2013-02-13 Thread Petr Pisar
commit d5ffc5b776d55884a3ff097c0a5bf3f8e4709702
Author: Petr Písař ppi...@redhat.com
Date:   Wed Feb 13 09:53:09 2013 +0100

Sub-package Encode

 perl.spec |   70 ++--
 1 files changed, 63 insertions(+), 7 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 61ed8b5..f3904b1 100644
--- a/perl.spec
+++ b/perl.spec
@@ -535,6 +535,34 @@ SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message 
digests.  The
 module can handle all types of input, including partial-byte data.
 %endif
 
+%package Encode
+Summary:Character encodings in Perl
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:2.44
+Requires:   %perl_compat
+
+%description Encode
+The Encode module provides the interface between Perl strings and the rest
+of the system. Perl strings are sequences of characters.
+
+%package Encode-devel
+Summary:Character encodings in Perl
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:2.44
+Requires:   %perl_compat
+Requires:   %{name} = %{epoch}:%{version}-%{release}
+Requires:   perl-devel
+BuildArch:  noarch
+
+%description Encode-devel
+enc2xs builds a Perl extension for use by Encode from either Unicode Character
+Mapping files (.ucm) or Tcl Encoding Files (.enc). You can use enc2xs to add
+your own encoding to perl. No knowledge of XS is necessary.
+
 %package ExtUtils-CBuilder
 Summary:Compile and link C code for Perl modules
 Group:  Development/Libraries
@@ -1463,7 +1491,7 @@ Requires:   perl-macros
 Requires:   perl-Archive-Extract, perl-Archive-Tar, perl-B-Lint,
 Requires:   perl-Compress-Raw-Bzip2,
 Requires:   perl-Carp, perl-Compress-Raw-Zlib, perl-CGI, perl-CPAN,
-Requires:   perl-CPAN-Meta, perl-CPAN-Meta-YAML, perl-CPANPLUS,
+Requires:   perl-CPAN-Meta, perl-CPAN-Meta-YAML, perl-CPANPLUS, perl-Encode
 Requires:   perl-Data-Dumper, perl-Digest, perl-Digest-MD5, 
perl-Digest-SHA,
 Requires:   perl-ExtUtils-CBuilder, perl-ExtUtils-Embed,
 Requires:   perl-ExtUtils-Install, perl-ExtUtils-MakeMaker
@@ -1806,9 +1834,6 @@ sed \
 %exclude %{perl_vendorarch}
 
 # devel
-%exclude %{_bindir}/enc2xs
-%exclude %{_mandir}/man1/enc2xs*
-%exclude %{privlib}/Encode/
 %exclude %{_bindir}/h2xs
 %exclude %{_mandir}/man1/h2xs*
 %exclude %{_bindir}/libnetcfg
@@ -1929,6 +1954,21 @@ sed \
 %exclude %{_mandir}/man1/shasum.1*
 %exclude %{_mandir}/man3/Digest::SHA.3*
 
+# Encode
+%exclude %{_bindir}/piconv
+%exclude %{archlib}/encoding.pm
+%exclude %{archlib}/Encode*
+%exclude %{archlib}/auto/Encode*
+%exclude %{_mandir}/man1/piconv.1*
+%exclude %{_mandir}/man3/encoding.3*
+%exclude %{_mandir}/man3/Encode*.3*
+
+# Encode-devel
+%exclude %{_bindir}/enc2xs
+%exclude %{privlib}/Encode/*.e2x
+%exclude %{privlib}/Encode/encode.h
+%exclude %{_mandir}/man1/enc2xs.1*
+
 # ExtUtils::CBuilder
 %exclude %{privlib}/ExtUtils/CBuilder/
 %exclude %{privlib}/ExtUtils/CBuilder.pm
@@ -2329,9 +2369,6 @@ sed \
 %dir %{perl_vendorarch}/auto
 
 %files devel
-%{_bindir}/enc2xs
-%{_mandir}/man1/enc2xs*
-%{privlib}/Encode/
 %{_bindir}/h2xs
 %{_mandir}/man1/h2xs*
 %{_bindir}/libnetcfg
@@ -2479,6 +2516,24 @@ sed \
 %{_mandir}/man3/Digest::SHA.3*
 %endif
 
+%files Encode
+%{_bindir}/piconv
+%{archlib}/encoding.pm
+%{archlib}/Encode*
+%{archlib}/auto/Encode*
+%{privlib}/Encode
+%exclude %{privlib}/Encode/*.e2x
+%exclude %{privlib}/Encode/encode.h
+%{_mandir}/man1/piconv.1*
+%{_mandir}/man3/encoding.3*
+%{_mandir}/man3/Encode*.3*
+
+%files Encode-devel
+%{_bindir}/enc2xs
+%{privlib}/Encode/*.e2x
+%{privlib}/Encode/encode.h
+%{_mandir}/man1/enc2xs.1*
+
 %files ExtUtils-CBuilder
 %{privlib}/ExtUtils/CBuilder/
 %{privlib}/ExtUtils/CBuilder.pm
@@ -2954,6 +3009,7 @@ sed \
 * Wed Feb 13 2013 Petr Pisar ppi...@redhat.com - 4:5.16.2-256
 - Sub-package File-CheckTree (bug #909144)
 - Sub-package Text-ParseWords
+- Sub-package Encode (bug #859149)
 
 * Fri Feb 08 2013 Petr Pisar ppi...@redhat.com - 4:5.16.2-255
 - Remove bundled Log-Message
--
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] Correct changelog dates

2013-02-13 Thread Petr Pisar
commit 2d31cc5ece12987b2ba99b609cda1df61de68269
Author: Petr Písař ppi...@redhat.com
Date:   Wed Feb 13 13:18:27 2013 +0100

Correct changelog dates

 perl.spec |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index f3904b1..d284e6d 100644
--- a/perl.spec
+++ b/perl.spec
@@ -3217,7 +3217,7 @@ sed \
 - Increase epoch of perl-Module-CoreList to overcome version regression in
   upstream (bug #754641)
 
-* Thu Nov  2 2011 Marcela Mašláňová mmasl...@redhat.com - 4:5.14.2-200
+* Thu Nov  3 2011 Marcela Mašláňová mmasl...@redhat.com - 4:5.14.2-200
 - perl(DBIx::Simple) is not needed in spec requirement in CPANPLUS. It's 
generated
   automatically.
 
@@ -3444,7 +3444,7 @@ sed \
 * Thu Sep 30 2010 Marcela Mašláňová mmasl...@redhat.com - 4:5.12.2-135
 - sub-package threads
 
-* Fri Sep 23 2010 Marcela Mašláňová mmasl...@redhat.com - 4:5.12.2-134
+* Thu Sep 23 2010 Marcela Mašláňová mmasl...@redhat.com - 4:5.12.2-134
 - add vendor path, clean paths in Configure in spec file
 - create sub-package threads-shared
 
@@ -3548,10 +3548,10 @@ sed \
 * Mon Dec 21 2009 Chris Weyl cw...@alumni.drew.edu - 4:5.10.1-107
 - subpackage parent and Parse-CPAN-Meta; add them to core's dep list
 
-* Fri Dec 19 2009 Ralf Corsépius corse...@fedoraproject.org - 4:5.10.1-106
+* Fri Dec 18 2009 Ralf Corsépius corse...@fedoraproject.org - 4:5.10.1-106
 - exclude parent.
 
-* Fri Dec 19 2009 Ralf Corsépius corse...@fedoraproject.org - 4:5.10.1-105
+* Fri Dec 18 2009 Ralf Corsépius corse...@fedoraproject.org - 4:5.10.1-105
 - exclude Parse-CPAN-Meta.
 
 * Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 4:5.10.1-104
@@ -3712,7 +3712,7 @@ sed \
 * Mon Dec 22 2008 Marcela Mašláňová mmasl...@redhat.com - 4:5.10.0-53
 - add missing XHTML.pm into Pod::Simple
 
-* Thu Dec 12 2008 Marcela Mašláňová mmasl...@redhat.com - 4:5.10.0-52
+* Fri Dec 12 2008 Marcela Mašláňová mmasl...@redhat.com - 4:5.10.0-52
 - 295021 CVE-2007-4829 perl-Archive-Tar directory traversal flaws
 - add another source for binary files, which test untaring links
 
@@ -3799,7 +3799,7 @@ related to tests!
 - use perl_archname consistently
 - cleanup of usage of *_lib macros in %%install
 
-* Mon Jun  6 2008 Marcela Maslanova mmasl...@redhat.com 4:5.10.0-25
+* Fri Jun  6 2008 Marcela Maslanova mmasl...@redhat.com 4:5.10.0-25
 - 449577 rebuild for FTBFS
 
 * Mon May 26 2008 Marcela Maslanova mmasl...@redhat.com 4:5.10.0-24
--
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 910685] New: perl-Locale-SubCountry-1.60 is available

2013-02-13 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=910685

Bug ID: 910685
   Summary: perl-Locale-SubCountry-1.60 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Locale-SubCountry
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
  Reporter: upstream-release-monitor...@fedoraproject.org

Latest upstream release: 1.60
Current version in Fedora Rawhide: 1.59
URL: http://search.cpan.org/dist/Locale-SubCountry/

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=9hShsWi5SGa=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 Locale-SubCountry-1.60.tar.gz uploaded to lookaside cache by ppisar

2013-02-13 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Locale-SubCountry:

4dbe359f916e19a7fcec0556ecace05f  Locale-SubCountry-1.60.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-Locale-SubCountry] 1.60 bump

2013-02-13 Thread Petr Pisar
commit 65f22e8a6b602225b9c8921cc36735047356fe24
Author: Petr Písař ppi...@redhat.com
Date:   Wed Feb 13 13:44:06 2013 +0100

1.60 bump

 .gitignore  |1 +
 perl-Locale-SubCountry.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 005d4a8..ca0b017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Locale-SubCountry-1.41.tar.gz
 /Locale-SubCountry-1.56.tar.gz
 /Locale-SubCountry-1.57.tar.gz
 /Locale-SubCountry-1.59.tar.gz
+/Locale-SubCountry-1.60.tar.gz
diff --git a/perl-Locale-SubCountry.spec b/perl-Locale-SubCountry.spec
index ec3e678..9c80a5a 100644
--- a/perl-Locale-SubCountry.spec
+++ b/perl-Locale-SubCountry.spec
@@ -1,5 +1,5 @@
 Name:   perl-Locale-SubCountry
-Version:1.59
+Version:1.60
 Release:1%{?dist}
 Summary:ISO 3166-2 two letter subcountry codes
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ make test
 
 
 %changelog
+* Wed Feb 13 2013 Petr Pisar ppi...@redhat.com - 1.60-1
+- 1.60 bump
+
 * Thu Jan 24 2013 Petr Pisar ppi...@redhat.com - 1.59-1
 - 1.59 bump
 
diff --git a/sources b/sources
index 4f23227..44556ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a9ed7ce2aa56e5bd1fc4d9ba3e84b42  Locale-SubCountry-1.59.tar.gz
+4dbe359f916e19a7fcec0556ecace05f  Locale-SubCountry-1.60.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-Locale-SubCountry/f18] 1.60 bump

2013-02-13 Thread Petr Pisar
Summary of changes:

  65f22e8... 1.60 bump (*)

(*) 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-Locale-SubCountry/f17] 1.60 bump

2013-02-13 Thread Petr Pisar
commit c3645b523fc886fd45c779f3c06432634352670d
Author: Petr Písař ppi...@redhat.com
Date:   Wed Feb 13 13:44:06 2013 +0100

1.60 bump

 .gitignore  |1 +
 perl-Locale-SubCountry.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 005d4a8..ca0b017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Locale-SubCountry-1.41.tar.gz
 /Locale-SubCountry-1.56.tar.gz
 /Locale-SubCountry-1.57.tar.gz
 /Locale-SubCountry-1.59.tar.gz
+/Locale-SubCountry-1.60.tar.gz
diff --git a/perl-Locale-SubCountry.spec b/perl-Locale-SubCountry.spec
index e5b1d0a..78e03b8 100644
--- a/perl-Locale-SubCountry.spec
+++ b/perl-Locale-SubCountry.spec
@@ -1,5 +1,5 @@
 Name:   perl-Locale-SubCountry
-Version:1.59
+Version:1.60
 Release:1%{?dist}
 Summary:ISO 3166-2 two letter subcountry codes
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ make test
 
 
 %changelog
+* Wed Feb 13 2013 Petr Pisar ppi...@redhat.com - 1.60-1
+- 1.60 bump
+
 * Thu Jan 24 2013 Petr Pisar ppi...@redhat.com - 1.59-1
 - 1.59 bump
 
diff --git a/sources b/sources
index 4f23227..44556ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a9ed7ce2aa56e5bd1fc4d9ba3e84b42  Locale-SubCountry-1.59.tar.gz
+4dbe359f916e19a7fcec0556ecace05f  Locale-SubCountry-1.60.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

[pkgdb] perl-Archive-Extract (un)retirement

2013-02-13 Thread Fedora PackageDB
Package perl-Archive-Extract in Fedora devel has been unretired by limb and is 
now orphan.

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Archive-Extract
--
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

[pkgdb] perl-Archive-Extract ownership changed

2013-02-13 Thread Fedora PackageDB
Package perl-Archive-Extract in Fedora devel is now owned by ppisar

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Archive-Extract
--
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 Archive-Extract-0.66.tar.gz uploaded to lookaside cache by ppisar

2013-02-13 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Archive-Extract:

917c7c5b0f5ff0b42c49edd25f643165  Archive-Extract-0.66.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Archive-Extract] Reincarnate already died package

2013-02-13 Thread Petr Pisar
commit 106813f4882d1992383b7d7e1865510d7694998a
Author: Petr Písař ppi...@redhat.com
Date:   Wed Feb 13 15:23:31 2013 +0100

Reincarnate already died package

 .gitignore|1 +
 dead.package  |1 -
 perl-Archive-Extract.spec |   78 +
 sources   |1 +
 4 files changed, 80 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a832f17..2bd1b2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Archive-Extract-0.26.tar.gz
+/Archive-Extract-0.66.tar.gz
diff --git a/perl-Archive-Extract.spec b/perl-Archive-Extract.spec
new file mode 100644
index 000..a8a6280
--- /dev/null
+++ b/perl-Archive-Extract.spec
@@ -0,0 +1,78 @@
+Name:   perl-Archive-Extract
+Version:0.66
+Release:1%{?dist}
+Summary:Generic archive extracting mechanism
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Archive-Extract/
+Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Extract-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Cwd)
+%if 0%(perl -e 'print $]  5.017')
+BuildRequires:  perl(deprecated)
+%endif
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec) = 0.82
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(if)
+BuildRequires:  perl(IPC::Cmd) = 0.64
+BuildRequires:  perl(Locale::Maketext::Simple)
+BuildRequires:  perl(Module::Load::Conditional) = 0.04
+BuildRequires:  perl(Params::Check) = 0.07
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(File::Spec::Unix)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
+# Do not require any decopressing module or executable by default. Let's user
+# install what he needs.
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+%if 0%(perl -e 'print $]  5.017')
+Requires:   perl(deprecated)
+%endif
+Requires:   perl(File::Spec) = 0.82
+Requires:   perl(IPC::Cmd) = 0.64
+Requires:   perl(Module::Load::Conditional) = 0.04
+Requires:   perl(Params::Check) = 0.07
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((File::Spec|IPC::Cmd|Module::Load::Conditional|Params::Check)\\)$
+
+%description
+Archive::Extract is a generic archive extraction mechanism.  It allows you to
+extract any archive file of the type .tar, .tar.gz, .gz, .Z, tar.bz2, .tbz,
+.bz2, .zip, .xz,, .txz, .tar.xz, or .lzma without having to worry how it does
+so, or use different interfaces for each type by using either perl modules, or
+command-line tools on your system.
+
+%prep
+%setup -q -n Archive-Extract-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc CHANGES README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Feb 11 2013 Petr Pisar ppi...@redhat.com 0.66-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
new file mode 100644
index 000..1b783d4
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+917c7c5b0f5ff0b42c49edd25f643165  Archive-Extract-0.66.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[amavisd-new] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

2013-02-13 Thread Dennis Gilmore
commit 8b41b6a730efbb063d6b3738c7f20b2cab4410f1
Author: Dennis Gilmore den...@ausil.us
Date:   Wed Feb 13 10:30:26 2013 -0600

- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

 amavisd-new.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/amavisd-new.spec b/amavisd-new.spec
index 61577a1..512d1e3 100644
--- a/amavisd-new.spec
+++ b/amavisd-new.spec
@@ -3,7 +3,7 @@
 Summary:Email filter with virus scanner and spamassassin support
 Name:   amavisd-new
 Version:2.8.0
-Release:3%{?prerelease:.%{prerelease}}%{?dist}
+Release:4%{?prerelease:.%{prerelease}}%{?dist}
 # LDAP schema is GFDL, some helpers are BSD, core is GPLv2+
 License:GPLv2+ and BSD and GFDL
 Group:  Applications/System
@@ -221,6 +221,9 @@ fi
 %{_sbindir}/amavisd-snmp-subagent
 
 %changelog
+* Wed Feb 13 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.8.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Fri Oct 19 2012 Robert Scheck rob...@fedoraproject.org 2.8.0-3
 - Added requirements to lrzip and unzoo for unpacking
 
--
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

[bucardo] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

2013-02-13 Thread Dennis Gilmore
commit 11d1d846a6851d8e0ee9167bd90f5d39e98e
Author: Dennis Gilmore den...@ausil.us
Date:   Wed Feb 13 12:05:17 2013 -0600

- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

 bucardo.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/bucardo.spec b/bucardo.spec
index 36b8b36..83ea844 100644
--- a/bucardo.spec
+++ b/bucardo.spec
@@ -1,7 +1,7 @@
 %define realname Bucardo
 Name:   bucardo
 Version:4.5.0
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Postgres replication system for both multi-master and 
multi-slave operations
 
 Group:  Applications/Databases
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_localstatedir}/run/bucardo
 
 %changelog
+* Wed Feb 13 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 4.5.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Wed Jul 18 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 4.5.0-3
 - 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-Convert-Age/f17] Initial import (#903824).

2013-02-13 Thread Normunds Neimanis
Summary of changes:

  8bd2c1a... Initial import (#903824). (*)

(*) 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 910685] perl-Locale-SubCountry-1.60 is available

2013-02-13 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=910685

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Locale-SubCountry-1.60
   ||-1.fc19

--- Comment #1 from Petr Pisar ppi...@redhat.com ---
Database update, suitable for all Fedoras.

-- 
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=WIGx4JiG9ra=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 910685] perl-Locale-SubCountry-1.60 is available

2013-02-13 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=910685

--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Locale-SubCountry-1.60-1.fc18 has been submitted as an update for Fedora
18.
https://admin.fedoraproject.org/updates/perl-Locale-SubCountry-1.60-1.fc18

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=TC1wJm12nna=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

Anyone interested in RRD::Simple?

2013-02-13 Thread Paul Howarth
It doesn't appear to have any dependencies in Fedora, and I'm thinking
of orphaning/retiring it as it seems to be dead upstream (see
https://rt.cpan.org/Public/Dist/Display.html?Name=RRD-Simple) and it
currently fails to build from source due to changes in rrdtool. There
are some patches for the test suite issues (see
https://rt.cpan.org/Public/Bug/Display.html?id=46193 and
https://rt.cpan.org/Public/Bug/Display.html?id=78785) but at least one
of them isn't really upstreamable as it breaks builds on older releases
(try building a package that passes in all current Fedora and EPEL
releases).

Any takers?

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 910685] perl-Locale-SubCountry-1.60 is available

2013-02-13 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=910685

--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Locale-SubCountry-1.60-1.fc17 has been submitted as an update for Fedora
17.
https://admin.fedoraproject.org/updates/perl-Locale-SubCountry-1.60-1.fc17

-- 
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=17GZS0sInwa=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

[grepmail] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

2013-02-13 Thread Dennis Gilmore
commit 89205f7b8f68b86761d195bd78e3f921d0ffc12a
Author: Dennis Gilmore den...@ausil.us
Date:   Wed Feb 13 18:29:35 2013 -0600

- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

 grepmail.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/grepmail.spec b/grepmail.spec
index a90e0ab..5e9c189 100644
--- a/grepmail.spec
+++ b/grepmail.spec
@@ -1,7 +1,7 @@
 Summary:   Search mailboxes for a particular email
 Name:  grepmail
 Version:   5.3034
-Release:   10%{?dist}
+Release:   11%{?dist}
 License:   GPL+
 Group: Applications/Text
 Url:   http://search.cpan.org/dist/grepmail/
@@ -77,6 +77,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/grepmail.1*
 
 %changelog
+* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 5.3034-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Thu Jul 19 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 5.3034-10
 - 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

  1   2   >