Re: Proposal: remove insecure WebKitGTK+ packages for F27

2016-09-22 Thread Michael Catanzaro
Thanks for working on this Scott!

On Thu, 2016-09-22 at 20:37 -0400, Scott Talbert wrote:
> Also, I plan to create a separate wxGTK3 subpackage containing the
> webview 
> library that actually uses WebKit.  That way, some of these
> artificial 
> transitive dependencies on WebKit should go away.

To be clear: that means any wxGTK3 app that does not use the web view
widget will be perfectly safe, and that's probably 95% of them.

Michael
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: TBB license change and package rebuilds - openmp issues

2016-09-22 Thread Jerry James
On Fri, Sep 9, 2016 at 4:42 PM, Orion Poplawski  wrote:
> One question I have though is if the application using the shared openmp
> compiled library is not linked with -fopenmp, will the openmp code in the
> library get activated or not?

For a shared library, yes it will.  The application will end up linked
with the openmp library indirectly.
-- 
Jerry James
http://www.jamezone.org/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: TBB license change and package rebuilds - openmp issues

2016-09-22 Thread Jerry James
Sorry to take so long to get back to this.  Real Life happened and I'm
just now getting back around to this topic...

On Fri, Sep 9, 2016 at 10:22 AM, Orion Poplawski  wrote:
> If they broke ABI, why wasn't the soname bumped?

That's a good question.  They should have bumped it, IMO.

> I'm concerned about this last change - if I understand it correctly everything
> that link to CHOLMOD will now need to use -fopenmp as well.  I'm not
> necessarily opposed to this, but it does have larger ramifications.  I know in
> various places libraries will provide both serial and openmp versions.  I
> wonder if it's time for Fedora to work out a scheme for this, or perhaps
> simply embrace the multi-core age and accept openmp versions as standard.

Given the concerns about this change, I am not going to do it at this
time.  Regards,
-- 
Jerry James
http://www.jamezone.org/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Proposal: remove insecure WebKitGTK+ packages for F27

2016-09-22 Thread Sérgio Basto
On Qui, 2016-09-22 at 20:37 -0400, Scott Talbert wrote:
> On Fri, 23 Sep 2016, Sérgio Basto wrote:
> 
> > 
> > Hello ,
> > What is the status of this proposal ? or where/how I can follow the
> > status ? 
> > My biggest concern is about wxGTK3 some package depend on it, also
> > in
> > 3rd part repos and gimp !   
> I'm working on porting wxGTK3 to WebKit2.  If you want, you can
> follow the 
> upstream ticket:
> http://trac.wxwidgets.org/ticket/17650
> 
> Also, I plan to create a separate wxGTK3 subpackage containing the
> webview 
> library that actually uses WebKit.  That way, some of these
> artificial 
> transitive dependencies on WebKit should go away.

Thanks.

Off topic, I already found (webkit1-removal) Port applications to
WebKit2 bug tracker 
https://bugzilla.redhat.com/show_bug.cgi?id=1375784

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

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Proposal: remove insecure WebKitGTK+ packages for F27

2016-09-22 Thread Scott Talbert

On Fri, 23 Sep 2016, Sérgio Basto wrote:


Hello ,
What is the status of this proposal ? or where/how I can follow the
status ? 
My biggest concern is about wxGTK3 some package depend on it, also in
3rd part repos and gimp !   


I'm working on porting wxGTK3 to WebKit2.  If you want, you can follow the 
upstream ticket:

http://trac.wxwidgets.org/ticket/17650

Also, I plan to create a separate wxGTK3 subpackage containing the webview 
library that actually uses WebKit.  That way, some of these artificial 
transitive dependencies on WebKit should go away.


Scott___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Fedora Rawhide-20160922.n.0 compose check report

2016-09-22 Thread Fedora compose checker
Missing expected images:

Cloud_base raw-xz i386
Atomic raw-xz x86_64

Failed openQA tests: 6/98 (x86_64), 3/17 (i386), 1/2 (arm)

ID: 35533   Test: x86_64 Atomic-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/35533
ID: 35539   Test: x86_64 KDE-live-iso desktop_update_graphical
URL: https://openqa.fedoraproject.org/tests/35539
ID: 35544   Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/35544
ID: 3   Test: x86_64 Server-dvd-iso install_repository_nfs_graphical
URL: https://openqa.fedoraproject.org/tests/3
ID: 35574   Test: x86_64 universal install_mirrorlist_graphical
URL: https://openqa.fedoraproject.org/tests/35574
ID: 35605   Test: x86_64 universal install_iscsi
URL: https://openqa.fedoraproject.org/tests/35605
ID: 35622   Test: x86_64 universal install_rescue_encrypted
URL: https://openqa.fedoraproject.org/tests/35622
ID: 35631   Test: i386 universal upgrade_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/35631
ID: 35632   Test: i386 universal upgrade_2_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/35632
ID: 35635   Test: i386 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/35635

Passed openQA tests: 92/98 (x86_64), 14/17 (i386)

Skipped openQA tests: 1 of 117
-- 
Mail generated by check-compose:
https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Proposal: remove insecure WebKitGTK+ packages for F27

2016-09-22 Thread Sérgio Basto
On Sex, 2016-06-10 at 08:11 -0500, Michael Catanzaro wrote:
> Question: Where can I learn more?
> 
> Answer: https://blogs.gnome.org/mcatanzaro/2016/02/01/on-webkit-secur
> ity-updates/
> 
> 
> Question: What would be removed if this were to occur today?
> 
> Answer: If you read this far, please seriously look over these lists.
> Some big name applications are included.
> 
> $ repoquery --whatrequires --recursive webkitgtk
> 
> Yum-utils package has been deprecated, use dnf instead.
> See 'man yum2dnf' for more information.
> 
> 
> GREYCstoration-gimp-0:2.8-22.fc24.x86_64
> atril-0:1.14.1-1.fc24.x86_64
> atril-caja-0:1.14.1-1.fc24.x86_64
> atril-devel-0:1.14.1-1.fc24.i686
> atril-devel-0:1.14.1-1.fc24.x86_64
> atril-libs-0:1.14.1-1.fc24.i686
> atril-libs-0:1.14.1-1.fc24.x86_64
> atril-thumbnailer-0:1.14.1-1.fc24.x86_64
> banshee-0:2.6.2-15.fc24.x86_64
> banshee-community-extensions-0:2.4.0-14.fc24.x86_64
> banshee-devel-0:2.6.2-15.fc24.i686
> banshee-devel-0:2.6.2-15.fc24.x86_64
> billiards-0:0.4.1-10.fc24.x86_64
> claws-mail-plugins-0:3.13.2-2.fc24.x86_64
> claws-mail-plugins-fancy-0:3.13.2-2.fc24.x86_64
> compat-wxGTK3-gtk2-0:3.0.2-7.fc24.i686
> compat-wxGTK3-gtk2-0:3.0.2-7.fc24.x86_64
> compat-wxGTK3-gtk2-devel-0:3.0.2-7.fc24.i686
> compat-wxGTK3-gtk2-devel-0:3.0.2-7.fc24.x86_64
> compat-wxGTK3-gtk2-docs-0:3.0.2-7.fc24.noarch
> compat-wxGTK3-gtk2-gl-0:3.0.2-7.fc24.i686
> compat-wxGTK3-gtk2-gl-0:3.0.2-7.fc24.x86_64
> compat-wxGTK3-gtk2-media-0:3.0.2-7.fc24.i686
> compat-wxGTK3-gtk2-media-0:3.0.2-7.fc24.x86_64
> conduit-0:0.3.17-12.fc24.noarch
> dissy-0:10-5.fc24.noarch
> fityk-0:1.3.0-8.fc24.i686
> fityk-0:1.3.0-8.fc24.x86_64
> fityk-devel-0:1.3.0-8.fc24.i686
> fityk-devel-0:1.3.0-8.fc24.x86_64
> gap-pkg-alnuth-0:3.0.0-6.fc24.noarch
> gap-pkg-cryst-0:4.1.12-4.fc24.noarch
> gap-pkg-crystcat-0:1.1.6-4.fc24.noarch
> gap-pkg-nq-0:2.5.3-1.fc24.x86_64
> gap-pkg-polenta-0:1.3.6-1.fc24.noarch
> gap-pkg-polycyclic-0:2.11-6.fc24.noarch
> gap-pkg-radiroot-0:2.7-5.fc24.noarch
> geany-plugins-devhelp-0:1.27-1.fc24.x86_64
> geany-plugins-geanypy-0:1.27-1.fc24.x86_64
> geany-plugins-markdown-0:1.27-1.fc24.x86_64
> geany-plugins-webhelper-0:1.27-1.fc24.x86_64
> ghc-webkit-0:0.14.1.1-1.fc24.x86_64
> ghc-webkit-devel-0:0.14.1.1-1.fc24.x86_64
> gimp-2:2.8.16-1.fc24.1.x86_64
> gimp-data-extras-0:2.0.2-13.fc24.noarch
> gimp-dbp-0:1.1.9-9.fc24.x86_64
> gimp-dds-plugin-0:3.0.1-5.fc24.x86_64
> gimp-elsamuko-0:26-2.fc24.noarch
> gimp-fourier-plugin-0:0.4.1-12.fc24.x86_64
> gimp-gap-0:2.7.0-14.GITe75bd46.fc24.x86_64
> gimp-help-0:2.8.2-5.fc24.noarch
> gimp-help-browser-2:2.8.16-1.fc24.1.x86_64
> gimp-help-ca-0:2.8.2-5.fc24.noarch
> gimp-help-da-0:2.8.2-5.fc24.noarch
> gimp-help-de-0:2.8.2-5.fc24.noarch
> gimp-help-el-0:2.8.2-5.fc24.noarch
> gimp-help-en_GB-0:2.8.2-5.fc24.noarch
> gimp-help-es-0:2.8.2-5.fc24.noarch
> gimp-help-fr-0:2.8.2-5.fc24.noarch
> gimp-help-it-0:2.8.2-5.fc24.noarch
> gimp-help-ja-0:2.8.2-5.fc24.noarch
> gimp-help-ko-0:2.8.2-5.fc24.noarch
> gimp-help-nl-0:2.8.2-5.fc24.noarch
> gimp-help-nn-0:2.8.2-5.fc24.noarch
> gimp-help-pt_BR-0:2.8.2-5.fc24.noarch
> gimp-help-ru-0:2.8.2-5.fc24.noarch
> gimp-help-sl-0:2.8.2-5.fc24.noarch
> gimp-help-sv-0:2.8.2-5.fc24.noarch
> gimp-help-zh_CN-0:2.8.2-5.fc24.noarch
> gimp-high-pass-filter-0:1.2-6.fc24.noarch
> gimp-lqr-plugin-0:0.7.2-4.fc24.x86_64
> gimp-normalmap-0:1.2.3-12.fc24.x86_64
> gimp-paint-studio-0:2.0-11.fc24.noarch
> gimp-resynthesizer-0:0.16-14.fc24.x86_64
> gimp-save-for-web-0:0.29.3-1.fc24.x86_64
> gimp-separate+-0:0.5.8-16.fc24.x86_64
> gimp-wavelet-denoise-plugin-0:0.3.1-9.fc24.x86_64
> gimpfx-foundry-0:2.6.1-5.fc24.noarch
> gmpc-0:11.8.16-11.fc24.x86_64
> gmpc-devel-0:11.8.16-11.fc24.i686
> gmpc-devel-0:11.8.16-11.fc24.x86_64
> gmusicbrowser-0:1.1.15-2.fc24.noarch
> gnucash-0:2.6.12-1.fc24.i686
> gnucash-0:2.6.12-1.fc24.x86_64
> gphpedit-0:0.9.98-0.11.RC1.fc24.x86_64
> gpodder-0:3.9.0-1.fc24.noarch
> gscribble-0:0.1.2-10.fc24.noarch
> gtk-sharp-beans-0:2.14.0-17.fc24.x86_64
> gtk-sharp-beans-devel-0:2.14.0-17.fc24.i686
> gtk-sharp-beans-devel-0:2.14.0-17.fc24.x86_64
> guitarix-0:0.35.0-2.fc24.x86_64
> gutenprint-plugin-0:5.2.11-2.fc24.x86_64
> gyachi-0:1.2.11-14.fc24.x86_64
> gyachi-YMlike-theme-0:1.2.11-14.fc24.x86_64
> gyachi-pidgy-theme-0:1.2.11-14.fc24.x86_64
> gyachi-plugin-alsa-0:1.2.11-14.fc24.x86_64
> gyachi-plugin-blowfish-0:1.2.11-14.fc24.x86_64
> gyachi-plugin-gtkspell-0:1.2.11-14.fc24.x86_64
> gyachi-plugin-libnotify-0:1.2.11-14.fc24.x86_64
> gyachi-plugin-mcrypt-0:1.2.11-14.fc24.x86_64
> gyachi-plugin-pulseaudio-0:1.2.11-14.fc24.x86_64
> gyachi-recre8-theme-0:1.2.11-14.fc24.x86_64
> icaro-0:1.0.4-3.fc24.noarch
> kazehakase-0:0.5.8-20.svn3873_trunk.fc24.1.x86_64
> kazehakase-webkit-0:0.5.8-20.svn3873_trunk.fc24.1.x86_64
> kicad-1:4.0.2-2.fc24.x86_64
> lekhonee-gnome-0:0.12-9.fc24.x86_64
> lv2-guitarix-plugins-0:0.35.0-2.fc24.x86_64
> midori-0:0.5.11-2.fc24.i686
> midori-0:0.5.11-2.fc24.x86_64
> mono-tools-0:4.2-2.fc24.x86_64
> 

