ppisar changed ppisar's 'approveacls' permission on perl-POE-Component-SSLify (master) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'approveacls' permission on perl-POE-Component-SSLify 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-SSLify/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'commit' permission on perl-POE-Component-Server-SOAP (master) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'commit' permission on perl-POE-Component-Server-SOAP 
(master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-Server-SOAP/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'approveacls' permission on perl-POE-Component-SSLify (f23) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'approveacls' permission on perl-POE-Component-SSLify 
(f23) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-SSLify/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org

Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Ville Skyttä
On Wed, Mar 16, 2016 at 6:36 PM, Kamil Dudka  wrote:
> The curl and libcurl packages, which are both required by dnf,

Hm, does dnf really require curl? On my F-23 box:

$ rpm -e --test curl
error: Failed dependencies:
curl is needed by (installed) rpmdevtools-8.6-2.fc23.noarch
curl is needed by (installed) pyrpkg-1.36-1.fc23.noarch
curl is needed by (installed) dracut-live-043-63.git20151211.fc23.x86_64
curl is needed by (installed) libreport-plugin-kerneloops-2.6.4-1.fc23.x86_64
curl is needed by (installed) abrt-addon-kerneloops-2.8.0-3.fc23.x86_64
curl is needed by (installed) abrt-addon-xorg-2.8.0-3.fc23.x86_64
curl is needed by (installed) rpm-4.13.0-0.rc1.12.fc23.x86_64
curl is needed by (installed) fedora-packager-0.5.10.7-1.fc23.noarch

Ah, rpm requires it (through %__urlhelpercmd). So I suppose there's
the use case for curl-minimal I was wondering about.

> 
> http://pkgs.fedoraproject.org/cgit/rpms/curl.git/log/?h=private-kdudka-libcurl-minimal

libcurl.so.x.y.z.minimal looks pretty weird to me, and wrong as well
because it stuffs "minimal" into the version part, but the minimalism
here is not really related to the version. Did you consider e.g.
libcurl-minimal.so.x.y.z instead?
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Chris Adams
Once upon a time, Paul Howarth  said:
> The installed soname is exactly the same as the regular libcurl
> version, making them interchangeable. The .minimal suffix is removed by
> rpm at packaging time using RemovePathPostfixes:

That seems like a terrible idea, to have to shared libraries in the
distribution with the same soname but different functionality.  Seems
like it would be much better to have a different soname, and have rpm
just use the minimalized version or change from linking against it to
dlopen()ing it (and being able to choose the minimal or regular).

-- 
Chris Adams 
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[Bug 1315904] perl-MCE-1.702 is available

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1315904

Fedora Update System  changed:

   What|Removed |Added

 Status|CLOSED  |ON_QA
 Resolution|RAWHIDE |---
   Keywords||Reopened



--- Comment #10 from Fedora Update System  ---
perl-MCE-1.702-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-355bf2c807

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1319012] perl-Test2-Suite-0.000023 is available

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1319012



--- Comment #2 from Fedora Update System  ---
perl-Test2-Suite-0.23-1.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-7da60d3864

-- 
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-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org

Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Kamil Dudka
On Thursday 17 March 2016 13:21:42 Przemek Klosowski wrote:
> On 03/17/2016 12:54 PM, Kamil Dudka wrote:
> > I am also open to discuss other solution to the above problem.  The other
> > proposals I have captured in this thread are:
> > 
> > - use dlopen() -- already proven wrong (see RHBZ and upstream ML)
> 
> I looked and didn't see any discussion of dlopen() in 1305701; are you
> talking about a different RHBZ case?
> Could you summarize the argument against something like
> 
> libcurl_version=REGULAR;
> if(!(lp=dlopen("/usr/lib64/libcurl.so",RTLD_NOW))  {
>   lp=dlopen("/usr/lib64/libcurl-minimal.so",RTLD_NOW);
>   libcurl_version=MINIMAL;
> }
> if (!lp) abort("Can't load libcurl because ",dlerror());

I was (by mistake) speaking about loading libcurl's run-time dependencies
by dlopen(), which is implemented for OpenLDAP in RHEL-5.  It used to cause 
problems and was removed from upstream curl long time ago.

Nevertheless, most of the reasons are valid for loading libcurl itself, too:

- Your example would require libcurl-devel to be installed because it provides
  the /usr/lib64/libcurl.so symlink.  This would be yet another *run-time*
  dependency of the package you patched.  See the following bug for example:

https://bugzilla.redhat.com/215928

- This approach is not compatible with the dependency scanner of rmp-build.

- You would need to patch this way every single package to be able to load
  libcurl-minimal.  It is very likely that maintainers of upstream projects
  would reject such Fedora-specific patches.

- Loading libcurl by dlopen() changes the order of global initialization
  of system libraries (such as OpenSSL, NSS, and OpenLDAP), which itself
  causes bugs from time to time.

There was a similar proposal for libcurl to load TLS libraries by dlopen().  
You can read the response of the upstream curl maintainer:

https://lists.mayfirst.org/pipermail/vtls/2015-February/20.html

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


Fedora 24-20160318.n.0 compose check report

2016-03-19 Thread Fedora compose checker
Missing expected images:

Kde live i386
Kde live x86_64
Cloud_base raw-xz x86_64
Cloud_base raw-xz i386
Atomic raw-xz x86_64

Images in this compose but not 24-20160317.n.0:

Lxde live i386
Lxde live x86_64

Images in 24-20160317.n.0 but not this:

Xfce live x86_64
Xfce live i386
Jam_kde live x86_64
Astronomy_kde live x86_64
Jam_kde live i386
Astronomy_kde live i386
Robotics live x86_64
Robotics live i386

Failed openQA tests: 21 of 72

ID: 9911Test: i386 universal package_set_kde
URL: https://openqa.fedoraproject.org/tests/9911
ID: 9910Test: i386 universal upgrade_2_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/9910
ID: 9909Test: i386 universal upgrade_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/9909
ID: 9908Test: i386 universal server_lvmthin
URL: https://openqa.fedoraproject.org/tests/9908
ID: 9907Test: i386 universal server_ext3
URL: https://openqa.fedoraproject.org/tests/9907
ID: 9906Test: i386 universal server_btrfs
URL: https://openqa.fedoraproject.org/tests/9906
ID: 9905Test: i386 universal server_software_raid
URL: https://openqa.fedoraproject.org/tests/9905
ID: 9904Test: i386 universal server_simple_encrypted
URL: https://openqa.fedoraproject.org/tests/9904
ID: 9903Test: i386 universal server_scsi_updates_img
URL: https://openqa.fedoraproject.org/tests/9903
ID: 9902Test: i386 universal server_repository_http_graphical
URL: https://openqa.fedoraproject.org/tests/9902
ID: 9901Test: i386 universal package_set_minimal
URL: https://openqa.fedoraproject.org/tests/9901
ID: 9897Test: x86_64 universal server_updates_img_local
URL: https://openqa.fedoraproject.org/tests/9897
ID: 9892Test: x86_64 universal server_kickstart_hdd
URL: https://openqa.fedoraproject.org/tests/9892
ID: 9877Test: x86_64 universal server_ext3
URL: https://openqa.fedoraproject.org/tests/9877
ID: 9858Test: x86_64 Server-dvd-iso base_service_manipulation
URL: https://openqa.fedoraproject.org/tests/9858
ID: 9857Test: x86_64 Server-dvd-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/9857
ID: 9856Test: x86_64 Server-dvd-iso base_selinux
URL: https://openqa.fedoraproject.org/tests/9856
ID: 9853Test: i386 Server-boot-iso default_install
URL: https://openqa.fedoraproject.org/tests/9853
ID: 9847Test: i386 Everything-boot-iso default_install
URL: https://openqa.fedoraproject.org/tests/9847
ID: 9846Test: i386 Server-dvd-iso default_install
URL: https://openqa.fedoraproject.org/tests/9846
ID: 9840Test: i386 Workstation-live-iso default_install
URL: https://openqa.fedoraproject.org/tests/9840

Passed openQA tests: 51 of 72
-- 
Mail generated by check-compose:
https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchbugzilla' permission on perl-POE-Filter-Zlib (f22) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-POE-Filter-Zlib 
(f22) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Filter-Zlib/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'commit' permission on perl-POE-Filter-Zlib (f24) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'commit' permission on perl-POE-Filter-Zlib (f24) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Filter-Zlib/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'commit' permission on perl-POE-Filter-IRCD (master) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'commit' permission on perl-POE-Filter-IRCD (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Filter-IRCD/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'commit' permission on perl-Devel-BeginLift (f23) to 'Obsolete'

2016-03-19 Thread notifications
ppisar changed ppisar's 'commit' permission on perl-Devel-BeginLift (f23) to 
'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Devel-BeginLift/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-DateTime-TimeZone (master). "1.96 bump"

2016-03-19 Thread notifications
From 16a67937bff256952904dab57ae3512d85d40d7c Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 16 Mar 2016 14:00:48 +0100
Subject: 1.96 bump

---
 perl-DateTime-TimeZone.spec | 7 +--
 sources | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index 79a599f..ab817fd 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-TimeZone
-Version:1.95
-Release:2%{?dist}
+Version:1.96
+Release:1%{?dist}
 Summary:Time zone object base class and factory
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -92,6 +92,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 16 2016 Jitka Plesnikova  - 1.96-1
+- 1.96 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.95-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index e4179d0..f199de8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9abc657f20ae1cc77651f0fc69cbe36b  DateTime-TimeZone-1.95.tar.gz
+033984289cd38f373b1ad8b0c3fadb3d  DateTime-TimeZone-1.96.tar.gz
-- 
cgit v0.12



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

ppisar changed ppisar's 'watchcommits' permission on perl-POE-Component-SSLify (f24) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-POE-Component-SSLify 
(f24) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-SSLify/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1319011] perl-Log-Log4perl-1.47 is available

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1319011

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-Log-Log4perl-1.47-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-6c4ebe0436

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1319012] perl-Test2-Suite-0.000023 is available

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1319012

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
perl-Test2-Suite-0.23-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-7da60d3864

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'commit' permission on perl-POE-Component-SSLify (el6) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'commit' permission on perl-POE-Component-SSLify (el6) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-SSLify/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Kamil Dudka
On Wednesday, March 16, 2016 17:20:38 Przemek Klosowski wrote:
> On 03/16/2016 04:39 PM, Kamil Dudka wrote:
> > ldconfig will always pick /usr/lib64/libcurl.so.4 because there can be
> > only one file with that name installed at a time.
> 
> OK, but how do you determine which one you have on a particular system
> someone just handed to you?

libcurl supports run-time introspection of its features where it makes sense:

https://curl.haxx.se/libcurl/c/curl_version_info.html

But in most cases, it should be sufficient to handle error codes that are 
returned out of libcurl API in case a requested feature is not supported, 
usually CURLE_NOT_BUILT_IN:

https://curl.haxx.se/libcurl/c/libcurl-errors.html#CURLENOTBUILTIN

... which defensively written code should do anyway.

Kamil

> It seems to me that you are using the 'alternatives' pattern without
> actually having the 'alternatives' infrastructure for it.
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


