Re: Snaps and Fedora

2016-07-22 Thread Andrew Lutomirski
On Jul 22, 2016 5:48 PM, "Neal Gompa"  wrote:
> This is done through the "plugs" and "slots" that can be used to
> create interfaces among them. This is a true superset of the
> capability provided by Flatpak through Portals, since it can be used
> to export non-DBus oriented communications mechanisms. This is
> described on the Snapcraft documentation[0].
>

I think (from reading the docs a bit -- I haven't tried it or looked at the
code) that snap interfaces are powerful but not in a good way for desktop
apps.  They seem to work a lot like Android permissions -- an app asks for
an interface and won't work without it.  The trouble is that they're very
coarse grained and grant global access.  I, as a user, don't want to give
my apps $HOME access, and I don't want apps written to expect $HOME
access.  Apps should automatically get permission to show a file open box
and get that file only.

Flatpak gets this right.

Admittedly, the Flatpak approach won't work directly for, say, a web
server.  But IMO it would much better if, instead of "network-bind", there
was "bind-port" and admins could connect their server to the specific port
it needed.

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


Re: Snaps and Fedora

2016-07-22 Thread Haïkel
http://www.ubuntu.com/legal/contributors

2016-07-23 2:46 GMT+02:00 Neal Gompa :
> Hello all,
>
> Over the course of this week, I've been involved in the first Snap
> sprint focused on making the Snap system broadly useful and workable
> across a wide variety of Linux distributions. While I obviously did
> not represent Fedora in any official capacity (and I'm not even really
> sure it's possible for a person to represent such a diverse community
> such as ours), I ensured that Fedora was part of the conversation when
> it came to evolving the Snap system.
>

Thanks Neal for sharing your notes.
It's interesting to have accurate status of snappy on Fedora.


> There are some interesting highlights from the event that I think are
> quite relevant to Fedora:
>
> * Snaps are intended to evolve beyond Ubuntu. While snaps have their
> origins in Click for Ubuntu Touch user apps, the Snap system is
> clearly designed to support a broader array of capabilities and
> systems. Snaps can be used to handle OS components, services, CLI
> tools, desktop applications, build environments, web services, and so
> on.
>

Well, I know first hand, that non-Ubuntu system support is still alpha at best.
It's welcome that Canonical is working to expand support to other
distributions, windowing system, and kernel security modules, though.

> * Runtimes are supported in snaps. While technically there's no
> specific "type" of snap, it's possible to build a snap that contains
> common libraries and services that can be connected to other snaps.
> This is done through the "plugs" and "slots" that can be used to
> create interfaces among them. This is a true superset of the
> capability provided by Flatpak through Portals, since it can be used
> to export non-DBus oriented communications mechanisms. This is
> described on the Snapcraft documentation[0].
>

I wouldn't be so affirmative on that, it slightly inaccurante but I'll
let people with more knowledge of flatpak internals answering that.

> * SELinux-based confinement is a _very_ high priority. As most know,
> snapd currently only works on systems using AppArmor and seccomp, and
> only those using AppArmor patches developed by Ubuntu that are in the
> process of being upstreamed. For SELinux support, we aren't exactly
> sure how this will be pulled off. I proposed something along the lines
> of how confinement works for Docker containers and virtual machines
> (sVirt), but I'm not sure if that's the right approach for enabling
> proper confinement while allowing the sandboxes to support the
> interconnection capabilities of snaps. The way that the Snap system
> enforces confinement using AppArmor and seccomp is by generating a
> profile for the snap on the fly that defines what it can and cannot do
> and access for the mounted snap filesystem (from the squashfs image).
> This policy is applied, locking down the snap's environment. I'm
> curious to hear from others on how the approach should be for
> providing confinement using SELinux.
>

To be more precise, until recently, snappy website recommended to
setenforce 0 as it didn't interact well with SELinux.
That statement was removed though it's still not fixed.

> * Detection and auto-configuration of confinement is coming.
> Snap-confine currently relies on build time configuration to figure
> out whether it should support confinement. However, this will change.
> Snap-confine will be merged into snapd and snapd will be set up to
> query and set up whatever confinement is possible, given the
> information returned from the kernel and systemd about what
> confinement mechanisms are supported.
>
> * The snap format is simple and lends itself to being able to be
> generated by many kinds of tools. While the current main tool used to
> make snaps is Snapcraft, there's no reason someone couldn't build a
> "snapbuild" (like rpmbuild, debbuild[1], and pkgbuild[2]) that could
> theoretically use RPM spec format (or a derivative of it) to build
> snaps.
>
> * Snapcraft is currently Ubuntu specific, but will be reworked to
> remove that. Snapcraft and the snapcraft.yaml format will change to
> enable easily and reproducibly building snaps using Debian and RPM
> based distro bases in addition to Ubuntu[3]. The goal is to make it
> possible for a distribution like Fedora to be able to easily add
> support for building snaps and snap parts from Fedora infrastructure
> using Fedora packages/software, along the lines of what we do now for
> Docker images, so that people can use them in their own snaps or
> solutions.
>
> * The VideoLAN project now officially offers a VLC snap[4], and the
> Elementary OS folks are working on snaps for their Pantheon Desktop
> applications and tying it to an Elementary GTK runtime snap.
> Similarly, the KDE Neon folks are developing a KDE Frameworks 5
> runtime snap and building application snaps to use them.
>
> * Using snapd with alternative stores is possible. In fact, the tests
> done on 

Re: Request for Testing: New Auth Method for Phabricator

2016-07-22 Thread Viorel Tabara
On Thu Jul 21 2016 03:55:39 GMT-0600 (MDT) Josef Skladanka 
 wrote:
> Linking the account worked for me just fine, although I stumbled upon
> the Err 500 while trying to log-in via persona (worked on the second
> try, though).
> After logging out, and re-logging in via Ipsilon for the first and
> third time, this is what I got:
> 
> Unhandled Exception ("HTTPFutureHTTPResponseStatus")
> [HTTP/400]
>   Bad Request  charset="UTF-8">   media="screen, print">  rel="stylesheet" media="screen, print">id="badge" tabindex="-1">  Access token error: unsupported_grant_type
> 

1. Start fresh I logged in successfully.

2. Log out and log back in. Just as Josef, I got the 
   HTTPFutureHTTPResponseStatus" error.

3. Re-logged in several times without further errors.

4. Remove phab.stg and iddev.fp.o domain cookies to force a full authentication 
   and logged in successfully.

5. Re-login.

6. Received the same error "unsupported_grant_type" that Josef received on his 
   second login test.

7. Click home page and follow the login process.

8. Error: "unsupported_grant_type".

9. Repeat step 6.

10. Error: "HTTPFutureHTTPResponseStatus". 

11. Repeat step 6.

12. Login successful.

13. Re-login.

14. Error: "HTTPFutureHTTPResponseStatus".

15. Repeat step 6.

16. Login successful.


I'll stop here ;)

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


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

2016-07-22 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
 380  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031   
python-virtualenv-12.0.7-1.el6
 374  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168   
rubygem-crack-0.3.2-2.el6
 305  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8156   
nagios-4.0.8-1.el6
 264  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e2b4b5b2fb   
mcollective-2.8.4-1.el6
 236  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-35e240edd9   
thttpd-2.25b-24.el6
 128  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8fbd838843   
dropbear-2016.72-1.el6
 121  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-30a8346813   
vtun-3.0.1-10.el6
  27  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-db7e78fac7   
php-PHPMailer-5.2.16-2.el6
  20  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-d0e444c5f2   
pypy-5.0.1-4.el6
  19  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-7a25f65890   
nginx-1.10.1-1.el6
  12  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-32abd4c903   
tcpreplay-4.1.1-2.el6
  10  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-225fc51f32   
chicken-4.11.0-2.el6
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-d1c7111779   
p7zip-16.02-1.el6
   2  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-1cbd9dc578   
drupal7-views-3.14-1.el6


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

MUMPS-5.0.2-1.el6
R-Rcpp-0.12.6-1.el6
engauge-digitizer-9.0-1.el6
opendkim-2.10.3-6.el6
python-libcloud-1.1.0-1.el6

Details about builds:



 MUMPS-5.0.2-1.el6 (FEDORA-EPEL-2016-05b9d0ceb0)
 A MUltifrontal Massively Parallel sparse direct Solver

Update Information:

- Update to 5.0.2




 R-Rcpp-0.12.6-1.el6 (FEDORA-EPEL-2016-9c40a86d27)
 Seamless R and C++ Integration

Update Information:

See https://cran.r-project.org/web/packages/Rcpp/news.html




 engauge-digitizer-9.0-1.el6 (FEDORA-EPEL-2016-90cc8ec1db)
 Convert graphs or map files into numbers

Update Information:

- Update to 9.0




 opendkim-2.10.3-6.el6 (FEDORA-EPEL-2016-508dae9785)
 A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail

Update Information:

Added patch for SourceForge Ticket #226 to fix a bad signature due to a wrapping
From: field    Fixed OpenLDAP support for all versions except EL5 (required
version not available).

References:

  [ 1 ] Bug #1293279 - opendkim miss LDAP support
https://bugzilla.redhat.com/show_bug.cgi?id=1293279




 python-libcloud-1.1.0-1.el6 (FEDORA-EPEL-2016-60b24f806e)
 A Python library to address multiple cloud provider APIs

Update Information:

Python Libcloud 1.1.0 release

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


Snaps and Fedora

2016-07-22 Thread Neal Gompa
Hello all,

Over the course of this week, I've been involved in the first Snap
sprint focused on making the Snap system broadly useful and workable
across a wide variety of Linux distributions. While I obviously did
not represent Fedora in any official capacity (and I'm not even really
sure it's possible for a person to represent such a diverse community
such as ours), I ensured that Fedora was part of the conversation when
it came to evolving the Snap system.

There are some interesting highlights from the event that I think are
quite relevant to Fedora:

* Snaps are intended to evolve beyond Ubuntu. While snaps have their
origins in Click for Ubuntu Touch user apps, the Snap system is
clearly designed to support a broader array of capabilities and
systems. Snaps can be used to handle OS components, services, CLI
tools, desktop applications, build environments, web services, and so
on.

* Runtimes are supported in snaps. While technically there's no
specific "type" of snap, it's possible to build a snap that contains
common libraries and services that can be connected to other snaps.
This is done through the "plugs" and "slots" that can be used to
create interfaces among them. This is a true superset of the
capability provided by Flatpak through Portals, since it can be used
to export non-DBus oriented communications mechanisms. This is
described on the Snapcraft documentation[0].

* SELinux-based confinement is a _very_ high priority. As most know,
snapd currently only works on systems using AppArmor and seccomp, and
only those using AppArmor patches developed by Ubuntu that are in the
process of being upstreamed. For SELinux support, we aren't exactly
sure how this will be pulled off. I proposed something along the lines
of how confinement works for Docker containers and virtual machines
(sVirt), but I'm not sure if that's the right approach for enabling
proper confinement while allowing the sandboxes to support the
interconnection capabilities of snaps. The way that the Snap system
enforces confinement using AppArmor and seccomp is by generating a
profile for the snap on the fly that defines what it can and cannot do
and access for the mounted snap filesystem (from the squashfs image).
This policy is applied, locking down the snap's environment. I'm
curious to hear from others on how the approach should be for
providing confinement using SELinux.

* Detection and auto-configuration of confinement is coming.
Snap-confine currently relies on build time configuration to figure
out whether it should support confinement. However, this will change.
Snap-confine will be merged into snapd and snapd will be set up to
query and set up whatever confinement is possible, given the
information returned from the kernel and systemd about what
confinement mechanisms are supported.

* The snap format is simple and lends itself to being able to be
generated by many kinds of tools. While the current main tool used to
make snaps is Snapcraft, there's no reason someone couldn't build a
"snapbuild" (like rpmbuild, debbuild[1], and pkgbuild[2]) that could
theoretically use RPM spec format (or a derivative of it) to build
snaps.

* Snapcraft is currently Ubuntu specific, but will be reworked to
remove that. Snapcraft and the snapcraft.yaml format will change to
enable easily and reproducibly building snaps using Debian and RPM
based distro bases in addition to Ubuntu[3]. The goal is to make it
possible for a distribution like Fedora to be able to easily add
support for building snaps and snap parts from Fedora infrastructure
using Fedora packages/software, along the lines of what we do now for
Docker images, so that people can use them in their own snaps or
solutions.

* The VideoLAN project now officially offers a VLC snap[4], and the
Elementary OS folks are working on snaps for their Pantheon Desktop
applications and tying it to an Elementary GTK runtime snap.
Similarly, the KDE Neon folks are developing a KDE Frameworks 5
runtime snap and building application snaps to use them.

* Using snapd with alternative stores is possible. In fact, the tests
done on snapd builds rely on a "fake store" set up locally to be able
to test all the functionality. The store API is fully documented[5]
and there's even a simple implementation of it[6].

* Support for snaps to offer AppStream metadata is coming. The Snappy
development team is highly interested in implementing support for
AppStream so that it's easier for software centers and other tools to
be able to discover and interact with snaps through snapd. Snapd
support for AppStream XML through its API[7] for software centers is
planned as well.

* Fedora packaging of the snap system is under active development.
Zygmunt Krynicki (zyga) is extremely enthused to get the system in
Fedora fully functional, and I'm mentoring him on various aspects of
Fedora packaging, including maintenance and policies.

* Snap development is rather fast, with releases expected to occur
every two weeks. 

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

2016-07-22 Thread updates
The following Fedora EPEL 5 Security updates need testing:
 Age  URL
 772  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2014-1626   
puppet-2.7.26-1.el5
 621  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2014-3849   
sblim-sfcb-1.3.8-2.el5
 264  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-edbea40516   
mcollective-2.8.4-1.el5
 236  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-582c8075e6   
thttpd-2.25b-24.el5
  19  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-c03e77f531   
nginx-1.10.1-1.el5
  12  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-61f32ecfe2   
tcpreplay-4.1.1-2.el5
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-4647b0e0b7   
drupal7-ctools-1.9-2.el5
   2  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-1d5637fc66   
drupal7-views-3.14-1.el5


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

opendkim-2.10.3-6.el5

Details about builds:



 opendkim-2.10.3-6.el5 (FEDORA-EPEL-2016-56a05ba6fd)
 A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail

Update Information:

Added patch for SourceForge Ticket #226 to fix a bad signature due to a wrapping
From: field    Fixed OpenLDAP support for all versions except EL5 (required
version not available).

References:

  [ 1 ] Bug #1293279 - opendkim miss LDAP support
https://bugzilla.redhat.com/show_bug.cgi?id=1293279

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


pghmcfc uploaded Specio-0.24.tar.gz for perl-Specio