[EPEL-devel] Re: [EPEL] #34: EPEL SRPM naming clarification

2016-09-22 Thread EPEL
#34: EPEL SRPM naming clarification
-+
  Reporter:  aviso   |  Owner:  epel-wranglers
  Type:  task| Status:  new
  Priority:  major   |  Milestone:
 Component:  Policy problem  |Version:
Resolution:  |   Keywords:
-+

Comment (by aviso):

 To be clear we are talking about SRPM names. We have several that conflict
 and as far as I know no one is doing anything about it and it hasn't
 caused issues.

 In the thread, your comment said source packages with the same name would
 cause issues in Koji. This would only be an issue if A.) RHEL or CentOS
 used Fedora's build system, or B.) The SRPMs created packages with names
 that conflicted with RHEL or CentOS binary package names (already against
 the guidelines)

 Unless I am missing something, and please point me to documentation if
 that is the case, the only thing we are protecting against is a case where
 an end user has both the OS and EPEL source repos enabled and installs a
 SRPM by name. I would say that use case isn't enough to justify separating
 the packages in git.

 Frankly I don't care what the SRPM is called. The issue is the build
 system assumes the SRPM name, the Fedora package name, and the git repo
 name are the same. This is what prevents having a common git repo and
 spec. If you have a better solution, I'd be interested to hear it.

-- 
Ticket URL: 
EPEL 
Extra Packages for Enterprise Linux
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org


Broken dependencies: perl-Data-Alias

2016-09-22 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On aarch64:
perl-Data-Alias-1.20-2.fc24.aarch64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.aarch64 requires perl(:MODULE_COMPAT_5.22.1)
On x86_64:
perl-Data-Alias-1.20-2.fc24.x86_64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.x86_64 requires perl(:MODULE_COMPAT_5.22.1)
On i386:
perl-Data-Alias-1.20-2.fc24.i686 requires libperl.so.5.22
perl-Data-Alias-1.20-2.fc24.i686 requires perl(:MODULE_COMPAT_5.22.1)
On armhfp:
perl-Data-Alias-1.20-2.fc24.armv7hl requires libperl.so.5.22
perl-Data-Alias-1.20-2.fc24.armv7hl requires perl(:MODULE_COMPAT_5.22.1)
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Broken dependencies: perl-Alien-ROOT

2016-09-22 Thread buildsys


perl-Alien-ROOT has broken dependencies in the rawhide tree:
On aarch64:
perl-Alien-ROOT-5.34.36.1-1.fc26.noarch requires root-core
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


RFC: URLs for docs and released bits from CI

2016-09-22 Thread Tim Flink
I submitted a revision today which makes some slight modification to
how the doit.py script is building docs, rpms and tarballs.

https://phab.qadevel.cloud.fedoraproject.org/D1012

My intention is to get this deployed to a non-staging setup soon but I
wanted to reach out to see if anyone had an issue for the URLs that
would end up being used.

https://baseurl/docs/

This path would contain docs for  built per branch for
non-master branches and per-release-version when triggered on the
master branch. The 'latest' symlink will always be updated to point at
the most recent build on the master branch


https://baseurl/releases/

Pretty much the same thing as for docs but with the rpms, srpms and
tarball(s) created during the CI build.

Does this seem sane to everyone? Any comments/questions/suggestions? I'd
like to get the auto-docs functionality deployed soon - hopefully right
after F25 beta freeze is over.

Tim


pgpfHNtiAeCOS.pgp
Description: OpenPGP digital signature
___
qa-devel mailing list -- qa-devel@lists.fedoraproject.org
To unsubscribe send an email to qa-devel-le...@lists.fedoraproject.org


Rawhide: Audacious 3.8 plugin API changes

2016-09-22 Thread Michael Schwendt
Audacious 3.8 is landing in Rawhide and will need rebuilds of any
external plugin packages, because the plugin API has changed again.

You can find working rpms in fedora copr (or koji):
https://copr.fedorainfracloud.org/coprs/mschwendt/audacious-next/

I'll take care of the patching and rebuilding in Rawhide.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Fedora 25-20160922.n.0 compose check report

2016-09-22 Thread Fedora compose checker
Missing expected images:

Xfce raw-xz armhfp
Cloud_base raw-xz i386
Atomic raw-xz x86_64

Failed openQA tests: 3/93 (x86_64), 2/17 (i386), 1/2 (arm)

ID: 35418   Test: x86_64 Atomic-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/35418
ID: 35424   Test: x86_64 KDE-live-iso desktop_terminal
URL: https://openqa.fedoraproject.org/tests/35424
ID: 35427   Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/35427
ID: 35473   Test: x86_64 universal install_iscsi
URL: https://openqa.fedoraproject.org/tests/35473
ID: 35506   Test: i386 universal install_repository_http_graphical
URL: https://openqa.fedoraproject.org/tests/35506
ID: 35514   Test: i386 universal upgrade_2_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/35514

Passed openQA tests: 90/93 (x86_64), 15/17 (i386)

Skipped openQA tests: 1 of 112
-- 
Mail generated by check-compose:
https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Review Swaps

2016-09-22 Thread gil

Hi


Il 22/09/2016 21:49, Christoph Junghans ha scritto:

Hi,

I have a package which is in need of a review, anyone interested in a swap?

gasnet - A Portable High-Performance Communication Layer for GAS Languages
* https://bugzilla.redhat.com/show_bug.cgi?id=1375744

take!

Cheers,

Christoph

please, can you take this 
https://bugzilla.redhat.com/show_bug.cgi?id=1290337 for me?

thanks in advance
regards
.g
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Review Swaps

2016-09-22 Thread Christoph Junghans
Hi,

I have a package which is in need of a review, anyone interested in a swap?

gasnet - A Portable High-Performance Communication Layer for GAS Languages
* https://bugzilla.redhat.com/show_bug.cgi?id=1375744

Cheers,

Christoph

-- 
Christoph Junghans
Web: http://www.compphys.de
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[389-devel] Please review 48992: Total init may fail if the pushed schema is rejected

2016-09-22 Thread thierry bordaz
This bug exists in topology with mixed versions and with 1.2.11 supplier 
total/incremental update of 1.3.5 consumer


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