ppisar changed ppisar's 'commit' permission on perl-POE-Component-Syndicator (master) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'commit' permission on perl-POE-Component-Syndicator 
(master) to 'Approved'

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

[Test-Announce] Test day announcement: Integration of Qt applications in Fedora Workstation

2016-03-19 Thread Petr Schindler
Hi,

I would like to inform you that tomorrow (2016-03-17) is going to be a
test 
day focusing on integration of Qt applications in Fedora Workstation
(Gnome 
shell). There are two packages/components making Qt applications more 
integrated into Gnome world. The first one is adwaita-qt, which is a Qt
theme 
trying to look identical to adwaita theme in gtk. The second one is 
QGnomePlatform, which is a Qt platform plugin forcing Qt applications
to use 
adwaita-qt theme and also same font and icons as Gnome does.

If you use any Qt application while you use Gnome, then help us to make
this 
integration better and attend the test day, report your issues or
propose your 
ideas. You can find more information about the test day here [1].

[1] - https://fedoraproject.org/wiki/Test_Day:2016-03-17_Qt_Gtk_Integra
tion

Regards,
Jan
-- 
Jan Grulich 
Software Engineer, Desktop team
Red Hat Czech
___
test-announce mailing list
test-annou...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/test-annou...@lists.fedoraproject.org
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[Bug 1318734] New: perl-Prima-1.45 tests fail on big-endian platforms

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1318734

Bug ID: 1318734
   Summary: perl-Prima-1.45 tests fail on big-endian platforms
   Product: Fedora
   Version: 24
 Component: perl-Prima
  Assignee: ppi...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com
   External Bug ID: CPAN 113126



1.45 introduced t/Image/Bar.t tests. The tests fail on big endian platform like
this:

#   Failed test 'imRGB ropCopy'
#   at t/Image/Bar.t line 26.
#   005634005634005634005634 (actual)
#   123456123456123456123456 (expected)
#   Failed test 'imRGB ropOrPut'
#   at t/Image/Bar.t line 26.
#   00f6f400f6f400f6f400f6f4 (actual)
#   f2f4f6f2f4f6f2f4f6f2f4f6 (expected)
# Looks like you failed 2 tests of 1133.
t/Image/Bar.t ...
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/1133 subtests

For example here
 is a
history of Prima builds, you can see first failing version is 1.45. Here
 you can see
build on little-endian 64-bit PowerPC passed, while build on big-endian 64-bit
PowerPC failed.

One of the failing tests is:

$i->set(
type => im::RGB,
color=> 0x563412,
);
$i->bar(0,0,3,0);
is_bytes( $i->data, "\x12\x34\x56" x 4, "imRGB ropCopy");

I believe you compare in-memory representation of 0x563412 that depends on
architecture. However, it's not the only bug because otherwise the the bytes
were reordered only. So probably there is another bug.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Schedule for Friday's FESCo Meeting (2016-03-18)

2016-03-19 Thread Kevin Fenzi
Following is the list of topics that will be discussed in the FESCo
meeting Friday at 17: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-03-18 17:00 UTC'

Links to all tickets below can be found at: 
https://fedorahosted.org/fesco/report/9

= Followups =

#topic Software packaged in Fedora should not be allowed to implement DRM 
schemes that cannot be disabled
.fesco 1518
https://fedorahosted.org/fesco/ticket/1518

#topic Review of delayed Changes for F24
.fesco 1552
https://fedorahosted.org/fesco/ticket/1552

= New business =

#topic modification to "Who is allowed to modify which packages" for Fedora 
Objectives
.fesco 1561
https://fedorahosted.org/fesco/ticket/1561

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


pgp4LHcMHXOOI.pgp
Description: OpenPGP digital signature
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


ppisar changed ppisar's 'approveacls' permission on perl-POE-Filter-Zlib (master) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'approveacls' permission on perl-POE-Filter-Zlib 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Filter-Zlib/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Dennis Gilmore
On Wednesday, March 16, 2016 9:39:33 PM CDT Kamil Dudka wrote:
> On Wednesday, March 16, 2016 16:19:23 Bill Nottingham wrote:
> > Kamil Dudka (kdu...@redhat.com) said:
> > > Are you reading it from the specfile?
> > > 
> > > It is just an implementation detail of the packaging (the
> > > RemovePathPostfixes feature of rpm).  The string you mentioned neither
> > > appears in the SONAME, nor in any file installed by the RPMs in
> > > question.
> > 
> > ... which means if the SONAME is the same, you either are dealing with
> 
> > Conflicts:
> Exactly.  libcurl conflicts with libcurl-minimal, which means that exactly
> one of them will be installed on any Fedora system at a time.  On a regular
> system (server, desktop, etc.) it will always be libcurl.
> 
> On the other hand, if you need to create a minimal installation of Fedora
> (e.g. a base image for Docker), you will pick libcurl-minimal instead of
> libcurl, to make the set of installed packages really minimal.
> 
> > , or relying on the behavior of ldconfig to figure out which
> > library you happen to get at a particular time.
> 
> ldconfig will always pick /usr/lib64/libcurl.so.4 because there can be only
> one file with that name installed at a time.

And how do you transition when you need to add the full featured version?

Dennis

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


Re: Broken dependencies: odb

2016-03-19 Thread Dave Johansen
On Mar 14, 2016 8:27 AM, "Peter Robinson"  wrote:
>
> On Mon, Mar 14, 2016 at 2:15 PM, Dave Johansen 
wrote:
> > I don't understand what happened here.
> >
> > Did aarch64 only recently update to gcc 6.0?
> > What's the right way to fix this? Just do a rebuild for all arches?
>
> Ignore it, it was a bug in a compose script, those email aren't meant
> to go out for secondary arches and I had a typo.

Ok. Thanks,
Dave
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchcommits' permission on perl-POE-Component-Server-SOAP (el6) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on 
perl-POE-Component-Server-SOAP (el6) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-Server-SOAP/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'approveacls' permission on perl-POE-Filter-Zlib (f22) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'approveacls' permission on perl-POE-Filter-Zlib (f22) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Filter-Zlib/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Re: Unable to build package in koji

2016-03-19 Thread Luya Tshimbalanga
The how do you remove it from the source file?
I vainly tried to use git rm command.

-- 
Luya Tshimbalanga
Graphic & Web Designer
E: l...@fedoraproject.org
W: http://www.coolest-storm.net
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


eseyman changed perl-sig's 'watchbugzilla' permission on perl-Test-Time (master) to 'Approved'

2016-03-19 Thread notifications
eseyman changed perl-sig's 'watchbugzilla' permission on perl-Test-Time 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Test-Time/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1312492] perl-Net-SSLGlue: bump version in epel

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1312492



--- Comment #13 from Fedora Update System  ---
perl-Net-SSLGlue-1.055-3.el6 has been pushed to the Fedora EPEL 6 stable
repository. If problems still persist, please make note of it in this bug
report.

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

Modularity Working Group: Call for Self-Nominations

2016-03-19 Thread Matthew Miller
Two and a half years ago¹ (woah, time goes fast!), we formed the
initial Fedora.next Working Groups — three for the Cloud, Workstation,
and Server editions, and two more for exploring the "Fedora Rings"
concept, Base and Environments & Stacks.

On Monday, the Fedora Council unanimously approved an update to this
structure as part of the next phase of the Modularity Objective². We’re
putting Environments & Stacks on hold for now (activity had effectively
come to a halt anyway), and creating a new Modularity Working Group
which will include the Base Working Group functions among its
responsibilities. Details including the mission statement are at
https://fedoraproject.org/wiki/Modularity_Working_Group.

To nominate yourself, add your name to the list at
https://fedoraproject.org/wiki/Modularity_Working_Group/Initial_Nominations,
along with a brief description of your current involvement with Fedora
and plans for participation in this group. Note that this will be a
highly technical working group. We're looking particularly (but not
exclusively) for representation from the previous Environments & Stacks
and Base WGs, Release Engineering, Infrastructure, Quality Assurance,
and the Security Team.

Self-nominations will close at April 18, 2016 00:00 UTC. Langdon White,
as Objective Lead, will select initial membership, with the approval of
the Council. As with previous WGs, this will be an independent
subcommittee of FESCo, and the group will select a liaison who will
attend FESCo meetings and facilitate communication.

1. 
https://lists.fedoraproject.org/pipermail/devel-announce/2013-September/001242.html
2. 
http://fedoraproject.org/wiki/Objectives/Fedora_Modularization,_Prototype_Phase



-- 
Matthew Miller

Fedora Project Leader
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel-announce@lists.fedoraproject.org


