ejabberd, pam, and setuid root

2016-08-31 Thread Randy Barlow
Hello my fellow Fedora friends!

It's 01:00 in my local time and perhaps I should be resting instead of
trying to figure out chicken-and-egg problems at such a time, but my
tired mind is on the fence about the solution to one of my tickets and
I would love the input of others:

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

Let's just say that daemon package A creates user/group A and depends
on library B. One of library B's binaries needs to be installed setuid
root because it is for PAM authentication, but I'd rather install the
binary 4750 or 4700 than 4755. To do this, I can only think of four
solutions:

0) library B installs with 4700, and daemon package A sets a facl on
the binary to allow user A to execute it. This seems pretty cool, but
also weird to me since it seems odd for a package to modify a file from
another package. Additionally, it seems like future updates to library
B might disrupt the facls that were set by daemon package A until the
next time it was installed/updated. That sounds right anyway, and if it
is right I think this option is a no-go. Simple tests with the install
utility on my fs did obliterate facls when new files were installed
over existing files. A crazy workaround for this problem might be to
detect whether the facls are present before the upgrade with %pre, and
restore them in %post.

1) library B creates group A (even though the library isn't necessarily
only for daemon package A who is the only package to create this
user/group at this time), and then sets its binary to 4750, owned by
group A. This one is a little easier than the first option, since I'd
only have to make an update to library B rather than both A and B. The
only thing is that it seems kind of weird for library B to be creating
a group called A, when library B is theoretically generally useful on
its own and theoretically could have other packages that pull it in in
the future. It would be weird for group A to exist if package A were
not installed I think. Fortunately, it wouldn't need to create user A
as well, only the group.

2) We could leave the problem up to documentation, instructing users to
set the facls or group ownership. However, this will suffer from the
same update problem that the first solution suffers from, and the user
will need to reset the facls whenever this package were updated.

3) We could rely on an SELinux policy to ensure that only ejabberd can
execute this binary. I don't like this for two reasons: users who
disable SELinux wouldn't have the fallback regular Unix permissions as
the second layer of defense. Secondly, unconfined users would still be
able to run the binary. If there were ever security issues found in the
binary itself, neither of these situations would be ideal.

Option #1 seems to have the fewest technical concerns, so I lean in
that direction. Hopefully sleeping will get my mind to its peak
efficiency and I'll see some obvious solution in the morning, but I'd
love to hear what others think. Is there precedent for this problem? Do
you have any other options that I haven't thought of? Thanks for any
input you can offer!

signature.asc
Description: This is a digitally signed message part
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: [Fedora-packaging] Schedule for Thursday's FPC Meeting (2016-09-01 16:00 UTC)

2016-08-31 Thread James Antill
 Of course the date is wrong, due to it already being tomorrow UTC. So
the actual date/time is:

2016-09-01 09:00 Thu US/Pacific PDT
2016-09-01 12:00 Thu US/Eastern EDT
2016-09-01 16:00 Thu UTC <-
2016-09-01 17:00 Thu Europe/London  BST
2016-09-01 18:00 Thu Europe/Paris  CEST
2016-09-01 18:00 Thu Europe/Berlin CEST
2016-09-01 21:30 Thu Asia/Calcutta  IST
--new day--
2016-09-02 00:00 Fri Asia/Singapore SGT
2016-09-02 00:00 Fri Asia/Hong_Kong HKT
2016-09-02 01:00 Fri Asia/Tokyo JST
2016-09-02 02:00 Fri Australia/BrisbaneAEST

On Wed, 2016-08-31 at 23:30 -0400, James Antill wrote:
>  Following is the list of topics that will be discussed in the FPC
> meeting Thursday at 2016-09-02 16:00 UTC in #fedora-meeting-1 on
> irc.freenode.net.
> 
>  Local time information (via. rktime):
> 
> 2016-09-02 09:00 Fri US/Pacific PDT
> 2016-09-02 12:00 Fri US/Eastern EDT
> 2016-09-02 16:00 Fri UTC <-
> 2016-09-02 17:00 Fri Europe/London  BST
> 2016-09-02 18:00 Fri Europe/Paris  CEST
> 2016-09-02 18:00 Fri Europe/Berlin CEST
> 2016-09-02 21:30 Fri Asia/Calcutta  IST
> --new day--
> 2016-09-03 00:00 Sat Asia/Singapore SGT
> 2016-09-03 00:00 Sat Asia/Hong_Kong HKT
> 2016-09-03 01:00 Sat Asia/Tokyo JST
> 2016-09-03 02:00 Sat Australia/BrisbaneAEST
> 
>  Links to all tickets below can be found at: 
> 
> https://fedorahosted.org/fpc/report/13
> 
> = Followups =
> 
> #topic #558   Application/Library distinction and package
> splitting
> .fpc 558
> https://fedorahosted.org/fpc/ticket/558
> 
> #topic #610   Packaging guidelines: Check upstream tarball
> signatures
> .fpc 610
> https://fedorahosted.org/fpc/ticket/610
> 
> = Open Floor = 
> 
>  For more complete details, please visit each individual ticket.  The
> report of the agenda items can be found at:
> 
> https://fedorahosted.org/fpc/report/13
> 
>  If you would like to add something to this agenda, you can reply to
> this e-mail, file a new ticket at https://fedorahosted.org/fpc,
> e-mail me directly, or bring it up at the end of the meeting, during
> the open floor topic. Note that added topics may be deferred until
> the following meeting. 
> --
> packaging mailing list
> packag...@lists.fedoraproject.org
> https://lists.fedoraproject.org/admin/lists/packaging@lists.fedorapro
> ject.org
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Schedule for Thursday's FPC Meeting (2016-09-02 16:00 UTC)

2016-08-31 Thread James Antill
 Following is the list of topics that will be discussed in the FPC
meeting Thursday at 2016-09-02 16:00 UTC in #fedora-meeting-1 on
irc.freenode.net.

 Local time information (via. rktime):

2016-09-02 09:00 Fri US/Pacific PDT
2016-09-02 12:00 Fri US/Eastern EDT
2016-09-02 16:00 Fri UTC <-
2016-09-02 17:00 Fri Europe/London  BST
2016-09-02 18:00 Fri Europe/Paris  CEST
2016-09-02 18:00 Fri Europe/Berlin CEST
2016-09-02 21:30 Fri Asia/Calcutta  IST
--new day--
2016-09-03 00:00 Sat Asia/Singapore SGT
2016-09-03 00:00 Sat Asia/Hong_Kong HKT
2016-09-03 01:00 Sat Asia/Tokyo JST
2016-09-03 02:00 Sat Australia/BrisbaneAEST

 Links to all tickets below can be found at: 

https://fedorahosted.org/fpc/report/13

= Followups =

#topic #558 Application/Library distinction and package
splitting
.fpc 558
https://fedorahosted.org/fpc/ticket/558

#topic #610 Packaging guidelines: Check upstream tarball
signatures
.fpc 610
https://fedorahosted.org/fpc/ticket/610

= Open Floor = 

 For more complete details, please visit each individual ticket.  The
report of the agenda items can be found at:

https://fedorahosted.org/fpc/report/13

 If you would like to add something to this agenda, you can reply to
this e-mail, file a new ticket at https://fedorahosted.org/fpc,
e-mail me directly, or bring it up at the end of the meeting, during
the open floor topic. Note that added topics may be deferred until
the following meeting. 
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[Bug 1346513] perl-File-Next-1.16 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1346513

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-File-Next-1.16-1.fc25  |perl-File-Next-1.16-1.fc25
   |perl-File-Next-1.16-1.fc24  |perl-File-Next-1.16-1.fc24
   ||perl-File-Next-1.16-1.fc23



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

[Bug 1346513] perl-File-Next-1.16 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1346513



--- Comment #21 from Fedora Update System  ---
perl-File-Next-1.16-1.fc23 has been pushed to the Fedora 23 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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1346513] perl-File-Next-1.16 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1346513



--- Comment #20 from Fedora Update System  ---
perl-File-Next-1.16-1.fc24 has been pushed to the Fedora 24 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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1346513] perl-File-Next-1.16 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1346513

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-File-Next-1.16-1.fc25  |perl-File-Next-1.16-1.fc25
   ||perl-File-Next-1.16-1.fc24



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

[389-devel] Build failed in Jenkins: 389-ds-base #1062

2016-08-31 Thread jenkins
See 

Changes:

[Noriko Hosoi] Ticket #48896 - Default Setting for passwordMinTokenLength does 
not work

[Noriko Hosoi] Ticket #48896 - CI test: test case for ticket 48896

--
Started by an SCM change
Building remotely on F23 (fedora Fedora23 Fedora fedora23) in workspace 

Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
 > git init  # 
 > timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.fedorahosted.org/git/389/ds.git # 
 > timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url git://git.fedorahosted.org/git/389/ds.git # 
 > timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
 > git -c core.askpass=true fetch --tags --progress 
 > git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 19e75b97d2d54f082d518843e3d09f2da2deb1a6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19e75b97d2d54f082d518843e3d09f2da2deb1a6
 > git rev-list 3e7d6d62f3b2889d0250cb0a3892982e42ada878 # timeout=10
[389-ds-base] $ /bin/sh -e /tmp/hudson8726063965879066910.sh

Running configure...
CFLAGS= -Wall CXXFLAGS= -Wall ./configure --with-tmpfiles-d=/etc/tmpfiles.d 
--with-openldap --enable-autobind --enable-gcc-security --with-selinux 
--with-systemdsystemunitdir=/lib/systemd/system 
--with-systemdsystemconfdir=/etc/systemd/system --enable-debug
Build log is 
http://jenkins.fedorainfracloud.org/job/389-ds-base/ws/build.1062.txt

Running make...
Build log is 
http://jenkins.fedorainfracloud.org/job/389-ds-base/ws/build.1062.txt

Checking for warnings...
Build http://jenkins.fedorainfracloud.org/job/389-ds-base/1062/ failed
There are build warnings
Warning log is 
http://jenkins.fedorainfracloud.org/job/389-ds-base/ws/build-warns.1062.txt
Last 100 lines of warning log:

ldap/servers/slapd/tools/dbscan.c:1072:12: warning: format ‘%d’ expects 
argument of type ‘int’, but argument 2 has type ‘size_t {aka long unsigned 
int}’ [-Wformat=]


Build step 'Execute shell' marked build as failure
--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/389-devel@lists.fedoraproject.org


[389-devel] Build failed in Jenkins: 389-ds-base #1061

2016-08-31 Thread jenkins
See 

Changes:

[William Brown] Ticket 48805 - Misleading indent and Uninitialised struct member

[William Brown] Ticket 48805 - Sign comparison checks.

--
Started by an SCM change
Building remotely on F23 (fedora Fedora23 Fedora fedora23) in workspace 

Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
 > git init  # 
 > timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.fedorahosted.org/git/389/ds.git # 
 > timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url git://git.fedorahosted.org/git/389/ds.git # 
 > timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
 > git -c core.askpass=true fetch --tags --progress 
 > git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3e7d6d62f3b2889d0250cb0a3892982e42ada878 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3e7d6d62f3b2889d0250cb0a3892982e42ada878
 > git rev-list 942c1af6f0c963f01671dadca8571995f332aaf3 # timeout=10
[389-ds-base] $ /bin/sh -e /tmp/hudson8866388837661328119.sh

Running configure...
CFLAGS= -Wall CXXFLAGS= -Wall ./configure --with-tmpfiles-d=/etc/tmpfiles.d 
--with-openldap --enable-autobind --enable-gcc-security --with-selinux 
--with-systemdsystemunitdir=/lib/systemd/system 
--with-systemdsystemconfdir=/etc/systemd/system --enable-debug
Build log is 
http://jenkins.fedorainfracloud.org/job/389-ds-base/ws/build.1061.txt

Running make...
Build log is 
http://jenkins.fedorainfracloud.org/job/389-ds-base/ws/build.1061.txt

Checking for warnings...
Build http://jenkins.fedorainfracloud.org/job/389-ds-base/1061/ failed
There are build warnings
Warning log is 
http://jenkins.fedorainfracloud.org/job/389-ds-base/ws/build-warns.1061.txt
Last 100 lines of warning log:

ldap/servers/slapd/tools/dbscan.c:1072:12: warning: format ‘%d’ expects 
argument of type ‘int’, but argument 2 has type ‘size_t {aka long unsigned 
int}’ [-Wformat=]


Build step 'Execute shell' marked build as failure
--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/389-devel@lists.fedoraproject.org


Re: My experiences with KillUserProcesses=yes on F24

2016-08-31 Thread Matthew Miller
On Wed, Aug 31, 2016 at 09:25:22AM -0500, Jason L Tibbitts III wrote:
> Hope this is interesting to someone and adds useful content to the
> discussion.

I think it does — thanks for your real-world observations!

-- 
Matthew Miller

Fedora Project Leader
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[EPEL-devel] Re: Adding the devtoolset repo for EPEL builds

2016-08-31 Thread Dominik 'Rathann' Mierzejewski
On Wednesday, 31 August 2016 at 10:58, dani wrote:
[...]
> As far as i could tell, the main argument against my scheme was usage of
> /opt, yet it is approved for scl, despite scl's limitations.

SCL was never approved for Fedora. It's something that Red Hat provides
in their products only.

> I'm only asking for a clear policy regarding multiversion packages, which
> would define clear guidelines on any submission requests.

RPM already supports installation of multiple versions of a package
as long as they don't conflict.

Regards,
Dominik
-- 
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
https://lists.fedoraproject.org/admin/lists/epel-devel@lists.fedoraproject.org


Re: Naming a sphinx-doc theme: python-sphinx_py3doc_enhanced_theme or python-sphinx-theme-py3doc-enhanced

2016-08-31 Thread Julien Enselme
Thanks for your responses. I think I'll use 

- As the main name for the package: python-sphinx-theme-py3doc-enhanced
- A provide for python-sphinx_py3doc_enhanced_theme

This way it can be installed with a nice and consistant name as well
with its upstream name.