https://fedorahosted.org/389/attachment/ticket/48992/0001-Ticket-48992-Total-init-may-fail-if-the-pushed-schem.patch 
___

389-devel mailing list -- 389-devel@lists.fedoraproject.org
To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org


[Bug 1371145] perl-AnyEvent-HTTP-2.23 is available

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371145

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-AnyEvent-HTTP-2.23-1.e
   ||l7
 Resolution|--- |ERRATA
Last Closed|2016-09-03 14:17:34 |2016-09-22 14:48:56



--- Comment #4 from Fedora Update System  ---
perl-AnyEvent-HTTP-2.23-1.el7 has been pushed to the Fedora EPEL 7 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.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Upstream Release Monitoring builds for EL7 instead of Rawhide

2016-09-22 Thread Kevin Fenzi
On Wed, 21 Sep 2016 15:34:07 -0400
Avram Lubkin  wrote:

> Seems like this issue is almost a year old.

Sadly so. ;( 

If anyone would like to work on it they would be most welcome. 

Folks in #fedora-apps would be happy to answer any questions you have
about the setup. 

kevin


pgp4_x0lXPlWE.pgp
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[EPEL-devel] Re: [EPEL] #34: EPEL SRPM naming clarification

2016-09-22 Thread EPEL
#34: EPEL SRPM naming clarification
-+
  Reporter:  aviso   |  Owner:  epel-wranglers
  Type:  task| Status:  new
  Priority:  major   |  Milestone:
 Component:  Policy problem  |Version:
Resolution:  |   Keywords:
-+

Comment (by smooge):

 This is a +1 to Kevin on both what was said in the thread and that I would
 not allow the limited arch naming scheme either.

-- 
Ticket URL: 
EPEL 
Extra Packages for Enterprise Linux
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org


[EPEL-devel] Re: [EPEL] #34: EPEL SRPM naming clarification

2016-09-22 Thread EPEL
#34: EPEL SRPM naming clarification
-+
  Reporter:  aviso   |  Owner:  epel-wranglers
  Type:  task| Status:  new
  Priority:  major   |  Milestone:
 Component:  Policy problem  |Version:
Resolution:  |   Keywords:
-+

Comment (by kevin):

 Sure, we can talk about it, but my answer is the same as I gave in the
 thread.
 limited arch packages are allowed to be the same name, everything else is
 not.

 (If I had to do it over I wouldn't have allowed the limited arch thing,
 but oh well).

-- 
Ticket URL: 
EPEL 
Extra Packages for Enterprise Linux
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org


Re: [Fedora-packaging] Re: Broken dependencies: vim-syntastic

2016-09-22 Thread Jason L Tibbitts III
> "PR" == Pavel Raiskup  writes:

PR> The design issue (probably hard to solve) is that there is no
PR> automatic way to _not_ include such package into particular ARCH yum
PR> repo; and we rather bother packagers.

I'm not entirely sure how the compose tools would that a particular
dependency issue is intentional.  I guess it could take a complete set
of all packages which have any ExcludeArch: or ExclusiveArch: tags and
chase the dependency tree of each backwards to see if it hits any of
those.  Which is certainly a nontrivial thing but I guess if someone
really wanted to write it

 - J<
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: [critpath] bash - Security fix for CVE-2016-0634 ready for testing.

2016-09-22 Thread Matthew Miller
On Thu, Sep 22, 2016 at 09:21:22AM -, David Kaspar wrote:
> Hello guys,
> 
> I backported the upstream patch for CVE-2016-0634 [1] into bash for Rawhide, 
> F25, F24, and F23. If you have some spare time, feel free to help verifying 
> the issue / testing the stability of bash [2][3][4].
> 
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1377614
> [2] https://bodhi.fedoraproject.org/updates/bash-4.3.43-3.fc25
> [3] https://bodhi.fedoraproject.org/updates/bash-4.3.42-6.fc24
> [4] https://bodhi.fedoraproject.org/updates/bash-4.3.42-4.fc23

Hi David! Bash is relatively important. It'd be awesome to have a test
plan for this. See
https://fedoraproject.org/wiki/QA:SOP_package_test_plan_creation if
you'd like to write one... or, if you have a series of basic things
you think people should test, maybe you could just list those here or
on the test list and someone else will be inspired to help. :)

-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: A tale of systemd and MaxProcs

2016-09-22 Thread Matthew Miller
On Wed, Sep 21, 2016 at 12:32:40PM -0600, Kevin Fenzi wrote:
> * IMHO the initial upstream default didn't make sense for Fedora

On this specific change, I'm not sure the *updated* default makes sense
either. It still is quite constrained.

> * Perhaps after beta but before final we ping maintainers of
>   "important" packages asking what big changes have happened? Or
>   someone just goes thru the release notes for them all and proposes a
>   list of them?

I think this is good, but probably too late for some kinds of
decisions.

> * Your brilliant idea here. 

I think that we should have a general policy for packagers of
far-reaching infrastructure packages (systemd, glibc, kernel, whatever)
that any new restrictions or constraints should be disabled by default
in Fedora, regardless of upstream defaults, until we're able to have a
conversation — here, in the edition WGs, and/or in FESCo, as
appropriate for the particular change.


-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Self Introduction

2016-09-22 Thread Sylvia


I know C language too.  :-) 


Cheers,
Sylvia


On Thu, 2016-09-22 at 16:28 +0100, Jules Octave wrote:
> > looks cool , wanna join the developer . but i am more a C guy than a
python guy but i will not mind .
> Thanks 
> 
> 
> 
> Worthy 
> 
> 
> Jules Irenge
> MSc Student
> University of Liverpool
> 
> 
> 
> 
> 
> 
> 
> 
> > 2016-09-22 8:28 GMT+01:00 Sylvia :
> > 
> >   
> >   
> > 
> > Thank you! Gracias! Obrigado!
> > 
> > 
> > 
> > On Thu, 2016-09-22 at 07:38 +0300, Benson Muite wrote:
> > > Hello /Bom Dia!
> > > Welcome/Bem-vindo!
> > > 
> > > 
> > > 
> > > 
> > > On 09/18/2016 08:28 PM, Sylvia wrote:
> > > 
> > > 
> > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   Hello world,
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > > > > > >   My name is Sylvia, I write articles in the Fedora
Magazine
> > > > > > > > and translate for Spanish and Portuguese teams.  Also I
design
> > > > sometimes, but just for fun, I'm not in the team.
> > > > 
> > > >   Now I'm starting over with Python and I want to learn and
> > > > contribute to Fedora as developer as well.
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   Cheers,
> > > > 
> > > >   Sylvia
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   
> > > > 
> > > >   
> > > >   
> > > > 
> > > >   ___
> > > > devel mailing list -- devel@lists.fedoraproject.org
> > > > > > > > To unsubscribe send an email to devel-leave@lists.fedoraproject
.org
> > > > 
> > > 
> > > 
> > >   
> > > 
> > > ___
> > > devel mailing list -- devel@lists.fedoraproject.org
> > > > > > To unsubscribe send an email to devel-leave@lists.fedoraproject.o
rg
> > 
> > 
> > 
> > ___
> > 
> > devel mailing list -- devel@lists.fedoraproject.org
> > 
> > To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> > 
> > 
> 
> 
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: [HEADS UP] python-matplotlib-2.0.0 major update

2016-09-22 Thread Dominik 'Rathann' Mierzejewski
On Thursday, 22 September 2016 at 16:55, Dan Horák wrote:
> On Thu, 22 Sep 2016 15:41:01 +0200
> Dominik 'Rathann' Mierzejewski  wrote:
> 
> > Hello,
> > I've just pushed (but not built) python-matplotlib-2.0.0b4 to rawhide.
> > I'll be attempting to rebuild all the affected packages locally to
> > test if they're compatible. In the meantime, feel free to git pull
> > and build locally for your own testing.
> 
> python-matplotlib has been a pain for alternative arches recently, due
> failures in the test-suite (in 1.5.x). Is the 2.0 version going to be
> better in this regard?

tldr: no, but upstream is aware and working on it.

There are quite a few issues opened on upstream github tracker either
by me or by Debian maintainer. The main problem is that upstream checks
that rendering output matches their generated images. This changes
slightly with different versions of freetype. As a workaround, I
reintroduced a certain base tolerance in order not to add specific
tolerance value to each failing test (there are ~900 failing due to
slight rendering differences). Then, there are some arch-specific
issues, mainly on ARM.

The update is necessary as there are no more releases planned for
the 1.5.x branch.

Regards,
Dominik
-- 
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org
"Faith manages."
-- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Self Introduction

2016-09-22 Thread Jules Octave
looks cool , wanna join the developer . but i am more a C guy than a python
guy but i will not mind .
Thanks



Worthy


Jules Irenge
MSc Student
University of Liverpool

2016-09-22 8:28 GMT+01:00 Sylvia :

>
>
> Thank you! Gracias! Obrigado!
>
>
>
> On Thu, 2016-09-22 at 07:38 +0300, Benson Muite wrote:
>
> Hello /Bom Dia!
>
> Welcome/Bem-vindo!
>
> On 09/18/2016 08:28 PM, Sylvia wrote:
>
>
> Hello world,
>
> My name is Sylvia, I write articles in the Fedora Magazine and translate
> for Spanish and Portuguese teams.  Also I design sometimes, but just for
> fun, I'm not in the team.
> Now I'm starting over with Python and I want to learn and contribute to
> Fedora as developer as well.
>
>
> Cheers,
> Sylvia
>
>
>
>
>
>
>
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
>
>
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
>
>
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
>
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-IO-FDPass (perl-IO-FDPass-1.1-3.fc25). "Initial import (perl-IO-FDPass-1.1-3) (..more)"

