Firefox: Font packages for MathML

2012-07-08 Thread Frédéric WANG

Dear Fedora developers,

I'm one of the main developer of the Mozilla MathML Project. As 
explained here


https://developer.mozilla.org/en/Mozilla_MathML_Project/Fonts
http://www.maths-informatique-jeux.com/blog/frederic/?post/2012/04/21/Mozilla-MathML-Project%3A-about-mathematical-fonts 



mathematical fonts are important for a good MathML rendering. The fonts 
currently usable by the MathML rendering engine are


- STIX fonts (since Firefox 3.6)
- Asana Math font (since at least Firefox 7.0)
- MathJax fonts (since at least Firefox 13.0)

I just looked quickly at

https://admin.fedoraproject.org/pkgdb/builds/show/F-devel-x86_64/firefox/0/13.0.1/1.fc18/x86_64?_csrf_token=e00b4166c50d1d3538fe7ba05614f56acd42c86b 



and was not able to find any font dependencies. I also found

https://admin.fedoraproject.org/pkgdb/acls/name/mathml-fonts?_csrf_token=e00b4166c50d1d3538fe7ba05614f56acd42c86b

but this package seems to contain old MathML fonts (used before Firefox 
3.6). I would be grateful if you could update the Firefox dependencies 
with the fonts mentioned above.


Thanks,

--
Frédéric Wang
maths-informatique-jeux.com/blog/frederic

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

STIX fonts updates

2012-07-08 Thread Nicolas Mailhot
Hi,

After some procrastination time I've bumped STIX fonts to 1.1 in Rawhide.

This is a major release (1 year and a half work upstream IIRC)

The font layout and naming has been changed to something approaching
sanity, and the complexfont piles only TEX ma

-- 
Nicolas Mailhot

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

Heads up: STIX fonts update in Rawhide

2012-07-08 Thread Nicolas Mailhot
Hi,

After some time procrastinating I've finally bumped STIX fonts to 1.1.0 in
Rawhide.

This is a major update (1 years and a half work upstream IIRC)

Gone is the huge pile of files only TEX macros could beat some sense in,
the new font layout finally approaches sanity. The cons being that if
you've used the old font names in documents, you're in trouble. I've tried
to limit the breakage through fontconfig aliasing (but that only works for
apps smart enough to use fontconfig).

Please report problems (if any).

For the aforementioned reasons, I don't intend to push this update to
current and past releases.

Best regards,

-- 
Nicolas Mailhot

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

Re: [ACTION REQUIRED] Retiring packages for Fedora 18

2012-07-08 Thread Paulo César Pereira de Andrade
2012/7/7 Jerry James loganje...@gmail.com:
 On Sat, Jul 7, 2012 at 3:34 AM, Richard W.M. Jones rjo...@redhat.com wrote:
 On Fri, Jul 06, 2012 at 04:55:19PM -0400, Bill Nottingham wrote:
 Removing: emacs-common-proofgeneral
 coq requires xemacs-proofgeneral = 3.7.1-5.fc15
 coq requires emacs-proofgeneral = 3.7.1-5.fc15
 coq-emacs requires emacs-proofgeneral = 3.7.1-5.fc15
 coq-xemacs requires xemacs-proofgeneral = 3.7.1-5.fc15

 The dependency here is that the Coq emacs mode requires
 the proofgeneral emacs mode.  I will drop the dependency
 and the coq-{,x}emacs subpackages (from Coq) unless someone
 takes the above package.

 Note that Coq itself doesn't build right now .. see the email
 I sent a few days ago to this list.

 I will take proofgeneral Real Soon Now.  I'm in overload mode at
 $DAYJOB at the moment, and will likely remain so for about 2 more
 weeks.  My apologies to those who have been waiting for me to do
 something.  If anybody needs to do something to one of the packages I
 maintain at any time in the next couple of weeks, please just go
 ahead.  I hope to return to my normal Fedora activity levels around
 the end of July.

  I am on vacation during July, after that, back to contributing on
weekends and sometimes at night... thus did a lot of work on sagemath
dependencies. I will ask commit access to some packages, so I
can update them myself...

  See http://lists.fedoraproject.org/pipermail/scitech/2012-July/000130.html
for an informal request to speed up a bit some tickets :-)

 --
 Jerry James
 http://www.jamezone.org/

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

Re: Firefox: Font packages for MathML

2012-07-08 Thread Nicolas Mailhot
Hi Frédéric,