On Wed, 2016-08-24 at 10:25 -0400, Avram Lubkin wrote:
> 
> Frankly I think upstream should have called it py3doc_enhanced and
> left out sphinx and theme, but that's beside the point.
> 
> Based on the package naming conventions [1], you name is mainly
> correct (more on this later). In the Python modules section [2], it
> says:
> 
> The package name should reflect the upstream name of the Python
> module, and should generally take into account the name of the module
> used when importing it in Python scripts. This name will be prefixed
> depending on the type of the package.
> 
> Based on that, the name should really be python-sphinx-theme-
> sphinx_py3doc_enhanced_theme, but that is overly confusing. I think
> there are two legitimate names:
> 
> python-sphinx-theme-py3doc_enhanced
> python-sphinx_py3doc_enhanced_theme
> 
> Some might argue you could replace the underscore in the first one
> with a dash, and I wouldn't see a huge problem with that, but I think
> it's not necessary. It is justified though because the name is
> already changed from the import name and the tarball for the package
> uses dashes instead of underscores.
> 
> As far those underscores, that's covered in the separator section
> [3]:
> 
> There are a few exceptions to the no underscore '_' rule.
> ...
> - packages where the upstream name naturally contains an underscore
> are excluded from this.
> 
> Based on this rule and the Python module rule, I would say python-
> sphinx-py3doc-enhanced-theme would not be an appropriate name.
> 
> So go with one of these:
> 
> python-sphinx-theme-py3doc_enhanced
> python-sphinx-theme-py3doc-enhanced
> python-sphinx_py3doc_enhanced_theme
> 
> 
> [1] https://fedoraproject.org/wiki/Packaging:Naming
> [2] https://fedoraproject.org/wiki/Packaging:Naming?rd=Packaging:Nami
> ngGuidelines#Python_modules
> [3] https://fedoraproject.org/wiki/Packaging:Naming?rd=Packaging:Nami
> ngGuidelines#Separators
> 
> On Wed, Aug 24, 2016 at 3:16 AM, Garrett Holmstrom  ect.org> wrote:
> > 
> > On 2016-08-23 10:19, Julien Enselme wrote:
> > > 
> > > Hi,
> > > 
> > > Recently I opened a review [1] for a new sphinx theme:
> > > py3doc_enhanced_theme [2]
> > > 
> > > The upstream name is sphinx_py3doc_enhanced_theme, so in my
> > > opinion,
> > > the the package should be named python-
> > > sphinx_py3doc_enhanced_theme.
> > > Furthermore, there's another sphinx theme with underscores in its
> > > name: python3-sphinx_rtd_theme. So I find it logical that the
> > > package
> > > is named this way.
> > > 
> > > However, the reviewer (Zbigniew Jędrzejewski-Szmek) pointed out
> > > that:
> > > 
> > > - Dashes are preferred (See the guidelines [3])
> > > - Most themes are named with this pattern: python-sphinx-theme-
> > > 
> > > Therefore, it would be consistent to name the package: python-
> > > sphinx-
> > > theme-py3doc-enhanced and I think that's a good point.
> > > 
> > > A middle ground would be to use provides so the package can be
> > > installed with both names, but that leaves the question about the
> > > "main" name unresolved.
> > > 
> > > Any thoughts?
> > > 
> >  
> > Using hyphens in the package name keeps the package collection more
> > consistent, and adding a Provides entry that uses underscores will
> > more or less seamlessly take care of the case where people
> > installing it assume it uses those instead.  It's a win-win to do
> > it that way, IMO.
> > 
> > --
> > devel mailing list
> > devel@lists.fedoraproject.org
> > https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproje
> > ct.org
> > 
-- 
Julien Enselme
http://www.jujens.eu/
-- 
Julien Enselme
http://www.jujens.eu/

signature.asc
Description: This is a digitally signed message part
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[Bug 1371924] perl-Astro-FITS-CFITSIO-1.11 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371924

Orion Poplawski  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Astro-FITS-CFITSIO-1.1
   ||1-1.fc26
 Resolution|--- |RAWHIDE
Last Closed||2016-08-31 13:23:50



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

[Bug 1371924] perl-Astro-FITS-CFITSIO-1.11 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371924



--- Comment #4 from Upstream Release Monitoring 
 ---
orion's perl-Astro-FITS-CFITSIO-1.11-1.fc26 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=795936

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

orion pushed to perl-Astro-FITS-CFITSIO (master). "Update to 1.11"

2016-08-31 Thread notifications
From 18260e1997cf4378db30f36a20ced31180d7f96c Mon Sep 17 00:00:00 2001
From: Orion Poplawski 
Date: Wed, 31 Aug 2016 11:07:41 -0600
Subject: Update to 1.11

---
 .gitignore   | 1 +
 perl-Astro-FITS-CFITSIO.spec | 7 +--
 sources  | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index f161a16..dda9e7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Astro-FITS-CFITSIO-1.05.tar.gz
 /Astro-FITS-CFITSIO-1.08.tar.gz
 /Astro-FITS-CFITSIO-1.09.tar.gz
 /Astro-FITS-CFITSIO-1.10.tar.gz
+/Astro-FITS-CFITSIO-1.11.tar.gz
diff --git a/perl-Astro-FITS-CFITSIO.spec b/perl-Astro-FITS-CFITSIO.spec
index 3021d66..e41e628 100644
--- a/perl-Astro-FITS-CFITSIO.spec
+++ b/perl-Astro-FITS-CFITSIO.spec
@@ -1,6 +1,6 @@
 Name:   perl-Astro-FITS-CFITSIO
-Version:1.10
-Release:11%{?dist}
+Version:1.11
+Release:1%{?dist}
 Summary:Perl extension for using the cfitsio library
 # tarball m51 doesn't state license 
https://rt.cpan.org/Public/Bug/Display.html?id=66226
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 31 2016 Orion Poplawski  - 1.11-1
+- Update to 1.11
+
 * Sat May 14 2016 Jitka Plesnikova  - 1.10-11
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index da31beb..18b22ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90a933310d986f32c953cb73caf58bf3  Astro-FITS-CFITSIO-1.10.tar.gz
+99526138ddeaee2f14f364d2406b1ee9  Astro-FITS-CFITSIO-1.11.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Astro-FITS-CFITSIO.git/commit/?h=master=18260e1997cf4378db30f36a20ced31180d7f96c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

orion uploaded Astro-FITS-CFITSIO-1.11.tar.gz for perl-Astro-FITS-CFITSIO

2016-08-31 Thread notifications
99526138ddeaee2f14f364d2406b1ee9  Astro-FITS-CFITSIO-1.11.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Astro-FITS-CFITSIO/Astro-FITS-CFITSIO-1.11.tar.gz/md5/99526138ddeaee2f14f364d2406b1ee9/Astro-FITS-CFITSIO-1.11.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1354085] perl-Config-General-2.63 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1354085

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #10 from Fedora Update System  ---
perl-Config-General-2.63-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-45b2949a76

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

[Bug 1365092] perl-Crypt-OpenSSL-X509-1.807 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1365092

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #7 from Fedora Update System  ---
perl-Crypt-OpenSSL-X509-1.807-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-a42cedf44d

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

[Bug 1285807] Opening About Slic3r dialog window crashes slic3r

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285807

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
slic3r-1.2.9-8.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-9b1de0ccf1

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

[389-devel] please review: Ticket 48832 - fix CI test failures

2016-08-31 Thread Mark Reynolds
https://fedorahosted.org/389/ticket/48832

https://fedorahosted.org/389/attachment/ticket/48832/0001-Ticket-48832-Fix-CI-tests.patch
--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/389-devel@lists.fedoraproject.org


Re: Kernel 4.7 rebase plans

2016-08-31 Thread Chris Murphy
On Wed, Aug 31, 2016 at 9:36 AM, Alec Leamas  wrote:
>
>
> On 31/08/16 17:15, Peter Robinson wrote:
>>>
>>> Perhaps. But this has been a common problem for me with many recent
>>> kernel
>>> updates. But if it's only me, I presume it's the mirror.
>>
>> Tried with "dnf upgrade --refresh" ?
>> --
>
>
> I'm more the sledgehammer type, so I did dnf clean all. But to no avail.

I don't think it's with just the kernel though, the recent
selinux-policy once stable took more than 24 hours before a dnf update
picked it up.

-- 
Chris Murphy
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[Bug 1333910] dspam-web package doesn't create "dspam" user

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1333910

Nathanael Noblet  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #1 from Nathanael Noblet  ---
Sorry for the delay on responding. When you install dspam-web. Does it not
bring in dspam + dspam-libs (dspam-libs is where the user is created). Which
would result in the user being created? How did you install dspam-web?

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

Fedora 25-20160831.n.0 compose check report

2016-08-31 Thread Fedora compose checker
Missing expected images:

Cloud_base raw-xz i386
Atomic raw-xz x86_64

Failed openQA tests: 15/89 (x86_64), 5/17 (i386)

ID: 31513   Test: x86_64 Workstation-live-iso install_default_upload
URL: https://openqa.fedoraproject.org/tests/31513
ID: 31514   Test: x86_64 Workstation-live-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/31514
ID: 31520   Test: x86_64 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/31520
ID: 31521   Test: x86_64 Workstation-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/31521
ID: 31522   Test: i386 Workstation-live-iso install_default
URL: https://openqa.fedoraproject.org/tests/31522
ID: 31523   Test: i386 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/31523
ID: 31524   Test: x86_64 Atomic-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/31524
ID: 31549   Test: x86_64 Server-dvd-iso realmd_join_cockpit
URL: https://openqa.fedoraproject.org/tests/31549
ID: 31558   Test: x86_64 universal install_repository_http_graphical
URL: https://openqa.fedoraproject.org/tests/31558
ID: 31576   Test: x86_64 universal install_iscsi
URL: https://openqa.fedoraproject.org/tests/31576
ID: 31590   Test: x86_64 universal upgrade_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/31590
ID: 31592   Test: x86_64 universal upgrade_kde_64bit
URL: https://openqa.fedoraproject.org/tests/31592
ID: 31593   Test: x86_64 universal upgrade_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/31593
ID: 31595   Test: x86_64 universal upgrade_2_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/31595
ID: 31596   Test: x86_64 universal upgrade_2_server_64bit
URL: https://openqa.fedoraproject.org/tests/31596
ID: 31597   Test: x86_64 universal upgrade_2_kde_64bit
URL: https://openqa.fedoraproject.org/tests/31597
ID: 31598   Test: x86_64 universal upgrade_2_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/31598
ID: 31608   Test: i386 universal install_repository_http_graphical
URL: https://openqa.fedoraproject.org/tests/31608
ID: 31615   Test: i386 universal upgrade_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/31615
ID: 31616   Test: i386 universal upgrade_2_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/31616

Passed openQA tests: 69/89 (x86_64), 12/17 (i386), 2/2 (arm)

Skipped openQA tests: 5 of 108
-- 
Mail generated by check-compose:
https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Kernel 4.7 rebase plans

2016-08-31 Thread Alec Leamas



On 31/08/16 17:15, Peter Robinson wrote:

Perhaps. But this has been a common problem for me with many recent kernel
updates. But if it's only me, I presume it's the mirror.

Tried with "dnf upgrade --refresh" ?
--


I'm more the sledgehammer type, so I did dnf clean all. But to no avail.

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


Re: My experiences with KillUserProcesses=yes on F24

2016-08-31 Thread Jóhann B . Guðmundsson

On 08/31/2016 02:25 PM, Jason L Tibbitts III wrote:

More appropriate place would be to post this upstream either on the 
mailinglist and or as an bug/rfs in the tracker so this issues can be 
addressed properly.


Lingering is a per-user thing so it probably ends up being an per user 
opt in feature/fix


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


[EPEL-devel] Fedora EPEL 7 updates-testing report

2016-08-31 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 541  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087   
dokuwiki-0-0.24.20140929c.el7
 303  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f   
mcollective-2.8.4-1.el7
  66  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e0c08a1414   
php-PHPMailer-5.2.16-2.el7
  22  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-23fa04bf1c   
redis-3.2.3-1.el7
  21  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-4b8dd3488d   
knot-1.6.8-1.el7
   9  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-f0e09b5124   
borgbackup-1.0.7-1.el7
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-df8a00854a   
openvpn-2.3.12-1.el7
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8f4ff76b3   
chicken-4.11.0-3.el7
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-4316d954e8   
canl-c-2.1.7-1.el7
   1  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-62fd4a9900   
phpMyAdmin-4.4.15.8-2.el7
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-c1dbac22db   
elog-3.1.1-7.el7


The following builds have been pushed to Fedora EPEL 7 updates-testing

dl_poly-1.9.20140324-16.el7
elog-3.1.1-7.el7
git-cola-2.8-1.el7
mpdecimal-2.4.2-5.el7
python-biopython-1.68-1.el7
python-fedimg-0.7-1.el7
spasm-ng-0.5-0.4.beta.2.el7

Details about builds:



 dl_poly-1.9.20140324-16.el7 (FEDORA-EPEL-2016-bbd2467c14)
 General purpose classical molecular dynamics (MD) simulation

Update Information:

Rebuild for openmpi 1.10

References:

  [ 1 ] Bug #1371757 - dl_poly_openmpi can't find libmpi_f90.so.1
https://bugzilla.redhat.com/show_bug.cgi?id=1371757




 elog-3.1.1-7.el7 (FEDORA-EPEL-2016-c1dbac22db)
 Logbook system to manage notes through a Web interface

Update Information:

Security fix for CVE-2016-6342

References:

  [ 1 ] Bug #1371328 - CVE-2016-6342 elog: posting entry as arbitrary username 
by improper authentication
https://bugzilla.redhat.com/show_bug.cgi?id=1371328




 git-cola-2.8-1.el7 (FEDORA-EPEL-2016-ddcbc2bb29)
 A sleek and powerful git GUI

Update Information:

git-cola update to 2.8

References:

  [ 1 ] Bug #1371413 - git-cola 2.7 fails to launch
https://bugzilla.redhat.com/show_bug.cgi?id=1371413
  [ 2 ] Bug #1371529 - git-cola-2.8 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1371529




 mpdecimal-2.4.2-5.el7 (FEDORA-EPEL-2016-ea4c5601e1)
 Library for general decimal arithmetic

Update Information:

New package.




 python-biopython-1.68-1.el7 (FEDORA-EPEL-2016-629cfb739b)
 Python tools for computational molecular biology

Update Information:

- Update to 1.68

References:

  [ 1 ] Bug #1370687 - python-biopython-1.68 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1370687




 python-fedimg-0.7-1.el7 (FEDORA-EPEL-2016-53ff0e3d0c)
 Automatically upload Fedora Cloud images to cloud providers

Update Information:

Migrate to compose-based uploading

References:

  [ 1 ] Bug #1371241 - python-fedimg-0.7 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1371241

Re: Kernel 4.7 rebase plans

2016-08-31 Thread Peter Robinson
 Please test and give karma again. A reminder that if you do find
 regressions please note on the bodhi update corresponding to the
 kernel you tested AND file a bugzilla with information.

>>> It's somewhat hard since the corresponding kernel-devel packages seems to
>>> be
>>> missing. Is this on purpose?
>>
>> Uh... what?  They're present in the build.  Perhaps the mirror you hit is
>> stale?
>>
>> http://koji.fedoraproject.org/koji/buildinfo?buildID=794636
>>
>
> Perhaps. But this has been a common problem for me with many recent kernel
> updates. But if it's only me, I presume it's the mirror.