2016-07-22 Thread notifications
267a92a0549211871d6da750c1288492  Specio-0.24.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Specio/Specio-0.24.tar.gz/md5/267a92a0549211871d6da750c1288492/Specio-0.24.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

pghmcfc pushed to perl-Specio (master). "Initial import (perl-Specio-0.24-2) (..more)"

2016-07-22 Thread notifications
From 4ae4d0b2b2256203269b1f244756fbfa671f906d Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 22 Jul 2016 16:10:25 +0100
Subject: Initial import (perl-Specio-0.24-2)

The Specio distribution provides classes for representing type constraints
and coercion, along with syntax sugar for declaring them.

Note that this is not a proper type system for Perl. Nothing in this
distribution will magically make the Perl interpreter start checking a value's
type on assignment to a variable. In fact, there's no built-in way to apply a
type to a variable at all.

Instead, you can explicitly check a value against a type, and optionally coerce
values to that type.
---
 .gitignore   |   1 +
 perl-Specio.spec | 124 +++
 sources  |   1 +
 3 files changed, 126 insertions(+)
 create mode 100644 perl-Specio.spec

diff --git a/.gitignore b/.gitignore
index e69de29..6b14c65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Specio-[0-9.]*.tar.gz
diff --git a/perl-Specio.spec b/perl-Specio.spec
new file mode 100644
index 000..2ae9350
--- /dev/null
+++ b/perl-Specio.spec
@@ -0,0 +1,124 @@
+Name:  perl-Specio
+Version:   0.24
+Release:   2%{?dist}
+Summary:   Type constraints and coercions for Perl
+License:   Artistic 2.0
+URL:   http://search.cpan.org/dist/Specio/
+Source0:   
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Specio-%{version}.tar.gz
+BuildArch: noarch
+# Module Build
+BuildRequires: coreutils
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
+# Module Runtime
+BuildRequires: perl(B)
+BuildRequires: perl(Carp)
+BuildRequires: perl(Devel::StackTrace)
+BuildRequires: perl(Eval::Closure)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(List::Util) >= 1.33
+BuildRequires: perl(MRO::Compat)
+BuildRequires: perl(overload)
+BuildRequires: perl(parent)
+BuildRequires: perl(re)
+BuildRequires: perl(Role::Tiny)
+BuildRequires: perl(Role::Tiny::With)
+BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(Storable)
+BuildRequires: perl(strict)
+BuildRequires: perl(version) >= 0.83
+BuildRequires: perl(warnings)
+# Test Suite
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(IO::File)
+BuildRequires: perl(lib)
+BuildRequires: perl(open)
+BuildRequires: perl(Test::Fatal)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::Needs)
+BuildRequires: perl(utf8)
+# Optional Tests
+BuildRequires: perl(CPAN::Meta) >= 2.120900
+BuildRequires: perl(CPAN::Meta::Prereqs)
+BuildRequires: perl(Moo)
+BuildRequires: perl(Moose) >= 2.1207
+BuildRequires: perl(Mouse)
+BuildRequires: perl(namespace::autoclean)
+# Dependencies
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+The Specio distribution provides classes for representing type constraints
+and coercion, along with syntax sugar for declaring them.
+
+Note that this is not a proper type system for Perl. Nothing in this
+distribution will magically make the Perl interpreter start checking a value's
+type on assignment to a variable. In fact, there's no built-in way to apply a
+type to a variable at all.
+
+Instead, you can explicitly check a value against a type, and optionally coerce
+values to that type.
+
+%prep
+%setup -q -n Specio-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes CONTRIBUTING.md README.md TODO.pod
+%{perl_vendorlib}/Specio.pm
+%{perl_vendorlib}/Specio/
+%{_mandir}/man3/Specio.3*
+%{_mandir}/man3/Specio::Coercion.3*
+%{_mandir}/man3/Specio::Constraint::AnyCan.3*
+%{_mandir}/man3/Specio::Constraint::AnyDoes.3*
+%{_mandir}/man3/Specio::Constraint::AnyIsa.3*
+%{_mandir}/man3/Specio::Constraint::Enum.3*
+%{_mandir}/man3/Specio::Constraint::Intersection.3*
+%{_mandir}/man3/Specio::Constraint::ObjectCan.3*
+%{_mandir}/man3/Specio::Constraint::ObjectDoes.3*
+%{_mandir}/man3/Specio::Constraint::ObjectIsa.3*
+%{_mandir}/man3/Specio::Constraint::Parameterizable.3*
+%{_mandir}/man3/Specio::Constraint::Parameterized.3*
+%{_mandir}/man3/Specio::Constraint::Role::CanType.3*
+%{_mandir}/man3/Specio::Constraint::Role::DoesType.3*
+%{_mandir}/man3/Specio::Constraint::Role::Interface.3*
+%{_mandir}/man3/Specio::Constraint::Role::IsaType.3*
+%{_mandir}/man3/Specio::Constraint::Simple.3*
+%{_mandir}/man3/Specio::Constraint::Union.3*
+%{_mandir}/man3/Specio::Declare.3*
+%{_mandir}/man3/Specio::DeclaredAt.3*
+%{_mandir}/man3/Specio::Exception.3*
+%{_mandir}/man3/Specio::Exporter.3*
+%{_mandir}/man3/Specio::Helpers.3*
+%{_mandir}/man3/Specio::Library::Builtins.3*
+%{_mandir}/man3/Specio::Library::Numeric.3*
+%{_mandir}/man3/Specio::Library::Perl.3*
+%{_mandir}/man3/Specio::Library::String.3*
+%{_mandir}/man3/Specio::OO.3*

spot pushed to perl-GD (master). "rebuild to lose libvpx dep"

2016-07-22 Thread notifications
From eae53ba1a525946058d8585c5a3f2c4fd8ae400b Mon Sep 17 00:00:00 2001
From: Tom Callaway 
Date: Fri, 22 Jul 2016 10:32:07 -0400
Subject: rebuild to lose libvpx dep

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

diff --git a/perl-GD.spec b/perl-GD.spec
index ac369ae..9fefb44 100644
--- a/perl-GD.spec
+++ b/perl-GD.spec
@@ -1,6 +1,6 @@
 Name:   perl-GD
 Version:2.56
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Perl interface to the GD graphics library
 Group:  Development/Libraries
 License:GPL+ or Artistic 2.0
@@ -97,6 +97,9 @@ rm %{buildroot}%{_bindir}/bdftogd
 %{_mandir}/man3/GD::Simple.3*
 
 %changelog
+* Fri Jul 22 2016 Tom Callaway  - 2.56-9
+- rebuild to lose libvpx dep
+
 * Sun May 15 2016 Jitka Plesnikova  - 2.56-8
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-GD.git/commit/?h=master=eae53ba1a525946058d8585c5a3f2c4fd8ae400b
--
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

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

2016-07-22 Thread notifications
limb changed pghmcfc's 'watchcommits' permission on perl-Specio (f24) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Specio/
--
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

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

2016-07-22 Thread notifications
limb changed pghmcfc's package request for perl-Specio in f24 from Awaiting 
Review to Approved
https://admin.fedoraproject.org/pkgdb/package/perl-Specio/
--
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

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

2016-07-22 Thread notifications
limb changed pghmcfc's 'approveacls' permission on perl-Specio (f24) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Specio/
--
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

limb created the branch 'f24' for the package 'perl-Specio'

2016-07-22 Thread notifications
limb created the branch 'f24' for the package 'perl-Specio'
https://admin.fedoraproject.org/pkgdb/package/perl-Specio/
--
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

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

2016-07-22 Thread notifications
limb changed pghmcfc's 'watchbugzilla' permission on perl-Specio (f24) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Specio/
--
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

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

2016-07-22 Thread notifications
limb changed pghmcfc's 'commit' permission on perl-Specio (f24) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Specio/
--
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

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