1. Stix and Asana have been available in Fedora for a long time
https://admin.fedoraproject.org/pkgdb/acls/name/oflb-asana-math-fonts
https://admin.fedoraproject.org/pkgdb/acls/name/stix-fonts

If you have a problem with them please file a bug

2. MathJax if the usual TEXie badly named and documented font pile (making
STIX 1.0 release a pleasure to look at). It would take a major commitment
by someone to untangle, check and package properly. So I doubt anyone will
package it Fedora-side soon (there are many lower-hanging fruits).

3. While MathML is important for some, so are many human languages that
require specific fonts to be rendered. And we can't have apps depend on
all the possible fonts their users could want to use — that would make the
distribution unfit for many use cases. Fedora ships by default with a
large font set but most apps do not depend on any font package which is
how things should be – this way users can cut down on installed fonts when
they need the space, and we don't have Japanese, Chinese, Arabic, etc
users clamouring to add font dependencies to all our desktop apps.

4. Conversely we've made a major effort a few years ago to clean up font
packages and make sure they export font metadata to the package manager.
Applications like Firefox that need specific fonts can query the package
manager to see if they're available in the package repository and can
propose the user to install them (much like they can propose to install a
specific video codec when needed). If you want to make sure MathML works
in Fedora Firefox (and in Linux distros that use a similar system) you
need to code the package manager glue so Firefox proposes to the user to
install missing system fonts when needed. I'm sure I've proposed this at
least a year ago in Firefox Bugzilla.

We use fontconfig-generated metadata so it's in no way Fedora specific

yum install font(asanamath) works, and so does
repoquery --whatprovides font(:lang=ru)

Thus Firefox only needs to learn to talk to PackageKit for its font needs
and make use of all the existing plumbing.


Regards,

-- 
Nicolas Mailhot

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

Self introduction

2012-07-08 Thread Robert Mayr

Hi to all,
my name is Robert Mayr, alias robyduck [1], and I'm a Fedora user  
since the Core 1b release. Before that I used Redhat 7.3, but only  
sporadically.
In January 2005 I founded the Italian Fedora community Fedora Online  
[2] and I'm actually also in the websites group and gitmuffin.
I'm living near Milan since 2010, before I spent most time of my life  
in Bolzano (South Tyrol). I have 2 daughters and the third child (a  
son this time!) is coming within the next 10 days.
It would be nice to contribute to the package maintainers team, I'm in  
contact with other italian members of the package-group and have just  
created my first package:
You can find it as Bug 838362 [3], I'm searching for a sponsor now and  
hope someone could help me to learn quickly all the skills, which I  
know only learned through the wiki documents.


Cheers

Robert Mayr
(robyduck)
it.fedoracommunity.org

[1] https://fedoraproject.org/wiki/User:Robyduck
[2] http://www.fedoraonline.it/
[3] https://bugzilla.redhat.com/show_bug.cgi?id=838362

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

intel ipw2100/ipw2200 firmware must be removed

2012-07-08 Thread Xose Vazquez Perez

hi,

License is very restrictive.
Please remove them from the distribution.


--cut--
TERMS AND CONDITIONS
IMPORTANT - PLEASE READ BEFORE INSTALLING OR USING THIS INTEL(C) SOFTWARE

Do not use or load this firmware (the Software) until you have carefully read
the following terms and conditions. By loading or using the Software, you agree
to the terms of this Agreement. If you do not wish to so agree, do not install
or use the Software.

LICENSEES:

Please note:

* If you are an End-User, only Exhibit A, the SOFTWARE LICENSE AGREEMENT,
  applies.
* If you are an Original Equipment Manufacturer (OEM), Independent Hardware
  Vendor (IHV), or Independent Software Vendor (ISV), this complete Agreement
  applies



For OEMs, IHVs, and ISVs:

LICENSE. This Software is licensed for use only in conjunction with Intel
component products. Use of the Software in conjunction with non-Intel component
products is not licensed hereunder. Subject to the terms of this Agreement,
Intel grants to you a nonexclusive, nontransferable, worldwide, fully paid-up
license under Intel's copyrights to: (i) copy the Software internally for your
own development and maintenance purposes; (ii) copy and distribute the Software
to your end-users, but only under a license agreement with terms at least as
restrictive as those contained in Intel's Final, Single User License Agreement,
attached as Exhibit A; and (iii) modify, copy and distribute the end-user
documentation which may accompany the Software, but only in association with
the Software.