ppisar changed ppisar's 'watchcommits' permission on perl-POE-Component-SSLify (f23) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-POE-Component-SSLify 
(f23) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-SSLify/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'watchbugzilla' permission on perl-Inline (master) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-Inline (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Inline/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'approveacls' permission on perl-Devel-BeginLift (f23) to 'Obsolete'

2016-03-19 Thread notifications
ppisar changed ppisar's 'approveacls' permission on perl-Devel-BeginLift (f23) 
to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Devel-BeginLift/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Socket6 (master). "Update to 0.26 (..more)"

2016-03-19 Thread notifications
From 40a69b46f4c1c313fbf90d0530623731f16d8069 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 18 Mar 2016 10:50:59 +
Subject: Update to 0.26

- New upstream release 0.26
  - gailookup.pl.in: Add -P option to ease specification of port number
  - gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED
  - gailookup.pl.in: Add -r option to do reverse lookup
  - System inet_ntop broken in darwin (CPAN RT#113005)
  - Makefile.PL: Make Socket6 buildable on Android (CPAN RT#98181)
- Simplify find commands using -delete
- Explicitly BR: perl-devel, needed for EXTERN.h
---
 .gitignore|  3 +--
 perl-Socket6.spec | 25 -
 sources   |  2 +-
 3 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6514b2c..646dbcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Socket6-0.23.tar.gz
-/Socket6-0.25.tar.gz
+/Socket6-[0-9.]*.tar.gz
diff --git a/perl-Socket6.spec b/perl-Socket6.spec
index 055c604..6e110ed 100644
--- a/perl-Socket6.spec
+++ b/perl-Socket6.spec
@@ -1,12 +1,17 @@
 Name:   perl-Socket6
-Version:0.25
-Release:8%{?dist}
+Version:0.26
+Release:1%{?dist}
 Summary:IPv6 related part of the C socket.h defines and structure 
manipulators
 License:BSD
 URL:http://search.cpan.org/dist/Socket6/
 Source0:
http://www.cpan.org/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
 # Build:
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-devel
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module:
@@ -39,20 +44,30 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%doc ChangeLog README
+%doc ChangeLog README gailookup.pl
 %{perl_vendorarch}/Socket6.pm
 %{perl_vendorarch}/auto/Socket6/
 %{_mandir}/man3/Socket6.3*
 
 %changelog
+* Fri Mar 18 2016 Paul Howarth  - 0.26-1
+- Update to 0.26
+  - gailookup.pl.in: Add -P option to ease specification of port number
+  - gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED
+  - gailookup.pl.in: Add -r option to do reverse lookup
+  - System inet_ntop broken in darwin (CPAN RT#113005)
+  - Makefile.PL: Make Socket6 buildable on Android (CPAN RT#98181)
+- Simplify find commands using -delete
+- Explicitly BR: perl-devel, needed for EXTERN.h
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.25-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 3a88c2d..09183a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6c40d662b1fc5ffd436b7f50daa1f04  Socket6-0.25.tar.gz
+2ff9b2be0ed5ab6513802b8ad1b36974  Socket6-0.26.tar.gz
-- 
cgit v0.12



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

pghmcfc pushed to perl-Socket6 (f24). "Update to 0.26 (..more)"

2016-03-19 Thread notifications
From 40a69b46f4c1c313fbf90d0530623731f16d8069 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 18 Mar 2016 10:50:59 +
Subject: Update to 0.26

- New upstream release 0.26
  - gailookup.pl.in: Add -P option to ease specification of port number
  - gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED
  - gailookup.pl.in: Add -r option to do reverse lookup
  - System inet_ntop broken in darwin (CPAN RT#113005)
  - Makefile.PL: Make Socket6 buildable on Android (CPAN RT#98181)
- Simplify find commands using -delete
- Explicitly BR: perl-devel, needed for EXTERN.h
---
 .gitignore|  3 +--
 perl-Socket6.spec | 25 -
 sources   |  2 +-
 3 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6514b2c..646dbcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Socket6-0.23.tar.gz
-/Socket6-0.25.tar.gz
+/Socket6-[0-9.]*.tar.gz
diff --git a/perl-Socket6.spec b/perl-Socket6.spec
index 055c604..6e110ed 100644
--- a/perl-Socket6.spec
+++ b/perl-Socket6.spec
@@ -1,12 +1,17 @@
 Name:   perl-Socket6
-Version:0.25
-Release:8%{?dist}
+Version:0.26
+Release:1%{?dist}
 Summary:IPv6 related part of the C socket.h defines and structure 
manipulators
 License:BSD
 URL:http://search.cpan.org/dist/Socket6/
 Source0:
http://www.cpan.org/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
 # Build:
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-devel
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module:
@@ -39,20 +44,30 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%doc ChangeLog README
+%doc ChangeLog README gailookup.pl
 %{perl_vendorarch}/Socket6.pm
 %{perl_vendorarch}/auto/Socket6/
 %{_mandir}/man3/Socket6.3*
 
 %changelog
+* Fri Mar 18 2016 Paul Howarth  - 0.26-1
+- Update to 0.26
+  - gailookup.pl.in: Add -P option to ease specification of port number
+  - gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED
+  - gailookup.pl.in: Add -r option to do reverse lookup
+  - System inet_ntop broken in darwin (CPAN RT#113005)
+  - Makefile.PL: Make Socket6 buildable on Android (CPAN RT#98181)
+- Simplify find commands using -delete
+- Explicitly BR: perl-devel, needed for EXTERN.h
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.25-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 3a88c2d..09183a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6c40d662b1fc5ffd436b7f50daa1f04  Socket6-0.25.tar.gz
+2ff9b2be0ed5ab6513802b8ad1b36974  Socket6-0.26.tar.gz
-- 
cgit v0.12



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

Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Przemek Klosowski

On 03/16/2016 04:39 PM, Kamil Dudka wrote:
ldconfig will always pick /usr/lib64/libcurl.so.4 because there can be 
only one file with that name installed at a time.
OK, but how do you determine which one you have on a particular system 
someone just handed to you?


It seems to me that you are using the 'alternatives' pattern without 
actually having the 'alternatives' infrastructure for it.
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: buildSRPMFromSCM: remote error: access denied or repository not exported: //qt-creator (Was: Re: fedpkg new-sources: Could not execute new_sources: Error checking for [...])

2016-03-19 Thread Rex Dieter
Rex Dieter wrote:

> Sandro Mani wrote:

>> The upload worked, but now I'm getting a failure during buildSRPMFromSCM:
>> 
>> $ git clone -n git://pkgs.fedoraproject.org//qt-creator
>> /var/lib/mock/f25-build-5222806-591862/root/tmp/scmroot/qt-creator
>> Cloning into
>> '/var/lib/mock/f25-build-5222806-591862/root/tmp/scmroot/qt-creator'...
>> fatal: remote error: access denied or repository not exported:
>> //qt-creator
>> 
>> Any ideas?
> 
> The fedpkg/rpkg in -testing repo is apparently to blame.  I'll file a bug
> shortly.

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

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


Re: buildSRPMFromSCM: remote error: access denied or repository not exported: //qt-creator (Was: Re: fedpkg new-sources: Could not execute new_sources: Error checking for [...])

2016-03-19 Thread Rex Dieter
Sandro Mani wrote:

> 
> 
> 
> On 17.03.2016 23:22, Sandro Mani wrote:
>>
>>
>> On 17.03.2016 17:35, Kevin Fenzi wrote:
>>>
>>> Neither. :) It's likely a fedpkg/pyrpkg bug. ;)
>>>
>>> What versions of those do you have installed?
>>>
>>> I think:
>>>
>>> pyrpkg-1.42-1.fc25.noarch
>>> fedpkg-1.22-2.fc25.noarch
>>>
>>> should work, but pyrpkg versions 1.41* were broken in this way.
>> Correct, works after updating the packages. Thanks
> 
> The upload worked, but now I'm getting a failure during buildSRPMFromSCM:
> 
> $ git clone -n git://pkgs.fedoraproject.org//qt-creator
> /var/lib/mock/f25-build-5222806-591862/root/tmp/scmroot/qt-creator Cloning
> into
> '/var/lib/mock/f25-build-5222806-591862/root/tmp/scmroot/qt-creator'...
> fatal: remote error: access denied or repository not exported:
> //qt-creator
> 
> Any ideas?

The fedpkg/rpkg in -testing repo is apparently to blame.  I'll file a bug 
shortly.

-- Rex

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


pghmcfc pushed to perl-Sub-Name (master). "Update to 0.15 (..more)"

2016-03-19 Thread notifications
From 88bf88596275654519a6ee07c6383fcd904b20f8 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Wed, 16 Mar 2016 18:36:20 +
Subject: Update to 0.15

- New upstream release 0.15
  - Fix uninitialized warning in test on perls < 5.8.6 (CPAN RT#104510)
  - Repository moved to the github p5sagit organization (the primary is on
shadowcat, mirrored to github)
- Explicitly BR: perl-devel, needed for EXTERN.h
---
 perl-Sub-Name.spec | 21 +
 sources|  2 +-
 2 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec
index 80db4ff..626ac11 100644
--- a/perl-Sub-Name.spec
+++ b/perl-Sub-Name.spec
@@ -1,14 +1,19 @@
 # TODO: BR: perl(B::C) when available
 
 Name:  perl-Sub-Name
-Version:   0.14
-Release:   4%{?dist}
+Version:   0.15
+Release:   1%{?dist}
 Summary:   Name - or rename - a sub
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Sub-Name/
 Source0:   
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Sub-Name-%{version}.tar.gz
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
 BuildRequires: perl
+BuildRequires: perl-devel
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Module Runtime
 BuildRequires: perl(Exporter) >= 5.57
@@ -18,6 +23,7 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Deparse)
 BuildRequires: perl(File::Spec)
+BuildRequires: perl(Module::Metadata)
 BuildRequires: perl(Test::More) >= 0.88
 # Optional Tests
 BuildRequires: perl(CPAN::Meta) >= 2.120900
@@ -53,9 +59,9 @@ make test
 
 %files
 %if 0%{?_licensedir:1}
-%license LICENSE
+%license LICENCE
 %else
-%doc LICENSE
+%doc LICENCE
 %endif
 %doc Changes CONTRIBUTING README
 %{perl_vendorarch}/auto/Sub/
@@ -63,6 +69,13 @@ make test
 %{_mandir}/man3/Sub::Name.3*
 
 %changelog
+* Wed Mar 16 2016 Paul Howarth  - 0.15-1
+- Update to 0.15
+  - Fix uninitialized warning in test on perls < 5.8.6 (CPAN RT#104510)
+  - Repository moved to the github p5sagit organization (the primary is on
+shadowcat, mirrored to github)
+- Explicitly BR: perl-devel, needed for EXTERN.h
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.14-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 9463e90..defbd6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-211ca38767145b6c362da3b821a5abca  Sub-Name-0.14.tar.gz
+9711808eae4e8b792ed9316daa2d80d4  Sub-Name-0.15.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Sub-Name.git/commit/?h=master=88bf88596275654519a6ee07c6383fcd904b20f8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org

Re: SLA of Copr and changes in future

2016-03-19 Thread Michal Novotny
I must agree that "fedorainfracloud" also sounds to me like the more stable
variant out of the two (without any previous historical knowledge).

clime

On Wed, Mar 16, 2016 at 5:33 PM, Kevin Fenzi  wrote:

> On Tue, 15 Mar 2016 12:51:21 +0100
> Michael J Gruber  wrote:
>
> > Miroslav Suchy venit, vidit, dixit 14.03.2016 23:01:
> > > There is ongoing discussion on Fedora Infrastructure mailing list,
> > > that only fully supported services should remain in
> > > fedoraproject.org domain. All experimental services should be moved
> > > to fedorainfracloud.org. Recently there was suggestion to use
> > > http://fedoracommunity.org/. So it is not settled down and the
> > > resolution may change in near future.
> >
> > Going just by the names, I would expect "fedorainfracloud" to be the
> > fedora infrastructure in the cloud, i.e. the infrastructure services
> > that fedora relies on; and "fedoraproject" to be project work in
> > progress. Just the other way round compared to the plan.
>
> Well, our cloud isn't setup with HA currently and is running a older
> version of openstack, so it's not something we consider as solid as all
> the normal virtual hosts running vm's for applications (and in most
> cases in HA). We are working to upgrade it, but until we have things in
> place it's just not as reliable as our regular infrastructure.
> Additionally, things in our cloud are mostly development instances,
> test machines, proof of concept, etc... ie, things that aren't really
> supported.
>
> Anyhow, we are still discussing this on the infrastructure list, so
> look for a more detailed and verbose explanation of things once thats
> complete.
>
> kevin
>
> --
> devel mailing list
> devel@lists.fedoraproject.org
> http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
>
>
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: Kernel 4.5 breaks upower

2016-03-19 Thread Rex Dieter
Heiko Adams wrote:

> Hello,
> I recently updated my notebook to Fedora 24 and noticed 
that upower
> doesn't provide about the battery anymore which means it 
allways says
> the battery is fully charged even if the notebook runs on 
battery for
> an hour.
> 
> I reported that issue to bugzilla 
(https://bugzilla.redhat.com/show_bug
> .cgi?id=1318845) but it would be nice if someone could take 
a look at
> it and maybe fix it.

The premise that "kernel-4.5 breaks upower" in general, is 
false.

F24 installed on my own laptop using that combination works 
fine.

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


ppisar set the monitor flag of perl-Prima to nobuild

2016-03-19 Thread notifications
ppisar set the monitor flag of perl-Prima to nobuild

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

ppisar changed ppisar's 'watchcommits' permission on perl-POE-Component-IRC (master) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-POE-Component-IRC 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-IRC/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org

Best practices for splitting off a directory to a new partition

2016-03-19 Thread Stephen Gallagher
During a recent Fedora Server SIG meeting where we were discussing the default
filesystem layout (if you just let Anaconda automatically create partitions),
there was a lot of talk about how certain directories such as /var/log or
/var/www/html, etc. are often split off into their own partitions at customer
sites. The discussion was initially around whether we should try to capture
these common behaviors in the default configuration, but as we moved forwards we
realized that it might be better to build tools that instead made it easy to
migrate filesystems post-install.

So, my question to tech-list: what techniques do you recommend for splitting a
partition at a directory level?

There are several cases that might be interesting to solve, in order of
increasing difficulty:

1) Directory to be split out contains read-only data.

2) Directory to be split out contains rarely-modified data.

3) Directory to be split out contains data that is constantly under 
modification.


In an ideal world, we'd like to implement a non-disruptive live mechanism for
splitting. Second-best would be tools that could be run with a single reboot and
a limited environment (similar to how systemd handles offline package updates).
Third-best would at least be clear documentation on how to handle such a split
safely.




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


Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Dennis Gilmore
On Wednesday, March 16, 2016 09:52:36 PM Kamil Dudka wrote:
> On Wednesday, March 16, 2016 15:48:54 Dennis Gilmore wrote:
> > On Wednesday, March 16, 2016 9:39:33 PM CDT Kamil Dudka wrote:
> > > On Wednesday, March 16, 2016 16:19:23 Bill Nottingham wrote:
> > > > Kamil Dudka (kdu...@redhat.com) said:
> > > > > Are you reading it from the specfile?
> > > > > 
> > > > > It is just an implementation detail of the packaging (the
> > > > > RemovePathPostfixes feature of rpm).  The string you mentioned
> > > > > neither
> > > > > appears in the SONAME, nor in any file installed by the RPMs in
> > > > > question.
> > > > 
> > > > ... which means if the SONAME is the same, you either are dealing with
> > > 
> > > > Conflicts:
> > > Exactly.  libcurl conflicts with libcurl-minimal, which means that
> > > exactly
> > > one of them will be installed on any Fedora system at a time.  On a
> > > regular
> > > system (server, desktop, etc.) it will always be libcurl.
> > > 
> > > On the other hand, if you need to create a minimal installation of
> > > Fedora
> > > (e.g. a base image for Docker), you will pick libcurl-minimal instead of
> > > libcurl, to make the set of installed packages really minimal.
> > > 
> > > > , or relying on the behavior of ldconfig to figure out which
> > > > library you happen to get at a particular time.
> > > 
> > > ldconfig will always pick /usr/lib64/libcurl.so.4 because there can be
> > > only
> > > one file with that name installed at a time.
> > 
> > And how do you transition when you need to add the full featured version?
> 
> # dnf install --allowerasing curl

And you are going to be able to do that in the tools taht build layered 
images? 

Dennis

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


[Bug 1318839] perl-Socket6-0.26 is available

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1318839



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Socket6 and version 0.25 FAILED.
See for details

-- 
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-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org

ppisar changed ppisar's 'commit' permission on perl-POE-Component-SSLify (f23) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'commit' permission on perl-POE-Component-SSLify (f23) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-SSLify/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org

Fedora Rawhide-20160318.n.0 compose check report

2016-03-19 Thread Fedora compose checker
Missing expected images:

Kde live i386
Kde live x86_64
Cloud_base raw-xz x86_64
Cloud_base raw-xz i386
Atomic raw-xz x86_64
Kde raw-xz armhfp

Images in this compose but not Rawhide-20160317.n.0:

Soas raw-xz armhfp
Workstation live i386
Mate live i386
Workstation raw-xz armhfp
Mate live x86_64
Xfce raw-xz armhfp
Lxde raw-xz armhfp
Server raw-xz armhfp
Mate raw-xz armhfp
Workstation live x86_64

Images in Rawhide-20160317.n.0 but not this:

Cloud_base vagrant-virtualbox x86_64
Cloud_base vagrant-libvirt i386
Cloud_base vagrant-libvirt x86_64
Cloud_base vagrant-virtualbox i386

Failed openQA tests: 57 of 72

ID: 9839Test: i386 universal package_set_kde
URL: https://openqa.fedoraproject.org/tests/9839
ID: 9837Test: i386 universal upgrade_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/9837
ID: 9836Test: i386 universal server_lvmthin
URL: https://openqa.fedoraproject.org/tests/9836
ID: 9835Test: i386 universal server_ext3
URL: https://openqa.fedoraproject.org/tests/9835
ID: 9834Test: i386 universal server_btrfs
URL: https://openqa.fedoraproject.org/tests/9834
ID: 9833Test: i386 universal server_software_raid
URL: https://openqa.fedoraproject.org/tests/9833
ID: 9832Test: i386 universal server_simple_encrypted
URL: https://openqa.fedoraproject.org/tests/9832
ID: 9831Test: i386 universal server_scsi_updates_img
URL: https://openqa.fedoraproject.org/tests/9831
ID: 9830Test: i386 universal server_repository_http_graphical
URL: https://openqa.fedoraproject.org/tests/9830
ID: 9829Test: i386 universal package_set_minimal
URL: https://openqa.fedoraproject.org/tests/9829
ID: 9828Test: x86_64 universal european_language_install
URL: https://openqa.fedoraproject.org/tests/9828
ID: 9827Test: x86_64 universal server_shrink_ntfs
URL: https://openqa.fedoraproject.org/tests/9827
ID: 9826Test: x86_64 universal server_shrink_ext4
URL: https://openqa.fedoraproject.org/tests/9826
ID: 9825Test: x86_64 universal server_updates_img_local
URL: https://openqa.fedoraproject.org/tests/9825
ID: 9820Test: x86_64 universal server_kickstart_hdd
URL: https://openqa.fedoraproject.org/tests/9820
ID: 9819Test: x86_64 universal server_no_swap@uefi
URL: https://openqa.fedoraproject.org/tests/9819
ID: 9818Test: x86_64 universal server_lvmthin@uefi
URL: https://openqa.fedoraproject.org/tests/9818
ID: 9817Test: x86_64 universal server_xfs@uefi
URL: https://openqa.fedoraproject.org/tests/9817
ID: 9816Test: x86_64 universal server_ext3@uefi
URL: https://openqa.fedoraproject.org/tests/9816
ID: 9815Test: x86_64 universal server_btrfs@uefi
URL: https://openqa.fedoraproject.org/tests/9815
ID: 9814Test: x86_64 universal server_delete_partial@uefi
URL: https://openqa.fedoraproject.org/tests/9814
ID: 9813Test: x86_64 universal server_software_raid@uefi
URL: https://openqa.fedoraproject.org/tests/9813
ID: 9812Test: x86_64 universal server_multi_empty@uefi
URL: https://openqa.fedoraproject.org/tests/9812
ID: 9811Test: x86_64 universal server_simple_free_space@uefi
URL: https://openqa.fedoraproject.org/tests/9811
ID: 9810Test: x86_64 universal server_simple_encrypted@uefi
URL: https://openqa.fedoraproject.org/tests/9810
ID: 9809Test: x86_64 universal package_set_kde
URL: https://openqa.fedoraproject.org/tests/9809
ID: 9808Test: x86_64 universal server_no_swap
URL: https://openqa.fedoraproject.org/tests/9808
ID: 9807Test: x86_64 universal server_lvmthin
URL: https://openqa.fedoraproject.org/tests/9807
ID: 9806Test: x86_64 universal server_xfs
URL: https://openqa.fedoraproject.org/tests/9806
ID: 9805Test: x86_64 universal server_ext3
URL: https://openqa.fedoraproject.org/tests/9805
ID: 9804Test: x86_64 universal server_btrfs
URL: https://openqa.fedoraproject.org/tests/9804
ID: 9803Test: x86_64 universal server_delete_partial
URL: https://openqa.fedoraproject.org/tests/9803
ID: 9802Test: x86_64 universal server_software_raid
URL: https://openqa.fedoraproject.org/tests/9802
ID: 9801Test: x86_64 universal server_multi_empty
URL: https://openqa.fedoraproject.org/tests/9801
ID: 9800Test: x86_64 universal server_simple_free_space
URL: https://openqa.fedoraproject.org/tests/9800
ID: 9799Test: x86_64 universal server_simple_encrypted
URL: https://openqa.fedoraproject.org/tests/9799
ID: 9798Test: x86_64 universal server_multi@uefi
URL: https://openqa.fedoraproject.org/tests/9798
ID: 9797Test: x86_64 universal server_multi
URL: https://openqa.fedoraproject.org/tests/9797
ID: 9796Test: x86_64 universal server_scsi_updates_img
URL: https://openqa.fedoraproject.org/tests/9796
ID: 9794Test: x86_64 universal server_delete_pata@uefi
URL: https://openqa.fedoraproject.org/tests/9794
ID: 9793Test: x86_64 universal server_delete_pata
URL: 

[Bug 1319011] New: perl-Log-Log4perl-1.47 is available

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1319011

Bug ID: 1319011
   Summary: perl-Log-Log4perl-1.47 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Log-Log4perl
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 1.47
Current version/release in rawhide: 1.46-5.fc24
URL: http://search.cpan.org/dist/Log-Log4perl/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

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

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

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Alexander Bokovoy

On Wed, 16 Mar 2016, Dennis Gilmore wrote:

On Wednesday, March 16, 2016 9:39:33 PM CDT Kamil Dudka wrote:

On Wednesday, March 16, 2016 16:19:23 Bill Nottingham wrote:
> Kamil Dudka (kdu...@redhat.com) said:
> > Are you reading it from the specfile?
> >
> > It is just an implementation detail of the packaging (the
> > RemovePathPostfixes feature of rpm).  The string you mentioned neither
> > appears in the SONAME, nor in any file installed by the RPMs in
> > question.
>
> ... which means if the SONAME is the same, you either are dealing with

> Conflicts:
Exactly.  libcurl conflicts with libcurl-minimal, which means that exactly
one of them will be installed on any Fedora system at a time.  On a regular
system (server, desktop, etc.) it will always be libcurl.

On the other hand, if you need to create a minimal installation of Fedora
(e.g. a base image for Docker), you will pick libcurl-minimal instead of
libcurl, to make the set of installed packages really minimal.

> , or relying on the behavior of ldconfig to figure out which
> library you happen to get at a particular time.

ldconfig will always pick /usr/lib64/libcurl.so.4 because there can be only
one file with that name installed at a time.


And how do you transition when you need to add the full featured version?

Just a note on top of what Dennis asked: if curl minimal would lack
XML-RPC and GSSAPI support, FreeIPA client enrollment will be broken
completely. There are many uses of that within kickstart or cloud-init
files.

--
/ Alexander Bokovoy
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchbugzilla' permission on perl-Inline (f24) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-Inline (f24) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Inline/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed owner of perl-Inline (f22) to 'ppisar'

2016-03-19 Thread notifications
ppisar changed owner of perl-Inline (f22) to 'ppisar'
https://admin.fedoraproject.org/pkgdb/package/perl-Inline/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-MCE (perl-MCE-1.702-1.fc24). "Update to 1.702"

2016-03-19 Thread notifications
From a09360852bf8fa108e85d1735f6784ac9386cf4a Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Wed, 16 Mar 2016 11:46:38 +
Subject: Update to 1.702

---
 .gitignore   |   1 +
 MCE-1.700-provides.patch | 108 +
 perl-MCE.spec| 111 +--
 sources  |   2 +-
 4 files changed, 189 insertions(+), 33 deletions(-)
 create mode 100644 MCE-1.700-provides.patch

diff --git a/.gitignore b/.gitignore
index e85c44f..599c648 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /MCE-1.605.tar.gz
 /MCE-1.606.tar.gz
 /MCE-1.608.tar.gz
+/MCE-1.702.tar.gz
diff --git a/MCE-1.700-provides.patch b/MCE-1.700-provides.patch
new file mode 100644
index 000..58ff5d7
--- /dev/null
+++ b/MCE-1.700-provides.patch
@@ -0,0 +1,108 @@
+--- lib/MCE/Core/Input/Generator.pm
 lib/MCE/Core/Input/Generator.pm
+@@ -19,7 +19,8 @@ our $VERSION = '1.700';
+ 
+ ## Items below are folded into MCE.
+ 
+-package MCE;
++package # hide from rpm
++   MCE;
+ 
+ no warnings qw( threads recursion uninitialized );
+ 
+--- lib/MCE/Core/Input/Handle.pm
 lib/MCE/Core/Input/Handle.pm
+@@ -18,7 +18,8 @@ our $VERSION = '1.700';
+ 
+ ## Items below are folded into MCE.
+ 
+-package MCE;
++package # hide from rpm
++   MCE;
+ 
+ no warnings qw( threads recursion uninitialized );
+ 
+--- lib/MCE/Core/Input/Iterator.pm
 lib/MCE/Core/Input/Iterator.pm
+@@ -18,7 +18,8 @@ our $VERSION = '1.700';
+ 
+ ## Items below are folded into MCE.
+ 
+-package MCE;
++package # hide from rpm
++   MCE;
+ 
+ no warnings qw( threads recursion uninitialized );
+ 
+--- lib/MCE/Core/Input/Request.pm
 lib/MCE/Core/Input/Request.pm
+@@ -18,7 +18,8 @@ our $VERSION = '1.700';
+ 
+ ## Items below are folded into MCE.
+ 
+-package MCE;
++package # hide from rpm
++   MCE;
+ 
+ no warnings qw( threads recursion uninitialized );
+ 
+--- lib/MCE/Core/Input/Sequence.pm
 lib/MCE/Core/Input/Sequence.pm
+@@ -18,7 +18,8 @@ our $VERSION = '1.700';
+ 
+ ## Items below are folded into MCE.
+ 
+-package MCE;
++package # hide from rpm
++   MCE;
+ 
+ no warnings qw( threads recursion uninitialized );
+ 
+--- lib/MCE/Core/Manager.pm
 lib/MCE/Core/Manager.pm
+@@ -20,7 +20,8 @@ our $VERSION = '1.700';
+ 
+ ## Items below are folded into MCE.
+ 
+-package MCE;
++package # hide from rpm
++   MCE;
+ 
+ no warnings qw( threads recursion uninitialized );
+ 
+--- lib/MCE/Core/Validation.pm
 lib/MCE/Core/Validation.pm
+@@ -18,7 +18,8 @@ our $VERSION = '1.700';
+ 
+ ## Items below are folded into MCE.
+ 
+-package MCE;
++package # hide from rpm
++   MCE;
+ 
+ no warnings qw( threads recursion uninitialized );
+ 
+--- lib/MCE/Core/Worker.pm
 lib/MCE/Core/Worker.pm
+@@ -18,7 +18,8 @@ our $VERSION = '1.700';
+ 
+ ## Items below are folded into MCE.
+ 
+-package MCE;
++package # hide from rpm
++   MCE;
+ 
+ no warnings qw( threads recursion uninitialized );
+ 
+--- lib/MCE/Relay.pm
 lib/MCE/Relay.pm
+@@ -150,7 +150,8 @@ sub import {
+ 
+ ## Items below are folded into MCE.
+ 
+-package MCE;
++package # hide from rpm
++   MCE;
+ 
+ no warnings 'threads';
+ no warnings 'recursion';
diff --git a/perl-MCE.spec b/perl-MCE.spec
index fc8900e..5af7304 100644
--- a/perl-MCE.spec
+++ b/perl-MCE.spec
@@ -1,20 +1,22 @@
 Name:   perl-MCE
-Version:1.608
-Release:4%{?dist}
+Version:1.702
+Release:1%{?dist}
 Summary:Many-core Engine for Perl providing parallel processing 
capabilities
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/MCE/
 Source0:
http://www.cpan.org/authors/id/M/MA/MARIOROY/MCE-%{version}.tar.gz
-# Fix sharp-bang line
 Patch0: MCE-1.600-Fix-sharp-bang-line.patch
+Patch1: MCE-1.700-provides.patch
 BuildArch:  noarch
-# Build
+# Module Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-# Runtime
-# The bin/mce_grep is not used by tests
+# Module Runtime
 BuildRequires:  perl(base)
 BuildRequires:  perl(bytes)
 BuildRequires:  perl(Carp)
@@ -22,31 +24,26 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Path)
-# Unused BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Storable) >= 2.04
 BuildRequires:  perl(Symbol)
+BuildRequires:  perl(threads::shared)
 BuildRequires:  perl(Time::HiRes)
-# Tests only
+# Script Runtime
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(vars)
+# Test Suite
 BuildRequires:  perl(Test::More)
+# Dependencies
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 

ppisar pushed to perl-Captcha-reCAPTCHA (master). "Modernize spec file"

2016-03-19 Thread notifications
From 0d997414a8a88168dbb434debdcc6833c8a7a51f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 18 Mar 2016 13:20:13 +0100
Subject: Modernize spec file

---
 perl-Captcha-reCAPTCHA.spec | 23 ---
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/perl-Captcha-reCAPTCHA.spec b/perl-Captcha-reCAPTCHA.spec
index ebdaa0d..22c242c 100644
--- a/perl-Captcha-reCAPTCHA.spec
+++ b/perl-Captcha-reCAPTCHA.spec
@@ -1,13 +1,18 @@
 Name:   perl-Captcha-reCAPTCHA
 Version:0.97
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Perl implementation of the reCAPTCHA API
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Captcha-reCAPTCHA/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Captcha-reCAPTCHA-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
@@ -20,26 +25,27 @@ BuildRequires:  perl(Test::More)
 # Optional tests
 BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(HTML::Tiny) >= 0.904
 
 %{?perl_default_filter}
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%{__requires_exclude}|}^perl\\(HTML::Tiny\\)$
 
 %description
-reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors who
+reCAPTCHA is a hybrid mechanical Turk and captcha that allows visitors who
 complete the captcha to assist in the digitization of books.
 
 %prep
 %setup -q -n Captcha-reCAPTCHA-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -51,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 18 2016 Petr Pisar  - 0.97-10
+- Modernize spec file
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.97-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



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

Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Kamil Dudka
On Wednesday, March 16, 2016 17:07:39 Dennis Gilmore wrote:
> On Wednesday, March 16, 2016 09:52:36 PM Kamil Dudka wrote:
> > On Wednesday, March 16, 2016 15:48:54 Dennis Gilmore wrote:
> > > On Wednesday, March 16, 2016 9:39:33 PM CDT Kamil Dudka wrote:
> > > > On Wednesday, March 16, 2016 16:19:23 Bill Nottingham wrote:
> > > > > Kamil Dudka (kdu...@redhat.com) said:
> > > > > > Are you reading it from the specfile?
> > > > > > 
> > > > > > It is just an implementation detail of the packaging (the
> > > > > > RemovePathPostfixes feature of rpm).  The string you mentioned
> > > > > > neither
> > > > > > appears in the SONAME, nor in any file installed by the RPMs in
> > > > > > question.
> > > > > 
> > > > > ... which means if the SONAME is the same, you either are dealing
> > > > > with
> > > > 
> > > > > Conflicts:
> > > > Exactly.  libcurl conflicts with libcurl-minimal, which means that
> > > > exactly
> > > > one of them will be installed on any Fedora system at a time.  On a
> > > > regular
> > > > system (server, desktop, etc.) it will always be libcurl.
> > > > 
> > > > On the other hand, if you need to create a minimal installation of
> > > > Fedora
> > > > (e.g. a base image for Docker), you will pick libcurl-minimal instead
> > > > of
> > > > libcurl, to make the set of installed packages really minimal.
> > > > 
> > > > > , or relying on the behavior of ldconfig to figure out which
> > > > > library you happen to get at a particular time.
> > > > 
> > > > ldconfig will always pick /usr/lib64/libcurl.so.4 because there can be
> > > > only
> > > > one file with that name installed at a time.
> > > 
> > > And how do you transition when you need to add the full featured
> > > version?
> > 
> > # dnf install --allowerasing curl
> 
> And you are going to be able to do that in the tools taht build layered
> images?

Sure.  I see no reason why it would not work (or cause any problems).

Kamil

> Dennis
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchcommits' permission on perl-Inline (master) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-Inline (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Inline/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1231104] perl-B-Hooks-OP-Check-EntersubForCV-0.09-11.fc23: FTBFS with Perl 5.22

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231104

Petr Pisar  changed:

   What|Removed |Added

 Depends On||1318969




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1318969
[Bug 1318969] Review Request: perl-B-Hooks-OP-Check-EntersubForCV - Invoke
callbacks on construction of entersub OPs for certain CVs
-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed owner of perl-POE-Filter-IRCD (f22) to 'ppisar'

2016-03-19 Thread notifications
ppisar changed owner of perl-POE-Filter-IRCD (f22) to 'ppisar'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Filter-IRCD/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed owner of perl-Inline (f24) to 'ppisar'

2016-03-19 Thread notifications
ppisar changed owner of perl-Inline (f24) to 'ppisar'
https://admin.fedoraproject.org/pkgdb/package/perl-Inline/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1301242] perl-Tangerine-0.20 is available

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1301242



--- Comment #16 from Fedora Update System  ---
perl-Tangerine-0.22-1.el6 has been pushed to the Fedora EPEL 6 stable
repository. If problems still persist, please make note of it in this bug
report.

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

ppisar changed ppisar's 'commit' permission on perl-Inline (f22) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'commit' permission on perl-Inline (f22) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Inline/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Kamil Dudka
On Thursday 17 March 2016 11:55:31 Bill Nottingham wrote:
> Kamil Dudka (kdu...@redhat.com) said:
> > > If you care about a consistent developer, user, and debugging experience
> > > regardless of mechanism of delivery, you wouldn't do this in the first
> > > place, or you'd change the global curl package. Either the features are
> > > important, or they aren't.
> > 
> > Are you implying that curl maintainers know better than users which
> > features are important for the users themselves?
> 
> ... well, that's sort of what turning off features for this case implies.
> 
> > > If you care about minimizing size overall (neglecting the fact that
> > > cutting out kerberos and to a lesser extent ldap dependencies don't
> > > really
> > > save you anything due to their system library use), then might as well
> > > just
> > > start -Os-ing random packages and throwing in busybox.
> > 
> > Micro-optimization is way to hell.  The system needs to optimized by
> > design.
> EXACTLY!  Maybe I'm not being clear in what I'm trying to say, but this is
> the point - it needs to be designed.
> 
> 1) Start with the design of who are we targeting - what jobs are then trying
> to do?
> 
> 2) Then, what do we produce? (Atomic, Server, Cloud, Workstation)
> 
> 3) Do they have different needs? Do we build components with different
> features for each? (This solution implies 'yes', but I don't recall seeing
> that stated before)
> 
> 4) If so, what are the differentiating features that require different
> components with different feature sets? What's the job that someone is
> trying to do that requires this? (The impliciation is 'download the base
> image somewhat faster', but that's still very vague.)
> 
> 5) Then, pick the targeted points and propose implementation of individual
> features that serve the larger goal.