2016-07-22 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on perl-Specio (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Specio/
--
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

limb changed pghmcfc's 'approveacls' permission on perl-Specio (master) to 'Approved'

2016-07-22 Thread notifications
limb changed pghmcfc's 'approveacls' permission on perl-Specio (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Specio/
--
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

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

2016-07-22 Thread notifications
limb changed pghmcfc's package request for perl-Specio in master from Awaiting 
Review to Approved
https://admin.fedoraproject.org/pkgdb/package/perl-Specio/
--
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

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

2016-07-22 Thread notifications
limb changed perl-sig's 'watchcommits' permission on perl-Specio (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Specio/
--
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

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

2016-07-22 Thread notifications
limb changed perl-sig's 'commit' permission on perl-Specio (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Specio/
--
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

eseyman retired perl-Algorithm-Permute in master

2016-07-22 Thread notifications
eseyman retired perl-Algorithm-Permute in master
https://admin.fedoraproject.org/pkgdb/package/perl-Algorithm-Permute/
--
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

ppisar pushed to perl-Devel-GlobalDestruction (master). "Use distribution instead of perl version to control build-time dependencies (..more)"

2016-07-22 Thread notifications
From 74ab14ddf754a40e737c661ea894f0180096dc24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 13:33:51 +0200
Subject: Use distribution instead of perl version to control build-time
 dependencies

There is no perl in SRPM build root.
---
 perl-Devel-GlobalDestruction.spec | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/perl-Devel-GlobalDestruction.spec 
b/perl-Devel-GlobalDestruction.spec
index 9b6969c..585e1c3 100644
--- a/perl-Devel-GlobalDestruction.spec
+++ b/perl-Devel-GlobalDestruction.spec
@@ -1,9 +1,13 @@
 # Want to use Devel::GlobalDestruction::XS with perl < 5.13.7
-%global want_xs %(perl -e 'print (($] >= 5.013007) ? 0 : 1);')
+%if 0%{?rhel} && (0%{?rhel} < 7)
+%global want_xs 1
+%else
+%global want_xs 0
+%endif
 
 Name:  perl-Devel-GlobalDestruction
 Version:   0.13
-Release:   6%{?dist}
+Release:   7%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Summary:   Expose PL_dirty, the flag that marks global destruction
@@ -73,6 +77,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Devel::GlobalDestruction.3pm*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 0.13-7
+- Use distribution instead of perl version to control build-time dependencies
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.13-6
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Devel-GlobalDestruction.git/commit/?h=master=74ab14ddf754a40e737c661ea894f0180096dc24
--
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-Module-Util (master). "Fix FTBFS when perl is not in the SRPM build root"

2016-07-22 Thread notifications
From d7636f61a12a1748e78ffd450e400f7ae5892094 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 22 Jul 2016 13:16:57 +0200
Subject: Fix FTBFS when perl is not in the SRPM build root

---
 perl-Module-Util.spec | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/perl-Module-Util.spec b/perl-Module-Util.spec
index ca2b6f4..ed13ed9 100644
--- a/perl-Module-Util.spec
+++ b/perl-Module-Util.spec
@@ -1,6 +1,6 @@
 Name:   perl-Module-Util
 Version:1.09
-Release:9%{?dist}
+Release:10%{?dist}
 # see lib/Module/Util.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,11 +10,19 @@ Url:http://search.cpan.org/dist/Module-Util
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
 
+BuildRequires: perl
 BuildRequires: perl-generators
 BuildRequires: perl(Module::Build)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+# Run-time
+BuildRequires: perl(Exporter)
+BuildRequires: perl(File::Find)
+BuildRequires: perl(File::Spec::Functions)
+# Tests
 BuildRequires: perl(Test::More)
 
-%{perl_default_filter}
+%{?perl_default_filter}
 
 %description
 This module provides a few useful functions for manipulating module names.
@@ -43,6 +51,9 @@ names to relative paths.
 %{_mandir}/man[13]/*.[13]*
 
 %changelog
+* Fri Jul 22 2016 Jitka Plesnikova  - 1.09-10
+- Fix FTBFS when perl is not in the SRPM build root
+
 * Sun May 15 2016 Jitka Plesnikova  - 1.09-9
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Module-Util.git/commit/?h=master=d7636f61a12a1748e78ffd450e400f7ae5892094
--
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: [Koji] Re: [Koji] #333: no login button in web interface

2016-07-22 Thread Jon
On Fri, Jul 22, 2016 at 12:04 PM, Dave Love  wrote:
> Charalampos Stratakis  writes:
>
>> Hi.
>>
>> Doesn't 'koji list-tasks --mine' work for scratch builds?
>
> I couldn't find a way to show either scratch build tasks or finished
> tasks of any sort with the cli.  There doesn't seem to be any separate
> documentation.
> --


You can still use the web ui to see "scratch = True" for any given
scratch build.


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



-- 

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


ppisar pushed to perl-MRO-Compat (master). "Use distribution instead of perl version to control build-requires (..more)"

2016-07-22 Thread notifications
From 47b59dca5ff5f0d1817c94a4237a040ea5443c80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 12:33:50 +0200
Subject: Use distribution instead of perl version to control build-requires

There is no perl in the SRPM build root.
---
 perl-MRO-Compat.spec | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/perl-MRO-Compat.spec b/perl-MRO-Compat.spec
index 9b9c7d0..4e6f4ca 100644
--- a/perl-MRO-Compat.spec
+++ b/perl-MRO-Compat.spec
@@ -1,9 +1,13 @@
 # MRO is part of the Perl core since 5.9.5
-%global mro_in_core %(perl -e 'print $] > 5.009005 ? 1 : 0;')
+%if 0%{?rhel} && (0%{?rhel} < 6)
+%global mro_in_core 0
+%else
+%global mro_in_core 1
+%endif
 
 Name:  perl-MRO-Compat
 Version:   0.12
-Release:   11%{?dist}
+Release:   12%{?dist}
 Summary:   Mro::* interface compatibility for Perls < 5.9.5
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -75,6 +79,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/MRO::Compat.3pm*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 0.12-12
+- Use distribution instead of perl version to control build-requires
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.12-11
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MRO-Compat.git/commit/?h=master=47b59dca5ff5f0d1817c94a4237a040ea5443c80
--
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

pkgdb_updater updated: description of perl-WebService-Dropbox

2016-07-22 Thread notifications
pkgdb_updater updated: description of perl-WebService-Dropbox
https://admin.fedoraproject.org/pkgdb/package/perl-WebService-Dropbox/
--
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: 37 Petabyte qcow2 file

2016-07-22 Thread Chris Murphy
qemu crashing
https://bugzilla.redhat.com/show_bug.cgi?id=1359324

the 37P file possibly resulting from or maybe causing the crash
https://bugzilla.redhat.com/show_bug.cgi?id=13593245
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


ddick changed eseyman's 'commit' permission on perl-Dancer2 (master) to 'Approved'

2016-07-22 Thread notifications
ddick changed eseyman's 'commit' permission on perl-Dancer2 (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Dancer2/
--
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

ddick changed eseyman's 'commit' permission on perl-Dancer2 (f24) to 'Approved'

2016-07-22 Thread notifications
ddick changed eseyman's 'commit' permission on perl-Dancer2 (f24) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Dancer2/
--
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

ddick changed eseyman's 'commit' permission on perl-Dancer2 (f23) to 'Approved'

2016-07-22 Thread notifications
ddick changed eseyman's 'commit' permission on perl-Dancer2 (f23) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Dancer2/
--
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: 37 Petabyte qcow2 file

2016-07-22 Thread Chris Murphy
On Fri, Jul 22, 2016 at 1:46 PM, Chris Murphy  wrote:

> So I'm looking for the culprit. Chances are a qcow2 file growing to 37
> Petabytes is not exclusively user error.

This is kinda suspicious...


Jul 22 13:24:30 f24m systemd-coredump[3914]: Process 3829
(qemu-system-x86) of user 107 dumped core.

 Stack trace of thread 3829:
 #0  0x7f9faceec6f5 n/a (n/a)

I guess I'll write up a bug against qemu for now.

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


37 Petabyte qcow2 file

2016-07-22 Thread Chris Murphy
OK this doesn't seem right. I think there's a bug here but before I
alter system state I want to capture as much debug info as possible.

# ls -lsh
 50G -rw-r--r--. 1 root root  37P Jul 22 13:23 uefi_opensuseleap42.2a3-1.qcow2
196K -rw-r--r--. 1 root root 193K Jul 22 08:46 uefi_opensuseleap42.2a3-2.qcow2

# df -h
/dev/sda5   104G   67G   37G  65% /


Host= Fedora 24
Guest = openSUSE Leap 42.2 alpha failed installation, the ISO media
has been verified

Steps:
1.
# qemu-img create -f qcow2 -o nocow=on uefi_opensuseleap42.2a3-1.qcow2 50G
# qemu-img create -f qcow2 -o nocow=on uefi_opensuseleap42.2a3-2.qcow2 50G
2. Both of these back virtio disks, appearing as vda and vdb in the guest.
3. In the guest, I ask YaST to use both vda and vdb, create an EFI
System partition for both drives, and the rest of the free space on
both drives become md members set to RAID level1. Then I start the
installation.
4. At some point well past midway I get an rpm I/O error, none of this
environment state survives except what might appear in the host's
journal. After the error, YaST wouldn't continue so I chose the power
off option.

The two obvious problems are the difference in qcow2 file sizes, as if
the md RAID setup didn't work correctly. But I'm going to set aside
the 2nd qcow2 not having been written to at all since it was created,
and deal with this 37 Petabyte qcow2.

5. When I change to a Fedora 24 Workstation ISO to boot the VM, it
fails to start, complaining about qcow2 corruption.

Jul 22 13:27:12 f24m libvirtd[924]: failed to connect to monitor
socket: No such process
Jul 22 13:27:12 f24m libvirtd[924]: internal error: process exited
while connecting to monitor: 2016-07-22T19:27:12.502777Z
qemu-system-x86_64: -drive
file=/var/lib/libvirt/images/uefi_opensuseleap42.2a3-1.qcow2,format=qcow2,if=none,id=drive-virtio-disk0,cache=unsafe,aio=threads:
qcow2: Image is corrupt; cannot be opened read/write
Jul 22 13:27:12 f24m virtlogd[3118]: End of file while reading data:
Input/output error

So I'm looking for the culprit. Chances are a qcow2 file growing to 37
Petabytes is not exclusively user error.




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


jplesnik pushed to perl-Net-CUPS (f24). "0.62 bump"

2016-07-22 Thread notifications
From afcf302835b59c48f01b6b273512bee37a594468 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 22 Jul 2016 10:07:04 +0200
Subject: 0.62 bump

---
 .gitignore  |   1 +
 Net-CUPS-0.61-cups2.patch   |  13 
 perl-Net-CUPS-0.61-cups16.patch | 165 
 perl-Net-CUPS.spec  |  34 ++---
 sources |   2 +-
 5 files changed, 24 insertions(+), 191 deletions(-)
 delete mode 100644 Net-CUPS-0.61-cups2.patch
 delete mode 100644 perl-Net-CUPS-0.61-cups16.patch

diff --git a/.gitignore b/.gitignore
index 5d35eac..ab4f7b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Net-CUPS-0.61.tar.gz
+/Net-CUPS-0.62.tar.gz
diff --git a/Net-CUPS-0.61-cups2.patch b/Net-CUPS-0.61-cups2.patch
deleted file mode 100644
index cf27b3f..000
--- a/Net-CUPS-0.61-cups2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 Makefile.PL
-+++ Makefile.PL
-@@ -31,8 +31,8 @@
- 
- my @version_parts = split( /\./, $version );
- 
--if( ( $version_parts[1] < 2 ) ||
--  ( ( $version_parts[1] == 2 ) && ( $version_parts[2] < 2 ) ) )
-+if( $version_parts[0] < 2 && ( ( $version_parts[1] < 2 ) ||
-+  ( ( $version_parts[1] == 2 ) && ( $version_parts[2] < 2 ) ) ) )
- {
-   print "The version of the Common Unix Printing System installed\n";
-   print "on your system is too old for this module to work properly.\n";
diff --git a/perl-Net-CUPS-0.61-cups16.patch b/perl-Net-CUPS-0.61-cups16.patch
deleted file mode 100644
index 4c5bf66..000
--- a/perl-Net-CUPS-0.61-cups16.patch
+++ /dev/null
@@ -1,165 +0,0 @@
-diff --git a/CUPS.xs b/CUPS.xs
-index 2da9558..109f73f 100644
 a/CUPS.xs
-+++ b/CUPS.xs
-@@ -5,9 +5,17 @@
- #include "ppport.h"
- 
- #include 
-+#if (CUPS_VERSION_MAJOR > 1) || (CUPS_VERSION_MINOR > 5)
-+#define HAVE_CUPS_1_6 1
-+#endif
-+
- /*#include */
- #include 
--#include 
-+#ifdef HAVE_CUPS_1_6
-+ #include 
-+#else
-+ #include 
-+#endif
- #include 
- #include 
- #include 
-@@ -19,6 +27,17 @@
- #include "const-c.inc"
- #include "packer.c"
- 
-+#ifndef HAVE_CUPS_1_6
-+#define ippGetGroupTag(attr)  attr->group_tag
-+#define ippGetName(attr)  attr->name
-+#define ippGetValueTag(attr)  attr->value_tag
-+#define ippGetInteger(attr, element) attr->values[element].integer
-+#define ippGetString(attr, element, language) 
attr->values[element].string.text
-+#define ippGetStatusCode(ipp)  ipp->request.status.status_code
-+#define ippFirstAttribute(ipp) ipp->current = ipp->attrs
-+#define ippNextAttribute(ipp)  ipp->current = ipp->current->next
-+#endif
-+
- static SV *password_cb = (SV*) NULL;
- 
- const char *
-@@ -200,7 +219,7 @@ NETCUPS_getPPDMakes()
-   if (response != NULL) {
-   attr = ippFindAttribute(response, "ppd-make", 
IPP_TAG_TEXT); 
-   rv = sv_newmortal();
--  sv_setpv(rv, attr->values[0].string.text);
-+  sv_setpv(rv, ippGetString(attr, 0, NULL));
-   XPUSHs(rv);
-   count++;
- 
-@@ -211,7 +230,7 @@ NETCUPS_getPPDMakes()
-   }
- 
-   rv = sv_newmortal();
--  sv_setpv(rv, attr->values[0].string.text);
-+  sv_setpv(rv, ippGetString(attr, 0, NULL));
-   XPUSHs(rv);
-   count++;
-   }   
-@@ -252,7 +271,7 @@ NETCUPS_getAllPPDs ()
-   
"ppd-make-and-model", 
-   
IPP_TAG_TEXT); 
-   rv = sv_newmortal();
--  sv_setpv(rv, attr->values[0].string.text);
-+  sv_setpv(rv, ippGetString(attr, 0, NULL));
-   XPUSHs(rv);
-   count++;
-   while (attr != NULL) {
-@@ -263,7 +282,7 @@ NETCUPS_getAllPPDs ()
-   break;
-   }
-   rv = sv_newmortal();
--  sv_setpv(rv, attr->values[0].string.text);
-+  sv_setpv(rv, ippGetString(attr, 0, NULL));
-   XPUSHs(rv);
-   count++;
-   }   
-@@ -356,14 +375,14 @@ NETCUPS_getPPDFileName(ppdfilename);
-   if (response != NULL) {
-   attr = ippFindAttribute(response, "ppd-name", 
IPP_TAG_NAME );
-   while ((attr != NULL) && (i < 1)) {
--  tmpppd = attr->values[0].string.text;   
-+  tmpppd = ippGetString(attr, 0, NULL);   
-   attr = ippFindNextAttribute(response, 
-   

[Bug 1358765] perl-Net-CUPS-0.62 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-Net-CUPS-0.62-1.fc24 has been pushed to the Fedora 24 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-ef3c46f0a1

-- 
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-Net-CUPS (master). "Remove patches from spec"

2016-07-22 Thread notifications
From 5444a93b6dc3351363ca163e1b8f5a1d9c04b5b7 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 22 Jul 2016 09:55:39 +0200
Subject: Remove patches from spec

---
 perl-Net-CUPS.spec | 2 --
 1 file changed, 2 deletions(-)

diff --git a/perl-Net-CUPS.spec b/perl-Net-CUPS.spec
index f77b44e..19da670 100644
--- a/perl-Net-CUPS.spec
+++ b/perl-Net-CUPS.spec
@@ -6,8 +6,6 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Net-CUPS/
 Source0:
http://search.cpan.org/CPAN/authors/id/N/NI/NINE/Net-CUPS-%{version}.tar.gz
-Patch0: perl-Net-CUPS-0.61-cups16.patch
-Patch1: Net-CUPS-0.61-cups2.patch
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 BuildRequires:  cups-devel
 BuildRequires:  cups-filters-devel
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Net-CUPS.git/commit/?h=master=5444a93b6dc3351363ca163e1b8f5a1d9c04b5b7
--
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-Net-CUPS (master). "0.62 bump"

2016-07-22 Thread notifications
From efb2abe16272ec48bcf49fb3e65b6f54b11a78f4 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 22 Jul 2016 09:52:10 +0200
Subject: 0.62 bump

---
 .gitignore  |   1 +
 Net-CUPS-0.61-cups2.patch   |  13 
 perl-Net-CUPS-0.61-cups16.patch | 165 
 perl-Net-CUPS.spec  |  30 +---
 sources |   2 +-
 5 files changed, 22 insertions(+), 189 deletions(-)
 delete mode 100644 Net-CUPS-0.61-cups2.patch
 delete mode 100644 perl-Net-CUPS-0.61-cups16.patch

diff --git a/.gitignore b/.gitignore
index 5d35eac..ab4f7b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Net-CUPS-0.61.tar.gz
+/Net-CUPS-0.62.tar.gz
diff --git a/Net-CUPS-0.61-cups2.patch b/Net-CUPS-0.61-cups2.patch
deleted file mode 100644
index cf27b3f..000
--- a/Net-CUPS-0.61-cups2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 Makefile.PL
-+++ Makefile.PL
-@@ -31,8 +31,8 @@
- 
- my @version_parts = split( /\./, $version );
- 
--if( ( $version_parts[1] < 2 ) ||
--  ( ( $version_parts[1] == 2 ) && ( $version_parts[2] < 2 ) ) )
-+if( $version_parts[0] < 2 && ( ( $version_parts[1] < 2 ) ||
-+  ( ( $version_parts[1] == 2 ) && ( $version_parts[2] < 2 ) ) ) )
- {
-   print "The version of the Common Unix Printing System installed\n";
-   print "on your system is too old for this module to work properly.\n";
diff --git a/perl-Net-CUPS-0.61-cups16.patch b/perl-Net-CUPS-0.61-cups16.patch
deleted file mode 100644
index 4c5bf66..000
--- a/perl-Net-CUPS-0.61-cups16.patch
+++ /dev/null
@@ -1,165 +0,0 @@
-diff --git a/CUPS.xs b/CUPS.xs
-index 2da9558..109f73f 100644
 a/CUPS.xs
-+++ b/CUPS.xs
-@@ -5,9 +5,17 @@
- #include "ppport.h"
- 
- #include 
-+#if (CUPS_VERSION_MAJOR > 1) || (CUPS_VERSION_MINOR > 5)
-+#define HAVE_CUPS_1_6 1
-+#endif
-+
- /*#include */
- #include 
--#include 
-+#ifdef HAVE_CUPS_1_6
-+ #include 
-+#else
-+ #include 
-+#endif
- #include 
- #include 
- #include 
-@@ -19,6 +27,17 @@
- #include "const-c.inc"
- #include "packer.c"
- 
-+#ifndef HAVE_CUPS_1_6
-+#define ippGetGroupTag(attr)  attr->group_tag
-+#define ippGetName(attr)  attr->name
-+#define ippGetValueTag(attr)  attr->value_tag
-+#define ippGetInteger(attr, element) attr->values[element].integer
-+#define ippGetString(attr, element, language) 
attr->values[element].string.text
-+#define ippGetStatusCode(ipp)  ipp->request.status.status_code
-+#define ippFirstAttribute(ipp) ipp->current = ipp->attrs
-+#define ippNextAttribute(ipp)  ipp->current = ipp->current->next
-+#endif
-+
- static SV *password_cb = (SV*) NULL;
- 
- const char *
-@@ -200,7 +219,7 @@ NETCUPS_getPPDMakes()
-   if (response != NULL) {
-   attr = ippFindAttribute(response, "ppd-make", 
IPP_TAG_TEXT); 
-   rv = sv_newmortal();
--  sv_setpv(rv, attr->values[0].string.text);
-+  sv_setpv(rv, ippGetString(attr, 0, NULL));
-   XPUSHs(rv);
-   count++;
- 
-@@ -211,7 +230,7 @@ NETCUPS_getPPDMakes()
-   }
- 
-   rv = sv_newmortal();
--  sv_setpv(rv, attr->values[0].string.text);
-+  sv_setpv(rv, ippGetString(attr, 0, NULL));
-   XPUSHs(rv);
-   count++;
-   }   
-@@ -252,7 +271,7 @@ NETCUPS_getAllPPDs ()
-   
"ppd-make-and-model", 
-   
IPP_TAG_TEXT); 
-   rv = sv_newmortal();
--  sv_setpv(rv, attr->values[0].string.text);
-+  sv_setpv(rv, ippGetString(attr, 0, NULL));
-   XPUSHs(rv);
-   count++;
-   while (attr != NULL) {
-@@ -263,7 +282,7 @@ NETCUPS_getAllPPDs ()
-   break;
-   }
-   rv = sv_newmortal();
--  sv_setpv(rv, attr->values[0].string.text);
-+  sv_setpv(rv, ippGetString(attr, 0, NULL));
-   XPUSHs(rv);
-   count++;
-   }   
-@@ -356,14 +375,14 @@ NETCUPS_getPPDFileName(ppdfilename);
-   if (response != NULL) {
-   attr = ippFindAttribute(response, "ppd-name", 
IPP_TAG_NAME );
-   while ((attr != NULL) && (i < 1)) {
--  tmpppd = attr->values[0].string.text;   
-+  tmpppd = ippGetString(attr, 0, NULL);   
-   attr = ippFindNextAttribute(response, 
-

jplesnik uploaded Net-CUPS-0.62.tar.gz for perl-Net-CUPS

2016-07-22 Thread notifications
77a606d9bd08265043fc24477da6abcd  Net-CUPS-0.62.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Net-CUPS/Net-CUPS-0.62.tar.gz/md5/77a606d9bd08265043fc24477da6abcd/Net-CUPS-0.62.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

ppisar pushed to perl-CPAN-Meta-Requirements (master). "Do not use perl to compute Provides version (..more)"

2016-07-22 Thread notifications
From 882228aaf5412ce0903f4405e61bf6eecbf8d7f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 09:12:31 +0200
Subject: Do not use perl to compute Provides version

Provides declaration must valid when building SRPM. There is no perl
in the SRPM build root. This patch uses shell's printf command instead
of perl.
---
 perl-CPAN-Meta-Requirements.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-CPAN-Meta-Requirements.spec b/perl-CPAN-Meta-Requirements.spec
index 10e69ef..40c71ae 100644
--- a/perl-CPAN-Meta-Requirements.spec
+++ b/perl-CPAN-Meta-Requirements.spec
@@ -1,6 +1,6 @@
 Name:   perl-CPAN-Meta-Requirements
 Version:2.140
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Set of version requirements for a CPAN dist
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,7 +53,7 @@ Requires:   perl(version) >= 0.88
 Conflicts:  perl-CPAN-Meta < 2.120921
 
 # Had a six-digit version in a previous life
-%global six_digit_version %(echo %{version} | perl -p -e 
's/(.*)/sprintf("%.6f", $1)/e')
+%global six_digit_version %(LC_ALL=C; printf '%.6f' '%{version}')
 
 # Provide the six-digit version of the module
 %if "%{version}" != "%{six_digit_version}"
@@ -95,6 +95,9 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/CPAN::Meta::Requirements.3*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 2.140-5
+- Do not use perl to compute Provides version
+
 * Wed May 18 2016 Jitka Plesnikova  - 2.140-4
 - Perl 5.24 re-rebuild of bootstrapped packages
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Meta-Requirements.git/commit/?h=master=882228aaf5412ce0903f4405e61bf6eecbf8d7f4
--
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

than pushed to perl-Net-RawIP (master). "Rebuilt for glibc: Revert sendmsg/recvmsg ABI changes"

2016-07-22 Thread notifications
From 4c23a4e49cab1c1cae5fcf5ce250662bc93e5932 Mon Sep 17 00:00:00 2001
From: Than Ngo 
Date: Fri, 22 Jul 2016 09:11:59 +0200
Subject: Rebuilt for glibc: Revert sendmsg/recvmsg ABI changes

---
 perl-Net-RawIP.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Net-RawIP.spec b/perl-Net-RawIP.spec
index abeccb4..712c888 100644
--- a/perl-Net-RawIP.spec
+++ b/perl-Net-RawIP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-RawIP
 Version:0.25
-Release:22%{?dist}
+Release:23%{?dist}
 Summary:Perl extension for manipulating raw ip packets using libpcap
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 22 2016 Than Ngo  - 0.25-23
+- Rebuilt for glibc: Revert sendmsg/recvmsg ABI changes
+
 * Mon May 16 2016 Jitka Plesnikova  - 0.25-22
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Net-RawIP.git/commit/?h=master=4c23a4e49cab1c1cae5fcf5ce250662bc93e5932
--
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

ppisar pushed to perl-Math-NumSeq (master). "Disable build-time dependency on Devel::FindRef unconditionally (..more)"

2016-07-22 Thread notifications
From 363cb75688f856936f0ec78d7e11f9a6a951a9a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 08:58:20 +0200
Subject: Disable build-time dependency on Devel::FindRef unconditionally

We cannot use perl to control build-time dependencies because there is
no perl in SRPM build root. Because Devel::FindRef is not available
in any supported Fedora, remove the dependency everywhere.
---
 perl-Math-NumSeq.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/perl-Math-NumSeq.spec b/perl-Math-NumSeq.spec
index 92f7cc7..9a2a53c 100644
--- a/perl-Math-NumSeq.spec
+++ b/perl-Math-NumSeq.spec
@@ -1,6 +1,6 @@
 Name:   perl-Math-NumSeq
 Version:71
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Number sequences
 License:GPLv3+
 Group:  Development/Libraries
@@ -16,10 +16,7 @@ BuildRequires:  perl(constant::defer) >= 1
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Data::Dumper)
-# Disable optional BR Devel::FindRef, because it does not built with Perl 5.22
-%if ! 0%(perl -e 'print $] >= 5.022')
-BuildRequires:  perl(Devel::FindRef)
-%endif
+# Devel::FindRef not available because it does not work since Perl 5.22.
 BuildRequires:  perl(Devel::StackTrace)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -100,6 +97,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 71-8
+- Disable build-time dependency on Devel::FindRef unconditionally
+
 * Mon May 16 2016 Jitka Plesnikova  - 71-7
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Math-NumSeq.git/commit/?h=master=363cb75688f856936f0ec78d7e11f9a6a951a9a3
--
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

ppisar pushed to perl-Declare-Constraints-Simple (master). "Adjust RPM version detection to SRPM build root without perl"

2016-07-22 Thread notifications
From 0aefdab0569e56a5778f0658cadc6323ffa55fae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 09:07:59 +0200
Subject: Adjust RPM version detection to SRPM build root without perl

---
 perl-Declare-Constraints-Simple.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-Declare-Constraints-Simple.spec 
b/perl-Declare-Constraints-Simple.spec
index 59e0343..c122b75 100644
--- a/perl-Declare-Constraints-Simple.spec
+++ b/perl-Declare-Constraints-Simple.spec
@@ -1,9 +1,9 @@
 # Provides/Requires filtering is different from rpm 4.9 onwards
-%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
+%global rpm49 0%(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
 
 Name:  perl-Declare-Constraints-Simple
 Version:   0.03
-Release:   27%{?dist}
+Release:   28%{?dist}
 Summary:   Declarative Validation of Data Structures
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -98,6 +98,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Declare::Constraints::Simple::Result.3*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 0.03-28
+- Adjust RPM version detection to SRPM build root without perl
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.03-27
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Declare-Constraints-Simple.git/commit/?h=master=0aefdab0569e56a5778f0658cadc6323ffa55fae
--
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

ppisar pushed to perl-FileHandle-Unget (master). "Adjust RPM version detection to SRPM build root without perl"

2016-07-22 Thread notifications
From d8f6a29e69b4328c3c23ab9ed71c605ce0205453 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 09:06:04 +0200
Subject: Adjust RPM version detection to SRPM build root without perl

---
 perl-FileHandle-Unget.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-FileHandle-Unget.spec b/perl-FileHandle-Unget.spec
index 48378e4..ffb5abf 100644
--- a/perl-FileHandle-Unget.spec
+++ b/perl-FileHandle-Unget.spec
@@ -1,10 +1,10 @@
 # Need to tweak provides filter differently if we have rpm 4.9 onwards
-%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+)\\.(\\d+).*/sprintf("%d.%03d%03d",$1,$2,$3) ge 4.009 ? 1 : 0/e')
+%global rpm49 0%(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+)\\.(\\d+).*/sprintf("%d.%03d%03d",$1,$2,$3) ge 4.009 ? 1 : 0/e')
 
 Summary:   A FileHandle that supports ungetting of multiple bytes
 Name:  perl-FileHandle-Unget
 Version:   0.1628
-Release:   6%{?dist}
+Release:   7%{?dist}
 License:   GPLv2
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/FileHandle-Unget/
@@ -92,6 +92,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/FileHandle::Unget.3*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 0.1628-7
+- Adjust RPM version detection to SRPM build root without perl
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.1628-6
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-FileHandle-Unget.git/commit/?h=master=d8f6a29e69b4328c3c23ab9ed71c605ce0205453
--
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

ppisar pushed to perl-Math-Calc-Units (master). "Adjust RPM version detection to SRPM build root without perl"

2016-07-22 Thread notifications
From 24edc8f2c54ee74a30e8f15d0ad9ed2c8cb7541a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 09:01:47 +0200
Subject: Adjust RPM version detection to SRPM build root without perl

---
 perl-Math-Calc-Units.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-Math-Calc-Units.spec b/perl-Math-Calc-Units.spec
index eb2e495..412f689 100644
--- a/perl-Math-Calc-Units.spec
+++ b/perl-Math-Calc-Units.spec
@@ -1,9 +1,9 @@
 # Provides/Requires filtering is different from rpm 4.9 onwards
-%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
+%global rpm49 0%(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
 
 Name:  perl-Math-Calc-Units
 Version:   1.07
-Release:   18%{?dist}
+Release:   19%{?dist}
 Summary:   Human-readable unit-aware calculator
 License:   GPLv2 or Artistic
 Group: Development/Libraries
@@ -86,6 +86,9 @@ make test
 %{_mandir}/man3/Math::Calc::Units.3*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 1.07-19
+- Adjust RPM version detection to SRPM build root without perl
+
 * Sun May 15 2016 Jitka Plesnikova  - 1.07-18
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Math-Calc-Units.git/commit/?h=master=24edc8f2c54ee74a30e8f15d0ad9ed2c8cb7541a
--
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

ppisar pushed to perl-Module-Extract-VERSION (master). "Adjust RPM version detection to SRPM build root without perl"

2016-07-22 Thread notifications
From df4a9c78805e81923c6ee48e81d260a12e3e0c71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 08:51:24 +0200
Subject: Adjust RPM version detection to SRPM build root without perl

---
 perl-Module-Extract-VERSION.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-Module-Extract-VERSION.spec b/perl-Module-Extract-VERSION.spec
index 1153b8a..8b09354 100644
--- a/perl-Module-Extract-VERSION.spec
+++ b/perl-Module-Extract-VERSION.spec
@@ -1,9 +1,9 @@
 # Provides/Requires filtering is different from rpm 4.9 onwards
-%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
+%global rpm49 0%(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
 
 Name:  perl-Module-Extract-VERSION
 Version:   1.01
-Release:   16%{?dist}
+Release:   17%{?dist}
 Summary:   Extract a module version without running code
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -78,6 +78,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Module::Extract::VERSION.3*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 1.01-17
+- Adjust RPM version detection to SRPM build root without perl
+
 * Sun May 15 2016 Jitka Plesnikova  - 1.01-16
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Module-Extract-VERSION.git/commit/?h=master=df4a9c78805e81923c6ee48e81d260a12e3e0c71
--
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

ppisar pushed to perl-Mouse (master). "Disable Data::Dumper::streamer everywhere (..more)"

2016-07-22 Thread notifications
From 4c651e16eb7785ea424296107d135f1abcae6628 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 08:46:31 +0200
Subject: Disable Data::Dumper::streamer everywhere

We cannot use perl to control build-time dependencies because perl is
not in the SRPM build root. Becuase Data::Dump::Stream does not work
since perl 5.22 that is in all supported Fedoras, I disabled it
unconditionally.
---
 perl-Mouse.spec | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/perl-Mouse.spec b/perl-Mouse.spec
index dd59e15..c093a52 100644
--- a/perl-Mouse.spec
+++ b/perl-Mouse.spec
@@ -1,13 +1,14 @@
 Name:   perl-Mouse
 Summary:Moose minus the antlers
 Version:2.4.5
-Release:5%{?dist}
+Release:6%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Mouse
 Source0:
http://search.cpan.org/CPAN/authors/id/S/SY/SYOHEX/Mouse-v%{version}.tar.gz 
 # The build of Data::Dump::Streamer fails with 5.21.x and higher
 # Disable the optional test to build Mouse with Perl 5.22
+%bcond_with ddstreamer
 Patch0: Mouse-2.4.2-Disable-using-Data-Dump-Streamer.patch
 # Module Build
 BuildRequires:  perl
@@ -55,7 +56,7 @@ BuildRequires:  perl(Tie::Array)
 BuildRequires:  perl(Tie::Hash)
 BuildRequires:  perl(Tie::Scalar)
 # Optional Tests
-%if ! 0%(perl -e 'print $] >= 5.022')
+%if %{with ddstreamer}
 BuildRequires:  perl(Data::Dump::Streamer)
 %endif
 BuildRequires:  perl(Declare::Constraints::Simple)
@@ -110,7 +111,7 @@ an experimental first release, so comments and suggestions 
are very welcome.
 
 %prep
 %setup -q -n Mouse-v%{version}
-%if 0%(perl -e 'print $] >= 5.022')
+%if !%{with ddstreamer}
 %patch0 -p1
 %endif
 
@@ -175,6 +176,9 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm 
-f {} ';'
 %{_mandir}/man3/Test::Mouse.3*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 2.4.5-6
+- Disable Data::Dumper::streamer everywhere
+
 * Wed May 18 2016 Jitka Plesnikova  - 2.4.5-5
 - Perl 5.24 re-rebuild of bootstrapped packages
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Mouse.git/commit/?h=master=4c651e16eb7785ea424296107d135f1abcae6628
--
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

ppisar pushed to perl-Net-SSH-Perl (master). "Adjust RPM version detection to SRPM build root without perl"

2016-07-22 Thread notifications
From cff02e1528110d650437dce983fee193c5cab6b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 08:36:39 +0200
Subject: Adjust RPM version detection to SRPM build root without perl

---
 perl-Net-SSH-Perl.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-Net-SSH-Perl.spec b/perl-Net-SSH-Perl.spec
index 2ba6475..366ab63 100644
--- a/perl-Net-SSH-Perl.spec
+++ b/perl-Net-SSH-Perl.spec
@@ -2,12 +2,12 @@
 # To include support for the IDEA algorithm, use: rpmbuild --with IDEA
 
 # Provides/Requires filtering is different from rpm 4.9 onwards
-%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
+%global rpm49 0%(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
 
 Summary:   SSH (Secure Shell) client
 Name:  perl-Net-SSH-Perl
 Version:   1.42
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Net-SSH-Perl/
@@ -172,6 +172,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSH::Perl*.3*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 1.42-5
+- Adjust RPM version detection to SRPM build root without perl
+
 * Mon May 16 2016 Jitka Plesnikova  - 1.42-4
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Net-SSH-Perl.git/commit/?h=master=cff02e1528110d650437dce983fee193c5cab6b6
--
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

ppisar pushed to perl-Perl-OSType (master). "Use distribution instead of perl version to control build-time dependencies (..more)"

2016-07-22 Thread notifications
From 819f1d3a8aaa52957e5cbc5c21291c84896938cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 08:30:05 +0200
Subject: Use distribution instead of perl version to control build-time
 dependencies

There is no perl in minimal SRPM build root.
---
 perl-Perl-OSType.spec | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/perl-Perl-OSType.spec b/perl-Perl-OSType.spec
index 01d71f4..aba04f8 100644
--- a/perl-Perl-OSType.spec
+++ b/perl-Perl-OSType.spec
@@ -2,15 +2,15 @@
 %global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 
0.88) ? 1 : 0);' 2>/dev/null || echo 0)
 
 # Select the appropriate system speller
-%if %(perl -e 'print (($] >= 5.01) ? 1 : 0);')
-%global speller hunspell
-%else
+%if 0%{?rhel} && (0%{?rhel} < 6)
 %global speller aspell
+%else
+%global speller hunspell
 %endif
 
 Name:  perl-Perl-OSType
 Version:   1.010
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Map Perl operating system names to generic types
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -112,6 +112,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Perl::OSType.3*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 1.010-2
+- Use distribution instead of perl version to control build-time dependencies
+
 * Wed Jun 22 2016 Paul Howarth  - 1.010-1
 - Update to 1.010
   - Added 'msys' as a Unix-type OS
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Perl-OSType.git/commit/?h=master=819f1d3a8aaa52957e5cbc5c21291c84896938cb
--
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

ppisar pushed to perl-Sub-Exporter (master). "Adjust RPM version detection to SRPM build root without perl"

2016-07-22 Thread notifications
From 4f96d324b22c86eca7fa87c1ec53b8307272b9f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 08:23:42 +0200
Subject: Adjust RPM version detection to SRPM build root without perl

---
 perl-Sub-Exporter.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec
index 4855543..ed027a5 100644
--- a/perl-Sub-Exporter.spec
+++ b/perl-Sub-Exporter.spec
@@ -3,11 +3,11 @@
 %global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 
0.88) ? 1 : 0);' 2>/dev/null || echo 0)
 
 # Provides/Requires filtering is different from rpm 4.9 onwards
-%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
+%global rpm49 0%(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
 
 Name:  perl-Sub-Exporter
 Version:   0.987
-Release:   9%{?dist}
+Release:   10%{?dist}
 Summary:   Sophisticated exporter for custom-built routines
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -111,6 +111,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Sub::Exporter::Util.3*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 0.987-10
+- Adjust RPM version detection to SRPM build root without perl
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.987-9
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Sub-Exporter.git/commit/?h=master=4f96d324b22c86eca7fa87c1ec53b8307272b9f6
--
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

ppisar pushed to perl-Test-Differences (master). "Adjust package version computation to SRPM build root witout perl"

2016-07-22 Thread notifications
From 267d846ded028d44da8ec442b26b7601593e1820 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 08:20:14 +0200
Subject: Adjust package version computation to SRPM build root witout perl

---
 perl-Test-Differences.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-Test-Differences.spec b/perl-Test-Differences.spec
index 8f49ff1..31e8fa7 100644
--- a/perl-Test-Differences.spec
+++ b/perl-Test-Differences.spec
@@ -1,10 +1,10 @@
 # RPM version needs 4 digits after the decimal to preserve upgrade path
 %global module_version 0.64
-%global RPM_version %(echo %{module_version} | perl -p -e 
's/(.*)/sprintf("%.4f", $1)/e')
+%global RPM_version %{module_version}00
 
 Name:   perl-Test-Differences
 Version:%{RPM_version}
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Test strings and data structures and show differences if not OK
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -68,6 +68,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Differences.3*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 0.6400-4
+- Adjust package version computation to SRPM build root witout perl
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.6400-3
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Differences.git/commit/?h=master=267d846ded028d44da8ec442b26b7601593e1820
--
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

ppisar pushed to perl-Test-Requires (master). "Adapt RPM version detection to SRPM build root without perl"

2016-07-22 Thread notifications
From d16adc46fbeb5a5b53de6e661875a276f0eb8256 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 08:15:14 +0200
Subject: Adapt RPM version detection to SRPM build root without perl

---
 perl-Test-Requires.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-Test-Requires.spec b/perl-Test-Requires.spec
index 1257b82..8b4975d 100644
--- a/perl-Test-Requires.spec
+++ b/perl-Test-Requires.spec
@@ -1,10 +1,10 @@
 # Only need manual requires for "use base XXX;" prior to rpm 4.9
-%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
+%global rpm49 0%(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
 
 Name:  perl-Test-Requires
 Summary:   Checks to see if a given module can be loaded
 Version:   0.10
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Test-Requires
@@ -75,6 +75,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Requires.3*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 0.10-5
+- Adapt RPM version detection to SRPM build root without perl
+
 * Wed May 18 2016 Jitka Plesnikova  - 0.10-4
 - Perl 5.24 re-rebuild of bootstrapped packages
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Requires.git/commit/?h=master=d16adc46fbeb5a5b53de6e661875a276f0eb8256
--
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

ppisar pushed to perl-Test-Unit-Lite (master). "Adjust rpm version detection to SRPM build root without perl"

2016-07-22 Thread notifications
From a991946e9241ce4c0554cd8686a7cba474bc591d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 08:08:15 +0200
Subject: Adjust rpm version detection to SRPM build root without perl

---
 perl-Test-Unit-Lite.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-Test-Unit-Lite.spec b/perl-Test-Unit-Lite.spec
index d774b50..a1227a3 100644
--- a/perl-Test-Unit-Lite.spec
+++ b/perl-Test-Unit-Lite.spec
@@ -2,12 +2,12 @@
 %global extraversion 02
 
 # Provides/Requires filtering is different from rpm 4.9 onwards
-%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
+%global rpm49 0%(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
 
 Name:  perl-Test-Unit-Lite
 Epoch: 1
 Version:   0.12
-Release:   25%{?dist}
+Release:   26%{?dist}
 Summary:   Unit testing without external dependencies
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -87,6 +87,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Unit::Lite.3*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 1:0.12-26
+- Adjust rpm version detection to SRPM build root without perl
+
 * Sun May 15 2016 Jitka Plesnikova  - 1:0.12-25
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Unit-Lite.git/commit/?h=master=a991946e9241ce4c0554cd8686a7cba474bc591d
--
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

ppisar pushed to perl-VOMS-Lite (master). "Adapt tests_req macro invocation to SRPM build root without perl (..more)"

2016-07-22 Thread notifications
From d3117003255d22b4de93a4c32e7c659d629c7e0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 08:03:58 +0200
Subject: Adapt tests_req macro invocation to SRPM build root without perl

The tests_req macro is develired by perl-macros that's not in the SRPM
build root. We could probably move the macro definition to
perl-srpm-macros package. This commit hot-fixes this packages.
---
 perl-VOMS-Lite.spec | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/perl-VOMS-Lite.spec b/perl-VOMS-Lite.spec
index 0795eb4..78c8bf5 100644
--- a/perl-VOMS-Lite.spec
+++ b/perl-VOMS-Lite.spec
@@ -1,7 +1,7 @@
 
 Name:   perl-VOMS-Lite
 Version:0.20
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Perl extension for VOMS Attribute certificate creation
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -46,6 +46,7 @@ BuildRequires:  perl(warnings)
 # Digest::MD2 not used at tests
 BuildRequires:  perl(Math::BigInt::GMP)
 # Tests:
+%{?!tests_req:%global tests_req BuildRequires: }
 %tests_req  perl(Cwd)
 %tests_req  perl(Sys::Hostname)
 %tests_req  perl(Test)
@@ -185,6 +186,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 0.20-9
+- Adapt tests_req macro invocation to SRPM build root without perl
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.20-8
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-VOMS-Lite.git/commit/?h=master=d3117003255d22b4de93a4c32e7c659d629c7e0f
--
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

ppisar pushed to perl-Digest-BubbleBabble (master). "Adapt dependency conditions to SRPM build root without perl (..more)"

2016-07-22 Thread notifications
From 0b88b33661dea13c540cfc212061a4fe31aab24b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 22 Jul 2016 07:43:33 +0200
Subject: Adapt dependency conditions to SRPM build root without perl

All supported Fedoras and EPEL provide the dependencies, condition removed.
---
 perl-Digest-BubbleBabble.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/perl-Digest-BubbleBabble.spec b/perl-Digest-BubbleBabble.spec
index 8d557d6..04998a6 100644
--- a/perl-Digest-BubbleBabble.spec
+++ b/perl-Digest-BubbleBabble.spec
@@ -1,7 +1,7 @@
 Summary:   Create bubble-babble fingerprints
 Name:  perl-Digest-BubbleBabble
 Version:   0.02
-Release:   14%{?dist}
+Release:   15%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Digest-BubbleBabble/
@@ -14,9 +14,7 @@ BuildRequires:perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Test::Pod)
 # Test::Synopsis requires Test::Builder::Module, available from Perl 5.8.8 
(EL-5)
 # Digest::SHA1 is only used in the Synopsis code to be tested by Test::Synopsis
-%if %(perl -e 'print (($] >= 5.008008) ? 1 : 0);')
 BuildRequires: perl(Digest::SHA1), perl(Test::Synopsis)
-%endif
 
 %description
 Digest::BubbleBabble takes a message digest (generated by either of the MD5 or
@@ -60,6 +58,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Digest::BubbleBabble.3pm*
 
 %changelog
+* Fri Jul 22 2016 Petr Pisar  - 0.02-15
+- Adapt dependency conditions to SRPM build root without perl
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.02-14
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Digest-BubbleBabble.git/commit/?h=master=0b88b33661dea13c540cfc212061a4fe31aab24b
--
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: [Koji] Re: [Koji] #333: no login button in web interface

2016-07-22 Thread Dave Love
Charalampos Stratakis  writes:

> Hi.
>
> Doesn't 'koji list-tasks --mine' work for scratch builds?

I couldn't find a way to show either scratch build tasks or finished
tasks of any sort with the cli.  There doesn't seem to be any separate
documentation.
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: OpenSSL-1.1.0 COPR for Rawhide

2016-07-22 Thread Michael Stahl
On 22.07.2016 16:53, Simo Sorce wrote:
> On Fri, 2016-07-22 at 16:48 +0200, Tomas Mraz wrote:
>>
>> 2. Add compat 1.0.2 package which would be used by 3rd party
>> applications and also temporarily by applications that are not yet
>> ported to the new API. However the current plan is to not provide
>> -devel subpackage for 1.0.2 compat packages so if you needed to rebuild
>> something on rawhide you would have to fix the build issues with the
>> new openssl.
>>
> I am concerned about a compat package because there are a lot of
> components lining to openssl often libraries or modules, from different
> source RPMS. So we incur the risk of getting a binary to link with both
> version via modules/library dependencies and that would cause issues
> (probably crashes, or perhaps bad behavior) only at runtime due to
> symbol aliasing between the two versions.

urgh, yes, that's practically guaranteed to crash LibreOffice which
could pull in openssl via neon, python-stmp, postgresql-libs, openldap,
curl, librdf, any gnome-vfs backend, and probably other ways i'm not
aware of.

the only safe way to provide a compat openssl package is as a -devel
package that only contains a static library :P

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


Re: F25 Self Contained Change: Node.js 6.x

2016-07-22 Thread Sérgio Basto
Can you built it on copr for F24 and F23  ? I'd like to try it 




On Qui, 2016-07-21 at 16:19 +0200, Jan Kurik wrote:
> As this Change is already implemented in rawhide, this announcement
> is
> done mostly for "record only" purpose to increase awareness about the
> changes it implements.
> 
> = Proposed Self Contained Change: Node.js 6.x =
> https://fedoraproject.org/wiki/Changes/NodeJS6x
> 
> Change owner(s):
> * Stephen Gallagher 
> 
> Fedora 25 will be updated to Node.js 6.x, the latest LTS release of
> the platform built on Chrome's JavaScript runtime for easily building
> fast, scalable network applications.
> 
> == Detailed Description ==
> Node.js has seen many changes between v4.x and v6.x. [There is a
> listing of changes documented on the wiki for [5.x and 6.x Note that
> this release includes API updates that may require dependency
> updates.
> 
> Upstream maintains an exhaustive list of interesting changes here.
> 
> These are just some of the changes you can find in this release of
> v5.x, and it's thanks to the hard work of the community and the
> members of team curating Node.js.
> 
> Node.js 6.x will be under active development until October 2016, at
> which time it will enter its long-term stable release, which will be
> maintained actively through April 2018 (after the expected release of
> Fedora 27) and for security issues for another year after that.
> 
> 
> == Scope ==
> * Proposal owners:
> - Update nodejs
> - Rebuild all binary modules, apply patches as necessary
> 
> * Other developers:
> - Other Node.js packagers' attention may be required if the update
> causes issues for their packages.
> 
> * Release engineering: N/A
> 
> * Policies and guidelines:
> - No expected changes
> 
> * Trademark approval: N/A (not needed for this Change)
-- 
Sérgio M. B.

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


Re: Schedule for Friday's FESCo Meeting (2016-07-22) - Meeting Minutes

2016-07-22 Thread Adam Miller
On Thu, Jul 21, 2016 at 5:56 PM, Adam Miller
 wrote:
> Following is the list of topics that will be discussed in the FESCo
> meeting Friday at 16:00UTC in #fedora-meeting on irc.freenode.net.
>
> To convert UTC to your local time, take a look at
>   http://fedoraproject.org/wiki/UTCHowto
>
> or run:
>   date -d '2016-07-22 16:00 UTC'
>
>
> Links to all tickets below can be found at:
> https://fedorahosted.org/fesco/report/9
>
> = Followups =
>
> #topic #1594 F25 System Wide Change: IBus Emoji Typing
> .fesco 1594
> https://fedorahosted.org/fesco/ticket/1594
>
> = New business =
>
> #topic #1568 F25 Self Contained Changes
> (Change/Remove slogin and sshd-keygen, GNS3, Rust Compiler)
> .fesco 1568
> https://fedorahosted.org/fesco/ticket/1568#comment:29
>
>
> = Open Floor =
>
> For more complete details, please visit each individual ticket.  The
> report of the agenda items can be found at
> https://fedorahosted.org/fesco/report/9
>
> 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/fesco,
> 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.
>
> Thank you
> -AdamM


===
#fedora-meeting: FESCO (2016-07-22)
===


Meeting started by maxamillion at 16:00:13 UTC. The full logs are
available at
https://meetbot.fedoraproject.org/fedora-meeting/2016-07-22/fesco.2016-07-22-16.00.log.html
.



Meeting summary
---
* init process  (maxamillion, 16:00:16)

* Follow Up Items  (maxamillion, 16:03:24)

* #1594 F25 System Wide Change: IBus Emoji Typing  (maxamillion,
  16:03:28)
  * LINK: https://fedorahosted.org/fesco/ticket/1594   (maxamillion,
16:03:44)
  * AGREED: FESCo Approves #1594 F25 System Wide Change: IBus Emoji
Typing (+1:5, +0:1, -1:0)  (maxamillion, 16:11:18)

* New Business  (maxamillion, 16:11:55)

* #1568 F25 Self Contained Changes (Change/Remove slogin and
  sshd-keygen, GNS3, Rust Compiler)  (maxamillion, 16:12:08)
  * LINK: https://fedorahosted.org/fesco/ticket/1568#comment:29
(maxamillion, 16:12:19)
  * AGREED: FESCo Approves #1568 F25 Self Contained Changes
(Change/Remove slogin and sshd-keygen, GNS3, Rust Compiler) (+1:6,
+0:0, -1:0)  (maxamillion, 16:25:33)

* Next week's chair  (maxamillion, 16:25:51)
  * nirik to chair next week's FESCo meeting  (maxamillion, 16:27:17)

* Open Floor  (maxamillion, 16:27:28)

Meeting ended at 16:35:38 UTC.




Action Items






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




People Present (lines said)
---
* maxamillion (71)
* dgilmore (36)
* number80 (23)
* jsmith (21)
* zodbot (12)
* nirik (11)
* paragan (11)
* sgallagh (0)
* kalev (0)
* jwb (0)




Generated by `MeetBot`_ 0.1.4
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Firefox not working anymore over ssh?

2016-07-22 Thread Michael Catanzaro
On Fri, 2016-04-01 at 20:43 -0500, Michael Catanzaro wrote:
> I will just add: DRI3 plus the modesetting graphics driver (mandatory
> for new Intel processors) plus accelerated compositing is known-
> broken
> in WebKit; we unfortunately cannot support that combination. As we
> are
> going to make accelerated compositing mandatory in WebKit in the near
> future, my understanding is that will break all apps using WebKit for
> users with new computers. Only known solution is
> LIBGL_DRI3_DISABLE=1.
> This is your obligatory "I told you so" for when the complaints start
> rolling in half a year from now.
> 
> This is https://bugs.freedesktop.org/show_bug.cgi?id=85064
> 
> I'm concerned that we may have enabled DRI3 before it was fully-
> baked,
> if it's known to be broken with Firefox, WebKit, LibreOffice
> 
> Michael

Hi,

This is a heads-up that the change to enable accelerated compositing
always has landed in WebKit trunk and will be landing in rawhide soon.

As previously discussed, the DRI3 plus modesetting driver combination
is known to be broken in accelerated compositing mode as per [1].
WebKitWebViews will most likely not be functional in F25 for affected
users. Any help in fixing [1] would of course be appreciated. The
relevant upstream WebKit developers are not very interested in this
problem because Debian doesn't use DRI3.

Michael

[1] https://bugs.freedesktop.org/show_bug.cgi?id=85064
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[EPEL-devel] Qt 5.6.1

2016-07-22 Thread Edwin Bentley
Hi,

Are there any plans to do a new release of Qt 5.6 with it now using Qt 
Webengine as opposed to webkit? As the issue has now been fixed: 
https://bugreports.qt.io/browse/QTBUG-48298


Thanks,

Edwin Bentley
Development Team Leader  - Titania
Tel: +44 (0)1905 888 785 | Web: www.titania.com

Solutions | Integrity | Communication | Trust
Harden your systems - Automate, Mitigate, Secure & Comply

[cid:image001.png@01D18E8E.4DC45DF0]

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


Re: Installing alsa-ucm by default in F25?

2016-07-22 Thread Rex Dieter
Rex Dieter wrote:

> Peter Robinson wrote:
> 
>>> alsa-ucm contains routing information to setup sound codecs
>>> on some machines, usually SoC-based. It contains configuration
>>> that's mostly relevant to ARM devices, but also a few Atom (CherryTrail
>>> and Broadwell) related SoCs on Intel.
>>>
>>> Could we install alsa-ucm by default? As it is necessary for PulseAudio
>>> to be able to use those devices, should we get it dragged in as a PA
>>> dependency?
>> 
>> I think pulling it in by default is fine, it's tiny in size and has no
>> extra deps, I'd add it to comps as opposed to a hard dep on pulseaudio
>> though.
> 
> Won't doing only that mean that folks upgrading from fedora => fedora+1
> won't get it?

Or dnf's groups-as-objects feature could be fixed to behave like yum did 
(mentioning only for completeness, this has previously been marked as a 
WONTFIX issue).

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


Re: OpenSSL-1.1.0 COPR for Rawhide

2016-07-22 Thread Simo Sorce
On Fri, 2016-07-22 at 16:48 +0200, Tomas Mraz wrote:
> On Pá, 2016-07-22 at 10:24 -0400, Simo Sorce wrote:
> > On Fri, 2016-07-22 at 10:21 -0400, Simo Sorce wrote:
> > > 
> > > On Fri, 2016-07-22 at 17:17 +0300, Antti Järvinen wrote:
> > > > 
> > > > Tomas Mraz writes:
> > > >  > for anybody insterested in testing and/or porting applications
> > > > to the
> > > >  > new OpenSSL 1.1.0 API I've prepared a COPR repository:
> > > > 
> > > > Strongly advised, OpenSSL 1.1 API changes slightly compared to
> > > > 1.0 and
> > > > at least in debian the list of packages not compiling any more
> > > > was rather
> > > > impressive, see 
> > > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827061
> > > > and I'd expect something similar in other distributions too.
> > > > Mostly
> > > > this is head-ache of upstreams but it might be good manners to
> > > > file
> > > > upstream error tickets early :)
> > > Second, I was given a heads up about failing packages by an Ubuntu
> > > maintainer of upstream projects of mine, and I had to change every
> > > single one of them. I haven't rebuild all of them yet for Fedora
> > > either
> > > because the changes do not work at run time, I have to wait until
> > > Feodra
> > > Rawhide gets 1.1.0 anyway.
> > > 
> > > So please land this as early as possible in Fedora as it will
> > > require to
> > Actually , given how disruptive this is going to be we may want to
> > think
> > of creating a separate tag and rebuild the majority of core packages
> > that break there and only then tag it at once in rawhide, or rawhide
> > user experience will be miserable until all package maintainers get
> > around to fix it.
> 
> My current plan (might be changed) is to:
> 
> 1. Fill Fedora Change proposal for Fedora 26 very early.
> 
> 2. Add compat 1.0.2 package which would be used by 3rd party
> applications and also temporarily by applications that are not yet
> ported to the new API. However the current plan is to not provide
> -devel subpackage for 1.0.2 compat packages so if you needed to rebuild
> something on rawhide you would have to fix the build issues with the
> new openssl.
> 
> The tag should not be strictly necessary and I'd like to avoid it as
> rawhide with the compat package should be installable and relatively
> usable. Only the developers that use OpenSSL API calls would have to
> patch their code.

I am concerned about a compat package because there are a lot of
components lining to openssl often libraries or modules, from different
source RPMS. So we incur the risk of getting a binary to link with both
version via modules/library dependencies and that would cause issues
(probably crashes, or perhaps bad behavior) only at runtime due to
symbol aliasing between the two versions.

Simo.


-- 
Simo Sorce * Red Hat, Inc * New York
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[389-devel] please review: Ticket 48926 - ds-console - Inactive "save" button in "Password policy" dialog

2016-07-22 Thread Mark Reynolds
https://fedorahosted.org/389/ticket/48926

https://fedorahosted.org/389/attachment/ticket/48926/0001-Ticket-48926-Inactive-save-button-in-Password-policy.patch
--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/389-devel@lists.fedoraproject.org


Re: OpenSSL-1.1.0 COPR for Rawhide

2016-07-22 Thread Tomas Mraz
On Pá, 2016-07-22 at 10:24 -0400, Simo Sorce wrote:
> On Fri, 2016-07-22 at 10:21 -0400, Simo Sorce wrote:
> > 
> > On Fri, 2016-07-22 at 17:17 +0300, Antti Järvinen wrote:
> > > 
> > > Tomas Mraz writes:
> > >  > for anybody insterested in testing and/or porting applications
> > > to the
> > >  > new OpenSSL 1.1.0 API I've prepared a COPR repository:
> > > 
> > > Strongly advised, OpenSSL 1.1 API changes slightly compared to
> > > 1.0 and
> > > at least in debian the list of packages not compiling any more
> > > was rather
> > > impressive, see 
> > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827061
> > > and I'd expect something similar in other distributions too.
> > > Mostly
> > > this is head-ache of upstreams but it might be good manners to
> > > file
> > > upstream error tickets early :)
> > Second, I was given a heads up about failing packages by an Ubuntu
> > maintainer of upstream projects of mine, and I had to change every
> > single one of them. I haven't rebuild all of them yet for Fedora
> > either
> > because the changes do not work at run time, I have to wait until
> > Feodra
> > Rawhide gets 1.1.0 anyway.
> > 
> > So please land this as early as possible in Fedora as it will
> > require to
> Actually , given how disruptive this is going to be we may want to
> think
> of creating a separate tag and rebuild the majority of core packages
> that break there and only then tag it at once in rawhide, or rawhide
> user experience will be miserable until all package maintainers get
> around to fix it.

My current plan (might be changed) is to:

1. Fill Fedora Change proposal for Fedora 26 very early.

2. Add compat 1.0.2 package which would be used by 3rd party
applications and also temporarily by applications that are not yet
ported to the new API. However the current plan is to not provide
-devel subpackage for 1.0.2 compat packages so if you needed to rebuild
something on rawhide you would have to fix the build issues with the
new openssl.

The tag should not be strictly necessary and I'd like to avoid it as
rawhide with the compat package should be installable and relatively
usable. Only the developers that use OpenSSL API calls would have to
patch their code.

-- 
Tomas Mraz
No matter how far down the wrong road you've gone, turn back.
  Turkish proverb
(You'll never know whether the road is wrong though.)


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


Re: iwl8000 driver in Fedora 24

2016-07-22 Thread Dusty Mabe


On 07/22/2016 10:22 AM, Josh Boyer wrote:
> On Fri, Jul 22, 2016 at 9:59 AM, Dusty Mabe  wrote:
>>
>>
>> On 07/22/2016 09:40 AM, Josh Boyer wrote:
>>> On Fri, Jul 22, 2016 at 9:30 AM, Dusty Mabe  wrote:
 I have the Lenovo T460s with the Intel Wireless AC 8260 chip in it.
 According to the page at [1], that chip is supported by the
 iwlwifi-8000 firmware. I don't see that package as an option in the
 Fedora 24 repos [2]. The newest I see is the 7260. Googling around
 hasn't led me to a solution. Anybody else having this same problem?
>>>
>>> [jwboyer@x1 ~]$ rpm -ql iwl7260-firmware | grep 8000
>>> /usr/lib/firmware/iwlwifi-8000C-13.ucode
>>> /usr/lib/firmware/iwlwifi-8000C-16.ucode
>>> /usr/lib/firmware/iwlwifi-8000C-21.ucode
>>>
>>> It's packaged in the iwl7260-firmware package.
>>>
>>
>> Thanks for the info. Could we have the info for the package updated to
>> indicate that?
> 
>> From the description/summary it seems that packaged is pretty focused
>> and doesn't indicate it would work for anything else.
>>
>> If it would have read (and supports 8260) then I would have installed
>> and use that from the beginning.
> 
> Seems like a good suggestion.  Care to send a patch?

I'll look into it. Hopefully I'll have something by the end of today.

> 
> FWIW, packaging the iwl firmware as split out subpackages has proven
> to be a royal pain.
> 
> josh
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
> 
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: iwl8000 driver in Fedora 24

2016-07-22 Thread Josh Boyer
On Fri, Jul 22, 2016 at 9:59 AM, Dusty Mabe  wrote:
>
>
> On 07/22/2016 09:40 AM, Josh Boyer wrote:
>> On Fri, Jul 22, 2016 at 9:30 AM, Dusty Mabe  wrote:
>>> I have the Lenovo T460s with the Intel Wireless AC 8260 chip in it.
>>> According to the page at [1], that chip is supported by the
>>> iwlwifi-8000 firmware. I don't see that package as an option in the
>>> Fedora 24 repos [2]. The newest I see is the 7260. Googling around
>>> hasn't led me to a solution. Anybody else having this same problem?
>>
>> [jwboyer@x1 ~]$ rpm -ql iwl7260-firmware | grep 8000
>> /usr/lib/firmware/iwlwifi-8000C-13.ucode
>> /usr/lib/firmware/iwlwifi-8000C-16.ucode
>> /usr/lib/firmware/iwlwifi-8000C-21.ucode
>>
>> It's packaged in the iwl7260-firmware package.
>>
>
> Thanks for the info. Could we have the info for the package updated to
> indicate that?

> From the description/summary it seems that packaged is pretty focused
> and doesn't indicate it would work for anything else.
>
> If it would have read (and supports 8260) then I would have installed
> and use that from the beginning.

Seems like a good suggestion.  Care to send a patch?

FWIW, packaging the iwl firmware as split out subpackages has proven
to be a royal pain.

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


Re: OpenSSL-1.1.0 COPR for Rawhide

2016-07-22 Thread Simo Sorce
On Fri, 2016-07-22 at 10:21 -0400, Simo Sorce wrote:
> On Fri, 2016-07-22 at 17:17 +0300, Antti Järvinen wrote:
> > Tomas Mraz writes:
> >  > for anybody insterested in testing and/or porting applications to the
> >  > new OpenSSL 1.1.0 API I've prepared a COPR repository:
> > 
> > Strongly advised, OpenSSL 1.1 API changes slightly compared to 1.0 and
> > at least in debian the list of packages not compiling any more was rather
> > impressive, see 
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827061
> > and I'd expect something similar in other distributions too. Mostly
> > this is head-ache of upstreams but it might be good manners to file
> > upstream error tickets early :)
> 
> Second, I was given a heads up about failing packages by an Ubuntu
> maintainer of upstream projects of mine, and I had to change every
> single one of them. I haven't rebuild all of them yet for Fedora either
> because the changes do not work at run time, I have to wait until Feodra
> Rawhide gets 1.1.0 anyway.
> 
> So please land this as early as possible in Fedora as it will require to

Actually , given how disruptive this is going to be we may want to think
of creating a separate tag and rebuild the majority of core packages
that break there and only then tag it at once in rawhide, or rawhide
user experience will be miserable until all package maintainers get
around to fix it.

Simo.

-- 
Simo Sorce * Red Hat, Inc * New York
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: OpenSSL-1.1.0 COPR for Rawhide

2016-07-22 Thread Simo Sorce
On Fri, 2016-07-22 at 17:17 +0300, Antti Järvinen wrote:
> Tomas Mraz writes:
>  > for anybody insterested in testing and/or porting applications to the
>  > new OpenSSL 1.1.0 API I've prepared a COPR repository:
> 
> Strongly advised, OpenSSL 1.1 API changes slightly compared to 1.0 and
> at least in debian the list of packages not compiling any more was rather
> impressive, see 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827061
> and I'd expect something similar in other distributions too. Mostly
> this is head-ache of upstreams but it might be good manners to file
> upstream error tickets early :)

