Re: Bodhi broken now?

2017-02-28 Thread Peter Robinson
On Wed, Mar 1, 2017 at 4:02 AM, Randy Barlow
 wrote:
> On Tue, 2017-02-28 at 23:39 +, Richard W.M. Jones wrote:
>> I get this doing 'fedpkg update':
>>
>>   fedora.client.bodhi.BodhiClientException: Unable to create update.
>>   Authentication required
>>
>> It's unclear what authentication is required, but I have a valid ssh
>> key and live Kerberos key, so I'm not sure what else it needs ...
>
> fedpkg uses the bodhi CLI to create the Bodhi update. The bodhi CLI
> doesn't do kerberos or ssh for auth, but what it does depends on which
> version of bodhi you are using. If you are using bodhi 2.*, it uses
> OpenID to authenticate (and has an annoying issue where you are
> prompted to type your password every time you do anything). If you are
> using bodhi 0.9, I'm not sure how it does authentication but I think it
> might also be the same OpenID code.
>
> Were you prompted for a password?

I've seen that issue in the past when there was issues with the front
end proxies. It was a temporary issue.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Fedora 26 Mass Branching

2017-02-28 Thread Mohan Boddu
Hi All,

Fedora 26 has now been branched, please be sure to do a git pull
--rebase to pick up the new branch, as an additional reminder
rawhide/f27 has been completely isolated from previous releases, so
this means that anything you do for f26 you also have to do in the
master branch and do a build there. There will be a Fedora 26 compose
ASAP and it'll appear
http://dl.fedoraproject.org/pub/fedora/linux/development/26/ once
complete. Please be sure to check it out. Bodhi is currently not
active for Fedora 26, it will be enabled in a weeks time when we hit
Alpha change freeze point in the Fedora 26 schedule[1].

Mohan Boddu.

[1] https://fedoraproject.org/wiki/Releases/26/Schedule
___
devel-announce mailing list -- devel-annou...@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Fedora 26 Mass Branching

2017-02-28 Thread Mohan Boddu
Hi All,

Fedora 26 has now been branched, please be sure to do a git pull
--rebase to pick up the new branch, as an additional reminder
rawhide/f27 has been completely isolated from previous releases, so
this means that anything you do for f26 you also have to do in the
master branch and do a build there. There will be a Fedora 26 compose
ASAP and it'll appear
http://dl.fedoraproject.org/pub/fedora/linux/development/26/ once
complete. Please be sure to check it out. Bodhi is currently not
active for Fedora 26, it will be enabled in a weeks time when we hit
Alpha change freeze point in the Fedora 26 schedule[1].

Mohan Boddu.

[1] https://fedoraproject.org/wiki/Releases/26/Schedule
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org


Re: New release: OpenCV 3.2.0

2017-02-28 Thread Josef Ridky
Obviously yes, because OpenCV compile/build script is not satisfied with this 
package and it trying to download protobuf from google servers, which I think 
is unacceptable (but anyway, it fail on it). 

Regards 
Josef 

- Original Message -

| From: "Kevin Kofler" 
| To: devel@lists.fedoraproject.org
| Sent: Tuesday, February 28, 2017 6:28:53 PM
| Subject: Re: New release: OpenCV 3.2.0

| Josef Ridky wrote:

| | - Disable dnn module from opencv_contrib, due missing BuildRequired
| 
| | package in Fedora (protobuf-cpp)
| 

| Is that different from:
| http://pkgs.fedoraproject.org/cgit/rpms/protobuf.git
| which is in C++?

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


Re: Fedora rawhide compose report: 20170228.n.0 changes

2017-02-28 Thread Jens-Ulrik Petersen
Hi,

ghc-8.0.2 went into F26/Rawhide yesterday!

https://fedoraproject.org/wiki/Changes/GHC_8.0

There is still some minor clean-up ongoing to fix some remaining breakage:

> [Agda]
> ghc-Agda-2.4.2.5-3.fc26.x86_64 requires 
> libHSQuickCheck-2.8.2-6TxL5Cx3o2p0HsyT59KWiD-ghc7.10.3.so()(64bit)
:
> ghc-geniplate-mirror-devel-0.7.4-3.fc26.x86_64 requires 
> ghc-devel(template-haskell-2.10.0.0-3c4cb52230f347282af9b2817f013181)

I am planning to retire Agda for F26+ unless someone wants to help
maintain it but the amount of missing dependencies is growing.
I want to set up a Copr repo to replace it.

> [Agda-stdlib]

I have been planning to retire this anyway since F25.  It could
potentially go into Copr too.

> [ghc-geniplate]
> [ghc-sized-types]

These two fail to build with ghc8

> [ghc-MemoTrie]
> [ghc-derive]
> [ghc-distributive]
> [ghc-language-ecmascript]
> [ghc-shelly]
> [ghc-snap-core]
> [ghc-snap-server]
> [ghc-vector-space]

These have all been built now in f26.

> [git-annex]

Recent versions that build with ghc8 needs a lot of addition deps, so
we may have to retire this package for F26+ unless we can progress the
reviews of the https stack.

> [haskell-platform]

This package is basically deprecated now - I am planning to retire it for F26.

> [hedgewars]

This needs a little work to build with ghc8.
I can help with that if needed - let me start by filing a Fedora bug
as a heads-up.

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


Re: Bodhi broken now?

2017-02-28 Thread Randy Barlow
On Tue, 2017-02-28 at 23:39 +, Richard W.M. Jones wrote:
> I get this doing 'fedpkg update':
> 
>   fedora.client.bodhi.BodhiClientException: Unable to create update.
>   Authentication required
> 
> It's unclear what authentication is required, but I have a valid ssh
> key and live Kerberos key, so I'm not sure what else it needs ...

fedpkg uses the bodhi CLI to create the Bodhi update. The bodhi CLI
doesn't do kerberos or ssh for auth, but what it does depends on which
version of bodhi you are using. If you are using bodhi 2.*, it uses
OpenID to authenticate (and has an annoying issue where you are
prompted to type your password every time you do anything). If you are
using bodhi 0.9, I'm not sure how it does authentication but I think it
might also be the same OpenID code.

Were you prompted for a password?

signature.asc
Description: This is a digitally signed message part
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1427462] Please package perl-GD-SecurityImage for CentOS 7

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1427462

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
perl-GD-SecurityImage-1.72-1.el7 has been pushed to the Fedora EPEL 7 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-EPEL-2017-492118e68c

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


[Bug 1426982] perl-threads-shared-1.55 is available

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1426982

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-threads-shared-1.55-1.
   ||fc25
 Resolution|--- |ERRATA
Last Closed||2017-02-28 20:25:30



--- Comment #3 from Fedora Update System  ---
perl-threads-shared-1.55-1.fc25 has been pushed to the Fedora 25 stable
repository. If problems still persist, please make note of it in this bug
report.

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


[Bug 1426981] perl-threads-2.14 is available

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1426981

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-threads-2.15-1.fc26|perl-threads-2.15-1.fc26
   ||perl-threads-2.15-1.fc25
 Resolution|--- |ERRATA
Last Closed||2017-02-28 20:25:28



--- Comment #4 from Fedora Update System  ---
perl-threads-2.15-1.fc25 has been pushed to the Fedora 25 stable repository. If
problems still persist, please make note of it in this bug report.

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


[Bug 1425036] perl-LWP-Protocol-https-6.07 is available

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425036

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-LWP-Protocol-https-6.0 |perl-LWP-Protocol-https-6.0
   |7-1.fc26|7-1.fc26
   |perl-LWP-Protocol-https-6.0 |perl-LWP-Protocol-https-6.0
   |7-1.fc24|7-1.fc24
   ||perl-LWP-Protocol-https-6.0
   ||7-1.fc25



--- Comment #8 from Fedora Update System  ---
perl-LWP-Protocol-https-6.07-1.fc25 has been pushed to the Fedora 25 stable
repository. If problems still persist, please make note of it in this bug
report.

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


[Bug 1422190] RFE: Upgrade to Code::TidyAll

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422190

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Code-TidyAll-0.57-1.fc
   ||25
 Resolution|--- |ERRATA
Last Closed||2017-02-28 20:24:36



--- Comment #7 from Fedora Update System  ---
perl-Code-TidyAll-0.57-1.fc25 has been pushed to the Fedora 25 stable
repository. If problems still persist, please make note of it in this bug
report.

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


[Bug 1424664] fusioninventory-agent-2.3.19 is available

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1424664

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|fusioninventory-agent-2.3.1 |fusioninventory-agent-2.3.1
   |9-2.fc24|9-2.fc24
   ||fusioninventory-agent-2.3.1
   ||9-2.fc25



--- Comment #19 from Fedora Update System  ---
fusioninventory-agent-2.3.19-2.fc25 has been pushed to the Fedora 25 stable
repository. If problems still persist, please make note of it in this bug
report.

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


[Bug 1425031] perl-Code-TidyAll-0.57 is available

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425031

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Code-TidyAll-0.57-1.fc |perl-Code-TidyAll-0.57-1.fc
   |26  |26
   ||perl-Code-TidyAll-0.57-1.fc
   ||25
 Resolution|--- |ERRATA
Last Closed||2017-02-28 20:24:34



--- Comment #3 from Fedora Update System  ---
perl-Code-TidyAll-0.57-1.fc25 has been pushed to the Fedora 25 stable
repository. If problems still persist, please make note of it in this bug
report.

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


[Bug 1424669] perl-Module-Install-ReadmeFromPod-0.30 is available

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1424669

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Module-Install-ReadmeF |perl-Module-Install-ReadmeF
   |romPod-0.30-1.fc26  |romPod-0.30-1.fc26
   ||perl-Module-Install-ReadmeF
   ||romPod-0.30-1.fc25
 Resolution|--- |ERRATA
Last Closed||2017-02-28 20:24:29



--- Comment #3 from Fedora Update System  ---
perl-Module-Install-ReadmeFromPod-0.30-1.fc25 has been pushed to the Fedora 25
stable repository. If problems still persist, please make note of it in this
bug report.

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


[Bug 1424668] perl-Module-Install-CheckLib-0.12 is available

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1424668

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Module-Install-CheckLi |perl-Module-Install-CheckLi
   |b-0.12-1.fc26   |b-0.12-1.fc26
   ||perl-Module-Install-CheckLi
   ||b-0.12-1.fc25
 Resolution|--- |ERRATA
Last Closed||2017-02-28 20:24:23



--- Comment #4 from Fedora Update System  ---
perl-Module-Install-CheckLib-0.12-1.fc25 has been pushed to the Fedora 25
stable repository. If problems still persist, please make note of it in this
bug report.

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


[Bug 1424667] perl-Module-Install-AutoLicense-0.10 is available

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1424667

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Module-Install-AutoLic |perl-Module-Install-AutoLic
   |ense-0.10-1.fc26|ense-0.10-1.fc26
   ||perl-Module-Install-AutoLic
   ||ense-0.10-1.fc25
 Resolution|--- |ERRATA
Last Closed||2017-02-28 20:24:26



--- Comment #3 from Fedora Update System  ---
perl-Module-Install-AutoLicense-0.10-1.fc25 has been pushed to the Fedora 25
stable repository. If problems still persist, please make note of it in this
bug report.

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


Re: system failing to load virtualbox modules