The motivation behind this effort is pretty straightforward.  I have been 
maintaining curl in Fedora/RHEL since 2009.  From time to time users ask me
to reduce the number of run-time dependencies of (lib)curl.

At the same time, users are continuously requesting to add new features to 
Fedora (lib)curl and this introduces additional run-time dependencies.  The 
last request, which actually triggered this effort, was adding the support
for libpsl, which itself requires libicu and libstdc++:

https://bugzilla.redhat.com/1305701#c1

I wanted to provide a solution to the continuously growing list of (lib)curl 
run-time dependencies.  Having two builds of the same source code that just 
differ in their build-time configuration sounded like a good trade-off from 
the perspective of a maintainer:

- one suitable for the users that request adding new features

- one suitable for the users that request reducing the run-time dependencies

I am open to discuss what features should be included in (lib)curl-minimal
and I already refined my draft base on the discussion in this thread.

I am also open to discuss other solution to the above problem.  The other 
proposals I have captured in this thread are:

- use dlopen() -- already proven wrong (see RHBZ and upstream ML)

- use static linking -- sub-optimal due to high security advisory rate

- multiple libcurl DSOs on a system -- problematic (see RHBZ and upstream ML)

- tweak dnf to use libcurl-minimal if installed in parallel to libcurl -- not
  a generic enough solution for me to consider (as it would work for dnf only)