Second, I was given a heads up about failing packages by an Ubuntu
maintainer of upstream projects of mine, and I had to change every
single one of them. I haven't rebuild all of them yet for Fedora either
because the changes do not work at run time, I have to wait until Feodra
Rawhide gets 1.1.0 anyway.

So please land this as early as possible in Fedora as it will require to
rebuild *a lot* of packages.

Simo.

-- 
Simo Sorce * Red Hat, Inc * New York
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: OpenSSL-1.1.0 COPR for Rawhide

2016-07-22 Thread Antti Järvinen
Tomas Mraz writes:
 > for anybody insterested in testing and/or porting applications to the
 > new OpenSSL 1.1.0 API I've prepared a COPR repository:

Strongly advised, OpenSSL 1.1 API changes slightly compared to 1.0 and
at least in debian the list of packages not compiling any more was rather
impressive, see 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827061
and I'd expect something similar in other distributions too. Mostly
this is head-ache of upstreams but it might be good manners to file
upstream error tickets early :)

--
Antti Järvinen
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: iwl8000 driver in Fedora 24

2016-07-22 Thread Dusty Mabe


On 07/22/2016 09:40 AM, Josh Boyer wrote:
> On Fri, Jul 22, 2016 at 9:30 AM, Dusty Mabe  wrote:
>> I have the Lenovo T460s with the Intel Wireless AC 8260 chip in it.
>> According to the page at [1], that chip is supported by the
>> iwlwifi-8000 firmware. I don't see that package as an option in the
>> Fedora 24 repos [2]. The newest I see is the 7260. Googling around
>> hasn't led me to a solution. Anybody else having this same problem?
> 
> [jwboyer@x1 ~]$ rpm -ql iwl7260-firmware | grep 8000
> /usr/lib/firmware/iwlwifi-8000C-13.ucode
> /usr/lib/firmware/iwlwifi-8000C-16.ucode
> /usr/lib/firmware/iwlwifi-8000C-21.ucode
> 
> It's packaged in the iwl7260-firmware package.
> 