If you are not the final manufacturer or vendor of a computer system or software
program incorporating the Software, then you may transfer a copy of the
Software, including any related documentation (modified or unmodified) to your
recipient for use in accordance with the terms of this Agreement, provided such
recipient agrees to be fully bound by the terms hereof. You shall not otherwise
assign, sublicense, lease, or in any other way transfer or disclose Software to
any third party. You may not, nor may you assist any other person or entity to
modify, translate, convert to another programming language, decompile, reverse
engineer, or disassemble any portion of the Software or otherwise attempt to
derive source code from any object code modules of the Software or any internal
data files generated by the Software. Your rights to redistribute the Software
shall be contingent upon your installation of this Agreement in its entirety in
the same directory as the Software.

CONFIDENTIALITY. If you wish to have a third party consultant or subcontractor
(Contractor) perform work on your behalf which involves access to or use of
Software, you shall obtain a written confidentiality agreement from the
Contractor which contains provisions with respect to access to or use of the
Software no less restrictive than those set forth in this Agreement and
excluding any distribution rights, and use for any other purpose. Except as
expressly provided herein, you shall not disclose the terms or existence of
this Agreement or use Intel's name in any publications, advertisements, or
other announcements without Intel's prior written consent. You do not have any
rights to use any Intel trademarks or logos.

OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Software and accompanying materials, if
any, are owned by Intel or its suppliers and licensors and may be protected by
copyright, trademark, patent and trade secret law and international treaties.
Any rights, express or implied, in the intellectual property embodied in the
foregoing, other than those specified in this Agreement, are reserved by Intel
and its suppliers and licensors or otherwise as set forth in any applicable
open source license agreement. You will keep the Software free of liens,
attachments, and other encumbrances.  You agree not to remove any proprietary
notices and/or any labels from the Software and accompanying materials without
prior written approval by Intel

LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS AND LICENSORS
BE LIABLE FOR ANY DAMAGES WHATSOEVER FROM ANY CAUSE OF ACTION OF ANY KIND
(INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION, OR LOST
INFORMATION) ARISING OUT OF THE USE, MODIFICATION, OR INABILITY TO USE THE
INTEL SOFTWARE, OR OTHERWISE, NOR FOR PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR
SPECIAL DAMAGES OF ANY KIND, EVEN IF INTEL OR ITS SUPPLIERS AND LICENSORS HAS
BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.   SOME JURISDICTIONS PROHIBIT
EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES, CONSEQUENTIAL OR
INCIDENTAL DAMAGES, SO CERTAIN LIMITATIONS MAY NOT APPLY.  YOU MAY ALSO HAVE
OTHER LEGAL RIGHTS THAT VARY BETWEEN JURISDICTIONS.

EXCLUSION OF WARRANTIES.  THE SOFTWARE IS PROVIDED AS IS AND POSSIBLY WITH
FAULTS. UNLESS EXPRESSLY AGREED OTHERWISE, INTEL AND ITS SUPPLIERS AND
LICENSORS DISCLAIM ANY AND ALL WARRANTIES 

Re: intel ipw2100/ipw2200 firmware must be removed

2012-07-08 Thread mike cloaked
On Sun, Jul 8, 2012 at 10:55 PM, Xose Vazquez Perez
xose.vazq...@gmail.com wrote:
 hi,

 License is very restrictive.
 Please remove them from the distribution.



... and for those with that wireless hardware running Fedora what are
they supposed to use instead if there is no open source alternative?


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

Re: intel ipw2100/ipw2200 firmware must be removed

2012-07-08 Thread Kevin Fenzi
Has something changed with the license on them since they were reviewed
5 or so years ago?

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

See:
http://fedoraproject.org/wiki/Packaging:LicensingGuidelines#Binary_Firmware

If you think it's failing to meet those requirements, please file a bug
or mail le...@fedoraproject.org explaining why you think it's not
meeting requirements and why it should be removed. 

Thanks, 

kevin


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

Re: Maintainers with bugzilla issues. (Please read and help contact) (last call)

2012-07-08 Thread Jon Masters
On 07/06/2012 02:32 PM, Kevin Fenzi wrote:

 pnasrat 'Paul Nasrat' pnas...@gmail.com

pinged

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

Re: [ACTION REQUIRED] Retiring packages for Fedora 18