> It's possible that, just poking my head up, I missed all the 1-4 discussion
> that this is tied to. But given that the following has all popped up in
> the past few months:
> 
> - "Minimizing the fedora docker base image footprint" (by yanking dnf et.al.
> into a seprate container, making size of it much more irrelevant) - "DNF
> into C initiative started" (enabling a much larger depythoning that doesn't
> require differing library buidls)
> - "F24 Self Contained Change: System Python"
> 
> ... the fact that we now have four separate implementation details, all of
> which could make different parts of the others irrelevant, makes me wonder
> about the design behind it.

So what exactly are you proposing?

Kamil

> Bill
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Broken dependencies: perl-Dumbbench

2016-03-19 Thread buildsys


perl-Dumbbench has broken dependencies in the rawhide tree:
On armhfp:
perl-Dumbbench-BoxPlot-0.10-2.fc24.noarch requires perl(SOOT)
Please resolve this as soon as possible.

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

Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Kamil Dudka
On Thursday 17 March 2016 08:57:19 Alexander Bokovoy wrote:
> On Wed, 16 Mar 2016, Dennis Gilmore wrote:
> >On Wednesday, March 16, 2016 9:39:33 PM CDT Kamil Dudka wrote:
> >> On Wednesday, March 16, 2016 16:19:23 Bill Nottingham wrote:
> >> > Kamil Dudka (kdu...@redhat.com) said:
> >> > > Are you reading it from the specfile?
> >> > > 
> >> > > It is just an implementation detail of the packaging (the
> >> > > RemovePathPostfixes feature of rpm).  The string you mentioned
> >> > > neither
> >> > > appears in the SONAME, nor in any file installed by the RPMs in
> >> > > question.
> >> > 
> >> > ... which means if the SONAME is the same, you either are dealing with
> >> 
> >> > Conflicts:
> >> Exactly.  libcurl conflicts with libcurl-minimal, which means that
> >> exactly
> >> one of them will be installed on any Fedora system at a time.  On a
> >> regular
> >> system (server, desktop, etc.) it will always be libcurl.
> >> 
> >> On the other hand, if you need to create a minimal installation of Fedora
> >> (e.g. a base image for Docker), you will pick libcurl-minimal instead of
> >> libcurl, to make the set of installed packages really minimal.
> >> 
> >> > , or relying on the behavior of ldconfig to figure out which
> >> > library you happen to get at a particular time.
> >> 
> >> ldconfig will always pick /usr/lib64/libcurl.so.4 because there can be
> >> only
> >> one file with that name installed at a time.
> >
> >And how do you transition when you need to add the full featured version?
> 
> Just a note on top of what Dennis asked: if curl minimal would lack
> XML-RPC and GSSAPI support, FreeIPA client enrollment will be broken
> completely. There are many uses of that within kickstart or cloud-init
> files.