Thanks for the info. Could we have the info for the package updated to
indicate that?

[dustymabe@media ~]$ sudo dnf repoquery -i iwl7260-firmware 
Last metadata expiration check: 2:39:18 ago on Fri Jul 22 07:17:27 2016.
Name: iwl7260-firmware
Version : 25.30.13.0
Release : 65.fc24
Architecture: noarch
Size: 3192506
License : Redistributable, no modification permitted
Source RPM  : linux-firmware-20160526-65.git80d463be.fc24.src.rpm
Build Date  : 2016-05-26 12:56
Packager: Fedora Project
URL : http://www.kernel.org/
Summary : Firmware for Intel(R) Wireless WiFi Link 7260 Series Adapters
Description :
This package contains the firmware required by the Intel wireless drivers
for Linux.  Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.


From the description/summary it seems that packaged is pretty focused
and doesn't indicate it would work for anything else.

If it would have read (and supports 8260) then I would have installed
and use that from the beginning.

Thanks again,
Dusty
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: iwl8000 driver in Fedora 24

2016-07-22 Thread Josh Boyer
On Fri, Jul 22, 2016 at 9:30 AM, Dusty Mabe  wrote:
> I have the Lenovo T460s with the Intel Wireless AC 8260 chip in it.
> According to the page at [1], that chip is supported by the
> iwlwifi-8000 firmware. I don't see that package as an option in the
> Fedora 24 repos [2]. The newest I see is the 7260. Googling around
> hasn't led me to a solution. Anybody else having this same problem?