2017-02-28 Thread William Moreno
Thanks a lot for the feedback!
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1425039] perl-Net-HTTP-6.13 is available

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425039

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Net-HTTP-6.13-1.fc26   |perl-Net-HTTP-6.13-1.fc26
   |perl-Net-HTTP-6.13-1.fc25   |perl-Net-HTTP-6.13-1.fc25
   ||perl-Net-HTTP-6.13-1.fc24



--- Comment #7 from Fedora Update System  ---
perl-Net-HTTP-6.13-1.fc24 has been pushed to the Fedora 24 stable repository.
If problems still persist, please make note of it in this bug report.

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


[Bug 1424664] fusioninventory-agent-2.3.19 is available

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1424664

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||fusioninventory-agent-2.3.1
   ||9-2.fc24
 Resolution|--- |ERRATA
Last Closed||2017-02-28 20:20:44



--- Comment #18 from Fedora Update System  ---
fusioninventory-agent-2.3.19-2.fc24 has been pushed to the Fedora 24 stable
repository. If problems still persist, please make note of it in this bug
report.

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


[Bug 1425036] perl-LWP-Protocol-https-6.07 is available

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425036

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-LWP-Protocol-https-6.0 |perl-LWP-Protocol-https-6.0
   |7-1.fc26|7-1.fc26
   ||perl-LWP-Protocol-https-6.0
   ||7-1.fc24
 Resolution|--- |ERRATA
Last Closed||2017-02-28 20:20:38



--- Comment #7 from Fedora Update System  ---
perl-LWP-Protocol-https-6.07-1.fc24 has been pushed to the Fedora 24 stable
repository. If problems still persist, please make note of it in this bug
report.

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


Re: Bodhi broken now?

2017-02-28 Thread Jason L Tibbitts III
> "JH" == James Hogarth  writes:

JH> Well pkgdb is stating "Sorry! This service is currently
JH> unavailable."  so I expect something has gone boom in the
JH> infrastructure especially since koji says "ActionNotAllowed: policy
JH> violation (build_from_srpm)"

That's two different things:

F26 is currently being branched from rawhide and pkgdb is turned off
while that happens.  Everything should catch up soon.

There is a broken fedpkg package floating around which breaks koji
builds; you may have to pull a newer package out of koji.

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


Re: Bodhi broken now?

2017-02-28 Thread James Hogarth
On 28 February 2017 at 23:39, Richard W.M. Jones  wrote:
>
> I get this doing 'fedpkg update':
>
>   fedora.client.bodhi.BodhiClientException: Unable to create update.
>   Authentication required
>
> It's unclear what authentication is required, but I have a valid ssh
> key and live Kerberos key, so I'm not sure what else it needs ...
>
> Rich.
>
>

Well pkgdb is stating "Sorry! This service is currently unavailable."
so I expect something has gone boom in the infrastructure especially
since koji says "ActionNotAllowed: policy violation (build_from_srpm)"
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Bodhi broken now?

2017-02-28 Thread Richard W.M. Jones

I get this doing 'fedpkg update':

  fedora.client.bodhi.BodhiClientException: Unable to create update.
  Authentication required

It's unclear what authentication is required, but I have a valid ssh
key and live Kerberos key, so I'm not sure what else it needs ...

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into KVM guests.
http://libguestfs.org/virt-v2v
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Fedora Rawhide-20170228.n.0 compose check report

2017-02-28 Thread Fedora compose checker
Missing expected images:

Atomic qcow2 x86_64
Server dvd i386
Xfce raw-xz armhfp
Server boot i386
Atomic raw-xz x86_64

Failed openQA tests: 19/107 (x86_64), 1/2 (arm)

New failures (same test did not fail in Rawhide-20170227.n.0):

ID: 58025   Test: x86_64 Workstation-boot-iso memory_check
URL: https://openqa.fedoraproject.org/tests/58025
ID: 58029   Test: x86_64 KDE-live-iso desktop_notifications_live
URL: https://openqa.fedoraproject.org/tests/58029
ID: 58068   Test: x86_64 universal install_package_set_kde
URL: https://openqa.fedoraproject.org/tests/58068
ID: 58073   Test: x86_64 universal install_delete_partial@uefi
URL: https://openqa.fedoraproject.org/tests/58073
ID: 58085   Test: x86_64 universal upgrade_2_minimal_64bit
URL: https://openqa.fedoraproject.org/tests/58085
ID: 58088   Test: x86_64 universal upgrade_2_kde_64bit
URL: https://openqa.fedoraproject.org/tests/58088
ID: 58089   Test: x86_64 universal upgrade_2_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/58089
ID: 58090   Test: x86_64 universal install_updates_img_local
URL: https://openqa.fedoraproject.org/tests/58090
ID: 58095   Test: x86_64 universal install_asian_language
URL: https://openqa.fedoraproject.org/tests/58095
ID: 58108   Test: x86_64 universal install_simple_free_space@uefi
URL: https://openqa.fedoraproject.org/tests/58108
ID: 58164   Test: x86_64 Server-dvd-iso server_cockpit_basic
URL: https://openqa.fedoraproject.org/tests/58164
ID: 58290   Test: x86_64 Server-dvd-iso realmd_join_sssd
URL: https://openqa.fedoraproject.org/tests/58290
ID: 58309   Test: x86_64 Server-dvd-iso server_role_deploy_database_server
URL: https://openqa.fedoraproject.org/tests/58309

Old failures (same test failed in Rawhide-20170227.n.0):

ID: 58018   Test: x86_64 Workstation-live-iso 
desktop_notifications_postinstall
URL: https://openqa.fedoraproject.org/tests/58018
ID: 58041   Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/58041
ID: 58067   Test: x86_64 universal install_iscsi
URL: https://openqa.fedoraproject.org/tests/58067
ID: 58099   Test: x86_64 universal install_rescue_encrypted
URL: https://openqa.fedoraproject.org/tests/58099
ID: 58109   Test: x86_64 universal install_software_raid@uefi
URL: https://openqa.fedoraproject.org/tests/58109
ID: 58113   Test: x86_64 universal install_cyrillic_language
URL: https://openqa.fedoraproject.org/tests/58113
ID: 58291   Test: x86_64 Server-dvd-iso server_role_deploy_domain_controller
URL: https://openqa.fedoraproject.org/tests/58291

Soft failed openQA tests: 48/107 (x86_64)
(Tests completed, but using a workaround for a known bug)

New soft failures (same test did not soft fail in Rawhide-20170227.n.0):

ID: 57996   Test: x86_64 Server-dvd-iso install_repository_nfs_graphical
URL: https://openqa.fedoraproject.org/tests/57996

Old soft failures (same test soft failed in Rawhide-20170227.n.0):

ID: 57990   Test: x86_64 Server-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/57990
ID: 57991   Test: x86_64 Server-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/57991
ID: 57993   Test: x86_64 Server-dvd-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/57993
ID: 58005   Test: x86_64 Server-dvd-iso install_updates_nfs
URL: https://openqa.fedoraproject.org/tests/58005
ID: 58011   Test: x86_64 Everything-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/58011
ID: 58012   Test: x86_64 Everything-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/58012
ID: 58043   Test: x86_64 universal install_package_set_minimal
URL: https://openqa.fedoraproject.org/tests/58043
ID: 58044   Test: x86_64 universal install_anaconda_text
URL: https://openqa.fedoraproject.org/tests/58044
ID: 58046   Test: x86_64 universal install_repository_http_variation
URL: https://openqa.fedoraproject.org/tests/58046
ID: 58047   Test: x86_64 universal install_repository_http_graphical
URL: https://openqa.fedoraproject.org/tests/58047
ID: 58048   Test: x86_64 universal install_mirrorlist_graphical
URL: https://openqa.fedoraproject.org/tests/58048
ID: 58049   Test: x86_64 universal install_delete_pata
URL: https://openqa.fedoraproject.org/tests/58049
ID: 58050   Test: x86_64 universal install_delete_pata@uefi
URL: https://openqa.fedoraproject.org/tests/58050
ID: 58051   Test: x86_64 universal install_sata
URL: https://openqa.fedoraproject.org/tests/58051
ID: 58052   Test: x86_64 universal install_sata@uefi
URL: https://openqa.fedoraproject.org/tests/58052
ID: 58053   Test: x86_64 universal install_kickstart_user_creation
URL: https://openqa.fedoraproject.org/tests/58053
ID: 58054   Test: x86_64 universal install_scsi_updates_img
URL: https://openqa.fedoraproject.org/tests/58054
ID: 58055   Test: 

Re: Noarch package with arched tests

2017-02-28 Thread Michael Schwendt
On Tue, 28 Feb 2017 14:51:21 +0100, Björn 'besser82' Esser wrote:

> >>> These are required NOT to be noarched.  
> >> This is a Python-package from pypi, not a header only lib…  I don't see
> >> any reason for forcing the built binary packages to be archful… There is
> >> no configuration or anything going on in setup.py; it even drops all
> >> flies in %pythonX_sitelib.  
> > The C++ headers in that package are not covered by the test suite?  
> 
> The headers are tested, but we don't need to generate arch'ed 
> binary-pkgs to run the testsuite on all arches;  running the build 
> archful and the built 'binary'-pkgs noach'ed should be sufficient in 
> this case.

Not sure yet how exactly that would work, because it would require a
noarch subpkg to be defined with a different %{name} than the src.rpm
package. Questionable practice. Technically it would work though,
provided that the build system still compares all noarch builds with
eachother in order to detect differences.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Stuck maxima builds on aarch64

2017-02-28 Thread Jerry James
On Tue, Feb 28, 2017 at 11:48 AM, Kevin Fenzi  wrote:
> So, something about the aarch64 'time' package? Nothing really leaps to
> out at a quick glance, and wouldn't other packages hit this? and whats
> pulling in the time package anyhow?

The maxima package BuildRequires: time, for what purpose I don't know.
It's not like the time package has unusual scriptlets, either:

postinstall scriptlet (using /bin/sh):
/sbin/install-info /usr/share/info/time.info.gz /usr/share/info/dir \
--entry="* time: (time).GNU time Utility" >/dev/null 2>&1 || :
preuninstall scriptlet (using /bin/sh):
if [ "$1" = 0 ]; then
/sbin/install-info --delete /usr/share/info/time.info.gz
/usr/share/info/dir \
--entry="* time: (time).GNU time Utility" >/dev/null 2>&1 || :
fi

I'm really not sure what to check next.  If an aarch64 box for
packagers will be available in the not too distant future, I will try
to debug this.  Thanks for the information, Kevin.
-- 
Jerry James
http://www.jamezone.org/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Mongodb crash on start - Bug 1427570

2017-02-28 Thread jack smith
Hello,

I'm on Fedora 25 and I can't use Mongodb, it crash on start.
I don't think I doing anything wrong (but if it's the case I will be glad to 
know).
I hope that can be fixed quickly.

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

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


Fedora 25 Respin 20170228 compose check report

2017-02-28 Thread Fedora compose checker
Missing expected images:

Xfce live x86_64
Soas live x86_64
Workstation live x86_64

Failed openQA tests: 1/11 (x86_64)

ID: 58262   Test: x86_64 KDE-live-iso install_default_upload
URL: https://openqa.fedoraproject.org/tests/58262

Soft failed openQA tests: 1/11 (x86_64)
(Tests completed, but using a workaround for a known bug)

ID: 58263   Test: x86_64 KDE-live-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/58263

Passed openQA tests: 1/11 (x86_64)