2016-09-22 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-IO-FDPass.git/commit/?h=perl-IO-FDPass-1.1-3.fc25=e757b89eafe88bc49756924dd70dd93e902b8c15
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-IO-FDPass (perl-IO-FDPass-1.1-3.fc24). "Initial import (perl-IO-FDPass-1.1-3) (..more)"

2016-09-22 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-IO-FDPass.git/commit/?h=perl-IO-FDPass-1.1-3.fc24=e757b89eafe88bc49756924dd70dd93e902b8c15
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-IO-FDPass (perl-IO-FDPass-1.1-3.fc26). "Initial import (perl-IO-FDPass-1.1-3) (..more)"

2016-09-22 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-IO-FDPass.git/commit/?h=perl-IO-FDPass-1.1-3.fc26=e757b89eafe88bc49756924dd70dd93e902b8c15
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-IO-FDPass (perl-IO-FDPass-1.1-3.el7). "Initial import (perl-IO-FDPass-1.1-3) (..more)"

2016-09-22 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-IO-FDPass.git/commit/?h=perl-IO-FDPass-1.1-3.el7=e757b89eafe88bc49756924dd70dd93e902b8c15
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-IO-FDPass (perl-IO-FDPass-1.1-3.fc23). "Initial import (perl-IO-FDPass-1.1-3) (..more)"

2016-09-22 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-IO-FDPass.git/commit/?h=perl-IO-FDPass-1.1-3.fc23=e757b89eafe88bc49756924dd70dd93e902b8c15
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-IO-FDPass (perl-IO-FDPass-1.1-3.el6). "Initial import (perl-IO-FDPass-1.1-3) (..more)"

2016-09-22 Thread notifications
From e757b89eafe88bc49756924dd70dd93e902b8c15 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 22 Sep 2016 15:09:52 +0100
Subject: Initial import (perl-IO-FDPass-1.1-3)

This small low-level module only has one purpose: pass a file descriptor to
another process, using a (streaming) UNIX domain socket (on POSIX systems) or
any (streaming) socket (on WIN32 systems). The ability to pass file descriptors
on Windows is currently the unique selling point of this module. Have I
mentioned that it is really small, too?
---
 .gitignore  |  1 +
 perl-IO-FDPass.spec | 74 +
 sources |  1 +
 3 files changed, 76 insertions(+)
 create mode 100644 perl-IO-FDPass.spec

diff --git a/.gitignore b/.gitignore
index e69de29..169ba0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IO-FDPass-[0-9.]*.tar.gz
diff --git a/perl-IO-FDPass.spec b/perl-IO-FDPass.spec
new file mode 100644
index 000..a325044
--- /dev/null
+++ b/perl-IO-FDPass.spec
@@ -0,0 +1,74 @@
+Name:  perl-IO-FDPass
+Version:   1.1
+Release:   3%{?dist}
+Summary:   Pass a file descriptor over a socket
+License:   GPL+ or Artistic
+URL:   http://search.cpan.org/dist/IO-FDPass/
+Source0:   
https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/IO-FDPass-%{version}.tar.gz
+# Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(Canary::Stability)
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(Socket)
+# Dependencies
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:  perl(XSLoader)
+
+# Avoid provides from private shared objects
+%{?perl_default_filter}
+
+%description
+This small low-level module only has one purpose: pass a file descriptor to
+another process, using a (streaming) UNIX domain socket (on POSIX systems) or
+any (streaming) socket (on WIN32 systems). The ability to pass file descriptors
+on Windows is currently the unique selling point of this module. Have I
+mentioned that it is really small, too?
+
+%prep
+%setup -q -n IO-FDPass-%{version}
+
+%build
+PERL_CANARY_STABILITY_NOPROMPT=1 perl Makefile.PL \
+   INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/IO/
+%{perl_vendorarch}/IO/
+%{_mandir}/man3/IO::FDPass.3*
+
+%changelog
+* Thu Sep 22 2016 Paul Howarth  - 1.1-3
+- Incorporate package review feedback (#1378014)
+  - Silence rpmlint warning about capitalization of UNIX in %%description
+  - Quieten interaction with Canary::Stability during build process
+
+* Wed Sep 21 2016 Paul Howarth  - 1.1-2
+- Sanitize for Fedora submission
+
+* Sat Sep 10 2016 Paul Howarth  - 1.1-1
+- Initial RPM build
diff --git a/sources b/sources
index e69de29..fa323e2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c01c8e99ccdd51900f2b21547aeedf98  IO-FDPass-1.1.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-IO-FDPass.git/commit/?h=perl-IO-FDPass-1.1-3.el6=e757b89eafe88bc49756924dd70dd93e902b8c15
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-IO-FDPass (el6). "Initial import (perl-IO-FDPass-1.1-3) (..more)"

2016-09-22 Thread notifications
From e757b89eafe88bc49756924dd70dd93e902b8c15 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 22 Sep 2016 15:09:52 +0100
Subject: Initial import (perl-IO-FDPass-1.1-3)

This small low-level module only has one purpose: pass a file descriptor to
another process, using a (streaming) UNIX domain socket (on POSIX systems) or
any (streaming) socket (on WIN32 systems). The ability to pass file descriptors
on Windows is currently the unique selling point of this module. Have I
mentioned that it is really small, too?
---
 .gitignore  |  1 +
 perl-IO-FDPass.spec | 74 +
 sources |  1 +
 3 files changed, 76 insertions(+)
 create mode 100644 perl-IO-FDPass.spec

diff --git a/.gitignore b/.gitignore
index e69de29..169ba0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IO-FDPass-[0-9.]*.tar.gz
diff --git a/perl-IO-FDPass.spec b/perl-IO-FDPass.spec
new file mode 100644
index 000..a325044
--- /dev/null
+++ b/perl-IO-FDPass.spec
@@ -0,0 +1,74 @@
+Name:  perl-IO-FDPass
+Version:   1.1
+Release:   3%{?dist}
+Summary:   Pass a file descriptor over a socket
+License:   GPL+ or Artistic
+URL:   http://search.cpan.org/dist/IO-FDPass/
+Source0:   
https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/IO-FDPass-%{version}.tar.gz
+# Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(Canary::Stability)
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(Socket)
+# Dependencies
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:  perl(XSLoader)
+
+# Avoid provides from private shared objects
+%{?perl_default_filter}
+
+%description
+This small low-level module only has one purpose: pass a file descriptor to
+another process, using a (streaming) UNIX domain socket (on POSIX systems) or
+any (streaming) socket (on WIN32 systems). The ability to pass file descriptors
+on Windows is currently the unique selling point of this module. Have I
+mentioned that it is really small, too?
+
+%prep
+%setup -q -n IO-FDPass-%{version}
+
+%build
+PERL_CANARY_STABILITY_NOPROMPT=1 perl Makefile.PL \
+   INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/IO/
+%{perl_vendorarch}/IO/
+%{_mandir}/man3/IO::FDPass.3*
+
+%changelog
+* Thu Sep 22 2016 Paul Howarth  - 1.1-3
+- Incorporate package review feedback (#1378014)
+  - Silence rpmlint warning about capitalization of UNIX in %%description
+  - Quieten interaction with Canary::Stability during build process
+
+* Wed Sep 21 2016 Paul Howarth  - 1.1-2
+- Sanitize for Fedora submission
+
+* Sat Sep 10 2016 Paul Howarth  - 1.1-1
+- Initial RPM build
diff --git a/sources b/sources
index e69de29..fa323e2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c01c8e99ccdd51900f2b21547aeedf98  IO-FDPass-1.1.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-IO-FDPass.git/commit/?h=el6=e757b89eafe88bc49756924dd70dd93e902b8c15
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: [HEADS UP] python-matplotlib-2.0.0 major update

2016-09-22 Thread Dan Horák
On Thu, 22 Sep 2016 15:41:01 +0200
Dominik 'Rathann' Mierzejewski  wrote:

> Hello,
> I've just pushed (but not built) python-matplotlib-2.0.0b4 to rawhide.
> I'll be attempting to rebuild all the affected packages locally to
> test if they're compatible. In the meantime, feel free to git pull
> and build locally for your own testing.

python-matplotlib has been a pain for alternative arches recently, due
failures in the test-suite (in 1.5.x). Is the 2.0 version going to be
better in this regard?


Dan
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


spot pushed to perl-Mail-Sender (epel7). "do 0.8.23 build on el7 only"

2016-09-22 Thread notifications
From 98452104cbe5864aba6d1e2934ffb935d6a5253d Mon Sep 17 00:00:00 2001
From: Tom Callaway 
Date: Thu, 22 Sep 2016 10:55:56 -0400
Subject: do 0.8.23 build on el7 only

---
 perl-Mail-Sender.spec | 48 ++--
 sources   |  2 +-
 2 files changed, 7 insertions(+), 43 deletions(-)

diff --git a/perl-Mail-Sender.spec b/perl-Mail-Sender.spec
index 91cb47a..bcef5cd 100644
--- a/perl-Mail-Sender.spec
+++ b/perl-Mail-Sender.spec
@@ -1,11 +1,7 @@
 Name:   perl-Mail-Sender
-Version:0.902
-# I really wish CPAN maintainers would stop fscking around with versions.
-# we went from 0.93 to 0.901
-Epoch:  1
+Version:0.8.23
 Release:1%{?dist}
 Summary:Module for sending mails with attachments through an SMTP 
server
-
 Group:  Development/Libraries
 # There is also a clause which says that it may not be used for SPAM.
 # However, since spamming is illegal in the US, this isn't really a use 
restriction.
@@ -13,46 +9,22 @@ Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Mail-Sender/
 Source0:
http://www.cpan.org/authors/id/C/CA/CAPOEIRAB/Mail-Sender-%{version}.tar.gz
-
 BuildArch:  noarch
-BuildRequires:  coreutils
-BuildRequires:  findutils
-BuildRequires:  make
-BuildRequires:  perl
-BuildRequires:  perl-generators
-BuildRequires:  perl(base)
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(CPAN::Meta) >= 2.120900
-BuildRequires:  perl(Encode)
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(IO::Socket::INET)
-BuildRequires:  perl(MIME::Base64)
-BuildRequires:  perl(MIME::QuotedPrint)
-BuildRequires:  perl(Socket)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Time::Local)
-BuildRequires:  perl(Try::Tiny) >= 0.24
-BuildRequires:  perl(warnings)
+BuildRequires: perl(MIME::Base64)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
 %{summary}.
 
-
 %prep
 %setup -q -n Mail-Sender-%{version}
 %{__perl} -pi -e 's/\r\n/\n/' README
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags} < /dev/null
 