2012-07-08 Thread Jonathan Underwood
On 7 July 2012 10:34, Richard W.M. Jones rjo...@redhat.com wrote:
 On Fri, Jul 06, 2012 at 04:55:19PM -0400, Bill Nottingham wrote:
 Removing: emacs-common-proofgeneral
 coq requires xemacs-proofgeneral = 3.7.1-5.fc15
 coq requires emacs-proofgeneral = 3.7.1-5.fc15
 coq-emacs requires emacs-proofgeneral = 3.7.1-5.fc15
 coq-xemacs requires xemacs-proofgeneral = 3.7.1-5.fc15

 The dependency here is that the Coq emacs mode requires
 the proofgeneral emacs mode.  I will drop the dependency
 and the coq-{,x}emacs subpackages (from Coq) unless someone
 takes the above package.


These should actually be renamed to (x)emacs-coq to comply with
packaging guidelines.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [ACTION REQUIRED] Retiring packages for Fedora 18

2012-07-08 Thread Sérgio Basto
On Sex, 2012-07-06 at 16:55 -0400, Bill Nottingham wrote:
 Removing: raptor
 flickcurl requires libraptor.so.1
 flickcurl requires raptor-devel = 1.4.21-11.fc17
 flickcurl-devel requires raptor-devel = 1.4.21-11.fc17
 flickcurl-devel requires pkgconfig(raptor) = 1.4.21
 liblrdf-devel requires raptor-devel = 1.4.21-11.fc17
 librawstudio requires libraptor.so.1
 rawstudio requires libraptor.so.1
 tracker requires raptor-devel = 1.4.21-11.fc17 

from
http://lists.fedoraproject.org/pipermail/devel/2012-June/168262.html
So can we get flickcurl and (lib)rawstudio ported to raptor2? I think
raptor 1 needs to be retired sooner or later.

I like rawstudio app, although I never had much time to use it.

Thanks,
-- 
Sérgio M. B.


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

[Bug 838306] New: perl-Dancer-1.3096 is available

2012-07-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=838306

Bug ID: 838306
  Keywords: FutureFeature, Triaged
QA Contact: extras...@fedoraproject.org
  Severity: unspecified
   Version: rawhide
  Priority: unspecified
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org
  Assignee: mmasl...@redhat.com
   Summary: perl-Dancer-1.3096 is available
Regression: ---
  Story Points: ---
Classification: Fedora
OS: Unspecified
  Reporter: upstream-release-monitor...@fedoraproject.org
  Type: ---
 Documentation: ---
  Hardware: Unspecified
Mount Type: ---
Status: NEW
 Component: perl-Dancer
   Product: Fedora

Latest upstream release: 1.3096
Current version in Fedora Rawhide: 1.3095
URL: http://search.cpan.org/dist/Dancer/

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.
--
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 829260] perl-Gtk3-0.007 is available

2012-07-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=829260

Upstream Release Monitoring upstream-release-monitor...@fedoraproject.org 
changed:

   What|Removed |Added

Summary|perl-Gtk3-0.006 is  |perl-Gtk3-0.007 is
   |available   |available

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

[Bug 829260] perl-Gtk3-0.007 is available

2012-07-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=829260

--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Latest upstream release: 0.007
Current version in Fedora Rawhide: 0.006
URL: http://search.cpan.org/dist/Gtk3/

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.
--
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 838307] New: perl-Language-Prolog-Yaswi-0.21 is available

2012-07-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=838307

Bug ID: 838307
  Keywords: FutureFeature, Triaged
QA Contact: extras...@fedoraproject.org
  Severity: unspecified
   Version: rawhide
  Priority: unspecified
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com
  Assignee: ppi...@redhat.com
   Summary: perl-Language-Prolog-Yaswi-0.21 is available
Regression: ---
  Story Points: ---
Classification: Fedora
OS: Unspecified
  Reporter: upstream-release-monitor...@fedoraproject.org
  Type: ---
 Documentation: ---
  Hardware: Unspecified
Mount Type: ---
Status: NEW
 Component: perl-Language-Prolog-Yaswi
   Product: Fedora

Latest upstream release: 0.21
Current version in Fedora Rawhide: 0.19
URL: http://search.cpan.org/dist/Language-Prolog-Yaswi/

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.
--
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 838308] New: perl-Locale-SubCountry-1.56 is available

2012-07-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=838308

Bug ID: 838308
  Keywords: FutureFeature, Triaged
QA Contact: extras...@fedoraproject.org
  Severity: unspecified
   Version: rawhide
  Priority: unspecified
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com
  Assignee: ppi...@redhat.com
   Summary: perl-Locale-SubCountry-1.56 is available
Regression: ---
  Story Points: ---