Skipped openQA tests: 8 of 11
-- 
Mail generated by check-compose:
https://pagure.io/fedora-qa/check-compose
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: system failing to load virtualbox modules

2017-02-28 Thread Andrew Lofthouse
>
> >
> > With the last system update I have seem a message in system start up
> > about a error loading kernel modules, after that VirtualBox do not
> > start because the apropiate module can not been loaded.
> >
> > https://bugzilla.redhat.com/show_bug.cgi?id=1426836
> >
> > There is another report about VirtualBox not running:
> >
> > https://bugzilla.redhat.com/show_bug.cgi?id=1427525
> >
> >
> > I do not like VirtualBox but I need it because I am working with a
> > web app than only provides a .ova file to work locally and looks like
> > I am not the only one that can not start VirtualBox after updating
> > Fedora 25, trying old kernels do not work for me :(
>
> A work-around is to set selinux to permissive mode, restart the vbox
> service, then re-enable selinux enforcing mode.
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
>
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: system failing to load virtualbox modules

2017-02-28 Thread Kevin Fenzi
On Tue, 28 Feb 2017 12:54:22 -0600
William Moreno  wrote:

> Hello
> 
> With the last system update I have seem a message in system start up
> about a error loading kernel modules, after that VirtualBox do not
> start because the apropiate module can not been loaded.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1426836
> 
> There is another report about VirtualBox not running:
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1427525
> 
> 
> I do not like VirtualBox but I need it because I am working with a
> web app than only provides a .ova file to work locally and looks like
> I am not the only one that can not start VirtualBox after updating
> Fedora 25, trying old kernels do not work for me :(

Not sure this is really something for devel list (In fact there's a
long thread on the users list this morning about this very issue). 

It's a selinux-policy bug, fixed in the latest selinux policy that went
out early this morning: 

https://bodhi.fedoraproject.org/updates/FEDORA-2017-e06f91350b

Update to that one. 

kevin


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


system failing to load virtualbox modules

2017-02-28 Thread William Moreno
Hello

With the last system update I have seem a message in system start up about
a error loading kernel modules, after that VirtualBox do not start because
the apropiate module can not been loaded.

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

There is another report about VirtualBox not running:

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


I do not like VirtualBox but I need it because I am working with a web app
than only provides a .ova file to work locally and looks like I am not the
only one that can not start VirtualBox after updating Fedora 25, trying old
kernels do not work for me :(

Regards

William Moreno Reyes
http://about.me/williamjmorenor
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Stuck maxima builds on aarch64

2017-02-28 Thread Kevin Fenzi
On Mon, 27 Feb 2017 21:02:40 -0700
Jerry James  wrote:

> On Mon, Feb 27, 2017 at 3:15 PM, Kevin Fenzi  wrote:
> > Hey. I looked at this a few weeks ago... but I don't recall all the
> > details so I wanted to look more closely at it again before I
> > replied.
> >
> > However, I have not had time since your orig email on saturday to do
> > so.
> >
> > I'll try and look soon, but I'm afraid you will need some
> > patience.  
> 
> No worries.  I didn't realize the git branching was going on when I
> sent that.  I will be patient.  Thanks, Kevin.

Branching hasn't started yet... thats later today. ;) 

ok, on to the fun of maxima. 

So, on aarch64 (only) it never gets to the point of actually building. 
It gets stuck everytime in the dnf call that sets up the root: 

  ├─kojid,24165 /usr/sbin/kojid --fg --force-lock --verbose
  │   └─kojid,32174 /usr/sbin/kojid --fg --force-lock --verbose
  │   └─mock,32680 -tt /usr/libexec/mock/mock -r 
koji/f26-build-7778919-700214 --no-clean --target aarch64 ...
  │   └─dnf,32726 /usr/bin/dnf builddep --installroot 
/var/lib/mock/f26-build-7778919-700214/root//var/lib/moc

in root.log we have a normal looking transaction: 

DEBUG util.py:435:  Transaction Summary
DEBUG util.py:435:  

DEBUG util.py:435:  Install  51 Packages
DEBUG util.py:435:  Total download size: 32 M
DEBUG util.py:435:  Installed size: 132 M
DEBUG util.py:435:  Downloading Packages:
DEBUG util.py:435:  

DEBUG util.py:435:  Total   7.7 MB/s |  
32 MB 00:04 
DEBUG util.py:435:  Running transaction check
DEBUG util.py:435:  Transaction check succeeded.
DEBUG util.py:435:  Running transaction test
DEBUG util.py:435:  Transaction test succeeded.
DEBUG util.py:435:  Running transaction

In the dnf.rpm.log in the chroot we have: 

Feb 24 23:54:06 INFO Installed: ecl-16.1.3-1.fc26.aarch64
Feb 24 23:54:06 INFO Installed: desktop-file-utils-0.23-3.fc26.aarch64
Feb 24 23:54:08 INFO Installed: gcl-2.6.12-7.fc26.aarch64
...

Looking at the dnf process fd's: 

lrwx--. 1 root root 64 Feb 28 18:39 43 -> 
/var/lib/mock/f26-build-7778919-700214/root/var/lib/dnf/history/history-2017-02-24.sqlite-journal
lrwx--. 1 root root 64 Feb 28 18:39 44 -> 
/var/lib/mock/f26-build-7778919-700214/root/var/lib/rpm/.rpm.lock
lrwx--. 1 root root 64 Feb 28 18:39 45 -> 
/var/lib/mock/f26-build-7778919-700214/root/var/lib/rpm/Supplementname
lrwx--. 1 root root 64 Feb 28 18:39 46 -> 
/var/lib/mock/f26-build-7778919-700214/root/var/lib/rpm/Enhancename
lr-x--. 1 root root 64 Feb 28 18:39 47 -> 
/var/lib/mock/f26-build-7778919-700214/root/var/cache/yum/build-ef45ecfc50ca7520/packages/time-1.7-52.fc26.aarch64.rpm
lr-x--. 1 root root 64 Feb 28 18:39 48 -> 
/var/lib/mock/f26-build-7778919-700214/root/var/cache/yum/build-ef45ecfc50ca7520/packages/time-1.7-52.fc26.aarch64.rpm

So, something about the aarch64 'time' package? Nothing really leaps to
out at a quick glance, and wouldn't other packages hit this? and whats
pulling in the time package anyhow?

I'm not sure where to go from here, but thats the info I have... 

Happy to try and gather more. 

kevin


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


Re: Fedora Rawhide-20170227.n.0 compose check report

2017-02-28 Thread Kevin Fenzi
On Tue, 28 Feb 2017 09:24:20 -0500
Dusty Mabe  wrote:

> On 02/27/2017 09:41 PM, Adam Williamson wrote:
> > On Mon, 2017-02-27 at 17:25 +, Fedora compose checker wrote:  
> >> Missing expected images:
> >>
> >> Atomic qcow2 x86_64  
> > 
> > There seems to be some sort of problem in pungi-make-ostree:
> > https://kojipkgs.fedoraproject.org//work/tasks/1386/18091386/root.log
> > 
> > DEBUG util.py:435:  + pungi-make-ostree tree
> > --repo=/mnt/koji/compose/atomic/rawhide/
> > --log-dir=/mnt/koji/compose/rawhide/Fedora-Rawhide-20170227.n.0/logs/x86_64/Atomic/ostree-2
> > --treefile=/mnt/koji/compose/rawhide/Fedora-Rawhide-20170227.n.0/work/ostree-2/config_repo/fedora-atomic-docker-host.json
> > --extra-config=/mnt/koji/compose/rawhide/Fedora-Rawhide-20170227.n.0/work/ostree-2/extra_config.json
> > DEBUG util.py:435:  Traceback (most recent call last): DEBUG
> > util.py:435:File "/usr/bin/pungi-make-ostree", line 15, in
> >  DEBUG util.py:435:  ostree.main() DEBUG
> > util.py:435:File
> > "/usr/lib/python2.7/site-packages/pungi/ostree/__init__.py", line
> > 85, in main DEBUG util.py:435:  func() DEBUG util.py:435:
> > File "/usr/lib/python2.7/site-packages/pungi/ostree/tree.py", line
> > 95, in run DEBUG util.py:435:  repos = extra_source_repos +
> > [{'name': 'source_repo_from', 'baseurl': source_repo_from}] DEBUG
> > util.py:435:  TypeError: unsupported operand type(s) for +:
> > 'NoneType' and 'list' 
> 
> I'll try to track this down tomorrow when I'm not AFK, unless someone
> else gets to it first. If you open an issue to track this then please
> link me to it.

I guess I only replied to the desktop list when I replied to this. ;) 

This was fixed I think in https://pagure.io/pungi/pull-request/542
but we need a new pungi release/version with the fix on the compose
host(s). 

kevin


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


Re: fedorahosted.org sunset is next week!

2017-02-28 Thread Kevin Fenzi
On Fri, 24 Feb 2017 07:47:59 +0100
Jean-Baptiste Holcroft  wrote:

> Le 23/02/2017 à 17:37, Kevin Fenzi a écrit :
> > I guess we could find those we know for sure and change them and
> > leave the rest.
> >
> > kevin  
> I agree
> for what we don't know, once down, can you create a redirection from 
> fedorahosted.org to this new wikipage . I assume it will provide 
> sufficient information for end users?

Well, we can hope, but we can't answer every end user need. ;) 

> What we know for sure will be updated, what we don't will stay with
> old link but the user will be redirected to the general purpose wiki
> page.

I have a page at: 

https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement

feel free to update/edit, etc. 

Likely we will be doing the redirect tomorrow (or in the next few days)
to give folks still migrating a last chance. 

kevin


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


Fedora Rawhide-20170228.n.0 compose check report

2017-02-28 Thread Fedora compose checker
Missing expected images:

Atomic qcow2 x86_64
Server dvd i386
Xfce raw-xz armhfp
Server boot i386
Atomic raw-xz x86_64

Failed openQA tests: 27/107 (x86_64), 1/2 (arm)

ID: 57992   Test: x86_64 Server-dvd-iso install_default_upload
URL: https://openqa.fedoraproject.org/tests/57992
ID: 58018   Test: x86_64 Workstation-live-iso 
desktop_notifications_postinstall
URL: https://openqa.fedoraproject.org/tests/58018
ID: 58025   Test: x86_64 Workstation-boot-iso memory_check
URL: https://openqa.fedoraproject.org/tests/58025
ID: 58029   Test: x86_64 KDE-live-iso desktop_notifications_live
URL: https://openqa.fedoraproject.org/tests/58029
ID: 58041   Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/58041
ID: 58067   Test: x86_64 universal install_iscsi
URL: https://openqa.fedoraproject.org/tests/58067
ID: 58068   Test: x86_64 universal install_package_set_kde
URL: https://openqa.fedoraproject.org/tests/58068
ID: 58073   Test: x86_64 universal install_delete_partial@uefi
URL: https://openqa.fedoraproject.org/tests/58073
ID: 58085   Test: x86_64 universal upgrade_2_minimal_64bit
URL: https://openqa.fedoraproject.org/tests/58085
ID: 58088   Test: x86_64 universal upgrade_2_kde_64bit
URL: https://openqa.fedoraproject.org/tests/58088
ID: 58089   Test: x86_64 universal upgrade_2_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/58089
ID: 58090   Test: x86_64 universal install_updates_img_local
URL: https://openqa.fedoraproject.org/tests/58090
ID: 58095   Test: x86_64 universal install_asian_language
URL: https://openqa.fedoraproject.org/tests/58095
ID: 58099   Test: x86_64 universal install_rescue_encrypted
URL: https://openqa.fedoraproject.org/tests/58099
ID: 58108   Test: x86_64 universal install_simple_free_space@uefi
URL: https://openqa.fedoraproject.org/tests/58108
ID: 58109   Test: x86_64 universal install_software_raid@uefi
URL: https://openqa.fedoraproject.org/tests/58109
ID: 58113   Test: x86_64 universal install_cyrillic_language
URL: https://openqa.fedoraproject.org/tests/58113
ID: 58142   Test: x86_64 Server-dvd-iso server_cockpit_default
URL: https://openqa.fedoraproject.org/tests/58142
ID: 58144   Test: x86_64 Server-dvd-iso server_role_deploy_database_server
URL: https://openqa.fedoraproject.org/tests/58144
ID: 58145   Test: x86_64 Server-dvd-iso base_update_cli
URL: https://openqa.fedoraproject.org/tests/58145
ID: 58146   Test: x86_64 Server-dvd-iso server_firewall_default
URL: https://openqa.fedoraproject.org/tests/58146
ID: 58160   Test: x86_64 Server-dvd-iso realmd_join_sssd
URL: https://openqa.fedoraproject.org/tests/58160
ID: 58164   Test: x86_64 Server-dvd-iso server_cockpit_basic
URL: https://openqa.fedoraproject.org/tests/58164
ID: 58168   Test: x86_64 Server-dvd-iso server_role_deploy_domain_controller
URL: https://openqa.fedoraproject.org/tests/58168
ID: 58169   Test: x86_64 Server-dvd-iso realmd_join_cockpit
URL: https://openqa.fedoraproject.org/tests/58169
ID: 58171   Test: x86_64 Server-dvd-iso base_service_manipulation
URL: https://openqa.fedoraproject.org/tests/58171
ID: 58173   Test: x86_64 Server-dvd-iso base_selinux
URL: https://openqa.fedoraproject.org/tests/58173
ID: 58175   Test: x86_64 Server-dvd-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/58175

Soft failed openQA tests: 47/107 (x86_64)
(Tests completed, but using a workaround for a known bug)

ID: 57990   Test: x86_64 Server-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/57990
ID: 57991   Test: x86_64 Server-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/57991
ID: 57993   Test: x86_64 Server-dvd-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/57993
ID: 57996   Test: x86_64 Server-dvd-iso install_repository_nfs_graphical
URL: https://openqa.fedoraproject.org/tests/57996
ID: 58005   Test: x86_64 Server-dvd-iso install_updates_nfs
URL: https://openqa.fedoraproject.org/tests/58005
ID: 58011   Test: x86_64 Everything-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/58011
ID: 58012   Test: x86_64 Everything-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/58012
ID: 58043   Test: x86_64 universal install_package_set_minimal
URL: https://openqa.fedoraproject.org/tests/58043
ID: 58044   Test: x86_64 universal install_anaconda_text
URL: https://openqa.fedoraproject.org/tests/58044
ID: 58046   Test: x86_64 universal install_repository_http_variation
URL: https://openqa.fedoraproject.org/tests/58046
ID: 58047   Test: x86_64 universal install_repository_http_graphical
URL: https://openqa.fedoraproject.org/tests/58047
ID: 58048   Test: x86_64 universal install_mirrorlist_graphical
URL: https://openqa.fedoraproject.org/tests/58048
ID: 58049   Test: x86_64 universal 

Re: New release: OpenCV 3.2.0

2017-02-28 Thread Kevin Kofler
Josef Ridky wrote:
> - Disable dnn module from opencv_contrib, due missing BuildRequired
> package in Fedora (protobuf-cpp)

Is that different from:
http://pkgs.fedoraproject.org/cgit/rpms/protobuf.git
which is in C++?

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


Re: Fedora Rawhide-20170227.n.0 compose check report

2017-02-28 Thread Adam Williamson
On Tue, 2017-02-28 at 09:29 +0200, Alexander Bokovoy wrote:
> > This is now failing because of:
> > https://bugzilla.redhat.com/show_bug.cgi?id=1405790
> > freeipa-client and freeipa-server can't be installed due to dep issues
> > with certmonger, and certmonger rebuild is failing.
> 
> No, freeipa-client has dependency on /usr/libexec/system-python2 which
> is not provided by anything, it seems. I rebuilt freeipa yesterday and
> it again got this dependency even though nothing is explicitly requiring
> or mentioning it in the code and the spec file. Looks like real issue is
> somewhere in Python infra in Rawhide.

Well, up till today I think we had both problems - I did forget about
the system-python2 one, indeed. But the certmonger dep was also a
problem, and certmonger only got rebuilt today:
https://koji.fedoraproject.org/koji/buildinfo?buildID=862860

What's the bug # for the system-python2 issue again? I've lost it.
Thanks!
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1427462] Please package perl-GD-SecurityImage for CentOS 7

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1427462



--- Comment #2 from Fedora Update System  ---
perl-GD-SecurityImage-1.72-1.el7 has been submitted as an update to Fedora EPEL
7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-492118e68c

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


eseyman pushed to perl-GD-SecurityImage (epel7). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild"

2017-02-28 Thread notifications
From f7e06ca04b1131e9075cb88079987bc541732fcc Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Fri, 20 Jul 2012 10:27:55 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

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

diff --git a/perl-GD-SecurityImage.spec b/perl-GD-SecurityImage.spec
index 648b470..0010b05 100644
--- a/perl-GD-SecurityImage.spec
+++ b/perl-GD-SecurityImage.spec
@@ -1,6 +1,6 @@
 Name:   perl-GD-SecurityImage
 Version:1.71
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Security image (captcha) generator
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 20 2012 Fedora Release Engineering  
- 1.71-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
 * Tue Jun 12 2012 Petr Pisar  - 1.71-3
 - Perl 5.16 rebuild
 
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-GD-SecurityImage.git/commit/?h=epel7=f7e06ca04b1131e9075cb88079987bc541732fcc
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-GD-SecurityImage (epel7). "- 661697 rebuild for fixing problems with vendorach/lib"

2017-02-28 Thread notifications
From 8aae66563df7a7bdb9c39fe1a9af4bdac43c90b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?=
 
Date: Thu, 16 Dec 2010 21:48:39 +0100
Subject: - 661697 rebuild for fixing problems with vendorach/lib

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

diff --git a/perl-GD-SecurityImage.spec b/perl-GD-SecurityImage.spec
index b3d856d..185b33e 100644
--- a/perl-GD-SecurityImage.spec
+++ b/perl-GD-SecurityImage.spec
@@ -1,6 +1,6 @@
 Name:   perl-GD-SecurityImage
 Version:1.70
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Security image (captcha) generator
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,5 +54,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 16 2010 Marcela Maslanova  - 1.70-2
+- 661697 rebuild for fixing problems with vendorach/lib
+
 * Mon Nov 23 2009 Emmanuel Seyman  1.70-1
 - Specfile autogenerated by cpanspec 1.78.
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-GD-SecurityImage.git/commit/?h=epel7=8aae66563df7a7bdb9c39fe1a9af4bdac43c90b3
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-GD-SecurityImage (epel7). "Update to 1.72"

2017-02-28 Thread notifications
From f1596c140ca504855c6eea46d6bcb69a34069f63 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 29 Aug 2012 18:16:23 +0200
Subject: Update to 1.72

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

diff --git a/.gitignore b/.gitignore
index d0b1ed5..69e16d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 GD-SecurityImage-1.70.tar.gz
 /GD-SecurityImage-1.71.tar.gz
+/GD-SecurityImage-1.72.tar.gz
diff --git a/perl-GD-SecurityImage.spec b/perl-GD-SecurityImage.spec
index 0010b05..bffd0e5 100644
--- a/perl-GD-SecurityImage.spec
+++ b/perl-GD-SecurityImage.spec
@@ -1,6 +1,6 @@
 Name:   perl-GD-SecurityImage
-Version:1.71
-Release:4%{?dist}
+Version:1.72
+Release:1%{?dist}
 Summary:Security image (captcha) generator
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 29 2012 Emmanuel Seyman  - 1.72-1
+- Update to 1.72
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 1.71-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 6edb040..37248c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f8be735452d733e675c77d70c0cfea7  GD-SecurityImage-1.71.tar.gz
+679aae59342fb88389eda8647bf4974c  GD-SecurityImage-1.72.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-GD-SecurityImage.git/commit/?h=epel7=f1596c140ca504855c6eea46d6bcb69a34069f63
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-GD-SecurityImage (epel7). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild"

2017-02-28 Thread notifications
From a547d90aa8a24ea5618991d3697ced6c29647033 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Fri, 13 Jan 2012 07:53:16 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

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

diff --git a/perl-GD-SecurityImage.spec b/perl-GD-SecurityImage.spec
index 1017277..d522b6e 100644
--- a/perl-GD-SecurityImage.spec
+++ b/perl-GD-SecurityImage.spec
@@ -1,6 +1,6 @@
 Name:   perl-GD-SecurityImage
 Version:1.71
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Security image (captcha) generator
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 13 2012 Fedora Release Engineering  
- 1.71-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Mon Sep 05 2011 Emmanuel Seyman  - 1.71-1
 - Update to 1.71
 - Clean up spec file
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-GD-SecurityImage.git/commit/?h=epel7=a547d90aa8a24ea5618991d3697ced6c29647033
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-GD-SecurityImage (epel7). "dist-git conversion"

2017-02-28 Thread notifications
From 4248971a87a0ae8f21412cf8cbf966bfa4b69d95 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 29 Jul 2010 06:44:56 +
Subject: dist-git conversion

---
 .cvsignore |  1 -
 .gitignore |  1 +
 Makefile   | 21 -
 import.log |  1 -
 4 files changed, 1 insertion(+), 23 deletions(-)
 delete mode 100644 .cvsignore
 create mode 100644 .gitignore
 delete mode 100644 Makefile
 delete mode 100644 import.log

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 01b2e3c..000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-GD-SecurityImage-1.70.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..01b2e3c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+GD-SecurityImage-1.70.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 4675e08..000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: perl-GD-SecurityImage
-# $Id$
-NAME := perl-GD-SecurityImage
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo 
"common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to 
checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/import.log b/import.log
deleted file mode 100644
index ce794ca..000
--- a/import.log
+++ /dev/null
@@ -1 +0,0 @@
-perl-GD-SecurityImage-1_70-1_fc13:HEAD:perl-GD-SecurityImage-1.70-1.fc13.src.rpm:1279925961
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-GD-SecurityImage.git/commit/?h=epel7=4248971a87a0ae8f21412cf8cbf966bfa4b69d95
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-GD-SecurityImage (epel7). "Initial import."

2017-02-28 Thread notifications
From a65643e3f35d01dc7012bf1384190fcd5c57dacf Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Fri, 23 Jul 2010 23:02:35 +
Subject: Initial import.

---
 .cvsignore |  1 +
 import.log |  1 +
 perl-GD-SecurityImage.spec | 58 ++
 sources|  1 +
 4 files changed, 61 insertions(+)
 create mode 100644 import.log
 create mode 100644 perl-GD-SecurityImage.spec

diff --git a/.cvsignore b/.cvsignore
index e69de29..01b2e3c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+GD-SecurityImage-1.70.tar.gz
diff --git a/import.log b/import.log
new file mode 100644
index 000..ce794ca
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+perl-GD-SecurityImage-1_70-1_fc13:HEAD:perl-GD-SecurityImage-1.70-1.fc13.src.rpm:1279925961
diff --git a/perl-GD-SecurityImage.spec b/perl-GD-SecurityImage.spec
new file mode 100644
index 000..b3d856d
--- /dev/null
+++ b/perl-GD-SecurityImage.spec
@@ -0,0 +1,58 @@
+Name:   perl-GD-SecurityImage
+Version:1.70
+Release:1%{?dist}
+Summary:Security image (captcha) generator
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/GD-SecurityImage/
+Source0:
http://www.cpan.org/authors/id/B/BU/BURAK/GD-SecurityImage-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+BuildRequires:  perl(GD)
+BuildRequires:  perl(Image::Magick)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+This module gives you a basic interface to create "security images". Most
+internet software use these in their registration screens to block robot
+programs (which may register tons of fake member accounts). This module
+gives you a basic interface to create such an image.
+
+%prep
+%setup -q -n GD-SecurityImage-%{version}
+sed -i 's/\r//' LICENSE
+iconv -f ISO-8859-1 -t UTF-8 README > README.UTF-8
+mv -f README.UTF-8 README
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changes eg LICENSE README SPEC StayPuft.ttf
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Nov 23 2009 Emmanuel Seyman  1.70-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..43c7692 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+44198b091ad179241dcd1b0d270e04bc  GD-SecurityImage-1.70.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-GD-SecurityImage.git/commit/?h=epel7=a65643e3f35d01dc7012bf1384190fcd5c57dacf
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-GD-SecurityImage (epel7). "Update to 1.7"

2017-02-28 Thread notifications
From af3deb36e6bca511e7391038baba3c2f1f26aa25 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Mon, 5 Sep 2011 03:00:40 +0200
Subject: Update to 1.7

---
 .gitignore |  1 +
 perl-GD-SecurityImage.spec | 17 -
 sources|  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index 01b2e3c..d0b1ed5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 GD-SecurityImage-1.70.tar.gz
+/GD-SecurityImage-1.71.tar.gz
diff --git a/perl-GD-SecurityImage.spec b/perl-GD-SecurityImage.spec
index dc2e3ed..1017277 100644
--- a/perl-GD-SecurityImage.spec
+++ b/perl-GD-SecurityImage.spec
@@ -1,18 +1,18 @@
 Name:   perl-GD-SecurityImage
-Version:1.70
-Release:4%{?dist}
+Version:1.71
+Release:1%{?dist}
 Summary:Security image (captcha) generator
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/GD-SecurityImage/
 Source0:
http://www.cpan.org/authors/id/B/BU/BURAK/GD-SecurityImage-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(GD)
 BuildRequires:  perl(Image::Magick)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %{?perl_default_filter}
@@ -34,8 +34,6 @@ mv -f README.UTF-8 README
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -44,16 +42,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes eg LICENSE README SPEC StayPuft.ttf
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 05 2011 Emmanuel Seyman  - 1.71-1
+- Update to 1.71
+- Clean up spec file
+- Add Test::Pod::Coverage as a BR to enable all tests
+
 * Tue Jun 28 2011 Marcela Mašláňová  - 1.70-4
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 43c7692..6edb040 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44198b091ad179241dcd1b0d270e04bc  GD-SecurityImage-1.70.tar.gz
+0f8be735452d733e675c77d70c0cfea7  GD-SecurityImage-1.71.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-GD-SecurityImage.git/commit/?h=epel7=af3deb36e6bca511e7391038baba3c2f1f26aa25
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-GD-SecurityImage (epel7). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild"

2017-02-28 Thread notifications
From e5297ce5af290474d83efb68de8736cdc3187b94 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Tue, 8 Feb 2011 16:47:06 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

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

diff --git a/perl-GD-SecurityImage.spec b/perl-GD-SecurityImage.spec
index 185b33e..0564e8a 100644
--- a/perl-GD-SecurityImage.spec
+++ b/perl-GD-SecurityImage.spec
@@ -1,6 +1,6 @@
 Name:   perl-GD-SecurityImage
 Version:1.70
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Security image (captcha) generator
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 08 2011 Fedora Release Engineering  
- 1.70-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Thu Dec 16 2010 Marcela Maslanova  - 1.70-2
 - 661697 rebuild for fixing problems with vendorach/lib
 
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-GD-SecurityImage.git/commit/?h=epel7=e5297ce5af290474d83efb68de8736cdc3187b94
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-GD-SecurityImage (epel7). "Perl 5.16 rebuild"

2017-02-28 Thread notifications
From c78fecbd254c322d4538de8c83f4209e49225fe0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 12 Jun 2012 17:38:38 +0200
Subject: Perl 5.16 rebuild

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

diff --git a/perl-GD-SecurityImage.spec b/perl-GD-SecurityImage.spec
index d522b6e..648b470 100644
--- a/perl-GD-SecurityImage.spec
+++ b/perl-GD-SecurityImage.spec
@@ -1,6 +1,6 @@
 Name:   perl-GD-SecurityImage
 Version:1.71
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Security image (captcha) generator
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 12 2012 Petr Pisar  - 1.71-3
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 1.71-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-GD-SecurityImage.git/commit/?h=epel7=c78fecbd254c322d4538de8c83f4209e49225fe0
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-GD-SecurityImage (epel7). "Perl mass rebuild"

2017-02-28 Thread notifications
From 3b760003e4d390ab10098a536bf82c27f2bfc05a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?=
 
Date: Tue, 28 Jun 2011 19:13:08 +0200
Subject: Perl mass rebuild

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

diff --git a/perl-GD-SecurityImage.spec b/perl-GD-SecurityImage.spec
index 0564e8a..dc2e3ed 100644
--- a/perl-GD-SecurityImage.spec
+++ b/perl-GD-SecurityImage.spec
@@ -1,6 +1,6 @@
 Name:   perl-GD-SecurityImage
 Version:1.70
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Security image (captcha) generator
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 28 2011 Marcela Mašláňová  - 1.70-4
+- Perl mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 1.70-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-GD-SecurityImage.git/commit/?h=epel7=3b760003e4d390ab10098a536bf82c27f2bfc05a
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Alternative Python build tools issues

2017-02-28 Thread Michal Cyprian
After application of patches described in Making sudo pip safe
Fedora Change [0], unexpected issues in packages using
non-standard build methods/scripts appeared. We received 
bug reports for DNF [1] and Anaconda [2].

We decided to temporarily revert the main patch last 
Friday (2017-02-24) to prevent build failures and anaconda crashes
while we investigate what will need to change.

To simplify, the main reason for the build failures is that some
packages use /usr/bin/python3 (or $PATH/python3) instead of
%{__python3} when building RPMs. It's not always
trivial to fix this in build systems that hardcode assumptions
about where the python3 binary is.

I collected some data to have an idea how many
packages are affected.
The total number of Python 3 packages in 
Fedora according Fedora Porting Database [3] is 1837.

The most frequently used alternative build tools for Python 
packages are CMake (28 packages) and Autotools (133 packages).
8 out of 28 packages using CMake fail to build in Copr [4] 
as well as 12 out of 133 packages using Autotools [5].

These build tools need to be configured to use 
%{__python3} during rpm build. There are also some
custom build scripts not following best practices and 
hardcoding the path to the python executable or to 
python site-packages. Specific fixes will have to be done
 in these cases.

We'll meet with Anaconda developers to discuss the problem.

[0] 
https://fedoraproject.org/wiki/Changes/Making_sudo_pip_safe?rd=User:Torsava/Making_sudo_pip_safe/Making_sudo_pip_safe
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1426435
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1425827
[3] http://fedora.portingdb.xyz/
[4] https://copr.fedorainfracloud.org/coprs/mcyprian/cmake-pkgs/builds/
[5] https://copr.fedorainfracloud.org/coprs/mcyprian/autotools-pkgs/builds/

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


Re: [HEADS UP] libzip 1.2.0 with soname bump in rawhie

2017-02-28 Thread Remi Collet
Rebuild done:

amftools-0.0-12.20121220svn32.fc26
ebook-tools-0.2.2-8.fc26
fuse-zip-0.4.2-3.fc26
kchmviewer-7.5-5.fc26
libsigrok-0.4.0-3.fc26
libykneomgr-0.1.8-4.fc26
naev-0.6.1-4.fc26
nodejs-zipfile-0.5.11-3.fc26
openlierox-0.58-0.9.rc3.fc26
php-pecl-zip-1.13.5-4.fc26
subsurface-4.6.2-2.fc26


Not rebuild, as already FTBFS:
- repsnapper => https://bugzilla.redhat.com/1424253
- vifir  => https://bugzilla.redhat.com/1424435
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


spot pushed to perl-Text-Template (master). "add BR for Test::More"

2017-02-28 Thread notifications
From 9309a484a2e8e309272c8916cf63a12e385eaaef Mon Sep 17 00:00:00 2001
From: Tom Callaway 
Date: Tue, 28 Feb 2017 09:57:58 -0500
Subject: add BR for Test::More

---
 perl-Text-Template.spec | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/perl-Text-Template.spec b/perl-Text-Template.spec
index 6a62993..9f632ae 100644
--- a/perl-Text-Template.spec
+++ b/perl-Text-Template.spec
@@ -23,9 +23,11 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
 # Tests:
 BuildRequires:  perl(lib)
+BuildRequires: perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:   perl(Carp)
 
+
 %description
 This is a library for generating form letters, building HTML pages, or
 filling in templates generally.  A 'template' is a piece of text that
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Text-Template.git/commit/?h=master=9309a484a2e8e309272c8916cf63a12e385eaaef
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


New release: OpenCV 3.2.0

2017-02-28 Thread Josef Ridky
Hi folks,

in Fedora rawhide is now available new version of OpenCV package.
Some of you will have to rebuild your packages (see affected packages section).

This version of OpenCV will be part of Fedora 26+. Previous versions of Fedora 
will not be affected.
See `What's new` section for more information about this release.

=
= Affected packages
=

OpenImageIO-1.7.11-1.fc26.src.rpm
YafaRay-3.2.0-0.5.20170221git.fc26.src.rpm
digikam-5.4.0-2.fc26.src.rpm
fawkes-1.0.0-5.fc26.src.rpm
ffmpeg-3.1.6-1.fc24.src.rpm
frei0r-plugins-1.5-3.fc26.src.rpm
gmic-1.7.2-2.fc26.src.rpm
kf5-libkface-16.08.3-1.fc26.src.rpm
libfreenect-0.5.3-5.fc26.src.rpm
mlt-6.4.1-5.fc26.src.rpm
mrpt-1.3.2-11.fc26.src.rpm
nomacs-3.4-2.fc26.src.rpm
os-autoinst-4.4-14.20170126gitc29555c.fc26.src.rpm
php-facedetect-1.1.0-5.fc26.src.rpm
player-3.0.2-57.fc26.src.rpm
python-SimpleCV-1.3-7.fc24.src.rpm
shogun-5.0.0-0.5.fc26.src.rpm
simarrange-0.0-11.20140729git9500190.fc26.src.rpm
simon-0.4.1-10.fc25.src.rpm
siril-0.9.5-3.fc26.src.rpm

(Hope I have not missed any package)

=
= What's new
=

See change log on https://github.com/opencv/opencv/wiki/ChangeLog#version32

Additional changes (Fedora related)

- Remove copyrighted lena.jpg images and SIFT/SURF from tarball, due to legal 
concerns.
- Disable dnn module from opencv_contrib, due missing BuildRequired package in 
Fedora (protobuf-cpp)
- Disable tracking module from opencv_contrib, due disabling dnn module (is 
required by this module)
- Disable CAROTENE in compilation (caused error on arm and ppc64le)
- Fix syntax error in opencv_contrib test file 
(opencv-3.2.0-test-file-fix.patch)


Regards 

Josef Ridky
Associate Software Engineer
Core Services Team
Red Hat Czech, s.r.o.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


spot pushed to perl-Text-Template (master). "update to 1.47"

2017-02-28 Thread notifications
From 7113941bed7b59ba2f68923bfcfa079ba2242765 Mon Sep 17 00:00:00 2001
From: Tom Callaway 
Date: Tue, 28 Feb 2017 09:49:25 -0500
Subject: update to 1.47

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

diff --git a/.gitignore b/.gitignore
index ee2aa26..518d157 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Text-Template-1.45.tar.gz
 /Text-Template-1.46.tar.gz
+/Text-Template-1.47.tar.gz
diff --git a/perl-Text-Template.spec b/perl-Text-Template.spec
index 2854aec..6a62993 100644
--- a/perl-Text-Template.spec
+++ b/perl-Text-Template.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Template
-Version:1.46
-Release:6%{?dist}
+Version:1.47
+Release:1%{?dist}
 Summary:Expand template text with embedded Perl
 
 Group:  Development/Libraries
@@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 28 2017 Tom Callaway  - 1.47-1
+- update to 1.47
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
1.46-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 3c833a0..336c412 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-912ce180e05d99a169f20aaf4fbf8b8f  Text-Template-1.46.tar.gz
+SHA512 (Text-Template-1.47.tar.gz) = 
af5ad3fc8191d2dd8609735b6a7d6221e4f7ec668c6bc35650081fee248cdc9676984302d420ac227baf8d2de6f6eb023e01f54290b90508e294ba4309b0e68e
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Text-Template.git/commit/?h=master=7113941bed7b59ba2f68923bfcfa079ba2242765
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


spot uploaded Text-Template-1.47.tar.gz for perl-Text-Template

2017-02-28 Thread notifications
af5ad3fc8191d2dd8609735b6a7d6221e4f7ec668c6bc35650081fee248cdc9676984302d420ac227baf8d2de6f6eb023e01f54290b90508e294ba4309b0e68e
  Text-Template-1.47.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Text-Template/Text-Template-1.47.tar.gz/sha512/af5ad3fc8191d2dd8609735b6a7d6221e4f7ec668c6bc35650081fee248cdc9676984302d420ac227baf8d2de6f6eb023e01f54290b90508e294ba4309b0e68e/Text-Template-1.47.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: F26 Self Contained Change: Arm Support In FMW

2017-02-28 Thread Martin Bříza
On Mon, 27 Feb 2017 19:37:31 +0100, Peter Robinson   
wrote:



= Proposed Self Contained Change: Arm Support In FMW =
https://fedoraproject.org/wiki/Changes/ArmSupportInFmw

Change owner(s):
* Martin Bříza 

Fedora Media Writer will gain the ability to write ARM images to SD
cards and other portable media.


== Detailed Description ==
With ARM (ARMv7A) being one of the primary architectures of Fedora, we
should support writing the images to bootable media for devices with
this architecture.

This means Fedora Media Writer will have to list the ARM images, offer
their download and be able to unpack them reliably (as they're shipped
LZMA-compressed - .xz). Memory card support should be improved,
especially in terms of reading drive information - many SD card
drivers report wrong names, sizes and media presence.

This will come along with many more features in FMW, such as
fullscreen screenshot preview, automatic FMW update check on Windows
and Mac, better reliability and performance improvements.



== Scope ==
* Proposal owners:
Implementation of this Change

* Other developers:
N/A (not a System Wide Change)

* Release engineering:
N/A




* List of deliverables:
N/A (not a System Wide Change)




* Policies and guidelines:
N/A (not a System Wide Change)

* Trademark approval:
N/A (not needed for this Change)



So this is another case where the 'system-wide' / 'self-contained'
split doesn't really work. This doesn't affect the functioning of
anyone's existing installed system, but it clearly has implications for
the wider project: if this becomes the 'official' delivery mechanism
for ARM users, that'll require changes to the download pages. And while
the Change page says " How To Test - N/A (not a System Wide Change)",
clearly this *will* need testing, especially before we make it the
primary delivery mechanism.



Yeah, you're right.
I'm intending this as a smaller change that will just make this
functionality available. However, I don't mean to push this as a  
primary way
how to ship Fedora ARM images - there are some specifics that the tool  
won't

handle before F26 (and maybe ever), like resizing the partitions after
writing it and maybe some hardware-specific cases.
Regarding the test cases, these will be necessary, yes. I'm going to add
them as an optional part of the FMW verification matrix.


It would be nice if you also engaged with myself or the ARM SIG in
general too from both an implementation details PoV and a QA.

Peter


Resending this to the ARM list too.
From the implementation standpoint, this change is basically just about  
listing Fedora ARMv7 images in the list of available Fedora variants and  
also adding LZMA on-the-fly decompression for the raw images provided by  
fedora download mirrors.
Please let me know if there are other features you'd like to have  
implemented. Please also note FMW is a multiplatform tool so adding things  
like partition layout changes on Windows (especially) and Mac would be a  
pretty challenging task for now - these would probably have to resort to  
be Linux-exclusive for some time.

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


Re: Fedora Rawhide-20170227.n.0 compose check report

2017-02-28 Thread Dusty Mabe


On 02/27/2017 09:41 PM, Adam Williamson wrote:
> On Mon, 2017-02-27 at 17:25 +, Fedora compose checker wrote:
>> Missing expected images:
>>
>> Atomic qcow2 x86_64
> 
> There seems to be some sort of problem in pungi-make-ostree:
> https://kojipkgs.fedoraproject.org//work/tasks/1386/18091386/root.log
> 
> DEBUG util.py:435:  + pungi-make-ostree tree 
> --repo=/mnt/koji/compose/atomic/rawhide/ 
> --log-dir=/mnt/koji/compose/rawhide/Fedora-Rawhide-20170227.n.0/logs/x86_64/Atomic/ostree-2
>  
> --treefile=/mnt/koji/compose/rawhide/Fedora-Rawhide-20170227.n.0/work/ostree-2/config_repo/fedora-atomic-docker-host.json
>  
> --extra-config=/mnt/koji/compose/rawhide/Fedora-Rawhide-20170227.n.0/work/ostree-2/extra_config.json
> DEBUG util.py:435:  Traceback (most recent call last):
> DEBUG util.py:435:File "/usr/bin/pungi-make-ostree", line 15, in 
> DEBUG util.py:435:  ostree.main()
> DEBUG util.py:435:File 
> "/usr/lib/python2.7/site-packages/pungi/ostree/__init__.py", line 85, in main
> DEBUG util.py:435:  func()
> DEBUG util.py:435:File 
> "/usr/lib/python2.7/site-packages/pungi/ostree/tree.py", line 95, in run
> DEBUG util.py:435:  repos = extra_source_repos + [{'name': 
> 'source_repo_from', 'baseurl': source_repo_from}]
> DEBUG util.py:435:  TypeError: unsupported operand type(s) for +: 'NoneType' 
> and 'list'
> 

I'll try to track this down tomorrow when I'm not AFK, unless someone
else gets to it first. If you open an issue to track this then please link
me to it.

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


eseyman changed perl-sig's 'watchcommits' permission on perl-GD-SecurityImage (epel7) to 'Approved'

2017-02-28 Thread notifications
eseyman changed perl-sig's 'watchcommits' permission on perl-GD-SecurityImage 
(epel7) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-GD-SecurityImage/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman changed perl-sig's 'watchbugzilla' permission on perl-GD-SecurityImage (epel7) to 'Approved'

2017-02-28 Thread notifications
eseyman changed perl-sig's 'watchbugzilla' permission on perl-GD-SecurityImage 
(epel7) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-GD-SecurityImage/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Noarch package with arched tests

2017-02-28 Thread Björn 'besser82' Esser

Am 28.02.2017 um 13:19 schrieb Michael Schwendt:

On Mon, 27 Feb 2017 22:49:22 +0100, Björn 'besser82' Esser wrote:


Am 27.02.2017 um 12:36 schrieb Ralf Corsepius:

On 02/26/2017 11:13 PM, Susi Lehtola wrote:

Hi,


I've packaged pybind11 which is a seamless interface between Python and
C++11. This is a headers-only package, which would make it noarch...

Cf. the "Packaging Header Only Libraries" section in the FPG.

These are required NOT to be noarched.

This is a Python-package from pypi, not a header only lib…  I don't see
any reason for forcing the built binary packages to be archful… There is
no configuration or anything going on in setup.py; it even drops all
flies in %pythonX_sitelib.

The C++ headers in that package are not covered by the test suite?


The headers are tested, but we don't need to generate arch'ed 
binary-pkgs to run the testsuite on all arches;  running the build 
archful and the built 'binary'-pkgs noach'ed should be sufficient in 
this case.

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


Broken dependencies: perl-Clownfish-CFC

2017-02-28 Thread buildsys


perl-Clownfish-CFC has broken dependencies in the rawhide tree:
On x86_64:
perl-Clownfish-CFC-0.6.1-3.fc26.x86_64 requires 
libcmark.so.0.25.2()(64bit)
On armhfp:
perl-Clownfish-CFC-0.6.1-3.fc26.armv7hl requires libcmark.so.0.25.2
On ppc64le:
perl-Clownfish-CFC-0.6.1-3.fc26.ppc64le requires 
libcmark.so.0.25.2()(64bit)
On aarch64:
perl-Clownfish-CFC-0.6.1-3.fc26.aarch64 requires 
libcmark.so.0.25.2()(64bit)
On ppc64:
perl-Clownfish-CFC-0.6.1-3.fc26.ppc64 requires 
libcmark.so.0.25.2()(64bit)
On i386:
perl-Clownfish-CFC-0.6.1-3.fc26.i686 requires libcmark.so.0.25.2
Please resolve this as soon as possible.

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


Broken dependencies: perl-ZMQ-LibZMQ2

2017-02-28 Thread buildsys


perl-ZMQ-LibZMQ2 has broken dependencies in the rawhide tree:
On x86_64:
perl-ZMQ-LibZMQ2-1.09-9.fc25.x86_64 requires libzmq.so.1()(64bit)
On armhfp:
perl-ZMQ-LibZMQ2-1.09-9.fc25.armv7hl requires libzmq.so.1
On ppc64le:
perl-ZMQ-LibZMQ2-1.09-9.fc25.ppc64le requires libzmq.so.1()(64bit)
On aarch64:
perl-ZMQ-LibZMQ2-1.09-9.fc25.aarch64 requires libzmq.so.1()(64bit)
On ppc64:
perl-ZMQ-LibZMQ2-1.09-9.fc25.ppc64 requires libzmq.so.1()(64bit)
On i386:
perl-ZMQ-LibZMQ2-1.09-9.fc25.i686 requires libzmq.so.1
Please resolve this as soon as possible.

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


Broken dependencies: perl-ZMQ-LibZMQ3

2017-02-28 Thread buildsys


perl-ZMQ-LibZMQ3 has broken dependencies in the rawhide tree:
On x86_64:
perl-ZMQ-LibZMQ3-1.19-5.fc25.x86_64 requires libzmq.so.3()(64bit)
On armhfp:
perl-ZMQ-LibZMQ3-1.19-5.fc25.armv7hl requires libzmq.so.3
On ppc64le:
perl-ZMQ-LibZMQ3-1.19-5.fc25.ppc64le requires libzmq.so.3()(64bit)
On aarch64:
perl-ZMQ-LibZMQ3-1.19-5.fc25.aarch64 requires libzmq.so.3()(64bit)
On ppc64:
perl-ZMQ-LibZMQ3-1.19-5.fc25.ppc64 requires libzmq.so.3()(64bit)
On i386:
perl-ZMQ-LibZMQ3-1.19-5.fc25.i686 requires libzmq.so.3
Please resolve this as soon as possible.

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


Broken dependencies: perl-ZeroMQ

2017-02-28 Thread buildsys


perl-ZeroMQ has broken dependencies in the rawhide tree:
On x86_64:
perl-ZeroMQ-0.23-13.fc25.x86_64 requires libzmq.so.1()(64bit)
On armhfp:
perl-ZeroMQ-0.23-13.fc25.armv7hl requires libzmq.so.1
On ppc64le:
perl-ZeroMQ-0.23-13.fc25.ppc64le requires libzmq.so.1()(64bit)
On aarch64:
perl-ZeroMQ-0.23-13.fc25.aarch64 requires libzmq.so.1()(64bit)
On ppc64:
perl-ZeroMQ-0.23-13.fc25.ppc64 requires libzmq.so.1()(64bit)
On i386:
perl-ZeroMQ-0.23-13.fc25.i686 requires libzmq.so.1
Please resolve this as soon as possible.

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


Broken dependencies: perl-Alien-ROOT

2017-02-28 Thread buildsys


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

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


limb changed eseyman's branch request for perl-GD-SecurityImage in epel7 from Awaiting Review to Approved

2017-02-28 Thread notifications
limb changed eseyman's branch request for perl-GD-SecurityImage in epel7 from 
Awaiting Review to Approved
https://admin.fedoraproject.org/pkgdb/package/perl-GD-SecurityImage/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed eseyman's 'approveacls' permission on perl-GD-SecurityImage (epel7) to 'Approved'

2017-02-28 Thread notifications
limb changed eseyman's 'approveacls' permission on perl-GD-SecurityImage 
(epel7) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-GD-SecurityImage/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed eseyman's 'watchbugzilla' permission on perl-GD-SecurityImage (epel7) to 'Approved'

2017-02-28 Thread notifications
limb changed eseyman's 'watchbugzilla' permission on perl-GD-SecurityImage 
(epel7) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-GD-SecurityImage/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed eseyman's 'watchcommits' permission on perl-GD-SecurityImage (epel7) to 'Approved'

2017-02-28 Thread notifications
limb changed eseyman's 'watchcommits' permission on perl-GD-SecurityImage 
(epel7) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-GD-SecurityImage/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb created the branch 'epel7' for the package 'perl-GD-SecurityImage'

2017-02-28 Thread notifications
limb created the branch 'epel7' for the package 'perl-GD-SecurityImage'
https://admin.fedoraproject.org/pkgdb/package/perl-GD-SecurityImage/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed eseyman's 'commit' permission on perl-GD-SecurityImage (epel7) to 'Approved'

2017-02-28 Thread notifications
limb changed eseyman's 'commit' permission on perl-GD-SecurityImage (epel7) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-GD-SecurityImage/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1413030] perl-DBIx-Class-0.082840-2.fc26 FTBFS: Failed test ' Update ran only once on joined resultset'

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1413030

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-DBIx-Class-0.082840-4.
   ||fc26
 Resolution|--- |RAWHIDE
Last Closed||2017-02-28 08:21:23



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


Fedora 25 compose report: changes

2017-02-28 Thread Fedora Branched Report

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


Fedora 25 compose report: changes

2017-02-28 Thread Fedora Branched Report

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


Re: Noarch package with arched tests

2017-02-28 Thread Michael Schwendt
On Mon, 27 Feb 2017 22:49:22 +0100, Björn 'besser82' Esser wrote:

> Am 27.02.2017 um 12:36 schrieb Ralf Corsepius:
> > On 02/26/2017 11:13 PM, Susi Lehtola wrote:  
> >> Hi,
> >>
> >>
> >> I've packaged pybind11 which is a seamless interface between Python and
> >> C++11. This is a headers-only package, which would make it noarch...  
> >
> > Cf. the "Packaging Header Only Libraries" section in the FPG.
> >
> > These are required NOT to be noarched.  
> 
> This is a Python-package from pypi, not a header only lib…  I don't see 
> any reason for forcing the built binary packages to be archful… There is 
> no configuration or anything going on in setup.py; it even drops all 
> flies in %pythonX_sitelib.

The C++ headers in that package are not covered by the test suite?
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: non-responsive maintainer for python-mimeparse

2017-02-28 Thread Jan Kaluža

On 02/27/2017 10:29 PM, Carl George wrote:

Per the non-responsive maintainer policy [1], I would like to bring attention 
to a bug for python-mimeparse [2].  Does anyone know how to contact the 
maintainer jkaluza?


Hi, I gave you permissions to work maintain this package. Sorry for long 
delay.


Jan Kaluza


[1]: https://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers
[2]: https://bugzilla.redhat.com/show_bug.cgi?id=1339379

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


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


ppisar pushed to perl-DBIx-Class (master). "Disable a test incompatible with sqlite >= 3.14"

2017-02-28 Thread notifications
From 31b826b783f6023b26665fe985e1b6858be5c294 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 28 Feb 2017 10:27:21 +0100
Subject: Disable a test incompatible with sqlite >= 3.14

---
 DBIx-Class-0.082840-sqlite-3.14.patch | 48 +++
 perl-DBIx-Class.spec  |  8 +-
 2 files changed, 55 insertions(+), 1 deletion(-)
 create mode 100644 DBIx-Class-0.082840-sqlite-3.14.patch

diff --git a/DBIx-Class-0.082840-sqlite-3.14.patch 
b/DBIx-Class-0.082840-sqlite-3.14.patch
new file mode 100644
index 000..c4b8d72
--- /dev/null
+++ b/DBIx-Class-0.082840-sqlite-3.14.patch
@@ -0,0 +1,48 @@
+Description: Drop test which expected SQLite behaviour from before 3.14
+ Cf. https://rt.cpan.org/Public/Bug/Display.html?id=118395#txn-1676851
+ .
+ Thanks to Peter Rabbitson for the help.
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/841573
+Forwarded: not-needed
+Author: gregor herrmann 
+Last-Update: 2016-10-21
+
+--- a/t/resultset/update_delete.t
 b/t/resultset/update_delete.t
+@@ -138,35 +138,6 @@
+ ], 'Correct null-delete-SQL with multijoin without pruning' );
+ 
+ 
+-# try the same sql with forced multicolumn in
+-$schema->is_executed_sql_bind( sub {
+-  local $schema->storage->{_use_multicolumn_in} = 1;
+-
+-  # this can't actually execute on sqlite
+-  eval { $fks_multi->update ({ read_count => \ 'read_count + 1' }) };
+-}, [[
+-  'UPDATE fourkeys
+-SET read_count = read_count + 1
+-WHERE (
+-  (foo, bar, hello, goodbye) IN (
+-SELECT me.foo, me.bar, me.hello, me.goodbye
+-  FROM fourkeys me
+-  LEFT JOIN fourkeys_to_twokeys fourkeys_to_twokeys ON
+-fourkeys_to_twokeys.f_bar = me.bar
+-AND fourkeys_to_twokeys.f_foo = me.foo
+-AND fourkeys_to_twokeys.f_goodbye = me.goodbye
+-AND fourkeys_to_twokeys.f_hello = me.hello
+-WHERE ( bar = ? OR bar = ? ) AND ( foo = ? OR foo = ? ) AND 
fourkeys_to_twokeys.pilot_sequence != ? AND ( goodbye = ? OR goodbye = ? ) AND 
( hello = ? OR hello = ? ) AND sensors != ?
+-ORDER BY foo, bar, hello, goodbye
+-  )
+-)
+-  ',
+-  ( 1, 2) x 2,
+-  666,
+-  ( 1, 2) x 2,
+-  'c',
+-]], 'Correct update-SQL with multicolumn in support' );
+-
+ $schema->is_executed_sql_bind( sub {
+   $fks->search({ 'twokeys.artist' => { '!=' => 666 } })->update({ read_count 
=> \ 'read_count + 1' });
+ }, [
diff --git a/perl-DBIx-Class.spec b/perl-DBIx-Class.spec
index a078e49..b9a0ca5 100644
--- a/perl-DBIx-Class.spec
+++ b/perl-DBIx-Class.spec
@@ -1,7 +1,7 @@
 Name:   perl-DBIx-Class
 Summary:Extensible and flexible object <-> relational mapper
 Version:0.082840
-Release:3%{?dist}
+Release:4%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/DBIx-Class-%{version}.tar.gz
@@ -9,6 +9,8 @@ URL:http://search.cpan.org/dist/DBIx-Class/
 # Fix missing ORDER BY leading to failures of t/prefetch/grouped.t under
 # upcoming libsqlite (RT#117271)
 Patch0: DBIx-Class-0.082840-Fix-test-RT117271.patch
+# Disable a test incompatible with sqlite >= 3.14, CPAN RT#119845
+Patch1: DBIx-Class-0.082840-sqlite-3.14.patch
 BuildArch:  noarch
 # Build
 BuildRequires:  coreutils
@@ -271,6 +273,7 @@ DISTINCT, GROUP BY and HAVING support.
 %prep
 %setup -q -n DBIx-Class-%{version}
 %patch0 -p1
+%patch1 -p1
 chmod -c +x script/*
 # skip dbic_pretty.t when bootstrapping
 %if 0%{?perl_bootstrap}
@@ -301,6 +304,9 @@ make test
 %{_mandir}/man[13]/*
 
 %changelog
+* Tue Feb 28 2017 Petr Pisar  - 0.082840-4
+- Disable a test incompatible with sqlite >= 3.14 (CPAN RT#119845)
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.082840-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-DBIx-Class.git/commit/?h=master=31b826b783f6023b26665fe985e1b6858be5c294
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1413030] perl-DBIx-Class-0.082840-2.fc26 FTBFS: Failed test ' Update ran only once on joined resultset'

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1413030

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
Version|26  |rawhide
   Assignee|jples...@redhat.com |ppi...@redhat.com



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


Fedora 26 Change Checkpoint: Completion deadline (testable)

2017-02-28 Thread Jan Kurik
Greetings!

Today, on 2017-Feb-28, we have reached Fedora 26 Change
Checkpoint:Completion deadline (testable) [1].

At this point, all accepted changes [2] should be substantially
complete, and testable. Additionally, if a change is to be enabled by
default, it must be enabled at Change Completion deadline as well.

Change tracking bug should be set to the MODIFIED state to indicate it
achieved completeness.

Incomplete and non testable Changes [3] will be reported to FESCo for
2017-Mar-03 meeting.  Contingency plan for System Wide Changes, if
planned for Alpha (or in case of serious doubts regarding Change
completion), will be activated.

Side note: Currently we still have two Self-Contained Changes waiting
for FESco approval [4]. I am going to ask FESCo to consider postponing
of this Checkpoint for these two Changes if these are approved.

[1] https://fedoraproject.org/wiki/Releases/26/Schedule
[2] https://fedoraproject.org/wiki/Releases/26/ChangeSet
[3] http://red.ht/2ltXbqk
[4] https://pagure.io/fesco/issue/1635#comment-350632
-- 
Jan Kuřík
Platform & Fedora Program Manager
Red Hat Czech s.r.o., Purkynova 99/71, 612 45 Brno, Czech Republic
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org


Fedora 26 Change Checkpoint: Completion deadline (testable)

2017-02-28 Thread Jan Kurik
Greetings!

Today, on 2017-Feb-28, we have reached Fedora 26 Change
Checkpoint:Completion deadline (testable) [1].

At this point, all accepted changes [2] should be substantially
complete, and testable. Additionally, if a change is to be enabled by
default, it must be enabled at Change Completion deadline as well.

Change tracking bug should be set to the MODIFIED state to indicate it
achieved completeness.

Incomplete and non testable Changes [3] will be reported to FESCo for
2017-Mar-03 meeting.  Contingency plan for System Wide Changes, if
planned for Alpha (or in case of serious doubts regarding Change
completion), will be activated.

Side note: Currently we still have two Self-Contained Changes waiting
for FESco approval [4]. I am going to ask FESCo to consider postponing
of this Checkpoint for these two Changes if these are approved.

[1] https://fedoraproject.org/wiki/Releases/26/Schedule
[2] https://fedoraproject.org/wiki/Releases/26/ChangeSet
[3] http://red.ht/2ltXbqk
[4] https://pagure.io/fesco/issue/1635#comment-350632
-- 
Jan Kuřík
Platform & Fedora Program Manager
Red Hat Czech s.r.o., Purkynova 99/71, 612 45 Brno, Czech Republic
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Test instances for Fedora Package Maintainers

2017-02-28 Thread Patrick Uiterwijk
> ppc64-test.fedorainfracloud.org f25 x86_64 cloud instance
>
> Is it emulated? Or is the "arch" column copy/paste error?

That was a copy-paste error.
These machines are virtual instances on hardware PPC64/PPC64LE machines.

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


[Bug 1427462] Please package perl-GD-SecurityImage for CentOS 7

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1427462

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #1 from Emmanuel Seyman  ---
Branch requested.

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


eseyman requested branch epel7 for package perl-GD-SecurityImage

2017-02-28 Thread notifications
eseyman requested branch epel7 for package perl-GD-SecurityImage
https://admin.fedoraproject.org/pkgdb/package/perl-GD-SecurityImage/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1427462] New: Please package perl-GD-SecurityImage for CentOS 7

2017-02-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1427462

Bug ID: 1427462
   Summary: Please package perl-GD-SecurityImage for CentOS 7
   Product: Fedora EPEL
   Version: epel7
 Component: perl-GD-SecurityImage
  Assignee: emman...@seyman.fr
  Reporter: clem.ou...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, perl-devel@lists.fedoraproject.org



perl-GD-SecurityImage is not available for CentOS 7

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


ppisar pushed to perl-Clownfish-CFC (master). "Rebuild against cmark-0.27"

2017-02-28 Thread notifications
From ab68fd97e6ab77e2398f41b4fccb8bd0213600ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 28 Feb 2017 10:02:56 +0100
Subject: Rebuild against cmark-0.27

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

diff --git a/perl-Clownfish-CFC.spec b/perl-Clownfish-CFC.spec
index 6242734..603d070 100644
--- a/perl-Clownfish-CFC.spec
+++ b/perl-Clownfish-CFC.spec
@@ -1,6 +1,6 @@
 Name:   perl-Clownfish-CFC
 Version:0.6.1
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Compiler for Apache Clownfish
 # other files:  ASL 2.0
 ## Unbundled
@@ -111,6 +111,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 28 2017 Petr Pisar  - 0.6.1-4
+- Rebuild against cmark-0.27
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.6.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Clownfish-CFC.git/commit/?h=master=ab68fd97e6ab77e2398f41b4fccb8bd0213600ce
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: nodejs-* packages not honouring %nodejs_arches

2017-02-28 Thread Tom Hughes

On 28/02/17 08:46, Dan Horák wrote:


nodejs-mapnik-vector-tile
nodejs-mapnik nodejs-noptify
nodejs-tilelive-mapnik
^^ those might be false positives as mapnik is not available on big
endian platforms (ppc, ppc64, s390, s390x)


The three mapnik ones should all be fine. They were rebuilt after the 
mass rebuild once the openblas issue was resolved and I was able to 
rebuild mapnik itself.


As you say they exclude the BE arches because mapnik doesn't support them.

Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Test instances for Fedora Package Maintainers

2017-02-28 Thread Petr Pisar
On 2017-02-28, Kevin Fenzi  wrote:
>
> https://fedoraproject.org/wiki/Test_Machine_Resources_For_Package_Maintainers

How should I understand lines like:

hostnamefedora version  arch
ppc64-test.fedorainfracloud.org f25 x86_64 cloud instance

Is the arch value just an omission or is it an emulator?

-- Petr

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


nodejs-* packages not honouring %nodejs_arches

2017-02-28 Thread Dan Horák
Hi,

there seems to be a small number of nodejs-* packages that use a
hard-coded ExclusiveArch value instead of the %nodejs_arches macro or
they weren't rebuilt during the mass-rebuild.

nodejs-ansicolors
nodejs-ansistyles
nodejs-bson
nodejs-content-type
nodejs-defence
nodejs-grunt-contrib-connect
nodejs-highlight-js
nodejs-load-grunt-tasks
nodejs-load-json-file
nodejs-lockfile
nodejs-promises-aplus-tests
nodejs-readdirp nodejs-require-cs
nodejs-stylus
nodejs-supervisor
nodejs-tap
nodejs-testjs
nodejs-to-object-path
nodejs-type-is
nodejs-ultron
nodejs-ws

nodejs-mapnik-vector-tile
nodejs-mapnik nodejs-noptify
nodejs-tilelive-mapnik
^^ those might be false positives as mapnik is not available on big
endian platforms (ppc, ppc64, s390, s390x)

Could the nodejs team review and fix the packages? Or let me know they
can be all moved to %nodejs_arches and I will fix that.


Thanks

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


Re: Test instances for Fedora Package Maintainers

2017-02-28 Thread Vít Ondruch
ppc64-test.fedorainfracloud.org f25 x86_64 cloud instance

Is it emulated? Or is the "arch" column copy/paste error?


Vít


Dne 28.2.2017 v 02:33 Kevin Fenzi napsal(a):
> Greetings. 
>
> I've just finished setting up a new group of test machine instances for
> package maintainers in the Fedora Infrastructure Private Cloud.
> They now include ppc64 and ppc64le instances. 
> (We hope to add aarch64 before too long). 
>
> These instances should be faster and closer to repositories than
> previous test instances, and require no special ssh config to use. 
>
> Please see: 
> https://fedoraproject.org/wiki/Test_Machine_Resources_For_Package_Maintainers
> for more details and access information on all the available instances. 
>
> These instances can help maintainers duplicate problems or gather
> information from Fedora versions they may not have handy. 
>
> Hope they help, 
>
> kevin
>
>
> ___
> devel-announce mailing list -- devel-annou...@lists.fedoraproject.org
> To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
>
>
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org



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


pghmcfc pushed to perl-autobox (master). "Update to 2.85 (..more)"

2017-02-28 Thread notifications
From a29bd1079f084a2ccb6ebe4aa655eb1e43e7fd86 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 28 Feb 2017 08:32:51 +
Subject: Update to 2.85

- New upstream release 2.85
  - Fix failing test under 5.25.10 with -Ddefault_inc_excludes_dot
---
 .gitignore|  1 +
 perl-autobox.spec | 11 ---
 sources   |  2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9044e78..f9432c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /autobox-2.82.tar.gz
 /autobox-2.83.tar.gz
 /autobox-2.84.tar.gz
+/autobox-2.85.tar.gz
diff --git a/perl-autobox.spec b/perl-autobox.spec
index 9119be6..3fc1a80 100644
--- a/perl-autobox.spec
+++ b/perl-autobox.spec
@@ -1,6 +1,6 @@
 Name:   perl-autobox
-Version:2.84
-Release:2%{?dist}
+Version:2.85
+Release:1%{?dist}
 Summary:Call methods on native types
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,6 +9,7 @@ Source0:
http://www.cpan.org/authors/id/C/CH/CHOCOLATE/autobox-%{version}
 # Build:
 BuildRequires:  coreutils
 BuildRequires:  findutils
+BuildRequires:  gcc
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-devel
@@ -55,7 +56,7 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name '*.bs' -empty -delete
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -69,6 +70,10 @@ make test
 %{_mandir}/man3/autobox.3*
 
 %changelog
+* Tue Feb 28 2017 Paul Howarth  - 2.85-1
+- Update to 2.85
+  - Fix failing test under 5.25.10 with -Ddefault_inc_excludes_dot
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
2.84-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 345de8b..012a8d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2c2945a9605058366a5173975bab4db  autobox-2.84.tar.gz
+SHA512 (autobox-2.85.tar.gz) = 
2f9c0ef556655eb19a2e50aa2ec47769ef2fd7bb15806a7f22320be9d79178811c418dbe58cf792fdc48dc3e7b80b70c1882956559373cc6eb152c0b94d52081
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-autobox.git/commit/?h=master=a29bd1079f084a2ccb6ebe4aa655eb1e43e7fd86
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc uploaded autobox-2.85.tar.gz for perl-autobox

2017-02-28 Thread notifications
2f9c0ef556655eb19a2e50aa2ec47769ef2fd7bb15806a7f22320be9d79178811c418dbe58cf792fdc48dc3e7b80b70c1882956559373cc6eb152c0b94d52081
  autobox-2.85.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-autobox/autobox-2.85.tar.gz/sha512/2f9c0ef556655eb19a2e50aa2ec47769ef2fd7bb15806a7f22320be9d79178811c418dbe58cf792fdc48dc3e7b80b70c1882956559373cc6eb152c0b94d52081/autobox-2.85.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[HEADS UP] libzip 1.2.0 with soname bump in rawhie

2017-02-28 Thread Remi Collet
Hi,

I just build libzip-1.2.0-0.fc26.

This build temporarily provides both the old and new libraries
(to not break buildroot)

API changes:
http://rpms.remirepo.net/compat_reports/libzip/1.1.3_to_1.2.0/compat_report.html

So, mostly, only the removed "zip_archive_set_tempdir" symbol could
raise some issues.

I will run a rebuild of other packages:
amftools
ebook-tools
fuse-zip
kchmviewer
libconcord
librfm
libsigrok
libykneomgr
naev
nodejs-zipfile
openlierox
php-pecl-zip
repsnapper
rodent
subsurface
vifir

Then I will rebuild without the compat hack.

Ping me if I miss some important stuff,


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


Fedora 25 compose report: changes

2017-02-28 Thread Fedora Branched Report

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


Fedora 25 compose report: changes

2017-02-28 Thread Fedora Branched Report

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