Tried with "dnf upgrade --refresh" ?
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Kernel 4.7 rebase plans

2016-08-31 Thread Peter Robinson
>>> Please test and give karma again. A reminder that if you do find
>>> regressions please note on the bodhi update corresponding to the
>>> kernel you tested AND file a bugzilla with information.
>>>
>>
>> It's somewhat hard since the corresponding kernel-devel packages seems to be
>> missing. Is this on purpose?
>
> Uh... what?  They're present in the build.  Perhaps the mirror you hit is 
> stale?
>
> http://koji.fedoraproject.org/koji/buildinfo?buildID=794636

It's also on the primary mirror:

https://dl.fedoraproject.org/pub/fedora/linux/updates/testing/24/x86_64/k/
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Kernel 4.7 rebase plans

2016-08-31 Thread Alec Leamas



On 31/08/16 16:41, Josh Boyer wrote:

On Wed, Aug 31, 2016 at 10:34 AM, Alec Leamas  wrote:


On 29/08/16 18:25, Laura Abbott wrote:


Please test and give karma again. A reminder that if you do find
regressions please note on the bodhi update corresponding to the
kernel you tested AND file a bugzilla with information.


It's somewhat hard since the corresponding kernel-devel packages seems to be
missing. Is this on purpose?

Uh... what?  They're present in the build.  Perhaps the mirror you hit is stale?

http://koji.fedoraproject.org/koji/buildinfo?buildID=794636



Perhaps. But this has been a common problem for me with many recent 
kernel updates. But if it's only me, I presume it's the mirror.


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


Re: My experiences with KillUserProcesses=yes on F24

2016-08-31 Thread Jason L Tibbitts III
> "JLT" == Jason L Tibbitts  writes:

JLT>I've found that if the user's user manager dies (for any reason
JLT>you might choose) and linger is enable for them, a new one won't
JLT>be started at login.  They have to disable linger, log out, and
JLT>log back in.  Or reboot the machine.

I should add an explanation here.

This is a problem because without a user manager, systemd-run errors
out with "Failed to create bus connection: Connection refused".

Your processes are still killed when the session terminates, so if you
get into this state you basically can't run persistent jobs at all.

 - J<
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[Bug 1371968] New: perl-Memoize-ExpireLRU-0.56 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371968

Bug ID: 1371968
   Summary: perl-Memoize-ExpireLRU-0.56 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Memoize-ExpireLRU
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.56
Current version/release in rawhide: 0.55-18.fc25
URL: http://search.cpan.org/dist/Memoize-ExpireLRU/

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/11586/

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

jplesnik pushed to perl-Mail-Sender (master). "0.902 bump"

2016-08-31 Thread notifications
From 4245f3c0f2f2a3697cf94a17656f30b7c132f0e6 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 31 Aug 2016 16:45:37 +0200
Subject: 0.902 bump

---
 .gitignore|  1 +
 perl-Mail-Sender.spec | 28 
 sources   |  2 +-
 3 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
index b58ea86..f4f1070 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Mail-Sender-0.8.23.tar.gz
 /Mail-Sender-0.93.tar.gz
 /Mail-Sender-0.901.tar.gz
+/Mail-Sender-0.902.tar.gz
diff --git a/perl-Mail-Sender.spec b/perl-Mail-Sender.spec
index 70748de..91cb47a 100644
--- a/perl-Mail-Sender.spec
+++ b/perl-Mail-Sender.spec
@@ -1,8 +1,8 @@
 Name:   perl-Mail-Sender
-Version:0.901
+Version:0.902
 # I really wish CPAN maintainers would stop fscking around with versions.
 # we went from 0.93 to 0.901
-Epoch: 1
+Epoch:  1
 Release:1%{?dist}
 Summary:Module for sending mails with attachments through an SMTP 
server
 
@@ -12,7 +12,7 @@ Group:  Development/Libraries
 # Instead, its a friendly reminder of the law, so we won't list it here.
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Mail-Sender/
-Source0:
http://www.cpan.org/authors/id/J/JE/JENDA/Mail-Sender-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/C/CA/CAPOEIRAB/Mail-Sender-%{version}.tar.gz
 
 BuildArch:  noarch
 BuildRequires:  coreutils
@@ -20,21 +20,22 @@ BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
-BuildRequires: perl(CPAN::Meta) >= 2.120900
+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(FileHandle)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Socket::INET)
-BuildRequires: perl(MIME::Base64)
+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(vars)
+BuildRequires:  perl(Try::Tiny) >= 0.24
 BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -53,13 +54,13 @@ make %{?_smp_mflags} < /dev/null
 
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 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 -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -name Win32.pm -delete
 
 
 %check
@@ -76,6 +77,9 @@ make test
 
 
 %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)
 
diff --git a/sources b/sources
index 79b7f6e..a32ccb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e0ec8ff5d5e52c2dd0fa9682d1f7280f  Mail-Sender-0.901.tar.gz
+ba23b72efb5e5529b80c47c5dd764d37  Mail-Sender-0.902.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Mail-Sender.git/commit/?h=master=4245f3c0f2f2a3697cf94a17656f30b7c132f0e6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1285807] Opening About Slic3r dialog window crashes slic3r

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285807



--- Comment #7 from Fedora Update System  ---
slic3r-1.2.9-8.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-f974d3d2fe

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

jplesnik uploaded Mail-Sender-0.902.tar.gz for perl-Mail-Sender

2016-08-31 Thread notifications
ba23b72efb5e5529b80c47c5dd764d37  Mail-Sender-0.902.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Mail-Sender/Mail-Sender-0.902.tar.gz/md5/ba23b72efb5e5529b80c47c5dd764d37/Mail-Sender-0.902.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org

Re: Kernel 4.7 rebase plans

2016-08-31 Thread Alec Leamas



On 29/08/16 18:25, Laura Abbott wrote:


Please test and give karma again. A reminder that if you do find
regressions please note on the bodhi update corresponding to the
kernel you tested AND file a bugzilla with information.



It's somewhat hard since the corresponding kernel-devel packages seems 
to be  missing. Is this on purpose?


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


[Bug 1285807] Opening About Slic3r dialog window crashes slic3r

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285807



--- Comment #6 from Fedora Update System  ---
slic3r-1.2.9-8.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-8850c67eb6

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

My experiences with KillUserProcesses=yes on F24

2016-08-31 Thread Jason L Tibbitts III
After reading (some of) the "discussion" about systemd-logind's
KillUserProcesses setting, I decided that I'd like to try enabling it
and see how it works and how I can make it useful in my environment.
Sorry, it's long, but I though folks might want to know.


Disclaimer:
I quite like systemd and I will try to avoid strong language like
"bizarre", "surprising", "WTF" and except in one case, "bug".  This is
all based on systemd 229 in F24; I know 230 changes one thing and maybe
it or future versions will change enough that the issues in this
document go away.


Background:
I run a university department network a bunch of desktops and a pile of
other machines accessed by a few hundred users for various functions.
Around 200 machines total.  Where appropriate, I'd like to make sure
that user sessions get shut down properly even when sessions hang or get
confused at startup, but I'd also like to preserve the possibility of
users running background jobs on the desktops (which are often quite
powerful and useful for computation) even after they log out.


So:
I enabled KillUserProcesses on a desktop and rebooted.  Some testing
shows that it works as documented and kills processes at logout.  But as
with any change, I ran into some problems.


Problem 1:
Need to give users a way to run persistent background jobs without
requiring them to learn systemd-run.


Solution 1:
Provide wrappers in /usr/local/bin for nohup, screen and a couple of
local utilities which use nice and nohup internally.  Those wrappers
call systemd-run --user --scope.


Problem 2:
Even under systemd-run --user --scope, things don't persist unless
"linger" is enabled for the user.


Solution 2:
Add loginctl enable-linger to the wrappers.


Problem 3:
loginctl enable-linger requires root privs (in F24's systemd 229; seems
that 230 allows self-lingering by default).


Solution 3:
Add this in /etc/polkit-1/rules.d/50-user-linger.rules:

polkit.addRule(function(action, subject) {
if (action.id == "org.freedesktop.login1.set-user-linger") {
return polkit.Result.YES;
}
});

Now users can run loginctl enable-linger.  For any user.  Oh, well, I
can live with that for now.  And things work!  But


Problem 4:
"linger" does more than just allow sessions to persist.

A) It changes the way the "user manager" for that user runs.  Without
   linger, a user manager is started when the log in, and it goes away
   when their last process exits (which given KillUserProcesses is
   whenever they log out).  When linger is enabled for a user (in
   many curcumstances, at least), a user manager is immediately started
   if the user isn't already logged in which will never exit.  This has
   interesting consequences.

   I've found that if the user's user manager dies (for any reason you
   might choose) and linger is enable for them, a new one won't be
   started at login.  They have to disable linger, log out, and log back
   in.  Or reboot the machine.

B) It enables "user units" (probably the wrong terminology) which let
   users start up things which run periodically, or at boot, and which
   run under their UIDs.  In order to make this work, the user manager
   will run immediately at system boot time and look in
   ~/.config/systemd for units.

These seem like good ideas, except that:

i) I don't necessarily want users to be able to start units at boot
   time, but that's OK because

ii) I have home dirs on kerberized NFS.  So this automounts the home
directories of every lingering user at boot time (which is a problem
for me) and that directory can't be read anyway, even by the proper
UID, if the user doesn't have a kerberos ticket.  Plus the network
isn't necessarily up to the point where user homedirs can be
accessed at the time when systemd starts the user managers.
Fortunately in the default case, it doesn't hold open a reference to
the homedir so the automounter will remove it.  It can still cause a
lot of mounts, which can take some time and puts more load on my
already loaded file servers.

The bottom line there is user sessions aren't going to work in some
environments, period.


Solution4A:
I don't have one  If I'm the one killing their processes (for
whatever reason I might have), I have to make sure to disable lingering
for them at the same time.  But if they kill their processes (kill -9 -1
to just terminate everything, if you want to test) then they're
screwed.  They have to disable linger, log out and log back in so that a
user manager is created for them.  Then they can enable linger again.
This just has to be a bug, so I've filed:
https://bugzilla.redhat.com/show_bug.cgi?id=1371721


Solution4B:
Add the following to /etc/systemd/system/delete-lingers.service:

[Unit]
Description=Delete lingering users
Before=network.target

[Service]
Type=oneshot
ExecStart=/usr/bin/rm -rf /var/lib/systemd/linger

[Install]
WantedBy=multi-user.target

Now at each boot, no users are set to 

jplesnik pushed to perl-Flickr-Upload (master). "1.6 bump"

2016-08-31 Thread notifications
From 9aaf91e811f8e9f285304e8297170bfa98e43964 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 31 Aug 2016 16:20:10 +0200
Subject: 1.6 bump

---
 .gitignore  |  1 +
 perl-Flickr-Upload.spec | 14 ++
 sources |  2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6dac5a0..3e565ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Flickr-Upload-1.32.tar.gz
 /Flickr-Upload-1.5.tar.gz
 /Flickr-Upload-1.51.tar.gz
+/Flickr-Upload-1.6.tar.gz
diff --git a/perl-Flickr-Upload.spec b/perl-Flickr-Upload.spec
index 820728d..2c1f7bf 100644
--- a/perl-Flickr-Upload.spec
+++ b/perl-Flickr-Upload.spec
@@ -1,7 +1,7 @@
 Name:   perl-Flickr-Upload
-Epoch:  1
-Version:1.51
-Release:2%{?dist}
+Epoch:  2
+Version:1.6
+Release:1%{?dist}
 Summary:Flickr.com upload module and script
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -24,8 +24,10 @@ BuildRequires:  perl(Flickr::API) >= 1.09
 # Getopt::Long 1 not used at tests
 BuildRequires:  perl(HTTP::Request::Common) >= 1
 BuildRequires:  perl(LWP::UserAgent) >= 1
+BuildRequires:  perl(Net::OAuth) >= 0.28
 # Pod::Usage >= 1 not used at tests
 BuildRequires:  perl(strict)
+BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(warnings)
 BuildRequires:  perl(XML::Simple) >= 2
 # Optional run-time:
@@ -38,13 +40,14 @@ Requires:   perl(Flickr::API) >= 1.09
 Requires:   perl(Getopt::Long) >= 1
 Requires:   perl(HTTP::Request::Common) >= 1
 Requires:   perl(LWP::UserAgent) >= 1
+Requires:   perl(Net::OAuth) >= 0.28
 Requires:   perl(Pod::Usage) >= 1
 Requires:   perl(XML::Simple) >= 2
 # Optional run-time:
 Requires:   perl(Term::ProgressBar) >= 2.00
 
 # Remove under-specified dependencies
-%global __requires_exclude 
%{?__requires_exclude:%{__requires_exclude}|}^perl\\((Flickr::API|Getopt::Long|HTTP::Request::Common|LWP::UserAgent|Pod::Usage|XML::Simple)\\)$
+%global __requires_exclude 
%{?__requires_exclude:%{__requires_exclude}|}^perl\\((Flickr::API|Getopt::Long|HTTP::Request::Common|LWP::UserAgent|Pod::Usage|XML::Simple|Net::OAuth)\\)$
 
 %description
 Module and script for uploading images to flickr.com web gallery.
@@ -79,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 31 2016 Jitka Plesnikova  - 2:1.6-1
+- 1.6 bump
+
 * Mon May 16 2016 Jitka Plesnikova  - 1:1.51-2
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index a834ccc..fb26090 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-196e7c996f6b26e98b91ff6ccf443c73  Flickr-Upload-1.51.tar.gz
+74535d263f8dbdc2baeb6a884f32bdf9  Flickr-Upload-1.6.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Flickr-Upload.git/commit/?h=master=9aaf91e811f8e9f285304e8297170bfa98e43964
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1285807] Opening About Slic3r dialog window crashes slic3r

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285807



--- Comment #5 from Fedora Update System  ---
slic3r-1.2.9-8.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-9b1de0ccf1

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

jplesnik uploaded Flickr-Upload-1.6.tar.gz for perl-Flickr-Upload

2016-08-31 Thread notifications
74535d263f8dbdc2baeb6a884f32bdf9  Flickr-Upload-1.6.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Flickr-Upload/Flickr-Upload-1.6.tar.gz/md5/74535d263f8dbdc2baeb6a884f32bdf9/Flickr-Upload-1.6.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Broken dependencies: perl-Data-Alias

2016-08-31 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
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.

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

churchyard pushed to slic3r (f23). "Remove patch for Boost 1.60"

2016-08-31 Thread notifications
From 516515b39eed66780b96ff936cfca3c514758c3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= 
Date: Wed, 31 Aug 2016 15:58:11 +0200
Subject: Remove patch for Boost 1.60