I am not against keeping the GSSAPI support in libcurl-minimal.  From the 
discussion, it sounds like the right thing to do.

But what do you mean by XML-RPC?

I am not aware of any such feature in (lib)curl itself.  XML-RPC is usually 
implemented in higher-level libraries.  If they use the http(s) implementation
of libcurl, they will work on top of libcurl-minimal as well.

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


ppisar pushed to perl-Test2-Suite (master). "0.000023 bump"

2016-03-19 Thread notifications
From a2de678cc750d4eaebf9c526eb6ac616cf074dd8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 18 Mar 2016 13:38:08 +0100
Subject: 0.23 bump

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

diff --git a/.gitignore b/.gitignore
index c20e1fa..4720578 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Test2-Suite-0.20.tar.gz
 /Test2-Suite-0.21.tar.gz
 /Test2-Suite-0.22.tar.gz
+/Test2-Suite-0.23.tar.gz
diff --git a/perl-Test2-Suite.spec b/perl-Test2-Suite.spec
index 45c0126..2d6b0a4 100644
--- a/perl-Test2-Suite.spec
+++ b/perl-Test2-Suite.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test2-Suite
-Version:0.22
+Version:0.23
 Release:1%{?dist}
 Summary:Set of tools built upon the Test2 framework
 License:GPL+ or Artistic
@@ -74,6 +74,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 18 2016 Petr Pisar  - 0.23-1
+- 0.23 bump
+
 * Tue Mar 08 2016 Petr Pisar  - 0.22-1
 - 0.22 bump
 
diff --git a/sources b/sources
index 71786c3..6db021f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-741020be74fa28284312c45385c9fc23  Test2-Suite-0.22.tar.gz
+f13459a17f09d0e1634cfb74a0754b51  Test2-Suite-0.23.tar.gz
-- 
cgit v0.12



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

[Bug 1319427] New: perl-DateTime-Format-Strptime-1.65 is available

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1319427

Bug ID: 1319427
   Summary: perl-DateTime-Format-Strptime-1.65 is available
   Product: Fedora
   Version: rawhide
 Component: perl-DateTime-Format-Strptime
  Keywords: FutureFeature, Triaged
  Assignee: p...@city-fan.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: p...@city-fan.org, perl-devel@lists.fedoraproject.org,
psab...@redhat.com, st...@silug.org



Latest upstream release: 1.65
Current version/release in rawhide: 1.64-1.fc24
URL: http://search.cpan.org/dist/DateTime-Format-Strptime/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

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

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

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Socket6 (perl-Socket6-0.26-1.fc24). "Update to 0.26 (..more)"

2016-03-19 Thread notifications
From 40a69b46f4c1c313fbf90d0530623731f16d8069 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 18 Mar 2016 10:50:59 +
Subject: Update to 0.26