[jwboyer@x1 ~]$ rpm -ql iwl7260-firmware | grep 8000
/usr/lib/firmware/iwlwifi-8000C-13.ucode
/usr/lib/firmware/iwlwifi-8000C-16.ucode
/usr/lib/firmware/iwlwifi-8000C-21.ucode

It's packaged in the iwl7260-firmware package.

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


Re: iwl8000 driver in Fedora 24

2016-07-22 Thread Chris Adams
Once upon a time, Dusty Mabe  said:
> I have the Lenovo T460s with the Intel Wireless AC 8260 chip in it.

The 8000C firmware files for the 8260 chip are in the iwl7260-firmware
package.  I have a couple of systems with this chip and it works fine
for me.
-- 
Chris Adams 
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


iwl8000 driver in Fedora 24

2016-07-22 Thread Dusty Mabe
I have the Lenovo T460s with the Intel Wireless AC 8260 chip in it.
According to the page at [1], that chip is supported by the
iwlwifi-8000 firmware. I don't see that package as an option in the
Fedora 24 repos [2]. The newest I see is the 7260. Googling around
hasn't led me to a solution. Anybody else having this same problem?

Thanks,
Dusty

[1] 
http://www.intel.com/content/www/us/en/support/network-and-i-o/wireless-networking/05511.html
[2] http://mirrors.rit.edu/fedora/fedora/linux/updates/24/x86_64/i/
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: T460s + latest kernel doesn't boot