---
 slic3r-boost160.patch | 21 -
 slic3r.spec   |  7 +--
 2 files changed, 1 insertion(+), 27 deletions(-)
 delete mode 100644 slic3r-boost160.patch

diff --git a/slic3r-boost160.patch b/slic3r-boost160.patch
deleted file mode 100644
index b71af38..000
--- a/slic3r-boost160.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/xs/src/libslic3r/Point.hpp b/xs/src/libslic3r/Point.hpp
-index f9850c7..9a52f3f 100644
 a/xs/src/libslic3r/Point.hpp
-+++ b/xs/src/libslic3r/Point.hpp
-@@ -128,16 +128,6 @@ class Pointf3 : public Pointf
- namespace boost { namespace polygon {
- template <>
- struct geometry_concept { typedef coordinate_concept type; };
--
--template <>
--struct coordinate_traits {
--typedef coord_t coordinate_type;
--typedef long double area_type;
--typedef long long manhattan_area_type;
--typedef unsigned long long unsigned_area_type;
--typedef long long coordinate_difference;
--typedef long double coordinate_distance;
--};
- 
- template <>
- struct geometry_concept { typedef point_concept type; };
diff --git a/slic3r.spec b/slic3r.spec
index 160662c..d6b81a3 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -17,10 +17,6 @@ Patch2: %{name}-english-locale.patch
 Patch3: %{name}-linker.patch
 #Patch4: %{name}-clipper.patch
 
-# https://bugzilla.redhat.com/show_bug.cgi?id=1306668
-# https://github.com/alexrj/Slic3r/issues/3117#issuecomment-187767676
-Patch5: %{name}-boost160.patch
-
 # Patch to manually cast too bool, fix FTBFS
 # Will report upstream
 Patch6: %{name}-boolcast.patch
@@ -89,7 +85,7 @@ for more information.
 %patch2 -p1
 %patch3 -p1
 #%%patch4 -p1
-%patch5 -p1
+#%%patch5 -p1
 %patch6 -p1
 %patch7 -p1
 
@@ -193,7 +189,6 @@ fi
 - Perl 5.24 rebuild
 
 * Tue Feb 23 2016 Miro Hrončok  - 1.2.9-6
-- Add patch to fix FTBFS with Boost 1.60 (#1306668)
 - Add patch to manually cast too bool, fix other FTBFS
 
 * Fri Feb 05 2016 Fedora Release Engineering  - 
1.2.9-5
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=f23=516515b39eed66780b96ff936cfca3c514758c3b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Fedora Rawhide-20160831.n.0 compose check report

2016-08-31 Thread Fedora compose checker
Missing expected images:

Cloud_base raw-xz i386
Atomic raw-xz x86_64

Failed openQA tests: 32/89 (x86_64), 4/17 (i386), 1/2 (arm)

ID: 31403   Test: x86_64 Everything-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/31403
ID: 31405   Test: x86_64 Workstation-live-iso install_default_upload
URL: https://openqa.fedoraproject.org/tests/31405
ID: 31406   Test: x86_64 Workstation-live-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/31406
ID: 31412   Test: x86_64 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/31412
ID: 31413   Test: x86_64 Workstation-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/31413
ID: 31414   Test: i386 Workstation-live-iso install_default
URL: https://openqa.fedoraproject.org/tests/31414
ID: 31415   Test: i386 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/31415
ID: 31416   Test: x86_64 Atomic-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/31416
ID: 31418   Test: x86_64 KDE-live-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/31418
ID: 31425   Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/31425
ID: 31428   Test: x86_64 Server-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/31428
ID: 31430   Test: x86_64 Server-dvd-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/31430
ID: 31436   Test: x86_64 Server-dvd-iso install_repository_nfs_graphical
URL: https://openqa.fedoraproject.org/tests/31436
ID: 31438   Test: x86_64 Server-dvd-iso server_realmd_join_kickstart
URL: https://openqa.fedoraproject.org/tests/31438
ID: 31441   Test: x86_64 Server-dvd-iso realmd_join_cockpit
URL: https://openqa.fedoraproject.org/tests/31441
ID: 31453   Test: x86_64 universal install_delete_pata@uefi
URL: https://openqa.fedoraproject.org/tests/31453
ID: 31457   Test: x86_64 universal install_multi@uefi
URL: https://openqa.fedoraproject.org/tests/31457
ID: 31468   Test: x86_64 universal install_iscsi
URL: https://openqa.fedoraproject.org/tests/31468
ID: 31470   Test: x86_64 universal install_simple_encrypted@uefi
URL: https://openqa.fedoraproject.org/tests/31470
ID: 31471   Test: x86_64 universal install_simple_free_space@uefi
URL: https://openqa.fedoraproject.org/tests/31471
ID: 31472   Test: x86_64 universal install_multi_empty@uefi
URL: https://openqa.fedoraproject.org/tests/31472
ID: 31473   Test: x86_64 universal install_software_raid@uefi
URL: https://openqa.fedoraproject.org/tests/31473
ID: 31474   Test: x86_64 universal install_delete_partial@uefi
URL: https://openqa.fedoraproject.org/tests/31474
ID: 31475   Test: x86_64 universal install_btrfs@uefi
URL: https://openqa.fedoraproject.org/tests/31475
ID: 31476   Test: x86_64 universal install_ext3@uefi
URL: https://openqa.fedoraproject.org/tests/31476
ID: 31477   Test: x86_64 universal install_xfs@uefi
URL: https://openqa.fedoraproject.org/tests/31477
ID: 31478   Test: x86_64 universal install_lvmthin@uefi
URL: https://openqa.fedoraproject.org/tests/31478
ID: 31479   Test: x86_64 universal install_no_swap@uefi
URL: https://openqa.fedoraproject.org/tests/31479
ID: 31482   Test: x86_64 universal upgrade_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/31482
ID: 31484   Test: x86_64 universal upgrade_kde_64bit
URL: https://openqa.fedoraproject.org/tests/31484
ID: 31485   Test: x86_64 universal upgrade_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/31485
ID: 31487   Test: x86_64 universal upgrade_2_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/31487
ID: 31488   Test: x86_64 universal upgrade_2_server_64bit
URL: https://openqa.fedoraproject.org/tests/31488
ID: 31489   Test: x86_64 universal upgrade_2_kde_64bit
URL: https://openqa.fedoraproject.org/tests/31489
ID: 31490   Test: x86_64 universal upgrade_2_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/31490
ID: 31507   Test: i386 universal upgrade_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/31507
ID: 31508   Test: i386 universal upgrade_2_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/31508

Passed openQA tests: 52/89 (x86_64), 13/17 (i386)

Skipped openQA tests: 6 of 108
-- 
Mail generated by check-compose:
https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[EPEL-devel] Fedora EPEL 7 updates-testing report

2016-08-31 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 541  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087   
dokuwiki-0-0.24.20140929c.el7
 303  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f   
mcollective-2.8.4-1.el7
  66  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e0c08a1414   
php-PHPMailer-5.2.16-2.el7
  22  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-23fa04bf1c   
redis-3.2.3-1.el7
  21  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-4b8dd3488d   
knot-1.6.8-1.el7
   9  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-f0e09b5124   
borgbackup-1.0.7-1.el7
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-df8a00854a   
openvpn-2.3.12-1.el7
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8f4ff76b3   
chicken-4.11.0-3.el7
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-4316d954e8   
canl-c-2.1.7-1.el7
   1  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-62fd4a9900   
phpMyAdmin-4.4.15.8-2.el7


The following builds have been pushed to Fedora EPEL 7 updates-testing

R-littler-0.3.1-1.el7
chromium-52.0.2743.116-11.el7
clatd-1.4-2.el7
cpuid-20160814-1.el7
entr-3.6-7.el7
fmt-3.0.0-1.el7
gnome-desktop-2.32.0-17.el7
google-noto-cjk-fonts-1.004-5.el7
p0f-3.09b-1.el7
rabbitmq-server-3.3.5-26.el7

Details about builds:



 R-littler-0.3.1-1.el7 (FEDORA-EPEL-2016-31398806f9)
 littler: R at the Command-Line via 'r'

Update Information:

New version - see https://cran.r-project.org/web/packages/littler/news.html for
details.




 chromium-52.0.2743.116-11.el7 (FEDORA-EPEL-2016-e82affa05e)
 A WebKit (Blink) powered web browser

Update Information:

Remove fedora only Requires, use bundled harfbuzz because el7 system lib is too
old.    Disabled hidpi option in Chromium. Cleanup widevine handling so that
third party addon package can exist. Add Requires(post) for selinux deps. Fix
provides/requires to not include private libs.

References:

  [ 1 ] Bug #1366858 - Latest Chromium update breaks HiDPI support
https://bugzilla.redhat.com/show_bug.cgi?id=1366858
  [ 2 ] Bug #1362382 - Missed capability, of widevine with Netflix
https://bugzilla.redhat.com/show_bug.cgi?id=1362382
  [ 3 ] Bug #1367198 - chromium should depend on semanage
https://bugzilla.redhat.com/show_bug.cgi?id=1367198
  [ 4 ] Bug #1367099 - Weird FG/BG colors make selected text vanish.
https://bugzilla.redhat.com/show_bug.cgi?id=1367099
  [ 5 ] Bug #1362513 - Chromium crashes on start
https://bugzilla.redhat.com/show_bug.cgi?id=1362513
  [ 6 ] Bug #1361157 - Chromium  "Aw, Snap"  pages
https://bugzilla.redhat.com/show_bug.cgi?id=1361157




 clatd-1.4-2.el7 (FEDORA-EPEL-2016-539259c3b2)
 CLAT / SIIT-DC Edge Relay implementation for Linux

Update Information:

clatd implements the CLAT component of the 464XLAT network architecture
specified in RFC 6877. It allows an IPv6-only host to have IPv4 connectivity
that is translated to IPv6 before being routed to an upstream PLAT (which is
typically a Stateful NAT64 operated by the ISP) and there translated back to
IPv4 before being routed to the IPv4 internet.  For the actual package
shuffling, clatd uses tayga, a userspace nat64 daemon.

References:

  [ 1 ] Bug #1302876 - Review Request: clatd - CLAT / SIIT-DC Edge Relay 
implementation for Linux
https://bugzilla.redhat.com/show_bug.cgi?id=1302876




 cpuid-20160814-1.el7 (FEDORA-EPEL-2016-656f8006e4)
 Dumps information about the CPU(s)

Update Information:

Update to new upstream version 20160814 (rhbz#20160814)

References:

  [ 1 ] Bug #20160814 - None
https://bugzilla.redhat.com/show_bug.cgi?id=20160814




[EPEL-devel] Fedora EPEL 6 updates-testing report

2016-08-31 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
 419  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031   
python-virtualenv-12.0.7-1.el6
 413  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168   
rubygem-crack-0.3.2-2.el6
 345  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8156   
nagios-4.0.8-1.el6
 303  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e2b4b5b2fb   
mcollective-2.8.4-1.el6
 275  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-35e240edd9   
thttpd-2.25b-24.el6
 161  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-30a8346813   
vtun-3.0.1-10.el6
  66  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-db7e78fac7   
php-PHPMailer-5.2.16-2.el6
  59  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-d0e444c5f2   
pypy-5.0.1-4.el6
  59  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-7a25f65890   
nginx-1.10.1-1.el6
  26  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-bee6c8b3c9   
mongodb-2.4.14-3.el6
  22  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-3ff1f4485b   
tomcat-7.0.70-2.el6
  21  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a1450d7fe0   
knot-1.6.8-1.el6
  12  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-5c15ca6d8d   
lcms2-2.8-2.el6
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-93210564dd   
openvpn-2.3.12-1.el6
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8594ed3a53   
chicken-4.11.0-3.el6
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a9c6decf32   
canl-c-2.1.7-1.el6
   1  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-63b3a35519   
phpMyAdmin-4.0.10.17-2.el6


The following builds have been pushed to Fedora EPEL 6 updates-testing

R-littler-0.3.1-1.el6
clatd-1.4-2.el6

Details about builds:



 R-littler-0.3.1-1.el6 (FEDORA-EPEL-2016-c417f2483d)
 littler: R at the Command-Line via 'r'

Update Information:

New version - see https://cran.r-project.org/web/packages/littler/news.html for
details.




 clatd-1.4-2.el6 (FEDORA-EPEL-2016-13f43f568d)
 CLAT / SIIT-DC Edge Relay implementation for Linux

Update Information:

clatd implements the CLAT component of the 464XLAT network architecture
specified in RFC 6877. It allows an IPv6-only host to have IPv4 connectivity
that is translated to IPv6 before being routed to an upstream PLAT (which is
typically a Stateful NAT64 operated by the ISP) and there translated back to
IPv4 before being routed to the IPv4 internet.  For the actual package
shuffling, clatd uses tayga, a userspace nat64 daemon.

References:

  [ 1 ] Bug #1302876 - Review Request: clatd - CLAT / SIIT-DC Edge Relay 
implementation for Linux
https://bugzilla.redhat.com/show_bug.cgi?id=1302876

___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/epel-devel@lists.fedoraproject.org


churchyard pushed to slic3r (f23). "Perl 5.24 rebuild"

2016-08-31 Thread notifications
From a956da886167b88ae6da97cad689d955716b0a7d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 16 May 2016 23:06:08 +0200
Subject: Perl 5.24 rebuild

---
 slic3r.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/slic3r.spec b/slic3r.spec
index 295883b..f024d22 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:   slic3r
 Version:1.2.9
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -179,6 +179,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Mon May 16 2016 Jitka Plesnikova  - 1.2.9-7
+- Perl 5.24 rebuild
+
 * Tue Feb 23 2016 Miro Hrončok  - 1.2.9-6
 - Add patch to fix FTBFS with Boost 1.60 (#1306668)
 - Add patch to manually cast too bool, fix other FTBFS
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=f23=a956da886167b88ae6da97cad689d955716b0a7d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

churchyard pushed to slic3r (f23). "Fix bug that crashes slic3r when about dialog is opened (#1285807)"

2016-08-31 Thread notifications
From 0fe13f514666f503c4c1b1350c646081fd04809e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= 
Date: Wed, 31 Aug 2016 15:33:13 +0200
Subject: Fix bug that crashes slic3r when about dialog is opened (#1285807)

---
 slic3r-wxclose.patch | 13 +
 slic3r.spec  | 10 +-
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 slic3r-wxclose.patch

diff --git a/slic3r-wxclose.patch b/slic3r-wxclose.patch
new file mode 100644
index 000..cffe02e
--- /dev/null
+++ b/slic3r-wxclose.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/Slic3r/GUI/AboutDialog.pm b/lib/Slic3r/GUI/AboutDialog.pm
+index 6fc83b6..78f89ef 100644
+--- a/lib/Slic3r/GUI/AboutDialog.pm
 b/lib/Slic3r/GUI/AboutDialog.pm
+@@ -66,7 +66,7 @@ sub new {
+ $vsizer->Add($html, 1, wxEXPAND | wxALIGN_LEFT | wxRIGHT | wxBOTTOM, 20);
+ EVT_HTML_LINK_CLICKED($self, $html, \_clicked);
+ 
+-my $buttons = $self->CreateStdDialogButtonSizer(wxCLOSE);
++my $buttons = $self->CreateStdDialogButtonSizer(wxOK);
+ $self->SetEscapeId(wxID_CLOSE);
+ EVT_BUTTON($self, wxID_CLOSE, sub {
+ $self->EndModal(wxID_CLOSE);
diff --git a/slic3r.spec b/slic3r.spec
index a555492..160662c 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:   slic3r
 Version:1.2.9
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -25,6 +25,10 @@ Patch5: %{name}-boost160.patch
 # Will report upstream
 Patch6: %{name}-boolcast.patch
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1285807
+# 
https://github.com/alexrj/Slic3r/commit/1a09ae81db06602050ae83620268efa33ed14da1
+Patch7: %{name}-wxclose.patch
+
 Source1:%{name}.desktop
 Source2:%{name}.appdata.xml
 
@@ -87,6 +91,7 @@ for more information.
 #%%patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 # Remove bundled admesh, clipper, poly2tri and boost
 rm -rf xs/src/admesh
@@ -181,6 +186,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Wed Aug 31 2016 Miro Hrončok  - 1.2.9-8
+- Fix bug that crashes slic3r when about dialog is opened (#1285807)
+
 * Mon May 16 2016 Jitka Plesnikova  - 1.2.9-7
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=f23=0fe13f514666f503c4c1b1350c646081fd04809e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1371942] New: use base broken by update to perl 5.22.2

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371942

Bug ID: 1371942
   Summary: use base broken by update to perl 5.22.2
   Product: Fedora
   Version: 23
 Component: perl
  Severity: medium
  Assignee: jples...@redhat.com
  Reporter: steve...@yewtc.demon.co.uk
QA Contact: extras...@fedoraproject.org
CC: cw...@alumni.drew.edu, iarn...@gmail.com,
jples...@redhat.com, ka...@ucw.cz,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com, rc040...@freenet.de,
tcall...@redhat.com
   External Bug ID: Debian BTS 833030



Description of problem:
...
use base qw{My::Module}
...
causes:
Base class package 'My::Module'  is empty


Version-Release number of selected component (if applicable):
5.22.2

How reproducible:
Every time

Steps to Reproduce:
1. Add "use base module_name" to source file
2. compile
3.

Actual results:

as above

Expected results:

it complies ok (it did before security update).
Additional info:

This is essentially the same debian bugreport 833030, but there the version of
perl is  5.14.

I guess the same comments apply, I'm really only submitting this as a bug here
because others might be looking. 

I used the work around of adding  "use My::Module".

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

churchyard pushed to slic3r (f24). "Fix bug that crashes slic3r when about dialog is opened (#1285807)"

2016-08-31 Thread notifications
From 0fe13f514666f503c4c1b1350c646081fd04809e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= 
Date: Wed, 31 Aug 2016 15:33:13 +0200
Subject: Fix bug that crashes slic3r when about dialog is opened (#1285807)

---
 slic3r-wxclose.patch | 13 +
 slic3r.spec  | 10 +-
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 slic3r-wxclose.patch

diff --git a/slic3r-wxclose.patch b/slic3r-wxclose.patch
new file mode 100644
index 000..cffe02e
--- /dev/null
+++ b/slic3r-wxclose.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/Slic3r/GUI/AboutDialog.pm b/lib/Slic3r/GUI/AboutDialog.pm
+index 6fc83b6..78f89ef 100644
+--- a/lib/Slic3r/GUI/AboutDialog.pm
 b/lib/Slic3r/GUI/AboutDialog.pm
+@@ -66,7 +66,7 @@ sub new {
+ $vsizer->Add($html, 1, wxEXPAND | wxALIGN_LEFT | wxRIGHT | wxBOTTOM, 20);
+ EVT_HTML_LINK_CLICKED($self, $html, \_clicked);
+ 
+-my $buttons = $self->CreateStdDialogButtonSizer(wxCLOSE);
++my $buttons = $self->CreateStdDialogButtonSizer(wxOK);
+ $self->SetEscapeId(wxID_CLOSE);
+ EVT_BUTTON($self, wxID_CLOSE, sub {
+ $self->EndModal(wxID_CLOSE);
diff --git a/slic3r.spec b/slic3r.spec
index a555492..160662c 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:   slic3r
 Version:1.2.9
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -25,6 +25,10 @@ Patch5: %{name}-boost160.patch
 # Will report upstream
 Patch6: %{name}-boolcast.patch
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1285807
+# 
https://github.com/alexrj/Slic3r/commit/1a09ae81db06602050ae83620268efa33ed14da1
+Patch7: %{name}-wxclose.patch
+
 Source1:%{name}.desktop
 Source2:%{name}.appdata.xml
 
@@ -87,6 +91,7 @@ for more information.
 #%%patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 # Remove bundled admesh, clipper, poly2tri and boost
 rm -rf xs/src/admesh
@@ -181,6 +186,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Wed Aug 31 2016 Miro Hrončok  - 1.2.9-8
+- Fix bug that crashes slic3r when about dialog is opened (#1285807)
+
 * Mon May 16 2016 Jitka Plesnikova  - 1.2.9-7
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=f24=0fe13f514666f503c4c1b1350c646081fd04809e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

churchyard pushed to slic3r (f24). "Mandatory Perl build-requires added "

2016-08-31 Thread notifications
From 0d5af19199f9c27eb3645ec0ebbf0872d0873fbc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 24 Jun 2016 09:25:19 +0200
Subject: Mandatory Perl build-requires added
 

---
 slic3r.spec | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/slic3r.spec b/slic3r.spec
index f024d22..a555492 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -28,6 +28,8 @@ Patch6: %{name}-boolcast.patch
 Source1:%{name}.desktop
 Source2:%{name}.appdata.xml
 
+BuildRequires:  perl-devel
+BuildRequires:  perl-generators
 BuildRequires:  perl(Class::XSAccessor)
 BuildRequires:  perl(Encode::Locale) >= 1.05
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.80
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=f24=0d5af19199f9c27eb3645ec0ebbf0872d0873fbc
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

churchyard pushed to slic3r (f23). "Rebuilt for Boost 1.59"

2016-08-31 Thread notifications
From 3d4976a50c408733c6f194d23b9b638bfd01b49b Mon Sep 17 00:00:00 2001
From: Jonathan Wakely 
Date: Thu, 27 Aug 2015 20:12:58 +0100
Subject: Rebuilt for Boost 1.59

---
 slic3r.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/slic3r.spec b/slic3r.spec
index 2ed5665..9d989bb 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:   slic3r
 Version:1.2.9
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -169,6 +169,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Thu Aug 27 2015 Jonathan Wakely  - 1.2.9-4
+- Rebuilt for Boost 1.59
+
 * Wed Jul 29 2015 Fedora Release Engineering  
- 1.2.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=f23=3d4976a50c408733c6f194d23b9b638bfd01b49b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

churchyard pushed to slic3r (f24). "Perl 5.24 rebuild"

2016-08-31 Thread notifications
From a956da886167b88ae6da97cad689d955716b0a7d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 16 May 2016 23:06:08 +0200
Subject: Perl 5.24 rebuild

---
 slic3r.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/slic3r.spec b/slic3r.spec
index 295883b..f024d22 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:   slic3r
 Version:1.2.9
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -179,6 +179,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Mon May 16 2016 Jitka Plesnikova  - 1.2.9-7
+- Perl 5.24 rebuild
+
 * Tue Feb 23 2016 Miro Hrončok  - 1.2.9-6
 - Add patch to fix FTBFS with Boost 1.60 (#1306668)
 - Add patch to manually cast too bool, fix other FTBFS
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=f24=a956da886167b88ae6da97cad689d955716b0a7d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

churchyard pushed to slic3r (f23). "Mandatory Perl build-requires added "

2016-08-31 Thread notifications
From 0d5af19199f9c27eb3645ec0ebbf0872d0873fbc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 24 Jun 2016 09:25:19 +0200
Subject: Mandatory Perl build-requires added
 

---
 slic3r.spec | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/slic3r.spec b/slic3r.spec
index f024d22..a555492 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -28,6 +28,8 @@ Patch6: %{name}-boolcast.patch
 Source1:%{name}.desktop
 Source2:%{name}.appdata.xml
 
+BuildRequires:  perl-devel
+BuildRequires:  perl-generators
 BuildRequires:  perl(Class::XSAccessor)
 BuildRequires:  perl(Encode::Locale) >= 1.05
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.80
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=f23=0d5af19199f9c27eb3645ec0ebbf0872d0873fbc
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

churchyard pushed to slic3r (master). "Fix bug that crashes slic3r when about dialog is opened (#1285807)"

2016-08-31 Thread notifications
From 0fe13f514666f503c4c1b1350c646081fd04809e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= 
Date: Wed, 31 Aug 2016 15:33:13 +0200
Subject: Fix bug that crashes slic3r when about dialog is opened (#1285807)

---
 slic3r-wxclose.patch | 13 +
 slic3r.spec  | 10 +-
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 slic3r-wxclose.patch

diff --git a/slic3r-wxclose.patch b/slic3r-wxclose.patch
new file mode 100644
index 000..cffe02e
--- /dev/null
+++ b/slic3r-wxclose.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/Slic3r/GUI/AboutDialog.pm b/lib/Slic3r/GUI/AboutDialog.pm
+index 6fc83b6..78f89ef 100644
+--- a/lib/Slic3r/GUI/AboutDialog.pm
 b/lib/Slic3r/GUI/AboutDialog.pm
+@@ -66,7 +66,7 @@ sub new {
+ $vsizer->Add($html, 1, wxEXPAND | wxALIGN_LEFT | wxRIGHT | wxBOTTOM, 20);
+ EVT_HTML_LINK_CLICKED($self, $html, \_clicked);
+ 
+-my $buttons = $self->CreateStdDialogButtonSizer(wxCLOSE);
++my $buttons = $self->CreateStdDialogButtonSizer(wxOK);
+ $self->SetEscapeId(wxID_CLOSE);
+ EVT_BUTTON($self, wxID_CLOSE, sub {
+ $self->EndModal(wxID_CLOSE);
diff --git a/slic3r.spec b/slic3r.spec
index a555492..160662c 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:   slic3r
 Version:1.2.9
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -25,6 +25,10 @@ Patch5: %{name}-boost160.patch
 # Will report upstream
 Patch6: %{name}-boolcast.patch
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1285807
+# 
https://github.com/alexrj/Slic3r/commit/1a09ae81db06602050ae83620268efa33ed14da1
+Patch7: %{name}-wxclose.patch
+
 Source1:%{name}.desktop
 Source2:%{name}.appdata.xml
 
@@ -87,6 +91,7 @@ for more information.
 #%%patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 # Remove bundled admesh, clipper, poly2tri and boost
 rm -rf xs/src/admesh
@@ -181,6 +186,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Wed Aug 31 2016 Miro Hrončok  - 1.2.9-8
+- Fix bug that crashes slic3r when about dialog is opened (#1285807)
+
 * Mon May 16 2016 Jitka Plesnikova  - 1.2.9-7
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=master=0fe13f514666f503c4c1b1350c646081fd04809e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

churchyard pushed to slic3r (f23). "Fix FTBFS (..more)"

2016-08-31 Thread notifications
From 3274ee789b75529b8cad7e779d9ca01d36875b24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= 
Date: Tue, 23 Feb 2016 18:32:28 +0100
Subject: Fix FTBFS

 * Add patch to fix FTBFS with Boost 1.60 (#1306668)
 * Add patch to manually cast too bool, fix other FTBFS
---
 slic3r-boolcast.patch | 40 
 slic3r-boost160.patch | 21 +
 slic3r.spec   | 16 +++-
 3 files changed, 76 insertions(+), 1 deletion(-)
 create mode 100644 slic3r-boolcast.patch
 create mode 100644 slic3r-boost160.patch

diff --git a/slic3r-boolcast.patch b/slic3r-boolcast.patch
new file mode 100644
index 000..8fb6c98
--- /dev/null
+++ b/slic3r-boolcast.patch
@@ -0,0 +1,40 @@
+diff --git a/xs/src/libslic3r/Config.hpp b/xs/src/libslic3r/Config.hpp
+index 49e999b..e3344e7 100644
+--- a/xs/src/libslic3r/Config.hpp
 b/xs/src/libslic3r/Config.hpp
+@@ -65,7 +65,7 @@ class ConfigOptionFloat : public ConfigOption
+ 
+ bool deserialize(std::string str) {
+ std::istringstream iss(str);
+-return iss >> this->value;
++return static_cast(iss >> this->value);
+ };
+ };
+ 
+@@ -124,7 +124,7 @@ class ConfigOptionInt : public ConfigOption
+ 
+ bool deserialize(std::string str) {
+ std::istringstream iss(str);
+-return iss >> this->value;
++return static_cast(iss >> this->value);
+ };
+ };
+ 
+@@ -249,7 +249,7 @@ class ConfigOptionPercent : public ConfigOption
+ bool deserialize(std::string str) {
+ // don't try to parse the trailing % since it's optional
+ std::istringstream iss(str);
+-return iss >> this->value;
++return static_cast(iss >> this->value);
+ };
+ };
+ 
+@@ -279,7 +279,7 @@ class ConfigOptionFloatOrPercent : public ConfigOption
+ bool deserialize(std::string str) {
+ this->percent = str.find_first_of("%") != std::string::npos;
+ std::istringstream iss(str);
+-return iss >> this->value;
++return static_cast(iss >> this->value);
+ };
+ };
+ 
diff --git a/slic3r-boost160.patch b/slic3r-boost160.patch
new file mode 100644
index 000..b71af38
--- /dev/null
+++ b/slic3r-boost160.patch
@@ -0,0 +1,21 @@
+diff --git a/xs/src/libslic3r/Point.hpp b/xs/src/libslic3r/Point.hpp
+index f9850c7..9a52f3f 100644
+--- a/xs/src/libslic3r/Point.hpp
 b/xs/src/libslic3r/Point.hpp
+@@ -128,16 +128,6 @@ class Pointf3 : public Pointf
+ namespace boost { namespace polygon {
+ template <>
+ struct geometry_concept { typedef coordinate_concept type; };
+-
+-template <>
+-struct coordinate_traits {
+-typedef coord_t coordinate_type;
+-typedef long double area_type;
+-typedef long long manhattan_area_type;
+-typedef unsigned long long unsigned_area_type;
+-typedef long long coordinate_difference;
+-typedef long double coordinate_distance;
+-};
+ 
+ template <>
+ struct geometry_concept { typedef point_concept type; };
diff --git a/slic3r.spec b/slic3r.spec
index 2ccbda1..295883b 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:   slic3r
 Version:1.2.9
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -17,6 +17,14 @@ Patch2: %{name}-english-locale.patch
 Patch3: %{name}-linker.patch
 #Patch4: %{name}-clipper.patch
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1306668
+# https://github.com/alexrj/Slic3r/issues/3117#issuecomment-187767676
+Patch5: %{name}-boost160.patch
+
+# Patch to manually cast too bool, fix FTBFS
+# Will report upstream
+Patch6: %{name}-boolcast.patch
+
 Source1:%{name}.desktop
 Source2:%{name}.appdata.xml
 
@@ -75,6 +83,8 @@ for more information.
 %patch2 -p1
 %patch3 -p1
 #%%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 # Remove bundled admesh, clipper, poly2tri and boost
 rm -rf xs/src/admesh
@@ -169,6 +179,10 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Tue Feb 23 2016 Miro Hrončok  - 1.2.9-6
+- Add patch to fix FTBFS with Boost 1.60 (#1306668)
+- Add patch to manually cast too bool, fix other FTBFS
+
 * Fri Feb 05 2016 Fedora Release Engineering  - 
1.2.9-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=f23=3274ee789b75529b8cad7e779d9ca01d36875b24
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

churchyard pushed to slic3r (f23). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-08-31 Thread notifications
From 5dca857bfa0e09058f2c6aee0443d85d1dd27759 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Fri, 5 Feb 2016 00:09:29 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 slic3r.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/slic3r.spec b/slic3r.spec
index 9d989bb..2ccbda1 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:   slic3r
 Version:1.2.9
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -169,6 +169,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Fri Feb 05 2016 Fedora Release Engineering  - 
1.2.9-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Thu Aug 27 2015 Jonathan Wakely  - 1.2.9-4
 - Rebuilt for Boost 1.59
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=f23=5dca857bfa0e09058f2c6aee0443d85d1dd27759
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

churchyard pushed to slic3r (f25). "Fix bug that crashes slic3r when about dialog is opened (#1285807)"

2016-08-31 Thread notifications
From 0fe13f514666f503c4c1b1350c646081fd04809e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= 
Date: Wed, 31 Aug 2016 15:33:13 +0200
Subject: Fix bug that crashes slic3r when about dialog is opened (#1285807)

---
 slic3r-wxclose.patch | 13 +
 slic3r.spec  | 10 +-
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 slic3r-wxclose.patch

diff --git a/slic3r-wxclose.patch b/slic3r-wxclose.patch
new file mode 100644
index 000..cffe02e
--- /dev/null
+++ b/slic3r-wxclose.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/Slic3r/GUI/AboutDialog.pm b/lib/Slic3r/GUI/AboutDialog.pm
+index 6fc83b6..78f89ef 100644
+--- a/lib/Slic3r/GUI/AboutDialog.pm
 b/lib/Slic3r/GUI/AboutDialog.pm
+@@ -66,7 +66,7 @@ sub new {
+ $vsizer->Add($html, 1, wxEXPAND | wxALIGN_LEFT | wxRIGHT | wxBOTTOM, 20);
+ EVT_HTML_LINK_CLICKED($self, $html, \_clicked);
+ 
+-my $buttons = $self->CreateStdDialogButtonSizer(wxCLOSE);
++my $buttons = $self->CreateStdDialogButtonSizer(wxOK);
+ $self->SetEscapeId(wxID_CLOSE);
+ EVT_BUTTON($self, wxID_CLOSE, sub {
+ $self->EndModal(wxID_CLOSE);
diff --git a/slic3r.spec b/slic3r.spec
index a555492..160662c 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:   slic3r
 Version:1.2.9
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -25,6 +25,10 @@ Patch5: %{name}-boost160.patch
 # Will report upstream
 Patch6: %{name}-boolcast.patch
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1285807
+# 
https://github.com/alexrj/Slic3r/commit/1a09ae81db06602050ae83620268efa33ed14da1
+Patch7: %{name}-wxclose.patch
+
 Source1:%{name}.desktop
 Source2:%{name}.appdata.xml
 
@@ -87,6 +91,7 @@ for more information.
 #%%patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 # Remove bundled admesh, clipper, poly2tri and boost
 rm -rf xs/src/admesh
@@ -181,6 +186,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Wed Aug 31 2016 Miro Hrončok  - 1.2.9-8
+- Fix bug that crashes slic3r when about dialog is opened (#1285807)
+
 * Mon May 16 2016 Jitka Plesnikova  - 1.2.9-7
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=f25=0fe13f514666f503c4c1b1350c646081fd04809e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1371941] perl-Digest-SHA3-0.25 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371941



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1196364
  --> https://bugzilla.redhat.com/attachment.cgi?id=1196364=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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1371941] perl-Digest-SHA3-0.25 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371941



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Digest-SHA3-0.24 failed.

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

[Bug 1371941] perl-Digest-SHA3-0.25 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371941



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

[Bug 1371941] New: perl-Digest-SHA3-0.25 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371941

Bug ID: 1371941
   Summary: perl-Digest-SHA3-0.25 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Digest-SHA3
  Keywords: FutureFeature, Triaged
  Assignee: dd...@cpan.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: dd...@cpan.org, perl-devel@lists.fedoraproject.org



Latest upstream release: 0.25
Current version/release in rawhide: 0.24-5.fc25
URL: http://search.cpan.org/dist/Digest-SHA3/

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/11584/

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

Re: [Modularity] Messing around with building modules

2016-08-31 Thread Ralph Bean
On Wed, Aug 31, 2016 at 10:32:39AM +0200, Adam Samalik wrote:
> We definitely needed something like that, great!
> 
> Do you think it would make sense to split the instructions into two parts?
> Something like:
> 
> 1. Prepare your environment to make it work with our dev infra - "the stuff
> you won't need to do in the future"
> 
> 2. Build a module - "The actual workflow"
> 
> I guess might make it easier for people to understand it/see it less
> complicated more quickly. And then we could even provide a Vagrantfile with
> everything from the first part prepared.
> 
> Does it make sense?

Yeah, sounds good to me.  :)

It's a wiki, so if anyone has time to take that on, please feel free
to make the edits.


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


jplesnik pushed to perl-Data-Validate-Domain (master). "0.14 bump"

2016-08-31 Thread notifications
From 8325cb5758bbaf335e72c073384fe49aa4582b8d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 31 Aug 2016 15:22:24 +0200
Subject: 0.14 bump

---
 .gitignore |  1 +
 perl-Data-Validate-Domain.spec | 11 +++
 sources|  2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index e3e1ef7..0996057 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Data-Validate-Domain-0.10.tar.gz
 /Data-Validate-Domain-0.11.tar.gz
 /Data-Validate-Domain-0.12.tar.gz
+/Data-Validate-Domain-0.14.tar.gz
diff --git a/perl-Data-Validate-Domain.spec b/perl-Data-Validate-Domain.spec
index 8e673c5..3f2643f 100644
--- a/perl-Data-Validate-Domain.spec
+++ b/perl-Data-Validate-Domain.spec
@@ -1,5 +1,5 @@
 Name:  perl-Data-Validate-Domain
-Version:   0.12
+Version:   0.14
 Release:   1%{?dist}
 Summary:   Domain validation methods Perl module
 
@@ -17,10 +17,10 @@ BuildRequires:  perl-generators
 BuildRequires: perl(Exporter)
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(File::Spec)
-BuildRequires: perl(Net::Domain::TLD) >= 1.62
+BuildRequires: perl(Net::Domain::TLD) >= 1.74
 BuildRequires: perl(strict)
 BuildRequires: perl(Test2::Plugin::UTF8)
-BuildRequires: perl(Test::More) >= 0.96
+BuildRequires: perl(Test::More) >= 1.302015
 BuildRequires: perl(warnings)
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -49,7 +49,7 @@ make %{?_smp_mflags}
 
 %install
 %{__make} pure_install DESTDIR=$RPM_BUILD_ROOT
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}/*
 
 
@@ -65,6 +65,9 @@ make test
 
 
 %changelog
+* Wed Aug 31 2016 Jitka Plesnikova  - 0.14-1
+- 0.14 bump
+
 * Mon Aug 01 2016 Jitka Plesnikova  - 0.12-1
 - 0.12 bump
 
diff --git a/sources b/sources
index 41f094a..4bc7d48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f043be0e8b764586e4fcbdcf36d112f  Data-Validate-Domain-0.12.tar.gz
+699d4bde18afa56554d2579c1137ca8d  Data-Validate-Domain-0.14.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Data-Validate-Domain.git/commit/?h=master=8325cb5758bbaf335e72c073384fe49aa4582b8d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik uploaded Data-Validate-Domain-0.14.tar.gz for perl-Data-Validate-Domain

2016-08-31 Thread notifications
699d4bde18afa56554d2579c1137ca8d  Data-Validate-Domain-0.14.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Data-Validate-Domain/Data-Validate-Domain-0.14.tar.gz/md5/699d4bde18afa56554d2579c1137ca8d/Data-Validate-Domain-0.14.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1357698] perl-Catalyst-Runtime-5.80033-1.el6.noarch missing dependencies

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1357698



--- Comment #15 from Fedora Update System  ---
perl-HTTP-Request-AsCGI-1.2-3.el6 has been pushed to the Fedora EPEL 6 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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1357698] perl-Catalyst-Runtime-5.80033-1.el6.noarch missing dependencies

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1357698



--- Comment #14 from Fedora Update System  ---
perl-MooseX-Types-Common-0.001002-2.el6 has been pushed to the Fedora EPEL 6
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1357698] perl-Catalyst-Runtime-5.80033-1.el6.noarch missing dependencies

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1357698



--- Comment #13 from Fedora Update System  ---
perl-MooseX-MethodAttributes-0.24-2.el6 has been pushed to the Fedora EPEL 6
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1357698] perl-Catalyst-Runtime-5.80033-1.el6.noarch missing dependencies

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1357698

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2016-08-31 09:19:46



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

[Bug 1357698] perl-Catalyst-Runtime-5.80033-1.el6.noarch missing dependencies

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1357698



--- Comment #12 from Fedora Update System  ---
perl-MooseX-Emulate-Class-Accessor-Fast-0.00903-4.el6 has been pushed to the
Fedora EPEL 6 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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1285807] Opening About Slic3r dialog window crashes slic3r

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285807



--- Comment #4 from Miro Hrončok  ---
Will patch it on Fedora level.

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

Re: perl-Parse-CPAN-Meta merging into perl-CPAN-Meta

2016-08-31 Thread Paul Howarth

On 31/08/16 08:12, Petr Pisar wrote:

On Fri, Aug 19, 2016 at 09:57:18AM +0100, Paul Howarth wrote:

Upstream has merged Parse::CPAN::Meta into the CPAN-Meta dist. Normally, I'd
just add appropriate obsoletes/provides, retire perl-Parse-CPAN-Meta and
that would be that. However, the perl-Parse-CPAN-Meta package has an epoch,
which the perl-CPAN-Meta package does not, so in order to avoid
self-obsoletion, I would have to bump epoch in the perl-CPAN-Meta package
too.


I think the obsoletion applies only to package. Not to Provides (RPM symbols).
That means it will not obsolete itself. But I did not try it.


It would if there was a provide for perl-Parse-CPAN-Meta I believe (as 
opposed to perl(Parse::CPAN::Meta), which is of course provided 
automatically in the new perl-CPAN-Meta package).



Alternatively, I could take up the hint here:
https://fedoraproject.org/wiki/Upgrade_paths_%E2%80%94_renaming_or_splitting_packages#Do_I_need_to_Provide_my_old_package_names.3F

and have the obsolete without the provide. This looks much cleaner, and
there's only one package in Rawhide that requires perl-Parse-CPAN-Meta
explicitly, which is perl-core. So if that dependency was dropped (the
existing dependency on perl-CPAN-Meta will still be there to pull in the
module), all would be well.


We need the dependency for bootstrapping because perl-Parse-CPAN-Meta is
perl.spec's subpackage when bootstrapping. But that could be fixed by
replaceing perl-core's dependency from perl-Parse-CPAN-Meta to
perl(Parse::CPAN::Meta).

Another option would be to provide unversioned perl-Parse-CPAN-Meta from
perl-CPAN-Meta or version it including the the "1" epoch.

Yet another option is to make real perl-Parse-CPAN-Meta sub-package in
perl-CPAN-Meta.spec with "1" epoch.

But all that makes things more complicated. I would change perl-core's
dependency to perl(Parse::CPAN::Meta) and then upgrade perl-CPAN-Meta with
obsoleting but without providing perl-Parse-CPAN-Meta.


Good, that's what I was wanting to hear. The other thing that needs 
doing in the main perl spec is to merge the perl-Parse-CPAN-Meta 
bootstrap package into the perl-CPAN-Meta bootstrap package, so that the 
packaging is the same as the dual-life packaging. That will then mean 
that the perl-core dependency on perl-Parse-CPAN-Meta can be removed 
rather than changed to perl(Parse::CPAN::Meta) as the existing 
dependency on perl-CPAN-Meta will then pull in the module.



Should this go to F-25 as well?


No. Removing packages breaks compatibility.


OK.

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

[Bug 1371933] perl-Cwd-utf8-0.009 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371933



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1196360
  --> https://bugzilla.redhat.com/attachment.cgi?id=1196360=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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1371933] perl-Cwd-utf8-0.009 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371933



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

[Bug 1371933] perl-Cwd-utf8-0.009 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371933



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Cwd-utf8-0.007 failed.

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

[Bug 1371933] New: perl-Cwd-utf8-0.009 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371933

Bug ID: 1371933
   Summary: perl-Cwd-utf8-0.009 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Cwd-utf8
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.009
Current version/release in rawhide: 0.007-5.fc25
URL: http://search.cpan.org/dist/Cwd-utf8/

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/11583/

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

jplesnik pushed to perl-Curses (master). "1.36 bump"

2016-08-31 Thread notifications
From d6f8e85eaa3b9efc64ffc87a02d3407260986010 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 31 Aug 2016 15:05:03 +0200
Subject: 1.36 bump

---
 .gitignore   | 1 +
 perl-Curses.spec | 5 -
 sources  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3f55cfa..7021c56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Curses-1.27.tgz
 /Curses-1.32.tgz
 /Curses-1.33.tar.gz
 /Curses-1.34.tar.gz
+/Curses-1.36.tar.gz
diff --git a/perl-Curses.spec b/perl-Curses.spec
index 56e0818..c6cf4c2 100644
--- a/perl-Curses.spec
+++ b/perl-Curses.spec
@@ -1,5 +1,5 @@
 Name:   perl-Curses
-Version:1.34
+Version:1.36
 Release:1%{?dist}
 Summary:Perl bindings for ncurses
 
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 31 2016 Jitka Plesnikova  - 1.36-1
+- 1.36 bump
+
 * Tue May 24 2016 Jitka Plesnikova  - 1.34-1
 - 1.34 bump
 
diff --git a/sources b/sources
index d584ac7..8516b05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-874c2103cc53552a0faa371c4d9119f6  Curses-1.34.tar.gz
+389c70ee5530b887f8e5dc1303cb5294  Curses-1.36.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Curses.git/commit/?h=master=d6f8e85eaa3b9efc64ffc87a02d3407260986010
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik uploaded Curses-1.36.tar.gz for perl-Curses

2016-08-31 Thread notifications
389c70ee5530b887f8e5dc1303cb5294  Curses-1.36.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Curses/Curses-1.36.tar.gz/md5/389c70ee5530b887f8e5dc1303cb5294/Curses-1.36.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-CGI-FormBuilder (master). "3.10 bump"

2016-08-31 Thread notifications
From 4fe82cdaa81d5cfe3846d9c595a3eb77afa5f1e2 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 31 Aug 2016 14:50:55 +0200
Subject: 3.10 bump

---
 .gitignore|  1 +
 perl-CGI-FormBuilder.spec | 11 +++
 sources   |  2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3fd1885..1873332 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 CGI-FormBuilder-3.0501.tgz
 /CGI-FormBuilder-3.08.tgz
 /CGI-FormBuilder-3.09.tgz
+/CGI-FormBuilder-3.10.tar.gz
diff --git a/perl-CGI-FormBuilder.spec b/perl-CGI-FormBuilder.spec
index ec30b7a..4b6b8b4 100644
--- a/perl-CGI-FormBuilder.spec
+++ b/perl-CGI-FormBuilder.spec
@@ -1,12 +1,12 @@
 Name:   perl-CGI-FormBuilder
-%global cpanversion 3.09
+%global cpanversion 3.10
 Version:%{cpanversion}00
-Release:3%{?dist}
+Release:1%{?dist}
 Summary:Easily generate and process stateful forms
 
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/CGI-FormBuilder/
-Source0:
http://search.cpan.org/CPAN/authors/id/N/NW/NWIGER/CGI-FormBuilder-%{cpanversion}.tgz
+Source0:
http://search.cpan.org/CPAN/authors/id/B/BI/BIGPRESH/CGI-FormBuilder-%{cpanversion}.tar.gz
 
 BuildArch:  noarch
 BuildRequires:  coreutils
@@ -58,7 +58,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -70,6 +70,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Aug 31 2016 Jitka Plesnikova  - 3.1000-1
+- 3.10 bump
+
 * Mon May 16 2016 Jitka Plesnikova  - 3.0900-3
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 89240cf..67844a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11aa9bc8bb64f2c1f6139eb19b77b923  CGI-FormBuilder-3.09.tgz
+d1fa1ebbfe852a31f0179899ed0c6bcc  CGI-FormBuilder-3.10.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-CGI-FormBuilder.git/commit/?h=master=4fe82cdaa81d5cfe3846d9c595a3eb77afa5f1e2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik uploaded CGI-FormBuilder-3.10.tar.gz for perl-CGI-FormBuilder

2016-08-31 Thread notifications
d1fa1ebbfe852a31f0179899ed0c6bcc  CGI-FormBuilder-3.10.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-CGI-FormBuilder/CGI-FormBuilder-3.10.tar.gz/md5/d1fa1ebbfe852a31f0179899ed0c6bcc/CGI-FormBuilder-3.10.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Re: BuildRequires on obsoleted packages provided by Python

2016-08-31 Thread Charalampos Stratakis
And a clarification here:

The plan for renaming python is only for rawhide, while removing the 
Obsoletes/Provides might as well go in F25 as well, depending on the time frame 
that maintainers will be able to fix their packages.

Regards,

Charalampos Stratakis
Associate Software Engineer
Python Maintenance Team, Red Hat


- Original Message -
From: "Charalampos Stratakis" 
To: "Development discussions related to Fedora" 
Cc: "Fedora Python SIG" 
Sent: Wednesday, August 31, 2016 2:10:25 PM
Subject: BuildRequires on obsoleted packages provided by Python

Hello all,

While checking out the SPEC file of python, it seems there were some packages 
that, while separate at some point, they got included in python's stdlib and 
then obsoleted as standalone packages (thus to cope with the change, python was 
obsoleting these packages and providing them as well in the SPEC). So every 
package that currently (Build)Requires any of these packages will essentially 
drag python with it.

I will remove these provides soon, since the packages were orphaned long time 
ago, but the packages that still require them, will need to be fixed and 
(Build)Require python instead.

Here is a github commit with these changes from a testing repo:
https://github.com/fedora-python/python2-spec/commit/dfdd96e653d65ce68359553b378104fec260589c

And a list of the provided packages and the affected ones

Distutils: None

python-sqlite:
cas
yum

python-ctypes:
drobo-utils
glusterfs-extra-xlators
glusterfs-geo-replication
python-smbios

python-hashlib: 
pyrpkg

python-uuid: 
dpm-server-mysql
oz
python2-celery

python-argparse:
R2spec
catkin
diskimage-builder
euca2ools
fedora-review
feedstail
gfal2-util
glacier-cli
grin
hash-slinger
imagefactory
instack
libstoragemgmt
nordugrid-arc-nagios-plugins
os-apply-config
os-cloud-confic
os-collect-confic
os-net-config
pyrpkg
python-amqpclt
python-catkin_pkg
python-catkin_tools
python-cloudservers
python-gear
python-novaclient
python-postman
python-requestbuilder
python-rosdistro
python-rospkg
python-sparklines
python2-oslo-config
repo_manager
rpkg
vdsm

Depending on feedback here I will follow (or not) the mass bug filling 
procedure so maintainer fix their packages.

The reasoning behind this change, at the current time, is that I intent to 
rename python to python2 soon, which will lead to a re-review of python, so at 
the moment trying to have things as clear and consistent as possible. Plans for 
that change is only for rawhide (although it would be nice for f25 as well).

Regards,

Charalampos Stratakis
Associate Software Engineer
Python Maintenance Team, Red Hat
___
python-devel mailing list
python-de...@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/python-de...@lists.fedoraproject.org
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: BuildRequires on obsoleted packages provided by Python

2016-08-31 Thread Charalampos Stratakis
And a clarification here:

The plan for renaming python is only for rawhide, while removing the 
Obsoletes/Provides might as well go in F25 as well, depending on the time frame 
that maintainers will be able to fix their packages.

Regards,

Charalampos Stratakis
Associate Software Engineer
Python Maintenance Team, Red Hat


- Original Message -
From: "Charalampos Stratakis" 
To: "Development discussions related to Fedora" 
Cc: "Fedora Python SIG" 
Sent: Wednesday, August 31, 2016 2:10:25 PM
Subject: BuildRequires on obsoleted packages provided by Python

Hello all,

While checking out the SPEC file of python, it seems there were some packages 
that, while separate at some point, they got included in python's stdlib and 
then obsoleted as standalone packages (thus to cope with the change, python was 
obsoleting these packages and providing them as well in the SPEC). So every 
package that currently (Build)Requires any of these packages will essentially 
drag python with it.

I will remove these provides soon, since the packages were orphaned long time 
ago, but the packages that still require them, will need to be fixed and 
(Build)Require python instead.

Here is a github commit with these changes from a testing repo:
https://github.com/fedora-python/python2-spec/commit/dfdd96e653d65ce68359553b378104fec260589c

And a list of the provided packages and the affected ones

Distutils: None

python-sqlite:
cas
yum

python-ctypes:
drobo-utils
glusterfs-extra-xlators
glusterfs-geo-replication
python-smbios

python-hashlib: 
pyrpkg

python-uuid: 
dpm-server-mysql
oz
python2-celery

python-argparse:
R2spec
catkin
diskimage-builder
euca2ools
fedora-review
feedstail
gfal2-util
glacier-cli
grin
hash-slinger
imagefactory
instack
libstoragemgmt
nordugrid-arc-nagios-plugins
os-apply-config
os-cloud-confic
os-collect-confic
os-net-config
pyrpkg
python-amqpclt
python-catkin_pkg
python-catkin_tools
python-cloudservers
python-gear
python-novaclient
python-postman
python-requestbuilder
python-rosdistro
python-rospkg
python-sparklines
python2-oslo-config
repo_manager
rpkg
vdsm

Depending on feedback here I will follow (or not) the mass bug filling 
procedure so maintainer fix their packages.

The reasoning behind this change, at the current time, is that I intent to 
rename python to python2 soon, which will lead to a re-review of python, so at 
the moment trying to have things as clear and consistent as possible. Plans for 
that change is only for rawhide (although it would be nice for f25 as well).

Regards,

Charalampos Stratakis
Associate Software Engineer
Python Maintenance Team, Red Hat
___
python-devel mailing list
python-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/python-devel@lists.fedoraproject.org
___
python-devel mailing list
python-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/python-devel@lists.fedoraproject.org


[Bug 1371924] perl-Astro-FITS-CFITSIO-1.11 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371924



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1196356
  --> https://bugzilla.redhat.com/attachment.cgi?id=1196356=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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1371924] perl-Astro-FITS-CFITSIO-1.11 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371924



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

[Bug 1371924] perl-Astro-FITS-CFITSIO-1.11 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371924



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Astro-FITS-CFITSIO-1.10 failed.

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

[Bug 1371924] New: perl-Astro-FITS-CFITSIO-1.11 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371924

Bug ID: 1371924
   Summary: perl-Astro-FITS-CFITSIO-1.11 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Astro-FITS-CFITSIO
  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.11
Current version/release in rawhide: 1.10-11.fc25
URL: http://search.cpan.org/dist/Astro-FITS-CFITSIO/

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/11580/

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

[Bug 1365092] perl-Crypt-OpenSSL-X509-1.807 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1365092



--- Comment #6 from Fedora Update System  ---
perl-Crypt-OpenSSL-X509-1.807-1.fc25 has been submitted as an update to Fedora
25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-a42cedf44d

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

[Bug 1371921] New: perl-boolean-0.46 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371921

Bug ID: 1371921
   Summary: perl-boolean-0.46 is available
   Product: Fedora
   Version: rawhide
 Component: perl-boolean
  Keywords: FutureFeature, Triaged
  Assignee: ktdre...@ktdreyer.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, ktdre...@ktdreyer.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.46
Current version/release in rawhide: 0.45-5.fc25
URL: http://search.cpan.org/dist/boolean/

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/11579/

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

[Bug 1371921] perl-boolean-0.46 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371921



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1196355
  --> https://bugzilla.redhat.com/attachment.cgi?id=1196355=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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1371921] perl-boolean-0.46 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371921



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-boolean-0.45 failed.

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

[Bug 1371921] perl-boolean-0.46 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1371921



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

[Bug 1365092] perl-Crypt-OpenSSL-X509-1.807 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1365092



--- Comment #5 from Upstream Release Monitoring 
 ---
jplesnik's perl-Crypt-OpenSSL-X509-1.807-1.fc26 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=795852

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

[Bug 1361825] perl-Math-BaseCnv-1.14 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1361825

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Math-BaseCnv-1.14-1.fc
   ||26
 Resolution|--- |RAWHIDE
Last Closed||2016-08-31 08:29:33



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

[Bug 1365092] perl-Crypt-OpenSSL-X509-1.807 is available

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1365092

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
 CC||jples...@redhat.com
   Fixed In Version||perl-Crypt-OpenSSL-X509-1.8
   ||07-1.fc26
   Assignee|wjhns...@hardakers.net  |jples...@redhat.com



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

jplesnik pushed to perl-Crypt-OpenSSL-X509 (f25). "1.807 bump"

2016-08-31 Thread notifications
From 107821673e8b53d7001247effa1313ed6bc87f11 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 31 Aug 2016 14:24:18 +0200
Subject: 1.807 bump

---
 ...OpenSSL-X509-1.806-Fix-condition-negation.patch | 44 ---
 perl-Crypt-OpenSSL-X509-openssl.patch  | 62 --
 perl-Crypt-OpenSSL-X509.spec   | 13 +++--
 sources|  2 +-
 4 files changed, 7 insertions(+), 114 deletions(-)
 delete mode 100644 Crypt-OpenSSL-X509-1.806-Fix-condition-negation.patch
 delete mode 100644 perl-Crypt-OpenSSL-X509-openssl.patch

diff --git a/Crypt-OpenSSL-X509-1.806-Fix-condition-negation.patch 
b/Crypt-OpenSSL-X509-1.806-Fix-condition-negation.patch
deleted file mode 100644
index c671472..000
--- a/Crypt-OpenSSL-X509-1.806-Fix-condition-negation.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From e1117f13ef3895a738d2e6edfc288175b3677f77 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
-Date: Wed, 11 Feb 2015 13:18:38 +0100
-Subject: [PATCH] Fix condition negation
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-GCC 5.0 correctly warned on missing parathneses in (! c > 0)
-expression. This patch fixes it.
-
-
-
-
-Signed-off-by: Petr Písař 

- X509.xs | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/X509.xs b/X509.xs
-index 23f7666..32a1425 100644
 a/X509.xs
-+++ b/X509.xs
-@@ -181,7 +181,7 @@ static HV* hv_exts(X509* x509, int no_name) {
-   sv_2mortal((SV*)RETVAL);
-   c = X509_get_ext_count(x509);
- 
--  if ( ! c > 0 ) {
-+  if (!(c > 0)) {
- croak("No extensions found\n");
-   }
- 
-@@ -868,7 +868,7 @@ extension(x509, i)
- 
-   c = X509_get_ext_count(x509);
- 
--  if (!c > 0) {
-+  if (!(c > 0)) {
- croak("No extensions found\n");
-   } else if (i >= c || i < 0) {
- croak("Requested extension index out of range\n");
--- 
-1.9.3
-
diff --git a/perl-Crypt-OpenSSL-X509-openssl.patch 
b/perl-Crypt-OpenSSL-X509-openssl.patch
deleted file mode 100644
index b40d16a..000
--- a/perl-Crypt-OpenSSL-X509-openssl.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-diff -up Crypt-OpenSSL-X509-0.7/t/x509.t.openssl 
Crypt-OpenSSL-X509-0.7/t/x509.t
 Crypt-OpenSSL-X509-0.7/t/x509.t.openssl2009-08-26 10:06:16.0 
+0200
-+++ Crypt-OpenSSL-X509-0.7/t/x509.t2009-08-26 10:05:21.0 +0200
-@@ -12,7 +12,7 @@ ok($x509->fingerprint_md5() eq '51:86:E8
- ok($x509->issuer() eq 'C=US, O=VeriSign, Inc., OU=Class 1 Public Primary 
Certification Authority', 'issuer()');
- ok($x509->subject() eq 'C=US, O=VeriSign, Inc., OU=Class 1 Public Primary 
Certification Authority', 'subject()');
- 
--ok($x509->hash() eq '2edf7016', 'hash()');
-+ok($x509->hash() eq '2edf7016' or '24ad0b63', 'hash()');
- 
- ok($x509 = Crypt::OpenSSL::X509->new_from_file('certs/thawte.pem'), 
'new_from_file()');
- 
-diff -up Crypt-OpenSSL-X509-0.7/X509.xs.openssl Crypt-OpenSSL-X509-0.7/X509.xs
 Crypt-OpenSSL-X509-0.7/X509.xs.openssl 2008-02-23 23:18:11.0 
+0100
-+++ Crypt-OpenSSL-X509-0.7/X509.xs 2009-08-25 23:12:45.0 +0200
-@@ -252,12 +252,19 @@ accessor(x509)
-   } else if (ix == 7) {
- 
-   int j;
-+#if OPENSSL_VERSION_NUMBER >= 0x1000L
-+  STACK_OF(OPENSSL_STRING) *emlst = X509_get1_email(x509);
-+
-+  for (j = 0; j < sk_OPENSSL_STRING_num(emlst); j++) {
-+  BIO_printf(bio, "%s", sk_OPENSSL_STRING_value(emlst, 
j));
-+  }
-+#else
-   STACK *emlst = X509_get1_email(x509);
- 
-   for (j = 0; j < sk_num(emlst); j++) {
-   BIO_printf(bio, "%s", sk_value(emlst, j));
-   }
--
-+#endif
-   X509_email_free(emlst);
-   }
- 
-@@ -289,7 +296,17 @@ as_string(x509, format = FORMAT_PEM)
-   i2d_X509_bio(bio, x509);
- 
-   } else if (format == FORMAT_NETSCAPE) {
-+#if OPENSSL_VERSION_NUMBER >= 0x1000L
-+  NETSCAPE_X509 nx;
-+  ASN1_OCTET_STRING hdr;
-+
-+  hdr.data   = (unsigned char *)NETSCAPE_CERT_HDR;
-+  hdr.length = strlen(NETSCAPE_CERT_HDR);
-+  nx.header = 
-+  nx.cert   = x509;
- 
-+  ASN1_item_i2d_bio(ASN1_ITEM_rptr(NETSCAPE_X509), bio, );
-+#else
-   ASN1_HEADER ah;
-   ASN1_OCTET_STRING os;
- 
-@@ -300,6 +317,7 @@ as_string(x509, format = FORMAT_PEM)
-   ah.meth   = X509_asn1_meth();
- 
-   ASN1_i2d_bio(i2d_ASN1_HEADER, bio, (unsigned char *));
-+#endif
-   }
- 
-   RETVAL = sv_bio_final(bio);
diff --git a/perl-Crypt-OpenSSL-X509.spec b/perl-Crypt-OpenSSL-X509.spec
index c744eec..a135a01 100644
--- a/perl-Crypt-OpenSSL-X509.spec
+++ b/perl-Crypt-OpenSSL-X509.spec

jplesnik pushed to perl-Crypt-OpenSSL-X509 (master). "1.807 bump"

2016-08-31 Thread notifications
From 99ac964435b799cdd2b8f1d4d9aeb7b81642e624 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 31 Aug 2016 14:24:18 +0200
Subject: 1.807 bump

---
 ...OpenSSL-X509-1.806-Fix-condition-negation.patch | 44 ---
 perl-Crypt-OpenSSL-X509-openssl.patch  | 62 --
 perl-Crypt-OpenSSL-X509.spec   | 13 +++--
 sources|  2 +-
 4 files changed, 7 insertions(+), 114 deletions(-)
 delete mode 100644 Crypt-OpenSSL-X509-1.806-Fix-condition-negation.patch
 delete mode 100644 perl-Crypt-OpenSSL-X509-openssl.patch

diff --git a/Crypt-OpenSSL-X509-1.806-Fix-condition-negation.patch 
b/Crypt-OpenSSL-X509-1.806-Fix-condition-negation.patch
deleted file mode 100644
index c671472..000
--- a/Crypt-OpenSSL-X509-1.806-Fix-condition-negation.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From e1117f13ef3895a738d2e6edfc288175b3677f77 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
-Date: Wed, 11 Feb 2015 13:18:38 +0100
-Subject: [PATCH] Fix condition negation
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-GCC 5.0 correctly warned on missing parathneses in (! c > 0)
-expression. This patch fixes it.
-
-
-
-
-Signed-off-by: Petr Písař 

- X509.xs | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/X509.xs b/X509.xs
-index 23f7666..32a1425 100644
 a/X509.xs
-+++ b/X509.xs
-@@ -181,7 +181,7 @@ static HV* hv_exts(X509* x509, int no_name) {
-   sv_2mortal((SV*)RETVAL);
-   c = X509_get_ext_count(x509);
- 
--  if ( ! c > 0 ) {
-+  if (!(c > 0)) {
- croak("No extensions found\n");
-   }
- 
-@@ -868,7 +868,7 @@ extension(x509, i)
- 
-   c = X509_get_ext_count(x509);
- 
--  if (!c > 0) {
-+  if (!(c > 0)) {
- croak("No extensions found\n");
-   } else if (i >= c || i < 0) {
- croak("Requested extension index out of range\n");
--- 
-1.9.3
-
diff --git a/perl-Crypt-OpenSSL-X509-openssl.patch 
b/perl-Crypt-OpenSSL-X509-openssl.patch
deleted file mode 100644
index b40d16a..000
--- a/perl-Crypt-OpenSSL-X509-openssl.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-diff -up Crypt-OpenSSL-X509-0.7/t/x509.t.openssl 
Crypt-OpenSSL-X509-0.7/t/x509.t
 Crypt-OpenSSL-X509-0.7/t/x509.t.openssl2009-08-26 10:06:16.0 
+0200
-+++ Crypt-OpenSSL-X509-0.7/t/x509.t2009-08-26 10:05:21.0 +0200
-@@ -12,7 +12,7 @@ ok($x509->fingerprint_md5() eq '51:86:E8
- ok($x509->issuer() eq 'C=US, O=VeriSign, Inc., OU=Class 1 Public Primary 
Certification Authority', 'issuer()');
- ok($x509->subject() eq 'C=US, O=VeriSign, Inc., OU=Class 1 Public Primary 
Certification Authority', 'subject()');
- 
--ok($x509->hash() eq '2edf7016', 'hash()');
-+ok($x509->hash() eq '2edf7016' or '24ad0b63', 'hash()');
- 
- ok($x509 = Crypt::OpenSSL::X509->new_from_file('certs/thawte.pem'), 
'new_from_file()');
- 
-diff -up Crypt-OpenSSL-X509-0.7/X509.xs.openssl Crypt-OpenSSL-X509-0.7/X509.xs
 Crypt-OpenSSL-X509-0.7/X509.xs.openssl 2008-02-23 23:18:11.0 
+0100
-+++ Crypt-OpenSSL-X509-0.7/X509.xs 2009-08-25 23:12:45.0 +0200
-@@ -252,12 +252,19 @@ accessor(x509)
-   } else if (ix == 7) {
- 
-   int j;
-+#if OPENSSL_VERSION_NUMBER >= 0x1000L
-+  STACK_OF(OPENSSL_STRING) *emlst = X509_get1_email(x509);
-+
-+  for (j = 0; j < sk_OPENSSL_STRING_num(emlst); j++) {
-+  BIO_printf(bio, "%s", sk_OPENSSL_STRING_value(emlst, 
j));
-+  }
-+#else
-   STACK *emlst = X509_get1_email(x509);
- 
-   for (j = 0; j < sk_num(emlst); j++) {
-   BIO_printf(bio, "%s", sk_value(emlst, j));
-   }
--
-+#endif
-   X509_email_free(emlst);
-   }
- 
-@@ -289,7 +296,17 @@ as_string(x509, format = FORMAT_PEM)
-   i2d_X509_bio(bio, x509);
- 
-   } else if (format == FORMAT_NETSCAPE) {
-+#if OPENSSL_VERSION_NUMBER >= 0x1000L
-+  NETSCAPE_X509 nx;
-+  ASN1_OCTET_STRING hdr;
-+
-+  hdr.data   = (unsigned char *)NETSCAPE_CERT_HDR;
-+  hdr.length = strlen(NETSCAPE_CERT_HDR);
-+  nx.header = 
-+  nx.cert   = x509;
- 
-+  ASN1_item_i2d_bio(ASN1_ITEM_rptr(NETSCAPE_X509), bio, );
-+#else
-   ASN1_HEADER ah;
-   ASN1_OCTET_STRING os;
- 
-@@ -300,6 +317,7 @@ as_string(x509, format = FORMAT_PEM)
-   ah.meth   = X509_asn1_meth();
- 
-   ASN1_i2d_bio(i2d_ASN1_HEADER, bio, (unsigned char *));
-+#endif
-   }
- 
-   RETVAL = sv_bio_final(bio);
diff --git a/perl-Crypt-OpenSSL-X509.spec b/perl-Crypt-OpenSSL-X509.spec
index c744eec..a135a01 100644
--- a/perl-Crypt-OpenSSL-X509.spec
+++ b/perl-Crypt-OpenSSL-X509.spec

jplesnik uploaded Crypt-OpenSSL-X509-1.807.tar.gz for perl-Crypt-OpenSSL-X509

2016-08-31 Thread notifications
c9a687adeaf896c8f262b96b7f851e43  Crypt-OpenSSL-X509-1.807.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Crypt-OpenSSL-X509/Crypt-OpenSSL-X509-1.807.tar.gz/md5/c9a687adeaf896c8f262b96b7f851e43/Crypt-OpenSSL-X509-1.807.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

BuildRequires on obsoleted packages provided by Python

2016-08-31 Thread Charalampos Stratakis
Hello all,

While checking out the SPEC file of python, it seems there were some packages 
that, while separate at some point, they got included in python's stdlib and 
then obsoleted as standalone packages (thus to cope with the change, python was 
obsoleting these packages and providing them as well in the SPEC). So every 
package that currently (Build)Requires any of these packages will essentially 
drag python with it.

I will remove these provides soon, since the packages were orphaned long time 
ago, but the packages that still require them, will need to be fixed and 
(Build)Require python instead.

Here is a github commit with these changes from a testing repo:
https://github.com/fedora-python/python2-spec/commit/dfdd96e653d65ce68359553b378104fec260589c

And a list of the provided packages and the affected ones

Distutils: None

python-sqlite:
cas
yum

python-ctypes:
drobo-utils
glusterfs-extra-xlators
glusterfs-geo-replication
python-smbios

python-hashlib: 
pyrpkg

python-uuid: 
dpm-server-mysql
oz
python2-celery

python-argparse:
R2spec
catkin
diskimage-builder
euca2ools
fedora-review
feedstail
gfal2-util
glacier-cli
grin
hash-slinger
imagefactory
instack
libstoragemgmt
nordugrid-arc-nagios-plugins
os-apply-config
os-cloud-confic
os-collect-confic
os-net-config
pyrpkg
python-amqpclt
python-catkin_pkg
python-catkin_tools
python-cloudservers
python-gear
python-novaclient
python-postman
python-requestbuilder
python-rosdistro
python-rospkg
python-sparklines
python2-oslo-config
repo_manager
rpkg
vdsm

Depending on feedback here I will follow (or not) the mass bug filling 
procedure so maintainer fix their packages.

The reasoning behind this change, at the current time, is that I intent to 
rename python to python2 soon, which will lead to a re-review of python, so at 
the moment trying to have things as clear and consistent as possible. Plans for 
that change is only for rawhide (although it would be nice for f25 as well).

Regards,

Charalampos Stratakis
Associate Software Engineer
Python Maintenance Team, Red Hat
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Broken dependencies: perl-Data-Alias

2016-08-31 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
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.

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

[EPEL-devel] Re: Adding the devtoolset repo for EPEL builds

2016-08-31 Thread Stephen John Smoogen
On 31 August 2016 at 04:58, dani  wrote:
>
>
> On 29/08//2016 22:23, Jason L Tibbitts III wrote:
>>>
>>> "d" == dani   writes:
>>
>> d> I think it is high time to rethink the single version of a package
>> d> policy, and come up with some scheme that would allow for any package
>> d> to maintain multiple versions in a consistent manner.
>>
>> We don't have such a policy.  At least Fedora doesn't.  In fact, adding
>> another version of an existing package doesn't require a pass through
>> the review process.  The packages just need to not conflict and be named
>> appropriately.  Dealing with the names of binaries is left up to the
>> packager.
>>
>>   - J<
>
> There is no policy for multiversioning, which results in an inconsistent
> packaging scheme for each multi-version provided, with some relying on
> alternatives, others add new sub-hierarchy to /usr and almost none consider
> allowing for other versions other than their own.
>
> Alternatives forces system-wide defaults, with the different versions not
> easily accessible, or used as a group. SCL solves that issue, but must be
> applied on a full suite basis only, and only at the version points provided
> by any scl repo.
>
> As mentioned, it doesn't exists for other architectures, the way native
> fedora rpms do.
>
> As far as i could tell, the main argument against my scheme was usage of
> /opt, yet it is approved for scl, despite scl's limitations.
>

No that is not the main argument at all. There isn't an argument here.
The issue is that your scheme needs to be fully written up and then
reviewed and approved by the Fedora Packaging Committee and FESCO.
This is what every other packaging scheme (for everything from SCL to
ruby to java)  has to do.

No one is going to write up the policy for you. No one is going to
champion it for you. Not because we are against what you are doing but
because most of us have 20 other jobs that we have to get done at any
other time and our 'free' time is very limited.


> I'm only asking for a clear policy regarding multiversion packages, which
> would define clear guidelines on any submission requests.
>
>
> ___
> epel-devel mailing list
> epel-devel@lists.fedoraproject.org
> https://lists.fedoraproject.org/admin/lists/epel-devel@lists.fedoraproject.org
>



-- 
Stephen J Smoogen.
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/epel-devel@lists.fedoraproject.org


[Bug 1367848] razor2 check failed, invalid argument since upgrade to FC24

2016-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1367848



--- Comment #2 from d...@islenet.com ---
When I attempt to execute the above recommended work around, there are no
matches.

ausearch -c '7370616D64206368696C64' --raw | audit2allow -M
my-7370616D64206368696C64
Nothing to do

ausearch -c '7370616D64206368696C64'


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

  1   2   >