Classification: Fedora
OS: Unspecified
  Reporter: upstream-release-monitor...@fedoraproject.org
  Type: ---
 Documentation: ---
  Hardware: Unspecified
Mount Type: ---
Status: NEW
 Component: perl-Locale-SubCountry
   Product: Fedora

Latest upstream release: 1.56
Current version in Fedora Rawhide: 1.51
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.
--
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 App-perlbrew-0.44.tar.gz uploaded to lookaside cache by iarnell

2012-07-08 Thread Iain Arnell
A file has been added to the lookaside cache for perlbrew:

8076b591ce6ad52106ef2e1534098141  App-perlbrew-0.44.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

[perlbrew] update to 0.44

2012-07-08 Thread Iain Arnell
commit 9beb64138bebe55f5ee165683f20950c290c13ca
Author: Iain Arnell iarn...@gmail.com
Date:   Sun Jul 8 07:42:07 2012 -0600

update to 0.44

 .gitignore|1 +
 perlbrew.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a223692..959e0bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /App-perlbrew-0.41.tar.gz
 /App-perlbrew-0.42.tar.gz
 /App-perlbrew-0.43.tar.gz
+/App-perlbrew-0.44.tar.gz
diff --git a/perlbrew.spec b/perlbrew.spec
index a728296..bb1ace0 100644
--- a/perlbrew.spec
+++ b/perlbrew.spec
@@ -1,6 +1,6 @@
 Name:   perlbrew
-Version:0.43
-Release:2%{?dist}
+Version:0.44
+Release:1%{?dist}
 Summary:Manage perl installations in your $HOME
 License:MIT
 Group:  Development/Libraries
@@ -78,6 +78,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 08 2012 Iain Arnell iarn...@gmail.com 0.44-1
+- update to latest upstream version
+
 * Thu Jun 21 2012 Petr Pisar ppi...@redhat.com - 0.43-2
 - Perl 5.16 rebuild
 
diff --git a/sources b/sources
index 6935991..5cdea05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53cc4ca7c7f18e1953561dcfd5bfa2f1  App-perlbrew-0.43.tar.gz
+8076b591ce6ad52106ef2e1534098141  App-perlbrew-0.44.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

[perlbrew/f17] (2 commits) ...update to 0.44

2012-07-08 Thread Iain Arnell
Summary of changes:

  31c3eae... Perl 5.16 rebuild (*)
  9beb641... update to 0.44 (*)

(*) 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

[perlbrew/f16] (2 commits) ...update to 0.44

2012-07-08 Thread Iain Arnell
Summary of changes:

  31c3eae... Perl 5.16 rebuild (*)
  9beb641... update to 0.44 (*)

(*) 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

[amavisd-new] Upgrade to 2.8.0

2012-07-08 Thread Robert Scheck
commit 5c7ecf5197e41fe1ab8776dd69f9b7dbfa7bde35
Author: Robert Scheck rob...@fedoraproject.org
Date:   Sun Jul 8 19:52:24 2012 +0200

Upgrade to 2.8.0

 .gitignore |3 +-
 amavisd-conf.patch |   76 +---
 amavisd-new-2.6.4-stdout.patch |   21 ---
 amavisd-new.spec   |   14 ---
 sources|2 +-
 5 files changed, 65 insertions(+), 51 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24b2d49..dbef4e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-amavisd-new-2.6.4.tar.gz
-/amavisd-new-2.6.6.tar.gz
+amavisd-new-2.8.0.tar.gz
diff --git a/amavisd-conf.patch b/amavisd-conf.patch
index f4e6733..0143277 100644
--- a/amavisd-conf.patch
+++ b/amavisd-conf.patch
@@ -1,13 +1,13 @@
 amavisd-new-2.6.4/amavisd.conf.orig2009-06-25 07:38:47.0 
-0500
-+++ amavisd-new-2.6.4/amavisd.conf 2009-08-10 14:28:13.0 -0500
-@@ -15,25 +15,25 @@
+--- amavisd-new-2.8.0/amavisd.conf 2012-06-30 23:33:32.0 
+0200
 amavisd-new-2.8.0/amavisd.conf.conf2012-07-05 
22:14:48.0 +0200
+@@ -14,25 +14,25 @@
  # $bypass_decode_parts = 1; # controls running of decodersdearchivers
  
  $max_servers = 2;# num of pre-forked children (2..30 is common), 
-m
 -$daemon_user  = 'vscan'; # (no default;  customary: vscan or amavis), -u
 -$daemon_group = 'vscan'; # (no default;  customary: vscan or amavis), -g