-
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -delete
@@ -62,11 +34,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 # Remove the Win32 module in order to avoid requiring perl(Win32API::Registry)
 find $RPM_BUILD_ROOT -type f -name Win32.pm -delete
 
-
 %check
 make test
 
-
 %files
 # License: perl + spam exception.
 # See the main POD page for the copyright information.
@@ -75,16 +45,10 @@ make test
 %{perl_vendorlib}/Mail/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
-* Wed Aug 31 2016 Jitka Plesnikova  - 1:0.902-1
-- 0.902 bump
-
-* Tue Jul  5 2016 Tom Callaway  - 1:0.901-1
-- update to 0.901 (bump epoch for upgrade path)
-
-* Wed Jun 15 2016 Tom Callaway  - 0.93-1
-- update to 0.93
+* Thu Sep 22 2016 Tom Callaway  - 0.8.23-7
+- EL7 update to 0.8.23 (most current release that will build on EL7
+without Try:Tiny being updated)
 
 * Sun May 15 2016 Jitka Plesnikova  - 0.8.23-6
 - Perl 5.24 rebuild
diff --git a/sources b/sources
index a32ccb9..63d2727 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba23b72efb5e5529b80c47c5dd764d37  Mail-Sender-0.902.tar.gz
+c80bb35cb2fee79d7421153bfefdcf60  Mail-Sender-0.8.23.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Mail-Sender.git/commit/?h=epel7=98452104cbe5864aba6d1e2934ffb935d6a5253d
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-IO-FDPass (epel7). "Initial import (perl-IO-FDPass-1.1-3) (..more)"

2016-09-22 Thread notifications
From e757b89eafe88bc49756924dd70dd93e902b8c15 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 22 Sep 2016 15:09:52 +0100
Subject: Initial import (perl-IO-FDPass-1.1-3)

This small low-level module only has one purpose: pass a file descriptor to
another process, using a (streaming) UNIX domain socket (on POSIX systems) or
any (streaming) socket (on WIN32 systems). The ability to pass file descriptors
on Windows is currently the unique selling point of this module. Have I
mentioned that it is really small, too?
---
 .gitignore  |  1 +
 perl-IO-FDPass.spec | 74 +
 sources |  1 +
 3 files changed, 76 insertions(+)
 create mode 100644 perl-IO-FDPass.spec

diff --git a/.gitignore b/.gitignore
index e69de29..169ba0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IO-FDPass-[0-9.]*.tar.gz
diff --git a/perl-IO-FDPass.spec b/perl-IO-FDPass.spec
new file mode 100644
index 000..a325044
--- /dev/null
+++ b/perl-IO-FDPass.spec
@@ -0,0 +1,74 @@
+Name:  perl-IO-FDPass
+Version:   1.1
+Release:   3%{?dist}
+Summary:   Pass a file descriptor over a socket
+License:   GPL+ or Artistic
+URL:   http://search.cpan.org/dist/IO-FDPass/
+Source0:   
https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/IO-FDPass-%{version}.tar.gz
+# Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(Canary::Stability)
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(Socket)
+# Dependencies
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:  perl(XSLoader)
+
+# Avoid provides from private shared objects
+%{?perl_default_filter}
+
+%description
+This small low-level module only has one purpose: pass a file descriptor to
+another process, using a (streaming) UNIX domain socket (on POSIX systems) or
+any (streaming) socket (on WIN32 systems). The ability to pass file descriptors
+on Windows is currently the unique selling point of this module. Have I
+mentioned that it is really small, too?
+
+%prep
+%setup -q -n IO-FDPass-%{version}
+
+%build
+PERL_CANARY_STABILITY_NOPROMPT=1 perl Makefile.PL \
+   INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/IO/
+%{perl_vendorarch}/IO/
+%{_mandir}/man3/IO::FDPass.3*
+
+%changelog
+* Thu Sep 22 2016 Paul Howarth  - 1.1-3
+- Incorporate package review feedback (#1378014)
+  - Silence rpmlint warning about capitalization of UNIX in %%description
+  - Quieten interaction with Canary::Stability during build process
+
+* Wed Sep 21 2016 Paul Howarth  - 1.1-2
+- Sanitize for Fedora submission
+
+* Sat Sep 10 2016 Paul Howarth  - 1.1-1
+- Initial RPM build
diff --git a/sources b/sources
index e69de29..fa323e2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c01c8e99ccdd51900f2b21547aeedf98  IO-FDPass-1.1.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-IO-FDPass.git/commit/?h=epel7=e757b89eafe88bc49756924dd70dd93e902b8c15
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-IO-FDPass (f23). "Initial import (perl-IO-FDPass-1.1-3) (..more)"

2016-09-22 Thread notifications
From e757b89eafe88bc49756924dd70dd93e902b8c15 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 22 Sep 2016 15:09:52 +0100
Subject: Initial import (perl-IO-FDPass-1.1-3)

This small low-level module only has one purpose: pass a file descriptor to
another process, using a (streaming) UNIX domain socket (on POSIX systems) or
any (streaming) socket (on WIN32 systems). The ability to pass file descriptors
on Windows is currently the unique selling point of this module. Have I
mentioned that it is really small, too?
---
 .gitignore  |  1 +
 perl-IO-FDPass.spec | 74 +
 sources |  1 +
 3 files changed, 76 insertions(+)
 create mode 100644 perl-IO-FDPass.spec

diff --git a/.gitignore b/.gitignore
index e69de29..169ba0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IO-FDPass-[0-9.]*.tar.gz
diff --git a/perl-IO-FDPass.spec b/perl-IO-FDPass.spec
new file mode 100644
index 000..a325044
--- /dev/null
+++ b/perl-IO-FDPass.spec
@@ -0,0 +1,74 @@
+Name:  perl-IO-FDPass
+Version:   1.1
+Release:   3%{?dist}
+Summary:   Pass a file descriptor over a socket
+License:   GPL+ or Artistic
+URL:   http://search.cpan.org/dist/IO-FDPass/
+Source0:   
https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/IO-FDPass-%{version}.tar.gz
+# Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(Canary::Stability)
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(Socket)
+# Dependencies
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:  perl(XSLoader)
+
+# Avoid provides from private shared objects
+%{?perl_default_filter}
+
+%description
+This small low-level module only has one purpose: pass a file descriptor to
+another process, using a (streaming) UNIX domain socket (on POSIX systems) or
+any (streaming) socket (on WIN32 systems). The ability to pass file descriptors
+on Windows is currently the unique selling point of this module. Have I
+mentioned that it is really small, too?
+
+%prep
+%setup -q -n IO-FDPass-%{version}
+
+%build
+PERL_CANARY_STABILITY_NOPROMPT=1 perl Makefile.PL \
+   INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/IO/
+%{perl_vendorarch}/IO/
+%{_mandir}/man3/IO::FDPass.3*
+
+%changelog
+* Thu Sep 22 2016 Paul Howarth  - 1.1-3
+- Incorporate package review feedback (#1378014)
+  - Silence rpmlint warning about capitalization of UNIX in %%description
+  - Quieten interaction with Canary::Stability during build process
+
+* Wed Sep 21 2016 Paul Howarth  - 1.1-2
+- Sanitize for Fedora submission
+
+* Sat Sep 10 2016 Paul Howarth  - 1.1-1
+- Initial RPM build
diff --git a/sources b/sources
index e69de29..fa323e2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c01c8e99ccdd51900f2b21547aeedf98  IO-FDPass-1.1.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-IO-FDPass.git/commit/?h=f23=e757b89eafe88bc49756924dd70dd93e902b8c15
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1378476] perl-XML-DOM-1.46 is available

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1378476



--- Comment #4 from Upstream Release Monitoring 
 ---
orion's perl-XML-DOM-1.46-1.fc26 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=803615

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1378476] perl-XML-DOM-1.46 is available

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1378476

Orion Poplawski  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-XML-DOM-1.46-1.fc26
 Resolution|--- |RAWHIDE
Last Closed||2016-09-22 10:36:49



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-IO-FDPass (f24). "Initial import (perl-IO-FDPass-1.1-3) (..more)"

2016-09-22 Thread notifications
From e757b89eafe88bc49756924dd70dd93e902b8c15 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 22 Sep 2016 15:09:52 +0100
Subject: Initial import (perl-IO-FDPass-1.1-3)

This small low-level module only has one purpose: pass a file descriptor to
another process, using a (streaming) UNIX domain socket (on POSIX systems) or
any (streaming) socket (on WIN32 systems). The ability to pass file descriptors
on Windows is currently the unique selling point of this module. Have I
mentioned that it is really small, too?
---
 .gitignore  |  1 +
 perl-IO-FDPass.spec | 74 +
 sources |  1 +
 3 files changed, 76 insertions(+)
 create mode 100644 perl-IO-FDPass.spec