- New upstream release 0.26
  - gailookup.pl.in: Add -P option to ease specification of port number
  - gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED
  - gailookup.pl.in: Add -r option to do reverse lookup
  - System inet_ntop broken in darwin (CPAN RT#113005)
  - Makefile.PL: Make Socket6 buildable on Android (CPAN RT#98181)
- Simplify find commands using -delete
- Explicitly BR: perl-devel, needed for EXTERN.h
---
 .gitignore|  3 +--
 perl-Socket6.spec | 25 -
 sources   |  2 +-
 3 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6514b2c..646dbcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Socket6-0.23.tar.gz
-/Socket6-0.25.tar.gz
+/Socket6-[0-9.]*.tar.gz
diff --git a/perl-Socket6.spec b/perl-Socket6.spec
index 055c604..6e110ed 100644
--- a/perl-Socket6.spec
+++ b/perl-Socket6.spec
@@ -1,12 +1,17 @@
 Name:   perl-Socket6
-Version:0.25
-Release:8%{?dist}
+Version:0.26
+Release:1%{?dist}
 Summary:IPv6 related part of the C socket.h defines and structure 
manipulators
 License:BSD
 URL:http://search.cpan.org/dist/Socket6/
 Source0:
http://www.cpan.org/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
 # Build:
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-devel
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module:
@@ -39,20 +44,30 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%doc ChangeLog README
+%doc ChangeLog README gailookup.pl
 %{perl_vendorarch}/Socket6.pm
 %{perl_vendorarch}/auto/Socket6/
 %{_mandir}/man3/Socket6.3*
 
 %changelog
+* Fri Mar 18 2016 Paul Howarth  - 0.26-1
+- Update to 0.26
+  - gailookup.pl.in: Add -P option to ease specification of port number
+  - gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED
+  - gailookup.pl.in: Add -r option to do reverse lookup
+  - System inet_ntop broken in darwin (CPAN RT#113005)
+  - Makefile.PL: Make Socket6 buildable on Android (CPAN RT#98181)
+- Simplify find commands using -delete
+- Explicitly BR: perl-devel, needed for EXTERN.h
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.25-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 3a88c2d..09183a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6c40d662b1fc5ffd436b7f50daa1f04  Socket6-0.25.tar.gz
+2ff9b2be0ed5ab6513802b8ad1b36974  Socket6-0.26.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Socket6.git/commit/?h=perl-Socket6-0.26-1.fc24=40a69b46f4c1c313fbf90d0530623731f16d8069
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1055054] segfault when running example from manual page

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1055054

Fedora Admin XMLRPC Client  changed:

   What|Removed |Added

   Assignee|extras-orphan@fedoraproject |ppi...@redhat.com
   |.org|



--- Comment #14 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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'commit' permission on perl-POE-Component-SSLify (master) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'commit' permission on perl-POE-Component-SSLify 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-SSLify/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik uploaded Lexical-SealRequireHints-0.010.tar.gz for perl-Lexical-SealRequireHints

2016-03-19 Thread notifications
a02f013b3e7c4a0e44a25dbcbdfd4aa1  Lexical-SealRequireHints-0.010.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Lexical-SealRequireHints/Lexical-SealRequireHints-0.010.tar.gz/md5/a02f013b3e7c4a0e44a25dbcbdfd4aa1/Lexical-SealRequireHints-0.010.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-Log-Log4perl (f24). "1.47 bump"

2016-03-19 Thread notifications
From eeb0a8a24ba34a55a8a9875e8c0772e7f2ab6029 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 18 Mar 2016 15:54:18 +0100
Subject: 1.47 bump

---
 .gitignore | 1 +
 perl-Log-Log4perl.spec | 7 +--
 sources| 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 909631d..bcac510 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ Log-Log4perl-1.24.tar.gz
 /Log-Log4perl-1.43.tar.gz
 /Log-Log4perl-1.44.tar.gz
 /Log-Log4perl-1.46.tar.gz
+/Log-Log4perl-1.47.tar.gz
diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec
index daacc2d..2af7a2a 100644
--- a/perl-Log-Log4perl.spec
+++ b/perl-Log-Log4perl.spec
@@ -1,8 +1,8 @@
 %bcond_without RRD
 
 Name:   perl-Log-Log4perl
-Version:1.46
-Release:5%{?dist}
+Version:1.47
+Release:1%{?dist}
 Summary:Log4j implementation for Perl
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -156,6 +156,9 @@ make test
 %{_mandir}/man3/Log::Log4perl::Config::DOMConfigurator.*
 
 %changelog
+* Fri Mar 18 2016 Jitka Plesnikova  - 1.47-1
+- 1.47 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.46-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 160efa2..27e0ea6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d247d2327d7f32dca09cbeb51a953fc5  Log-Log4perl-1.46.tar.gz
+53a0a2e68da51fa445c3557e4852d3a4  Log-Log4perl-1.47.tar.gz
-- 
cgit v0.12



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

Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Przemek Klosowski

On 03/17/2016 12:54 PM, Kamil Dudka wrote:

I am also open to discuss other solution to the above problem.  The other
proposals I have captured in this thread are:

- use dlopen() -- already proven wrong (see RHBZ and upstream ML)


I looked and didn't see any discussion of dlopen() in 1305701; are you 
talking about a different RHBZ case?

Could you summarize the argument against something like

libcurl_version=REGULAR;
if(!(lp=dlopen("/usr/lib64/libcurl.so",RTLD_NOW))  {
 lp=dlopen("/usr/lib64/libcurl-minimal.so",RTLD_NOW);
 libcurl_version=MINIMAL;
}
if (!lp) abort("Can't load libcurl because ",dlerror());
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


adelton set the monitor flag of perl-Scalar-List-Utils to True

2016-03-19 Thread notifications
adelton set the monitor flag of perl-Scalar-List-Utils to True

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

Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Kamil Dudka
On Thursday 17 March 2016 08:14:42 Dennis Gilmore wrote:
> On Thursday, March 17, 2016 07:12:01 AM Kamil Dudka wrote:
> > On Wednesday, March 16, 2016 17:07:39 Dennis Gilmore wrote:
> > > On Wednesday, March 16, 2016 09:52:36 PM Kamil Dudka wrote:
> > > > On Wednesday, March 16, 2016 15:48:54 Dennis Gilmore wrote:
> > > > > On Wednesday, March 16, 2016 9:39:33 PM CDT Kamil Dudka wrote:
> > > > > > On Wednesday, March 16, 2016 16:19:23 Bill Nottingham wrote:
> > > > > > > Kamil Dudka (kdu...@redhat.com) said:
> > > > > > > > Are you reading it from the specfile?
> > > > > > > > 
> > > > > > > > It is just an implementation detail of the packaging (the
> > > > > > > > RemovePathPostfixes feature of rpm).  The string you mentioned
> > > > > > > > neither
> > > > > > > > appears in the SONAME, nor in any file installed by the RPMs
> > > > > > > > in
> > > > > > > > question.
> > > > > > > 
> > > > > > > ... which means if the SONAME is the same, you either are
> > > > > > > dealing
> > > > > > > with
> > > > > > 
> > > > > > > Conflicts:
> > > > > > Exactly.  libcurl conflicts with libcurl-minimal, which means that
> > > > > > exactly
> > > > > > one of them will be installed on any Fedora system at a time.  On
> > > > > > a
> > > > > > regular
> > > > > > system (server, desktop, etc.) it will always be libcurl.
> > > > > > 
> > > > > > On the other hand, if you need to create a minimal installation of
> > > > > > Fedora
> > > > > > (e.g. a base image for Docker), you will pick libcurl-minimal
> > > > > > instead
> > > > > > of
> > > > > > libcurl, to make the set of installed packages really minimal.
> > > > > > 
> > > > > > > , or relying on the behavior of ldconfig to figure out which
> > > > > > > library you happen to get at a particular time.
> > > > > > 
> > > > > > ldconfig will always pick /usr/lib64/libcurl.so.4 because there
> > > > > > can
> > > > > > be
> > > > > > only
> > > > > > one file with that name installed at a time.
> > > > > 
> > > > > And how do you transition when you need to add the full featured
> > > > > version?
> > > > 
> > > > # dnf install --allowerasing curl
> > > 
> > > And you are going to be able to do that in the tools taht build layered
> > > images?
> > 
> > Sure.  I see no reason why it would not work (or cause any problems).
> > 
> > Kamil
> 
> You have more faith than me then. I would want to see it working first.
> 
> Dennis

If you are familiar with those tools, it should be easy to try.  The testing 
packages are available in the following Copr repository:

https://copr.fedorainfracloud.org/coprs/kdudka/curl-minimal/

Feel free to report any obstacles you encounter.

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


[Fedocal] Reminder meeting : Fedora 24 Alpha Go/No-Go Meeting

2016-03-19 Thread jkurik
Dear all,

You are kindly invited to the meeting:
   Fedora 24 Alpha Go/No-Go Meeting on 2016-03-17 from 17:00:00 to 18:00:00 UTC
   At fedora-meet...@irc.freenode.net

The meeting will be about:
Join us on irc.freenode.net in #fedora-meeting for this important meeting, 
wherein we shall determine the readiness of the Fedora 24 Alpha.

The meeting is going to be held on Thursday, March 17, 2016 17:00 UTC. Please 
check the [Fedocal] link for your time zone.

Before each public release Development, QA and Release Engineering meet to 
determine if the release criteria are met for a particular release. This 
meeting is called the Go/No-Go Meeting. Verifying that the Release criteria are 
met is the responsibility of the QA Team.

Release Candidate (RC) availability and good QA coverage are prerequisites for 
the Go/No-Go meeting. If you have any bug on the list, please
help us with Alpha release. If we won't be ready by Thursday, we will use this 
meeting to review blockers and decide what to do.

For more details about this meeting please follow the [GoNoGoMeeting] link.

In the meantime, please keep also an eye on the Fedora 24 Alpha Blocker list 
[AlphaBlockers].

[FedoCal] https://apps.fedoraproject.org/calendar/meeting/3335/
[AlphaBlockers] 
http://qa.fedoraproject.org/blockerbugs/milestone/24/alpha/buglist
[GoNoGoMeeting] https://fedoraproject.org/wiki/Go_No_Go_Meeting


Thanks you in advance for your support. Regards,
Jan




Source: https://apps.fedoraproject.org/calendar/meeting/3335/

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


[Bug 1318069] perl-DateTime-TimeZone-1.96 is available

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1318069



--- Comment #3 from Fedora Update System  ---
perl-DateTime-TimeZone-1.96-1.fc22 has been submitted as an update to Fedora
22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-3908dc06f4

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'watchcommits' permission on perl-POE-Filter-Zlib (master) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-POE-Filter-Zlib 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Filter-Zlib/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'commit' permission on perl-POE-Filter-IRCD (f23) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'commit' permission on perl-POE-Filter-IRCD (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Filter-IRCD/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'commit' permission on perl-POE-Filter-IRCD (f22) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'commit' permission on perl-POE-Filter-IRCD (f22) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Filter-IRCD/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-Lexical-SealRequireHints (master). "0.010 bump"

2016-03-19 Thread notifications
From 3a6c925e42ea84abdd9a8401961fd008b113225a Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Fri, 18 Mar 2016 15:01:39 +0100
Subject: 0.010 bump

---
 .gitignore |  1 +
 perl-Lexical-SealRequireHints.spec | 14 +-
 sources|  2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 619ba03..0136a47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Lexical-SealRequireHints-0.007.tar.gz
 /Lexical-SealRequireHints-0.009.tar.gz
+/Lexical-SealRequireHints-0.010.tar.gz
diff --git a/perl-Lexical-SealRequireHints.spec 
b/perl-Lexical-SealRequireHints.spec
index ffaeacf..96f9d96 100644
--- a/perl-Lexical-SealRequireHints.spec
+++ b/perl-Lexical-SealRequireHints.spec
@@ -1,19 +1,20 @@
 Name:   perl-Lexical-SealRequireHints
-Version:0.009
-Release:4%{?dist}
+Version:0.010
+Release:1%{?dist}
 Summary:Prevent leakage of lexical hints
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Lexical-SealRequireHints/
 Source0:
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Lexical-SealRequireHints-%{version}.tar.gz
-BuildRequires:  perl >= 0:5.006
+BuildRequires:  findutils
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Tests
 BuildRequires:  perl(Test::More) >= 0.41
 # Optional tests
-BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Thread::Semaphore)
 BuildRequires:  perl(threads)
@@ -43,7 +44,7 @@ perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -56,6 +57,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f 
{} \;
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 18 2016 Jitka Plesnikova  - 0.010-1
+- 0.010 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.009-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index d02622f..d9be4fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f8484f81710b650277f2baa55d1f1060  Lexical-SealRequireHints-0.009.tar.gz
+a02f013b3e7c4a0e44a25dbcbdfd4aa1  Lexical-SealRequireHints-0.010.tar.gz
-- 
cgit v0.12



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

[Bug 1318464] perl-Prima-1.46 is available

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1318464



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

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

[Bug 1318469] perl-Test-File-Contents-0.23 is available

2016-03-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1318469

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Test-File-Contents-0.2
   ||3-1.fc25
 Resolution|--- |RAWHIDE
Last Closed||2016-03-17 05:10:17



-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed owner of perl-POE-Component-SSLify (f22) to 'ppisar'

2016-03-19 Thread notifications
ppisar changed owner of perl-POE-Component-SSLify (f22) to 'ppisar'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-SSLify/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'watchcommits' permission on perl-POE-Component-SSLify (f22) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-POE-Component-SSLify 
(f22) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-SSLify/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Sub-Name (perl-Sub-Name-0.15-1.fc25). "Update to 0.15 (..more)"

2016-03-19 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-Sub-Name.git/commit/?h=perl-Sub-Name-0.15-1.fc25=88bf88596275654519a6ee07c6383fcd904b20f8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org

pghmcfc pushed to perl-Socket6 (perl-Socket6-0.25-5.fc23). "Drop workaround for CPAN RT#66811, fixed upstream"

2016-03-19 Thread notifications
From 6f564035dfe95df0fe2886ffbebff3c39263fcd8 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 21 May 2015 11:45:06 +0100
Subject: Drop workaround for CPAN RT#66811, fixed upstream

---
 perl-Socket6.spec | 49 +
 1 file changed, 25 insertions(+), 24 deletions(-)

diff --git a/perl-Socket6.spec b/perl-Socket6.spec
index 03fdd8d..a82ba02 100644
--- a/perl-Socket6.spec
+++ b/perl-Socket6.spec
@@ -1,61 +1,62 @@
-# Filter the Perl extension module
-%{?perl_default_filter}
-
 Name:   perl-Socket6
 Version:0.25
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:IPv6 related part of the C socket.h defines and structure 
manipulators
-Group:  Development/Libraries
 License:BSD
 URL:http://search.cpan.org/dist/Socket6/
 Source0:
http://www.cpan.org/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
+# Build:
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-# Run-time:
+# Module:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(strict)
-BuildREquires:  perl(vars)
+BuildRequires:  perl(vars)
 # Tests:
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Test)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+# Run-time:
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+# Filter the Perl extension module
+%{?perl_default_filter}
 
 %description
-This module supports getaddrinfo() and getnameinfo() to intend to
-enable protocol independent programming.
-If your environment supports IPv6, IPv6 related defines such as
-AF_INET6 are included.
+This module supports getaddrinfo() and getnameinfo() to intend to enable
+protocol independent programming. If your environment supports IPv6, IPv6
+related defines such as AF_INET6 are included.
 
 %prep
 %setup -q -n Socket6-%{version}
-# CPAN RT #66811
-sed -i -e '/MAN3PODS/d' Makefile.PL
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
+%{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
 %doc ChangeLog README
-%{perl_vendorarch}/Socket6*
+%{perl_vendorarch}/Socket6.pm
 %{perl_vendorarch}/auto/Socket6/
-%{_mandir}/man3/Socket6.3pm*
-
+%{_mandir}/man3/Socket6.3*
 
 %changelog
+* Thu May 21 2015 Paul Howarth  - 0.25-5
+- Drop workaround for CPAN RT#66811, fixed upstream
+- Tidy spec
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 0.25-4
 - Perl 5.20 rebuild
 
@@ -100,13 +101,13 @@ make test
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Wed Dec 22 2010 Marcela Maslanova  - 0.23-5
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Thu May 06 2010 Marcela Maslanova  - 0.23-4
 - Mass rebuild with perl-5.12.0
 
 * Mon Dec  7 2009 Stepan Kasal  - 0.23-3
-- rebuild against perl 5.10.1
+- Rebuild against perl 5.10.1
 
 * Sun Jul 26 2009 Fedora Release Engineering  
- 0.23-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Socket6.git/commit/?h=perl-Socket6-0.25-5.fc23=6f564035dfe95df0fe2886ffbebff3c39263fcd8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org

[Test-Announce] Fedora 24 Alpha Candidate 5 (Alpha 1.5) Available Now!

2016-03-19 Thread Adam Williamson
A little after scheduled [1], Fedora 24 Alpha Candidate 5 (Alpha 1.5)
is now available for testing. Please help us complete all the
validation testing!

In case you're wondering, all the other compose attempts between 1.1
and 1.5 failed, except one which had an incorrect package in it.

We have go/no-go tomorrow, so we need to get through all the Alpha
tests with this compose if we possibly can. Please refer to
testcase_stats to see which Alpha tests haven't been run recently:
https://www.happyassassin.net/testcase_stats/24/

Content information, including changes, can be found at
https://fedorahosted.org/rel-eng/ticket/6371#comment:4 . Please see the
following pages for download links and testing instructions. At present
the compose is not synced to the 'alt' tree, so is not available from
any mirrors, only from the original compose location.

Installation:

https://fedoraproject.org/wiki/Test_Results:Current_Installation_Test

Base:

https://fedoraproject.org/wiki/Test_Results:Current_Base_Test

Workstation and Desktop:

https://fedoraproject.org/wiki/Test_Results:Current_Desktop_Test

Server:

https://fedoraproject.org/wiki/Test_Results:Current_Server_Test

Cloud:

https://fedoraproject.org/wiki/Test_Results:Current_Cloud_Test

Summary:

https://fedoraproject.org/wiki/Test_Results:Current_Summary

All Alpha priority test cases for each of these test pages [2] must
pass in order to meet the Alpha Release Criteria [3].

Help is available on #fedora-qa on irc.freenode.net [4], or on the 
test list [5].

Create Fedora 24 Alpha candidates 
https://fedorahosted.org/rel-eng/ticket/6371

Current Blocker and Freeze Exception bugs:
http://qa.fedoraproject.org/blockerbugs/current
[1] http://fedorapeople.org/groups/schedule/f-24/f-24-quality-tasks.html
[2] https://fedoraproject.org/wiki/QA:Release_validation_test_plan
[3] https://fedoraproject.org/wiki/Fedora_24_Alpha_Release_Criteria
[4] irc://irc.freenode.net/fedora-qa
[5] https://admin.fedoraproject.org/mailman/listinfo/test
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
___
test-announce mailing list
test-annou...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/test-annou...@lists.fedoraproject.org
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Kernel plans for Fedora 24

2016-03-19 Thread Justin Forbes
With the 4.5 kernel out and the merge window for 4.6 opened up, we had
to make a decision on what the release kernel for F24 would be.  The
decision has been made to ship F24 with the 4.5 kernel with 4.6
available as an update once it is ready.  Timing wise, 4.6 *should*
release just before the final freeze for F24, but that is cutting it
insanely close. Should Fedora move on as scheduled, and 4.6 have some
delay due to a bug that impacts users, that would be unfortunate.
This means we have a good bit of time to make sure that everything is
working as intended with 4.5 in Fedora.  It also means that any
installer critical fixes will need to be backported to 4.5.

Thanks,
Justin
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchbugzilla' permission on perl-POE-Filter-Zlib (f24) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-POE-Filter-Zlib 
(f24) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Filter-Zlib/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'watchbugzilla' permission on perl-POE-Filter-Zlib (f23) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-POE-Filter-Zlib 
(f23) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Filter-Zlib/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'approveacls' permission on perl-POE-Component-Server-SOAP (f24) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'approveacls' permission on 
perl-POE-Component-Server-SOAP (f24) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-Server-SOAP/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Re: Rstudio

2016-03-19 Thread Mukundan Ragavan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 02/29/2016 05:25 PM, Amit Saha wrote:
>> SG> Hello, I like to have everything on my system in a package.
>> So, I SG> looked around and found no recipe or rpm for Rstudio.
>> 
>> I actually just use the upstream RPMs, but I unpack and repack
>> them to remove some bundled crap and some extraneous Provides:.
>> Might not even need to do that these days; I haven't checked
>> lately.
>> 
>> But having it in Fedora proper would be really great.  At least I
>> think it's sufficiently free.
> 
> 
> And I would gladly include it in Fedora Scientific, right now you
> get rkward and could also use Jupyter notebook for it: 
> http://fedora-scientific.readthedocs.org/en/latest/R_programming.html
>
> 
>> 


I would be glad to put this up for review and maintain the package
assuming there is not someone else who has already started work on this.


If anyone is already working on this, I can also co-maintain. Please
let me know. If I don't see anything here in the next few days, I will
submit a review request for RStudio.

Mukundan.


- -- 
GPG Key - E5C8BC67
- ---


-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJW7KE6AAoJEHE/1K3lyLxnZtAP/A6/tUabs4n3pDu7IahWUm8V
kSvOAoBbDyskdwlz6fd1torQMq8HAwNOYGd5rLx+XXw4rtJ48LcvAJYyR+OIcUKx
e+o3+2rB6wcqwgUrxNh0QttDfZ3EJGCZTNw0/JJ/uihCp7GD25qEd4REdsJGjXoO
HxESTc5uDd8fbRD/1PVA/apx7NUasdi/hoagGc5P7hMUnsCr27VrprSWrxVYB989
aLkpgSPCLABwvlEKiGcTPza1VXBevhECK6Oci9QTufjzVCmQ6BS7iNVEB5P63ojZ
ibyhHjcOe5N5O75yIFPXHI+mzsEmKGCsT6V3cY60O74PVYhurt5UtvNGcKh19iXq
bmWAq9qcy8JdmFdNeFo4UcO8j9S1ipdk0NhqKvDCr1vxRUmuHsc7S9ZKoj3F8OIh
59EjS2qNv9pf7CDk1SXB+ANW3Lx6anzDOFqLjVekEYc8yDoc5Fdd8XR6KELrQrFJ
aHX5sJI0YDmj0bZ2SW25Po01B8EjzErmm2vT4BKQ/uHKEG5oHYZnY6yecR7QTOe7
t7V42awaT1HQ1a7sDo83G2VoJ60nZcyUtTkTWxHLWiUY16cOt7wLz8PmLQz30Dl8
CutJILbCAIssHiwKDvRhv0CmBj9akRZ9oTfZ+rcDFyJVHWFMwWwFg+0GKAXDMFkp
uuzac5uiCHMxkkoG7LV4
=OUHz
-END PGP SIGNATURE-
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Re: iproute package update policy

2016-03-19 Thread Josh Boyer
On Wed, Mar 16, 2016 at 8:20 PM, Xose Vazquez Perez
 wrote:
> Phil Sutter wrote:
>
>> So I will stick to my former plan of not rebasing iproute in stable
>> releases (unless there's good reason) but become open for feature
>> requests if there is valid need for it, a backport is feasible and it
>> doesn't interfere with core functionality. ACK?
>
> Does iproute going to have a more conservative policy than the kernel?
> It looks pretty ridiculous.
>
> iproute2 is released always immediately after every kernel
> for very good reasons:
> https://marc.info/?l=linux-netdev=145799701511959
> https://marc.info/?l=linux-netdev=145253104507275
> https://marc.info/?l=linux-netdev=144659766717141
> [...]
>
> Right now, Fedora 23 kernel is "4.4" and iproute is still "4.1".
> A nonsense.

There is no need to call this ridiculous or nonsense.  There have been
valid reasons brought up in this very thread for being somewhat
conservative.  Please refrain from using language that makes the
conversation negative.

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


ppisar changed ppisar's 'watchbugzilla' permission on perl-POE-Component-Server-SOAP (master) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on 
perl-POE-Component-Server-SOAP (master) to 'Approved'

https://admin.fedoraproject.org/pkgdb/package/perl-POE-Component-Server-SOAP/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

eseyman changed perl-sig's 'watchcommits' permission on perl-Test-Time (master) to 'Approved'

2016-03-19 Thread notifications
eseyman changed perl-sig's 'watchcommits' permission on perl-Test-Time (master) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Test-Time/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar changed ppisar's 'watchcommits' permission on perl-Inline (f24) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-Inline (f24) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Inline/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-de...@lists.fedoraproject.org

Re: Chromium

2016-03-19 Thread Marcin Juszkiewicz

W dniu 16.03.2016 o 19:19, Tom Callaway pisze:

And of course:

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


qt5-qtwebengine contains chromium source code already so it may be good 
to check how it was packaged.

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


ppisar changed ppisar's 'commit' permission on perl-POE-Filter-Zlib (f22) to 'Approved'

2016-03-19 Thread notifications
ppisar changed ppisar's 'commit' permission on perl-POE-Filter-Zlib (f22) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-POE-Filter-Zlib/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

  1   2   3   4   >