-+$daemon_user  = 'amavis'; # (no default;  customary: vscan or amavis), -u
-+$daemon_group = 'amavis'; # (no default;  customary: vscan or amavis), -g
++$daemon_user  = 'amavis';# (no default;  customary: vscan or amavis), -u
++$daemon_group = 'amavis';# (no default;  customary: vscan or amavis), -g
  
  $mydomain = 'example.com';   # a convenient default for other settings
  
@@ -33,7 +33,7 @@
  #NOTE: create directories $MYHOME/tmp, $MYHOME/var, $MYHOME/db manually
  
  $log_level = 0;  # verbosity 0..5, -d
-@@ -116,11 +116,11 @@
+@@ -113,11 +113,11 @@
  # $timestamp_fmt_mysql = 1; # if using MySQL *and* msgs.time_iso is TIMESTAMP;
  #   defaults to 0, which is good for non-MySQL or if msgs.time_iso is CHAR(16)
  
@@ -49,33 +49,67 @@
  $mailfrom_to_quarantine = ''; # null return path; uses original sender if 
undef
  
  @addr_extension_virus_maps  = ('virus');
-@@ -154,10 +154,10 @@
+@@ -151,10 +151,10 @@
  # $notify_method  = 'smtp:[127.0.0.1]:10025';
  # $forward_method = 'smtp:[127.0.0.1]:10025';  # set to undef with milter!
  
 -# $final_virus_destiny  = D_DISCARD;
--# $final_banned_destiny = D_BOUNCE;
--# $final_spam_destiny   = D_BOUNCE;
+-# $final_banned_destiny = D_DISCARD;
+-# $final_spam_destiny   = D_PASS;  #!!!  D_DISCARD / D_REJECT
 -# $final_bad_header_destiny = D_PASS;
 +$final_virus_destiny  = D_DISCARD;
 +$final_banned_destiny = D_BOUNCE;
-+$final_spam_destiny   = D_DISCARD;
++$final_spam_destiny   = D_DISCARD;  #!!!  D_DISCARD / D_REJECT
 +$final_bad_header_destiny = D_BOUNCE;
  # $bad_header_quarantine_method = undef;
  
  # $os_fingerprint_method = 'p0f:*:2345';  # to query p0f-analyzer.pl
-@@ -360,10 +360,10 @@
- # ['Sophos SAVI', \sophos_savi ],
+@@ -375,16 +375,16 @@
+ #   qr/^(?:310|420)[,\s]*(?:.*  )?(.+?)(?: ; |$)/m ],
+ # settings for the SAVAPI3.conf: ArchiveScan=1, HeurLevel=2, MailboxScan=1
  
- # ### http://www.clamav.net/
+-# ### http://www.clamav.net/
 -# ['ClamAV-clamd',
--#   \ask_daemon, [CONTSCAN {}\n, /var/run/clamav/clamd],
+-#   \ask_daemon, [CONTSCAN {}\n, /var/run/clamav/clamd.sock],
 -#   qr/\bOK$/m, qr/\bFOUND$/m,
 -#   qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
-+['ClamAV-clamd',
-+  \ask_daemon, [CONTSCAN {}\n, /var/spool/amavisd/clamd.sock],
-+  qr/\bOK$/m, qr/\bFOUND$/m,
-+  qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
- # # NOTE: run clamd under the same user as amavisd, or run it under its own
- # #   uid such as clamav, add user clamav to the amavis group, and then add
- # #   AllowSupplementaryGroups to clamd.conf;
+-# # NOTE: run clamd under the same user as amavisd - or run it under its own
+-# #   uid such as clamav, add user clamav to the amavis group, and then add
+-# #   AllowSupplementaryGroups to clamd.conf;
+-# # NOTE: match socket name (LocalSocket) in clamav.conf to the socket name in
+-# #   this entry; when running chrooted one may prefer a socket under $MYHOME.
++  ### http://www.clamav.net/
++  ['ClamAV-clamd',
++\ask_daemon, [CONTSCAN {}\n, /var/spool/amavisd/clamd.sock],
++qr/\bOK$/m, qr/\bFOUND$/m,
++qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
++  # NOTE: run clamd under the same user as amavisd - or run it under its own
++  #   uid such as clamav, add user clamav to the amavis group, and then add
++  #   AllowSupplementaryGroups to clamd.conf;
++  # NOTE: match socket name (LocalSocket) in clamav.conf to the socket name in
++  #   this entry; when