2016-07-22 Thread Dusty Mabe


On 07/22/2016 09:00 AM, Fabio Alessandro Locati wrote:
> On Fri, Jul 22, 2016 at 08:40:16AM -0400, Dusty Mabe wrote:
>>
>>
>> kernel-4.6.4-301.fc24.x86_64
>>
>>
>> Once I select the latest kernel in grub it then pops up and says 
>>
>> Probing EDD (edd=off to disable)... OK
>>
>> and then nothing else and stays there.
>>
>> Anyone else having this problem? If i boot the original kernel from f24 
>> (kernel-4.5.5-300.fc24.x86_64) then the system boots fine.
>>
>> Any tips? 
> 
> It's a known bug and you got to update the BIOS.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1351943
> https://bugzilla.redhat.com/show_bug.cgi?id=1353103
> 


Thanks Fabio! My google fu did not lead me there. I appreciate it.
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: T460s + latest kernel doesn't boot

2016-07-22 Thread Fabio Alessandro Locati
On Fri, Jul 22, 2016 at 08:40:16AM -0400, Dusty Mabe wrote:
> 
> 
> kernel-4.6.4-301.fc24.x86_64
> 
> 
> Once I select the latest kernel in grub it then pops up and says 
> 
> Probing EDD (edd=off to disable)... OK
> 
> and then nothing else and stays there.
> 
> Anyone else having this problem? If i boot the original kernel from f24 
> (kernel-4.5.5-300.fc24.x86_64) then the system boots fine.
> 
> Any tips? 

It's a known bug and you got to update the BIOS.

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

Best,
Fale
-- 
Fabio Alessandro Locati
Red Hat - Senior Consultant

PGP Fingerprint: E815 3C49 2A8D FD8B 1CBD  BC85 FDB3 DF20 B2DC 9C1B


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


T460s + latest kernel doesn't boot

2016-07-22 Thread Dusty Mabe


kernel-4.6.4-301.fc24.x86_64


Once I select the latest kernel in grub it then pops up and says 

Probing EDD (edd=off to disable)... OK

and then nothing else and stays there.

Anyone else having this problem? If i boot the original kernel from f24 
(kernel-4.5.5-300.fc24.x86_64) then the system boots fine.

Any tips? 

Thanks,
Dusty
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Initiating non-responsive maintainer process for T.C. Hollingsworth

2016-07-22 Thread Stephen Gallagher
For a long time, T.C. did excellent work maintaining the Node.js stack and
pushing for real JavaScript guidelines in Fedora. Unfortunately, he has been
unreachable for over a year now. The most recent activity I can find for him
anywhere on the Internet is Mar 2015 (here on the devel list). I very much hope
that he is well and simply too busy to work on Fedora any more.

I have made numerous private attempts to reach him over the last year and he has
not commented on this list or any of the many BZs for packages he owns, so I'm
starting the non-responsive maintainer process so we can orphan his packages and
get new primary contacts for them.

(Note: most of his packages are already co-owned by the Node.js SIG, so this is
not being done out of any particular urgency, just a general record cleanup.)



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


OpenSSL-1.1.0 COPR for Rawhide

2016-07-22 Thread Tomas Mraz
Hi,

for anybody insterested in testing and/or porting applications to the
new OpenSSL 1.1.0 API I've prepared a COPR repository:

https://copr.fedorainfracloud.org/coprs/tmraz/OpenSSL-1.1.0/

The FIPS patches and system crypto policy patch is not yet ported.

If you find any problems or have any suggestions for improvements,
please mail me directly.
-- 
Tomas Mraz
No matter how far down the wrong road you've gone, turn back.
  Turkish proverb