diff --git a/.gitignore b/.gitignore
index e69de29..169ba0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IO-FDPass-[0-9.]*.tar.gz
diff --git a/perl-IO-FDPass.spec b/perl-IO-FDPass.spec
new file mode 100644
index 000..a325044
--- /dev/null
+++ b/perl-IO-FDPass.spec
@@ -0,0 +1,74 @@
+Name:  perl-IO-FDPass
+Version:   1.1
+Release:   3%{?dist}
+Summary:   Pass a file descriptor over a socket
+License:   GPL+ or Artistic
+URL:   http://search.cpan.org/dist/IO-FDPass/
+Source0:   
https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/IO-FDPass-%{version}.tar.gz
+# Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(Canary::Stability)
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(Socket)
+# Dependencies
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:  perl(XSLoader)
+
+# Avoid provides from private shared objects
+%{?perl_default_filter}
+
+%description
+This small low-level module only has one purpose: pass a file descriptor to
+another process, using a (streaming) UNIX domain socket (on POSIX systems) or
+any (streaming) socket (on WIN32 systems). The ability to pass file descriptors
+on Windows is currently the unique selling point of this module. Have I
+mentioned that it is really small, too?
+
+%prep
+%setup -q -n IO-FDPass-%{version}
+
+%build
+PERL_CANARY_STABILITY_NOPROMPT=1 perl Makefile.PL \
+   INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/IO/
+%{perl_vendorarch}/IO/
+%{_mandir}/man3/IO::FDPass.3*
+
+%changelog
+* Thu Sep 22 2016 Paul Howarth  - 1.1-3
+- Incorporate package review feedback (#1378014)
+  - Silence rpmlint warning about capitalization of UNIX in %%description
+  - Quieten interaction with Canary::Stability during build process
+
+* Wed Sep 21 2016 Paul Howarth  - 1.1-2
+- Sanitize for Fedora submission
+
+* Sat Sep 10 2016 Paul Howarth  - 1.1-1
+- Initial RPM build
diff --git a/sources b/sources
index e69de29..fa323e2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c01c8e99ccdd51900f2b21547aeedf98  IO-FDPass-1.1.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-IO-FDPass.git/commit/?h=f24=e757b89eafe88bc49756924dd70dd93e902b8c15
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


orion pushed to perl-XML-DOM (master). "Update to 1.46 (..more)"

2016-09-22 Thread notifications
From 5b2c6c8c5b1ede8563cc03ca310080ae822a9430 Mon Sep 17 00:00:00 2001
From: Orion Poplawski 
Date: Thu, 22 Sep 2016 08:26:34 -0600
Subject: Update to 1.46

- Cleanup spec
---
 .gitignore|  1 +
 perl-XML-DOM.spec | 14 ++
 sources   |  2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index ab14781..821bdaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 XML-DOM-1.44.tar.gz
 /XML-DOM-1.45.tar.gz
+/XML-DOM-1.46.tar.gz
diff --git a/perl-XML-DOM.spec b/perl-XML-DOM.spec
index 8970968..bf17b0a 100644
--- a/perl-XML-DOM.spec
+++ b/perl-XML-DOM.spec
@@ -1,13 +1,12 @@
 Name:   perl-XML-DOM
-Version:1.45
-Release:3%{?dist}
+Version:1.46
+Release:1%{?dist}
 Summary:DOM extension to XML::Parser
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/XML-DOM/
 Source0:
http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-DOM-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
 BuildRequires:  perl
@@ -52,7 +51,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -63,10 +61,6 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %doc BUGS Changes README
 %{perl_vendorlib}/XML/
@@ -74,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 22 2016 Orion Poplawski  - 1.46-1
+- Update to 1.46
+- Cleanup spec
+
 * Mon May 16 2016 Jitka Plesnikova  - 1.45-3
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index bc653a8..7e7f896 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f95fd6929b43d140db1afc0282513e65  XML-DOM-1.45.tar.gz
+91ec808de616a2af54a5118619f8f9cc  XML-DOM-1.46.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-XML-DOM.git/commit/?h=master=5b2c6c8c5b1ede8563cc03ca310080ae822a9430
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-IO-FDPass (f25). "Initial import (perl-IO-FDPass-1.1-3) (..more)"

2016-09-22 Thread notifications
pghmcfc pushed to perl-IO-FDPass (f25).  "Initial import (perl-IO-FDPass-1.1-3) 
(..more)"

http://pkgs.fedoraproject.org/cgit/perl-IO-FDPass.git/commit/?h=f25=e757b89eafe88bc49756924dd70dd93e902b8c15
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


orion uploaded XML-DOM-1.46.tar.gz for perl-XML-DOM

2016-09-22 Thread notifications
91ec808de616a2af54a5118619f8f9cc  XML-DOM-1.46.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-XML-DOM/XML-DOM-1.46.tar.gz/md5/91ec808de616a2af54a5118619f8f9cc/XML-DOM-1.46.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-IO-FDPass (master). "Initial import (perl-IO-FDPass-1.1-3) (..more)"

2016-09-22 Thread notifications
pghmcfc pushed to perl-IO-FDPass (master).  "Initial import 
(perl-IO-FDPass-1.1-3) (..more)"

http://pkgs.fedoraproject.org/cgit/perl-IO-FDPass.git/commit/?h=master=e757b89eafe88bc49756924dd70dd93e902b8c15
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc uploaded IO-FDPass-1.1.tar.gz for perl-IO-FDPass

2016-09-22 Thread notifications
c01c8e99ccdd51900f2b21547aeedf98  IO-FDPass-1.1.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-FDPass/IO-FDPass-1.1.tar.gz/md5/c01c8e99ccdd51900f2b21547aeedf98/IO-FDPass-1.1.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'watchcommits' permission on perl-IO-FDPass (el6) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'watchcommits' permission on perl-IO-FDPass (el6) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'watchbugzilla' permission on perl-IO-FDPass (el6) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'watchbugzilla' permission on perl-IO-FDPass (el6) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's package request for perl-IO-FDPass in epel7 from Awaiting Review to Approved

2016-09-22 Thread notifications
limb changed pghmcfc's package request for perl-IO-FDPass in epel7 from 
Awaiting Review to Approved
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'commit' permission on perl-IO-FDPass (el6) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'commit' permission on perl-IO-FDPass (el6) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb created the branch 'el6' for the package 'perl-IO-FDPass'

2016-09-22 Thread notifications
limb created the branch 'el6' for the package 'perl-IO-FDPass'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's package request for perl-IO-FDPass in f23 from Awaiting Review to Approved

2016-09-22 Thread notifications
limb changed pghmcfc's package request for perl-IO-FDPass in f23 from Awaiting 
Review to Approved
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'approveacls' permission on perl-IO-FDPass (epel7) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'approveacls' permission on perl-IO-FDPass (epel7) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'approveacls' permission on perl-IO-FDPass (el6) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'approveacls' permission on perl-IO-FDPass (el6) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's package request for perl-IO-FDPass in el6 from Awaiting Review to Approved

2016-09-22 Thread notifications
limb changed pghmcfc's package request for perl-IO-FDPass in el6 from Awaiting 
Review to Approved
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'watchcommits' permission on perl-IO-FDPass (epel7) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'watchcommits' permission on perl-IO-FDPass (epel7) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'watchbugzilla' permission on perl-IO-FDPass (epel7) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'watchbugzilla' permission on perl-IO-FDPass (epel7) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'approveacls' permission on perl-IO-FDPass (f23) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'approveacls' permission on perl-IO-FDPass (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'commit' permission on perl-IO-FDPass (f23) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'commit' permission on perl-IO-FDPass (f23) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb created the branch 'epel7' for the package 'perl-IO-FDPass'

2016-09-22 Thread notifications
limb created the branch 'epel7' for the package 'perl-IO-FDPass'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'watchbugzilla' permission on perl-IO-FDPass (f24) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'watchbugzilla' permission on perl-IO-FDPass (f24) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb created the branch 'f23' for the package 'perl-IO-FDPass'

2016-09-22 Thread notifications
limb created the branch 'f23' for the package 'perl-IO-FDPass'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'watchcommits' permission on perl-IO-FDPass (f25) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'watchcommits' permission on perl-IO-FDPass (f25) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's package request for perl-IO-FDPass in f25 from Awaiting Review to Approved

2016-09-22 Thread notifications
limb changed pghmcfc's package request for perl-IO-FDPass in f25 from Awaiting 
Review to Approved
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'watchcommits' permission on perl-IO-FDPass (f23) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'watchcommits' permission on perl-IO-FDPass (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'commit' permission on perl-IO-FDPass (epel7) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'commit' permission on perl-IO-FDPass (epel7) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'approveacls' permission on perl-IO-FDPass (f24) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'approveacls' permission on perl-IO-FDPass (f24) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'watchcommits' permission on perl-IO-FDPass (f24) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'watchcommits' permission on perl-IO-FDPass (f24) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's package request for perl-IO-FDPass in f24 from Awaiting Review to Approved

2016-09-22 Thread notifications
limb changed pghmcfc's package request for perl-IO-FDPass in f24 from Awaiting 
Review to Approved
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'watchbugzilla' permission on perl-IO-FDPass (f23) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'watchbugzilla' permission on perl-IO-FDPass (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb created the branch 'f24' for the package 'perl-IO-FDPass'

2016-09-22 Thread notifications
limb created the branch 'f24' for the package 'perl-IO-FDPass'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'commit' permission on perl-IO-FDPass (f25) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'commit' permission on perl-IO-FDPass (f25) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'commit' permission on perl-IO-FDPass (f24) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'commit' permission on perl-IO-FDPass (f24) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'approveacls' permission on perl-IO-FDPass (f25) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'approveacls' permission on perl-IO-FDPass (f25) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'watchbugzilla' permission on perl-IO-FDPass (f25) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'watchbugzilla' permission on perl-IO-FDPass (f25) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb created the branch 'f25' for the package 'perl-IO-FDPass'

2016-09-22 Thread notifications
limb created the branch 'f25' for the package 'perl-IO-FDPass'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed perl-sig's 'watchbugzilla' permission on perl-IO-FDPass (master) to 'Approved'

2016-09-22 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on perl-IO-FDPass (master) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's package request for perl-IO-FDPass in master from Awaiting Review to Approved

2016-09-22 Thread notifications
limb changed pghmcfc's package request for perl-IO-FDPass in master from 
Awaiting Review to Approved
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed perl-sig's 'commit' permission on perl-IO-FDPass (master) to 'Approved'

2016-09-22 Thread notifications
limb changed perl-sig's 'commit' permission on perl-IO-FDPass (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed perl-sig's 'watchcommits' permission on perl-IO-FDPass (master) to 'Approved'

2016-09-22 Thread notifications
limb changed perl-sig's 'watchcommits' permission on perl-IO-FDPass (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'watchbugzilla' permission on perl-IO-FDPass (master) to 'Approved'

2016-09-22 Thread notifications
limb changed pghmcfc's 'watchbugzilla' permission on perl-IO-FDPass (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-IO-FDPass/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Text-Glob (f25). "Upstream update."

2016-09-22 Thread notifications
From 304cfdbf72f63c051869a112f25906598b6edf80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 22 Sep 2016 15:18:49 +0200
Subject: Upstream update.

---
 .gitignore  |  3 +--
 perl-Text-Glob.spec | 11 ---
 sources |  2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index cdf9c67..f096859 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Text-Glob-0.08.tar.gz
-/Text-Glob-0.09.tar.gz
+/Text-Glob-0.10.tar.gz
diff --git a/perl-Text-Glob.spec b/perl-Text-Glob.spec
index 77f6ece..29f3fb5 100644
--- a/perl-Text-Glob.spec
+++ b/perl-Text-Glob.spec
@@ -1,6 +1,6 @@
 Name:  perl-Text-Glob
-Version:   0.09
-Release:   16%{?dist}
+Version:   0.10
+Release:   1%{?dist}
 Summary:   Perl module to match globbing patterns against text
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -10,9 +10,11 @@ Source0: 
http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-%{version}.tar.gz
 BuildArch: noarch
 BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -40,6 +42,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 22 2016 Ralf Corsépius  - 0.10-1
+- Upstream update.
+
 * Sat May 14 2016 Jitka Plesnikova  - 0.09-16
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index d0ce9b8..8555963 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1daa10e087f891c49b720a5c551a024b  Text-Glob-0.09.tar.gz
+41983522000416c73bba115b36effe33  Text-Glob-0.10.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Text-Glob.git/commit/?h=f25=304cfdbf72f63c051869a112f25906598b6edf80
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[HEADS UP] python-matplotlib-2.0.0 major update

2016-09-22 Thread Dominik 'Rathann' Mierzejewski
Hello,
I've just pushed (but not built) python-matplotlib-2.0.0b4 to rawhide.
I'll be attempting to rebuild all the affected packages locally to
test if they're compatible. In the meantime, feel free to git pull
and build locally for your own testing.

$ dnf repoquery --srpm --releasever=rawhide --whatrequires python-matplotlib 
--alldeps

APLpy
ProDy
ahkab
anki
ascend
blosc
freecad
icaro
ipython
moose
nfsometer
openerp-client
pondus
python-MDAnalysis
python-ase
python-astroML
python-basemap
python-cvxopt
python-deltasigma
python-igor
python-mne
python-moss
python-music21
python-nipy
python-nltk
python-pebl
python-phyghtmap
python-pyriemann
python-pysb
python-seaborn
qgis
reinteract
rootplot
sagemath
scitools
seekwatcher
tuna

Regards,
Dominik
-- 
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org
"Faith manages."
-- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1378476] perl-XML-DOM-1.46 is available

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1378476



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1203766
  --> https://bugzilla.redhat.com/attachment.cgi?id=1203766=edit
Rebase-helper rebase-helper-debug.log log file.
See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1378476] perl-XML-DOM-1.46 is available

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1378476



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-XML-DOM-1.45 failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1378476] perl-XML-DOM-1.46 is available

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1378476



--- Comment #3 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1378476] New: perl-XML-DOM-1.46 is available

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1378476

Bug ID: 1378476
   Summary: perl-XML-DOM-1.46 is available
   Product: Fedora
   Version: rawhide
 Component: perl-XML-DOM
  Keywords: FutureFeature, Triaged
  Assignee: or...@cora.nwra.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: or...@cora.nwra.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 1.46
Current version/release in rawhide: 1.45-3.fc25
URL: http://search.cpan.org/dist/XML-DOM/

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

Based on the information from anitya: 
https://release-monitoring.org/project/7551/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Text-Glob (master). "Upstream update."

2016-09-22 Thread notifications
From 304cfdbf72f63c051869a112f25906598b6edf80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 22 Sep 2016 15:18:49 +0200
Subject: Upstream update.

---
 .gitignore  |  3 +--
 perl-Text-Glob.spec | 11 ---
 sources |  2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index cdf9c67..f096859 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Text-Glob-0.08.tar.gz
-/Text-Glob-0.09.tar.gz
+/Text-Glob-0.10.tar.gz
diff --git a/perl-Text-Glob.spec b/perl-Text-Glob.spec
index 77f6ece..29f3fb5 100644
--- a/perl-Text-Glob.spec
+++ b/perl-Text-Glob.spec
@@ -1,6 +1,6 @@
 Name:  perl-Text-Glob
-Version:   0.09
-Release:   16%{?dist}
+Version:   0.10
+Release:   1%{?dist}
 Summary:   Perl module to match globbing patterns against text
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -10,9 +10,11 @@ Source0: 
http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-%{version}.tar.gz
 BuildArch: noarch
 BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -40,6 +42,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 22 2016 Ralf Corsépius  - 0.10-1
+- Upstream update.
+
 * Sat May 14 2016 Jitka Plesnikova  - 0.09-16
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index d0ce9b8..8555963 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1daa10e087f891c49b720a5c551a024b  Text-Glob-0.09.tar.gz
+41983522000416c73bba115b36effe33  Text-Glob-0.10.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Text-Glob.git/commit/?h=master=304cfdbf72f63c051869a112f25906598b6edf80
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu uploaded Text-Glob-0.10.tar.gz for perl-Text-Glob

2016-09-22 Thread notifications
41983522000416c73bba115b36effe33  Text-Glob-0.10.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-Glob/Text-Glob-0.10.tar.gz/md5/41983522000416c73bba115b36effe33/Text-Glob-0.10.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[EPEL-devel] Re: unison240 and epel7

2016-09-22 Thread jason taylor
On Thu, 2016-09-22 at 12:57 +0200, Dominik 'Rathann' Mierzejewski
wrote:
> On Thursday, 22 September 2016 at 02:18, jason taylor wrote:
> > 
> > On Tue, 2016-09-20 at 07:26 -0400, jason taylor wrote:
> > > 
> > > On Tue, 2016-09-20 at 08:34 +0100, Richard W.M. Jones wrote:
> > > > 
> > > > 
> > > > Let's keep the discussion on the epel-devel mailing list.
> > > > 
> > > > On Mon, Sep 19, 2016 at 08:33:49PM -0400, jason taylor wrote:
> > > > > 
> > > > > 
> > > > > 
> > > > > Hi Rich,
> > > > > 
> > > > > I updated the spec to include:
> > > > > 
> > > > > %if 0%{?el7}
> > > > > ExcludeArch:   ppc64
> > > > > %endif
> > > > > 
> > > > > The scratch build is here:
> > > > > http://koji.fedoraproject.org/koji/taskinfo?taskID=15711388
> > > > > 
> > > > > 
> > > > > Is the conditional something you would want to merge into the
> > > > > other
> > > > > branches or in this case maintain the epel spec seperately
> > > > > from
> > > > > the
> > > > > other branches?
> > > > 
> > > > Please keep these changes in the epel 7 branch.
> > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > I noticed that the latest upstream stable release is 2.48.4
> > > > > and
> > > > > also
> > > > > that we build for very specific versions of unison.
> > > > > 
> > > > > I was wondering what the history behind the RPM versioning
> > > > > that
> > > > > we
> > > > > have
> > > > > is and would it be possible/advisable to update to 2.48 while
> > > > > we
> > > > > are
> > > > > adding the epel7 branch?
> > > > 
> > > > If you want to build the latest version in the epel 7 branch,
> > > > then
> > > > go
> > > > ahead.  I need to get round to updating the OCaml packages in
> > > > master
> > > > at some point when I have the time.
> > > > 
> > > > Rich.
> > > > 
> > > 
> > > Sounds good, thanks!
> > > 
> > > JT
> > 
> > With regard to package naming, how do packages with specific naming
> > like this get handled?
> > 
> > For instance in this case, when updating to the latest upstream
> > unison-
> > 2.48.4 this changes the package name to unison248.
> > 
> > Does this requires a new package request/review?
> 
> In Fedora, not anymore[1]. If EPEL doesn't have a specific guideline
> for
> this, then not here, either.
> 
> Regards,
> Dominik
> 
> [1] https://fedoraproject.org/wiki/Packaging:ReviewGuidelines#Package
> _Review_Process

Thanks Dominik,

I didn't see any notes in the EPEL guidelines saying different but
wanted to make sure I wasn't missing something. 

JT
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org


[Bug 1377996] perl-XML-LibXML: Expanding external entities by default

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1377996



--- Comment #4 from Petr Pisar  ---
Created attachment 1203692
  --> https://bugzilla.redhat.com/attachment.cgi?id=1203692=edit
Reproducer

This reveals /etc/passwd content. Fixed Perl should not allow that if loading
(external) entities was not requested explicitly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1377996] perl-XML-LibXML: Expanding external entities by default

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1377996

Petr Pisar  changed:

   What|Removed |Added

External Bug ID||CPAN 118032



--- Comment #3 from Petr Pisar  ---
I forwarded the request for changing default behavior to the LibXML-XML
upstream .

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1377997] perl-XML-LibXML: Expanding external entities by default [ fedora-all]

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1377997

Petr Pisar  changed:

   What|Removed |Added

  Component|perl-libxml-perl|perl-XML-LibXML
Summary|perl-libxml-perl: Expanding |perl-XML-LibXML: Expanding
   |external entities by|external entities by
   |default [fedora-all]|default [fedora-all]



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1377996] perl-XML-LibXML: Expanding external entities by default

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1377996

Petr Pisar  changed:

   What|Removed |Added

Summary|perl-libxml-perl: Expanding |perl-XML-LibXML: Expanding
   |external entities by|external entities by
   |default |default



--- Comment #2 from Petr Pisar  ---
(In reply to Adam Mariš from comment #1)
> Created perl-libxml-perl tracking bugs for this issue:
> 
> Affects: fedora-all [bug 1377997]

Thant's wrong component. The Debian bug is about
 that is packaged as
libxml-libxml-perl in Debian and as perl-XML-LibXML in Fedora.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[EPEL-devel] Re: unison240 and epel7

2016-09-22 Thread Dominik 'Rathann' Mierzejewski
On Thursday, 22 September 2016 at 02:18, jason taylor wrote:
> On Tue, 2016-09-20 at 07:26 -0400, jason taylor wrote:
> > On Tue, 2016-09-20 at 08:34 +0100, Richard W.M. Jones wrote:
> > > 
> > > Let's keep the discussion on the epel-devel mailing list.
> > > 
> > > On Mon, Sep 19, 2016 at 08:33:49PM -0400, jason taylor wrote:
> > > > 
> > > > 
> > > > Hi Rich,
> > > > 
> > > > I updated the spec to include:
> > > > 
> > > > %if 0%{?el7}
> > > > ExcludeArch:   ppc64
> > > > %endif
> > > > 
> > > > The scratch build is here:
> > > > http://koji.fedoraproject.org/koji/taskinfo?taskID=15711388
> > > > 
> > > > 
> > > > Is the conditional something you would want to merge into the
> > > > other
> > > > branches or in this case maintain the epel spec seperately from
> > > > the
> > > > other branches?
> > > 
> > > Please keep these changes in the epel 7 branch.
> > > 
> > > > 
> > > > 
> > > > I noticed that the latest upstream stable release is 2.48.4 and
> > > > also
> > > > that we build for very specific versions of unison.
> > > > 
> > > > I was wondering what the history behind the RPM versioning that
> > > > we
> > > > have
> > > > is and would it be possible/advisable to update to 2.48 while we
> > > > are
> > > > adding the epel7 branch?
> > > 
> > > If you want to build the latest version in the epel 7 branch, then
> > > go
> > > ahead.  I need to get round to updating the OCaml packages in
> > > master
> > > at some point when I have the time.
> > > 
> > > Rich.
> > > 
> > 
> > Sounds good, thanks!
> > 
> > JT
> 
> With regard to package naming, how do packages with specific naming
> like this get handled?
> 
> For instance in this case, when updating to the latest upstream unison-
> 2.48.4 this changes the package name to unison248.
> 
> Does this requires a new package request/review?

In Fedora, not anymore[1]. If EPEL doesn't have a specific guideline for
this, then not here, either.

Regards,
Dominik

[1] 
https://fedoraproject.org/wiki/Packaging:ReviewGuidelines#Package_Review_Process
-- 
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org
"Faith manages."
-- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org


Re: DNF skipping packages with conflicts in koji

2016-09-22 Thread Michael Šimáček

On 2016-09-22 11:12, Dan Horák wrote:

On Thu, 22 Sep 2016 11:01:56 +0200
Michael Šimáček  wrote:


Hi,

I recently got a few failed build alerts with suspicious errors about
missing commands/libs in the buildroot, despite the builddep step had
succeeded. The root.log always contains "Skipping packages with
conflicts" listing packages that weren't installed. So DNF now
silently skips installation of some packages in koji. That's a
problem - there are packages (usually using autoconf) that
enable/disable features based on what they see in the environment, so
silently skipping package installations may result in sucessful build
of package that is missing functionality.

IMO this should be fixed, but I don't know whether it's a
regression/feature of DNF or just misconfiguration in koji/mock.
Where should I report it?


AFAIK the "conflicts" are result of weak deps being disabled for
builds in koji



Ah, ok. If that's the case, I'll fill a bugreport on DNF to report them 
correctly (not as conflicts).


Thanks,
Michael
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: [Fedora-packaging] Re: Broken dependencies: vim-syntastic

2016-09-22 Thread Pavel Raiskup
On Wednesday, September 21, 2016 12:55:48 PM CEST Jason L Tibbitts III wrote:
> First off, the guidelines have:
> https://fedoraproject.org/wiki/Packaging:Guidelines#Noarch_with_unported_dependencies
> 
> I've been assuming that you're talking about the BuildRequires: case.
> If you're just talking about the case where you can build it anywhere
> because you're just copying files around, but it just won't install,
> then you can try doing the noarch/ExclusiveArch: trick.  To be fair, I
> have no idea if it still works; I recall that some people really didn't
> like it.  Of course if it doesn't work then I'll remove that bit from
> the guidelines.  I've sent out a couple of questions to folks who should
> know better than I.

Thanks a lot for this discussion.  I'll go (probably) the hacky
ExclusiveArch way, just because I want to give it a try.  Once this
becomes too tiring (because the package has non-trivial amount of
run-time-only dependencies), I'll talk to releng team.

> > "PR" == Pavel Raiskup  writes:
> 
> PR> Understood why _usually_ do not permit them, but the fact we _never_
> PR> permit them sounds like not-yet-fixed design issue.
> 
> I can't imagine a situation where it would be acceptable for a user to
> type "dnf install foo" for something that's purely in Fedora and be
> greeted with an unsatisfied dependency error.  I just can't.

Yeah, me neither.  The thing is that it is unlikely anybody is going to
install that package there ... but yes, that might happen.

The design issue (probably hard to solve) is that there is no automatic
way to _not_ include such package into particular ARCH yum repo;  and we
rather bother packagers.

Thanks,
Pavel
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: User Visible Terminology

2016-09-22 Thread Jan Kaluža

On 09/21/2016 03:08 PM, Honza Silhan wrote:

Hi

On Fri, Sep 16, 2016 at 5:02 PM, Petr Šabata  wrote:

On Thu, Sep 15, 2016 at 10:59:55AM -0400, Matthew Miller wrote:

On Thu, Sep 15, 2016 at 02:25:52PM -, Mary Clarke wrote:

* enable vs install vs select


select is the worst :)