(You'll never know whether the road is wrong though.)


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


eseyman pushed to perl-Algorithm-Permute (master). "Broken with Perl 5.24"

2016-07-22 Thread notifications
From 45130af7da3389f8bfc47d058d132de7c60e6fc4 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Thu, 21 Jul 2016 22:49:41 +0200
Subject: Broken with Perl 5.24

---
 .gitignore  |   1 -
 dead.package|   1 +
 perl-Algorithm-Permute.spec | 118 
 sources |   1 -
 4 files changed, 1 insertion(+), 120 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 dead.package
 delete mode 100644 perl-Algorithm-Permute.spec
 delete mode 100644 sources

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f83eea2..000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-Algorithm-Permute-0.12.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 000..8fb99d9
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Broken with Perl 5.24
diff --git a/perl-Algorithm-Permute.spec b/perl-Algorithm-Permute.spec
deleted file mode 100644
index 82b4c23..000
--- a/perl-Algorithm-Permute.spec
+++ /dev/null
@@ -1,118 +0,0 @@
-Name:   perl-Algorithm-Permute
-Version:0.12
-Release:22%{?dist}
-Summary:Handy and fast permutation with object oriented interface
-License:GPL+ or Artistic
-URL:http://search.cpan.org/dist/Algorithm-Permute/
-Source0:
http://search.cpan.org/CPAN/authors/id/E/ED/EDPRATOMO/Algorithm-Permute-%{version}.tar.gz
-BuildRequires:  perl-devel
-BuildRequires:  perl-generators
-BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
-
-%{?perl_default_filter}
-
-%description
-This handy module makes performing permutation in Perl easy and fast,
-although perhaps its algorithm is not the fastest on the earth. It supports
-permutation r of n objects where 0 < r <= n.
-
-
-%prep
-%setup -q -n Algorithm-Permute-%{version}
-
-
-%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-make %{?_smp_mflags}
-
-
-%install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
-
-
-%check
-make test
-
-
-%files
-%doc Changes README
-%{perl_vendorarch}/auto/*
-%{perl_vendorarch}/Algorithm*
-%{_mandir}/man3/*
-
-
-%changelog
-* Tue May 17 2016 Jitka Plesnikova  - 0.12-22
-- Perl 5.24 rebuild
-
-* Thu Feb 04 2016 Fedora Release Engineering  - 
0.12-21
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Thu Jun 18 2015 Fedora Release Engineering  
- 0.12-20
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Wed Jun 03 2015 Jitka Plesnikova  - 0.12-19
-- Perl 5.22 rebuild
-
-* Wed Aug 27 2014 Jitka Plesnikova  - 0.12-18
-- Perl 5.20 rebuild
-
-* Sun Aug 17 2014 Fedora Release Engineering  
- 0.12-17
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering  
- 0.12-16
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Sat Aug 03 2013 Fedora Release Engineering  
- 0.12-15
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Wed Jul 17 2013 Petr Pisar  - 0.12-14
-- Perl 5.18 rebuild
-
-* Thu Feb 14 2013 Fedora Release Engineering  
- 0.12-13
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Sun Oct 28 2012 Emmanuel Seyman  - 0.12-12
-- Fix upstream URL
-- Clean up spec file
-- Add perl default filter
-
-* Fri Jul 20 2012 Fedora Release Engineering  
- 0.12-11
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Sun Jun 10 2012 Petr Pisar  - 0.12-10
-- Perl 5.16 rebuild
-
-* Fri Jan 13 2012 Fedora Release Engineering  
- 0.12-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Mon Jun 20 2011 Marcela Mašláňová  - 0.12-8
-- Perl mass rebuild
-
-* Tue Feb 08 2011 Fedora Release Engineering  
- 0.12-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Tue Dec 14 2010 Marcela Maslanova  - 0.12-6
-- 661697 rebuild for fixing problems with vendorach/lib
-
-* Thu Apr 29 2010 Marcela Maslanova  - 0.12-5
-- Mass rebuild with perl-5.12.0
-
-* Mon Dec  7 2009 Stepan Kasal  - 0.12-4
-- rebuild against perl 5.10.1
-
-* Thu Jul 30 2009 Jesse Keating  - 0.12-3
-- Bump for 

[Bug 1338712] perl-Algorithm-Permute: FTBFS against Perl 5.24

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

Fedora Admin XMLRPC Client  changed:

   What|Removed |Added

   Assignee|emman...@seyman.fr  |extras-orphan@fedoraproject
   ||.org



--- Comment #1 from Fedora Admin XMLRPC Client  
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

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

eseyman changed eseyman's 'commit' permission on perl-Dancer2 (master) to 'Awaiting Review'

2016-07-22 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Dancer2 (master) to 
'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Dancer2/
--
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

eseyman changed eseyman's 'watchbugzilla' permission on perl-Dancer2 (master) to 'Approved'

2016-07-22 Thread notifications
eseyman changed eseyman's 'watchbugzilla' permission on perl-Dancer2 (master) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Dancer2/
--
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

eseyman changed eseyman's 'watchbugzilla' permission on perl-Dancer2 (f24) to 'Approved'

2016-07-22 Thread notifications
eseyman changed eseyman's 'watchbugzilla' permission on perl-Dancer2 (f24) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Dancer2/
--
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

eseyman changed eseyman's 'watchbugzilla' permission on perl-Dancer2 (f23) to 'Approved'

2016-07-22 Thread notifications
eseyman changed eseyman's 'watchbugzilla' permission on perl-Dancer2 (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Dancer2/
--
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

eseyman changed eseyman's 'commit' permission on perl-Dancer2 (f23) to 'Awaiting Review'

2016-07-22 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Dancer2 (f23) to 
'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Dancer2/
--
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

eseyman changed eseyman's 'commit' permission on perl-Dancer2 (f24) to 'Awaiting Review'

2016-07-22 Thread notifications
eseyman changed eseyman's 'commit' permission on perl-Dancer2 (f24) to 
'Awaiting Review'
https://admin.fedoraproject.org/pkgdb/package/perl-Dancer2/
--
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

eseyman changed trasher's 'commit' permission on perl-Proc-Daemon (master) to 'Approved'

2016-07-22 Thread notifications
eseyman changed trasher's 'commit' permission on perl-Proc-Daemon (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Proc-Daemon/
--
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

eseyman changed trasher's 'commit' permission on perl-Proc-Daemon (f24) to 'Approved'

2016-07-22 Thread notifications
eseyman changed trasher's 'commit' permission on perl-Proc-Daemon (f24) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Proc-Daemon/
--
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

eseyman changed trasher's 'commit' permission on perl-Proc-Daemon (f23) to 'Approved'

2016-07-22 Thread notifications
eseyman changed trasher's 'commit' permission on perl-Proc-Daemon (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Proc-Daemon/
--
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

pghmcfc pushed to perl-Package-Stash-XS (perl-Package-Stash-XS-0.28-12.fc25). "Fix FTBFS when perl is not in the SRPM build root"

2016-07-22 Thread notifications
From b241a0e2d4c80e2dddf0dfe851b19a2ab07910e5 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 21 Jul 2016 20:19:25 +0100
Subject: Fix FTBFS when perl is not in the SRPM build root

---
 perl-Package-Stash-XS.spec | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/perl-Package-Stash-XS.spec b/perl-Package-Stash-XS.spec
index f30fddf..0947178 100644
--- a/perl-Package-Stash-XS.spec
+++ b/perl-Package-Stash-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Package-Stash-XS
 Version:   0.28
-Release:   11%{?dist}
+Release:   12%{?dist}
 Summary:   Faster and more correct implementation of the Package::Stash API
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -16,8 +16,8 @@ BuildRequires:make
 BuildRequires: perl >= 3:5.8.1
 %if "%{?rhel}" != "5"
 BuildRequires: perl-devel
-BuildRequires: perl-generators
 %endif
+BuildRequires: perl-generators
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
 # Module Runtime
 BuildRequires: perl(strict)
@@ -36,7 +36,7 @@ BuildRequires:perl(Test::Fatal)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Requires)
 # Optional Tests
-%if %(perl -e 'print $] >= 5.014 ? 1 : 0;')
+%if 0%{?fedora} > 15 || 0%{?rhel} > 6
 BuildRequires: perl(Package::Anon)
 %endif
 %if "%{?rhel}" != "5"
@@ -79,7 +79,7 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
-find %{buildroot} -type f -name '*.bs' -a -empty -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -105,6 +105,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Package::Stash::XS.3*
 
 %changelog
+* Thu Jul 21 2016 Paul Howarth  - 0.28-12
+- Fix FTBFS when perl is not in the SRPM build root
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.28-11
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Package-Stash-XS.git/commit/?h=perl-Package-Stash-XS-0.28-12.fc25=b241a0e2d4c80e2dddf0dfe851b19a2ab07910e5
--
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

pghmcfc pushed to perl-Package-Stash-XS (master). "Fix FTBFS when perl is not in the SRPM build root"

2016-07-22 Thread notifications
From b241a0e2d4c80e2dddf0dfe851b19a2ab07910e5 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 21 Jul 2016 20:19:25 +0100
Subject: Fix FTBFS when perl is not in the SRPM build root

---
 perl-Package-Stash-XS.spec | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/perl-Package-Stash-XS.spec b/perl-Package-Stash-XS.spec
index f30fddf..0947178 100644
--- a/perl-Package-Stash-XS.spec
+++ b/perl-Package-Stash-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Package-Stash-XS
 Version:   0.28
-Release:   11%{?dist}
+Release:   12%{?dist}
 Summary:   Faster and more correct implementation of the Package::Stash API
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -16,8 +16,8 @@ BuildRequires:make
 BuildRequires: perl >= 3:5.8.1
 %if "%{?rhel}" != "5"
 BuildRequires: perl-devel
-BuildRequires: perl-generators
 %endif
+BuildRequires: perl-generators
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
 # Module Runtime
 BuildRequires: perl(strict)
@@ -36,7 +36,7 @@ BuildRequires:perl(Test::Fatal)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Requires)
 # Optional Tests
-%if %(perl -e 'print $] >= 5.014 ? 1 : 0;')
+%if 0%{?fedora} > 15 || 0%{?rhel} > 6
 BuildRequires: perl(Package::Anon)
 %endif
 %if "%{?rhel}" != "5"
@@ -79,7 +79,7 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
-find %{buildroot} -type f -name '*.bs' -a -empty -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -105,6 +105,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Package::Stash::XS.3*
 
 %changelog
+* Thu Jul 21 2016 Paul Howarth  - 0.28-12
+- Fix FTBFS when perl is not in the SRPM build root
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.28-11
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Package-Stash-XS.git/commit/?h=master=b241a0e2d4c80e2dddf0dfe851b19a2ab07910e5
--
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

pghmcfc pushed to perl-Package-Anon (perl-Package-Anon-0.05-14.fc25). "Fix FTBFS when perl is not in the SRPM build root (..more)"

2016-07-22 Thread notifications
From fadebe413c375fa9afac763b796958367a18e601 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 21 Jul 2016 20:05:21 +0100
Subject: Fix FTBFS when perl is not in the SRPM build root

Also, specify all build dependencies.
---
 perl-Package-Anon.spec | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/perl-Package-Anon.spec b/perl-Package-Anon.spec
index ad674f5..421b857 100644
--- a/perl-Package-Anon.spec
+++ b/perl-Package-Anon.spec
@@ -1,6 +1,6 @@
 Name:  perl-Package-Anon
 Version:   0.05
-Release:   13%{?dist}
+Release:   14%{?dist}
 Summary:   Anonymous packages
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Package-Anon/
@@ -12,14 +12,18 @@ BuildRequires:  gcc
 BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl-devel
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
 # Module
 BuildRequires: perl >= 4:5.14
-BuildRequires: perl-generators
 BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test suite
+BuildRequires: perl(FindBin)
 BuildRequires: perl(lib)
+BuildRequires: perl(overload)
 BuildRequires: perl(Sub::Exporter)
 BuildRequires: perl(Test::More)
 # Release tests
@@ -31,7 +35,7 @@ BuildRequires:perl(Test::Pod) >= 1.41
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 # Avoid private object provides
-%{perl_default_filter}
+%{?perl_default_filter}
 
 %description
 This module allows for anonymous packages that are independent of the main
@@ -61,6 +65,10 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/Package::Anon.3*
 
 %changelog
+* Thu Jul 21 2016 Paul Howarth  - 0.05-14
+- Fix FTBFS when perl is not in the SRPM build root
+- Specify all build dependencies
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.05-13
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Package-Anon.git/commit/?h=perl-Package-Anon-0.05-14.fc25=fadebe413c375fa9afac763b796958367a18e601
--
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

pghmcfc pushed to perl-Package-Anon (master). "Fix FTBFS when perl is not in the SRPM build root (..more)"

2016-07-22 Thread notifications
From fadebe413c375fa9afac763b796958367a18e601 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 21 Jul 2016 20:05:21 +0100
Subject: Fix FTBFS when perl is not in the SRPM build root

Also, specify all build dependencies.
---
 perl-Package-Anon.spec | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/perl-Package-Anon.spec b/perl-Package-Anon.spec
index ad674f5..421b857 100644
--- a/perl-Package-Anon.spec
+++ b/perl-Package-Anon.spec
@@ -1,6 +1,6 @@
 Name:  perl-Package-Anon
 Version:   0.05
-Release:   13%{?dist}
+Release:   14%{?dist}
 Summary:   Anonymous packages
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Package-Anon/
@@ -12,14 +12,18 @@ BuildRequires:  gcc
 BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl-devel
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
 # Module
 BuildRequires: perl >= 4:5.14
-BuildRequires: perl-generators
 BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test suite
+BuildRequires: perl(FindBin)
 BuildRequires: perl(lib)
+BuildRequires: perl(overload)
 BuildRequires: perl(Sub::Exporter)
 BuildRequires: perl(Test::More)
 # Release tests
@@ -31,7 +35,7 @@ BuildRequires:perl(Test::Pod) >= 1.41
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 # Avoid private object provides
-%{perl_default_filter}
+%{?perl_default_filter}
 
 %description
 This module allows for anonymous packages that are independent of the main
@@ -61,6 +65,10 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/Package::Anon.3*
 
 %changelog
+* Thu Jul 21 2016 Paul Howarth  - 0.05-14
+- Fix FTBFS when perl is not in the SRPM build root
+- Specify all build dependencies
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.05-13
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Package-Anon.git/commit/?h=master=fadebe413c375fa9afac763b796958367a18e601
--
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: Build override

2016-07-22 Thread Sérgio Basto
On Sex, 2016-07-22 at 12:08 +0200, Antonio Trande wrote:
> Hi all.
> 
> I don't know what Björn had done with libarchive3
> (https://admin.fedoraproject.org/pkgdb/package/rpms/libarchive3/),
> since
> this package is built on epel6 but retired on rawhide.
> libarchive3 is a compatibility package for EPEL6, only.
> 
> If I wish to upgrade libarchive3, I should
> 
> build on rawhide

no, we got libarchive 
https://admin.fedoraproject.org/pkgdb/package/rpms/libarchive/

you should build only on EPEL6 , AFAIK 3.1.x

> build on epel6 against rawhide
> override the build on rawhide ?
> 
> Björn is not replying via mail, so please can anyone explain me how
> to do ?
> 
> Thanks.
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject
> .org
-- 
Sérgio M. B.

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


pghmcfc pushed to perl-Net-SSLeay (perl-Net-SSLeay-1.74-3.fc25). "Fix FTBFS when perl isn't in the SRPM build root"

2016-07-22 Thread notifications
From 7c40546a469e16aaf354a65d9dca8383e7d7bc1c Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 21 Jul 2016 19:30:06 +0100
Subject: Fix FTBFS when perl isn't in the SRPM build root

---
 perl-Net-SSLeay.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index d85c81b..f1d6ca7 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,9 +1,9 @@
 # Provides/Requires filtering is different from rpm 4.9 onwards
-%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
+%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e' 2>/dev/null || 
echo 0)
 
 Name:  perl-Net-SSLeay
 Version:   1.74
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Perl extension for using OpenSSL
 Group: Development/Libraries
 License:   Artistic 2.0
@@ -109,6 +109,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3*
 
 %changelog
+* Thu Jul 21 2016 Paul Howarth  - 1.74-3
+- Fix FTBFS when perl isn't in the SRPM build root
+
 * Sun May 15 2016 Jitka Plesnikova  - 1.74-2
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Net-SSLeay.git/commit/?h=perl-Net-SSLeay-1.74-3.fc25=7c40546a469e16aaf354a65d9dca8383e7d7bc1c
--
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

pghmcfc pushed to perl-Net-SSLeay (master). "Fix FTBFS when perl isn't in the SRPM build root"

2016-07-22 Thread notifications
From 7c40546a469e16aaf354a65d9dca8383e7d7bc1c Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 21 Jul 2016 19:30:06 +0100
Subject: Fix FTBFS when perl isn't in the SRPM build root

---
 perl-Net-SSLeay.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index d85c81b..f1d6ca7 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,9 +1,9 @@
 # Provides/Requires filtering is different from rpm 4.9 onwards
-%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
+%global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e' 2>/dev/null || 
echo 0)
 
 Name:  perl-Net-SSLeay
 Version:   1.74
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Perl extension for using OpenSSL
 Group: Development/Libraries
 License:   Artistic 2.0
@@ -109,6 +109,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3*
 
 %changelog
+* Thu Jul 21 2016 Paul Howarth  - 1.74-3
+- Fix FTBFS when perl isn't in the SRPM build root
+
 * Sun May 15 2016 Jitka Plesnikova  - 1.74-2
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Net-SSLeay.git/commit/?h=master=7c40546a469e16aaf354a65d9dca8383e7d7bc1c
--
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

Build override

2016-07-22 Thread Antonio Trande
Hi all.

I don't know what Björn had done with libarchive3
(https://admin.fedoraproject.org/pkgdb/package/rpms/libarchive3/), since
this package is built on epel6 but retired on rawhide.
libarchive3 is a compatibility package for EPEL6, only.

If I wish to upgrade libarchive3, I should

build on rawhide
build on epel6 against rawhide
override the build on rawhide ?

Björn is not replying via mail, so please can anyone explain me how to do ?

Thanks.
-- 
---
Antonio Trande
mailto: sagitter 'at' fedoraproject 'dot' org
http://fedoraos.wordpress.com/
https://fedoraproject.org/wiki/User:Sagitter
GPG Key: 0x6CE6D08A
Check on https://keys.fedoraproject.org/



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


ddick changed eseyman's 'commit' permission on perl-Dancer2 (master) to 'Approved'

2016-07-22 Thread notifications
ddick changed eseyman's 'commit' permission on perl-Dancer2 (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Dancer2/
--
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

ddick changed eseyman's 'commit' permission on perl-Dancer2 (f24) to 'Approved'

2016-07-22 Thread notifications
ddick changed eseyman's 'commit' permission on perl-Dancer2 (f24) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Dancer2/
--
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

ddick changed eseyman's 'commit' permission on perl-Dancer2 (f23) to 'Approved'

2016-07-22 Thread notifications
ddick changed eseyman's 'commit' permission on perl-Dancer2 (f23) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Dancer2/
--
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: jQuery

2016-07-22 Thread Vít Ondruch


Dne 21.7.2016 v 15:12 Stephen Gallagher napsal(a):
> On 07/21/2016 09:02 AM, Vít Ondruch wrote:
>> Hi,
>>
>> Is there chance that somebody more familiar with JS than me would update
>> jQuery in Fedora? It would be nice to have jQuery 3.x as well. Or should
>> I do the update myself?
>>
>> I am asking since I need to update rubygem-jquery-rails, which requires
>> the recent versions of jQuery (and it will require jQuery3 pretty soon).
>> Or should I bundle again? That would make my life a lot easier ...
>>
> Have a talk with Jamie Nguyen (CCed). I think he's the primary maintainer of
> js-jquery these days

Trying to ping him via BZ:

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

> since T.C. Hollingsworth has apparently gone AWOL.

It seems so :/

>
> I suppose we should probably initiate the non-responsive maintainer policy on 
> him.
>
>

Yep, that would make sense ...


Thx


Vít
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


  1   2   >