It's what I half-jokingly suggested during the last WG meeting :)

The reason was it's a verb we often use when talking about
modularity -- users "selecting" what modules they want on
their system.

Selecting/enabling/installing a module doesn't necessarily
mean something will get installed on your system.  I don't like
"install" much for that reason.


In the "enable" description is written: "Enable: enables the latest
version and/or release of a module and installs the rpms listed in the
default profile" so does it install something or not? Can you please
provide example when the module prepared for use does not need to be
installed?


There might be modules which contain just shared libraries which other 
modules would depend on. Such modules do not need to have any 
installation profile, so no RPM would be installed when the module is 
installed - the installation of its RPMs would be done as a result of 
dependencies from another module.


Even when there might be modules like that, I would personally vote for 
staying compatible with DNF subcommands as much as we can - so use 
"install". I presume that installation of majority of modules will 
result in some RPM being installed from the module. Modules which do not 
install any RPM during their installation are kind of special (like 
shared dependencies, shared services and so on) and they won't be 
installed by the end users in common cases.


I would personally start with list of DNF commands described here 
http://dnf.readthedocs.io/en/latest/command_ref.html and try to describe 
their Modularity equivalents similarly as Jan did in the last paragraph 
of his email I'm replying to.




Also keep in mind that when modules support is implemented in DNF it
will not be in conflict with the new terminology.  i.e. "dnf install
httpd" == enable httpd module == install rpms of httpd module. So
please reconsider "install" again.


* Install: performs actions to prepare modules to run


Is install a subset of enable, or does enable simply call install as a
convenience if you try to enable something that's not installed?


/me shrugs.

Until very recently, I thought install and enable were just
different verbs for the same action.  I don't really understand
what "install" means now either.  Could someone knowledgable
elaborate?


* Run: run the module


What does that mean? Do I *need* to run a module? Is this like "scl
enable"? And how does this interact with "enable", for that matter?


+1


I would like to also hear what "install" and "run" means in module
terminology. It should be IMO explained before "enable" is decided to
be used as a reference word.

Would it be possible to provide more information about the commands
and in best case provide use cases for commands? Something like:
"Admin has module of version X installed. In the the same stream this
module has a security fix. Admin will use "check-upgrade" which will
..., then he will ... to ...


Honza
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org



Regards,
Jan Kaluza
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: User Visible Terminology

2016-09-22 Thread Jan Kaluža

On 09/22/2016 09:04 AM, Garrett Holmstrom wrote:

On 2016-09-16 08:43, Matthew Miller wrote:

On Fri, Sep 16, 2016 at 05:02:04PM +0200, Petr Šabata wrote:

This is for the labeling of, for example, separate PHP 5, 6, and 7
modules?


Yes.  Or even variations of the same upstream version.

I'm really pro-stream here because these identifiers have
nothing to do with upgrade paths and some modules or module
stacks wouldn't even have any concept of numbered, progressive
builds/releases.  It's just a label.

I would save the word "version" to identify updates within
these "streams".


I agree on not using "version" for this. I'm not completely sold on
"stream", partly because we talk about "upstream" and "downstream" so
much, and this is unrelated to that. How about "branch"? That fits with
the idea of "rebase" for switching between them


How about "series", as in "the PHP 7 series"?


Some people around modularity started using "generation" recently, this 
is imho also good word.


Jan Kaluza


___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1378061] perl-Log-Report-1.17 is available

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1378061

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-Log-Report-1.17-1.fc25 has been pushed to the Fedora 25 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-42e835b2e4

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1378062] perl-Module-CoreList-5.20160920 is available

2016-09-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1378062

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-Module-CoreList-5.20160920-1.fc25 has been pushed to the Fedora 25 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-8398cb7341

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


  1   2   >