Re: How to enable multilib packages in updates-testing

2017-10-02 Thread Josh Stone
On 10/02/2017 08:34 PM, Tom Stellard wrote:
> Hi,
> 
> A tester on one of my updates[1] noted that the x86_64 and i686 packages had
> different version numbers.  When I look at the compose[2] for updates-testing,
> I can see that for the package in question, compiler-rt, there are only
> x86_64 packages and not i686 packages.
> 
> I noticed that there were some packages in updates-testing, which had both 
> x86_64
> and i686 versions of packages, so how can I fix the compiler-rt so that 
> packages for
> both arches show up in updates-testing?

Probably unrelated, but I noticed that the i686 file list has a symlink
named literally "/usr/lib/clang/4.0.1/lib/linux/*.syms", and there are
no actual *.syms files like the other arches have.

https://koji.fedoraproject.org/koji/rpminfo?rpmID=11450310
https://koji.fedoraproject.org/koji/fileinfo?rpmID=11450310=/usr/lib/clang/4.0.1/lib/linux/%2A.syms
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[389-devel] Please review: 49376 idlistscanlimit

2017-10-02 Thread William Brown
https://pagure.io/389-ds-base/issue/49376

https://pagure.io/389-ds-base/issue/raw/files/cb1422e5fd77af81ae60ed94275180c57dc5355e3458967aabd9314549b22ce3-0001-Ticket-49376-raise-idscanlimit.patch


-- 
Sincerely,

William Brown
Software Engineer
Red Hat, Australia/Brisbane



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


How to enable multilib packages in updates-testing

2017-10-02 Thread Tom Stellard
Hi,

A tester on one of my updates[1] noted that the x86_64 and i686 packages had
different version numbers.  When I look at the compose[2] for updates-testing,
I can see that for the package in question, compiler-rt, there are only
x86_64 packages and not i686 packages.

I noticed that there were some packages in updates-testing, which had both 
x86_64
and i686 versions of packages, so how can I fix the compiler-rt so that 
packages for
both arches show up in updates-testing?

Thanks,
Tom

[1] 
https://bodhi.fedoraproject.org/updates/compiler-rt-4.0.1-2.fc26#comment-668555
[2] http://mirror.nodesdirect.com/fedora/updates/testing/26/x86_64/c/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[389-devel] Build failed in Jenkins: NIGHTLY #97

2017-10-02 Thread mareynol
See 


--
[...truncated 7547 lines...]
except ldap.LDAPError as e:
log.error('\''Failed to add COS template for branch6: error '\'' + 
e.message['\''desc'\''])
assert False

# Add the COS definition
try:
topology_st.standalone.add_s(Entry((BRANCH6_COS_DEF, {
'\''objectclass'\'': '\''top ldapsubentry cosSuperDefinition 
cosPointerDefinition'\''.split(),
'\''cn'\'': 
'\''cn=nsPwPolicyEntry,ou=lower,ou=lower,ou=people,dc=example,dc=com'\'',
'\''costemplatedn'\'': BRANCH6_COS_TMPL,
'\''cosAttribute'\'': '\''pwdpolicysubentry default 
operational-default'\''
})))
except ldap.LDAPError as e:
log.error('\''Failed to add COS def for branch6: error '\'' + 
e.message['\''desc'\''])
assert False

time.sleep(2)

#
# Now check that each user has its expected passwordPolicy subentry
#
try:
entries = topology_st.standalone.search_s(USER1_DN, 
ldap.SCOPE_BASE, '\''(objectclass=top)'\'', ['\''pwdpolicysubentry'\''])
if not entries[0].hasValue('\''pwdpolicysubentry'\'', BRANCH1_PWP):
log.fatal('\''User %s does not have expected 
pwdpolicysubentry!'\'')
assert False
except ldap.LDAPError as e:
log.fatal('\''Unable to search for entry %s: error %s'\'' % 
(USER1_DN, e.message['\''desc'\'']))
>   assert False
E   assert False

tickets/ticket47980_test.py:541: AssertionError
 Captured stdout setup -
OK group dirsrv exists
OK user dirsrv exists
 Captured stderr setup -
INFO:lib389.topologies:Instance with parameters {'\''ldap-port'\'': 38901, 
'\''suffix'\'': '\''dc=example,dc=com'\'', '\''krb5_realm'\'': None, 
'\''deployed-dir'\'': '\''/usr'\'', '\''inst-backupdir'\'': '\''/tmp'\'', 
'\''hostname'\'': '\''localhost'\'', '\''server-id'\'': '\''standalone1'\'', 
'\''root-pw'\'': '\''password'\'', '\''root-dn'\'': '\''cn=Directory 
Manager'\'', '\''group-id'\'': None, '\''InstScriptsEnabled'\'': None, 
'\''user-id'\'': None, '\''ldap-secureport'\'': None} was created.
- Captured stderr call -
INFO:dirsrvtests.tests.tickets.ticket47980_test:Testing Ticket 47980 - Testing 
multiple nested COS pointer definitions are processed correctly
CRITICAL:dirsrvtests.tests.tickets.ticket47980_test:Unable to search for entry 
uid=user1,ou=level1,dc=example,dc=com: error Operations error
___ test_ticket48944 ___

topo = 

def test_ticket48944(topo):
"""On a read only replica invalid state info can accumulate

:ID: 833be131-f3bf-493e-97c6-3121438a07b1
:feature: Account Policy Plugin
:setup: Two master and two consumer setup
:steps: 1. Configure Account policy plugin with alwaysrecordlogin set 
to yes
2. Check if entries are synced across masters and consumers
3. Stop all masters and consumers
4. Start master1 and bind as user1 to create lastLoginTime 
attribute
5. Start master2 and wait for the sync of lastLoginTime 
attribute
6. Stop master1 and bind as user1 from master2
7. Check if lastLoginTime attribute is updated and greater than 
master1
8. Stop master2, start consumer1, consumer2 and then master2
9. Check if lastLoginTime attribute is updated on both consumers
10. Bind as user1 to both consumers and check the value is 
updated
11. Check if lastLoginTime attribute is not updated from 
consumers
12. Start master1 and make sure the lastLoginTime attribute is 
not updated on consumers
13. Bind as user1 from master1 and check if all masters and 
consumers have the same value
14. Check error logs of consumers for 
"deletedattribute;deleted" message
:expectedresults: No accumulation of replica invalid state info on 
consumers
"""

log.info("Ticket 48944 - On a read only replica invalid state info can 
accumulate")
user_name = '\''newbzusr'\''
tuserdn = '\''uid={}1,ou=people,{}'\''.format(user_name, SUFFIX)
inst_list = ['\''master1'\'', '\''master2'\'', '\''consumer1'\'', 
'\''consumer2'\'']
for inst_name in inst_list:
_enable_plugin(topo, inst_name)

log.info('\''Sleep for 10secs for the server to come up'\'')
time.sleep(10)
log.info('\''Add few entries to server and check if entries are 
replicated'\'')
for nos in range(10):

[389-devel] [Fwd: [389-users] Please review: lib389 referral support]

2017-10-02 Thread William Brown
 Forwarded Message 
From: William Brown 
Reply-to: "General discussion list for the 389 Directory server
project." <389-us...@lists.fedoraproject.org>
To: 389-us...@lists.fedoraproject.org
<389-us...@lists.fedoraproject.org>
Subject: [389-users] Please review: lib389 referral support
Date: Tue, 03 Oct 2017 12:59:07 +1000

https://pagure.io/lib389/issue/102

https://pagure.io/lib389/issue/raw/files/7cf92e2939686c1ecf757c1df40a2aa564dc628c00117641de8a6632a39abd3e-0001-Ticket-102-referral-support.patch


-- 
Sincerely,

William Brown
Software Engineer
Red Hat, Australia/Brisbane

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

-- 
Sincerely,

William Brown
Software Engineer
Red Hat, Australia/Brisbane



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


Fedora 27-20171002.n.1 compose check report

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

Server dvd i386
Workstation live i386
Server boot i386
Kde live i386

Failed openQA tests: 12/128 (x86_64), 1/2 (arm)

New failures (same test did not fail in 27-20171001.n.2):

ID: 150596  Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/150596

Old failures (same test failed in 27-20171001.n.2):

ID: 150557  Test: x86_64 Server-dvd-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/150557
ID: 150573  Test: x86_64 Workstation-live-iso desktop_update_graphical
URL: https://openqa.fedoraproject.org/tests/150573
ID: 150577  Test: x86_64 Workstation-live-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/150577
ID: 150587  Test: x86_64 KDE-live-iso desktop_notifications_postinstall
URL: https://openqa.fedoraproject.org/tests/150587
ID: 150594  Test: x86_64 KDE-live-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/150594
ID: 150616  Test: x86_64 universal upgrade_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/150616
ID: 150618  Test: x86_64 universal upgrade_server_domain_controller
URL: https://openqa.fedoraproject.org/tests/150618
ID: 150621  Test: x86_64 universal upgrade_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/150621
ID: 150631  Test: x86_64 universal install_cyrillic_language
URL: https://openqa.fedoraproject.org/tests/150631
ID: 150632  Test: x86_64 universal install_asian_language
URL: https://openqa.fedoraproject.org/tests/150632
ID: 150638  Test: x86_64 universal install_rescue_encrypted@uefi
URL: https://openqa.fedoraproject.org/tests/150638
ID: 150670  Test: x86_64 universal install_rescue_encrypted
URL: https://openqa.fedoraproject.org/tests/150670

Passed openQA tests: 115/128 (x86_64)

New passes (same test did not pass in 27-20171001.n.2):

ID: 150562  Test: x86_64 Server-dvd-iso server_cockpit_basic
URL: https://openqa.fedoraproject.org/tests/150562
ID: 150622  Test: x86_64 universal upgrade_2_minimal_64bit
URL: https://openqa.fedoraproject.org/tests/150622
ID: 150657  Test: x86_64 universal install_sata@uefi
URL: https://openqa.fedoraproject.org/tests/150657

Skipped openQA tests: 1 of 130

Installed system changes in test x86_64 Server-dvd-iso install_default@uefi: 
1 packages(s) added since previous compose: alef-fonts
2 packages(s) removed since previous compose: amiri-fonts, 
amiri-fonts-common
System load changed from 0.01 to 0.25
Previous test data: https://openqa.fedoraproject.org/tests/149684#downloads
Current test data: https://openqa.fedoraproject.org/tests/150545#downloads

Installed system changes in test x86_64 Server-dvd-iso install_default_upload: 
1 packages(s) added since previous compose: alef-fonts
2 packages(s) removed since previous compose: amiri-fonts, 
amiri-fonts-common
Previous test data: https://openqa.fedoraproject.org/tests/149685#downloads
Current test data: https://openqa.fedoraproject.org/tests/150546#downloads

Installed system changes in test x86_64 Workstation-live-iso 
install_default@uefi: 
System load changed from 0.31 to 0.59
Previous test data: https://openqa.fedoraproject.org/tests/149707#downloads
Current test data: https://openqa.fedoraproject.org/tests/150568#downloads

Installed system changes in test x86_64 Workstation-live-iso 
install_default_upload: 
System load changed from 0.19 to 1.11
Average CPU usage changed from 3.16190476 to 30.69523810
Used mem changed from 837 MiB to 959 MiB
Previous test data: https://openqa.fedoraproject.org/tests/149708#downloads
Current test data: https://openqa.fedoraproject.org/tests/150569#downloads

Installed system changes in test x86_64 Workstation-boot-iso install_default: 
System load changed from 0.39 to 0.85
Average CPU usage changed from 1.4 to 29.42380952
Used mem changed from 814 MiB to 916 MiB
Previous test data: https://openqa.fedoraproject.org/tests/149721#downloads
Current test data: https://openqa.fedoraproject.org/tests/150582#downloads

Installed system changes in test x86_64 KDE-live-iso install_default@uefi: 
System load changed from 1.40 to 0.80
Average CPU usage changed from 53.94285714 to 32.87142857
Previous test data: https://openqa.fedoraproject.org/tests/149724#downloads
Current test data: https://openqa.fedoraproject.org/tests/150585#downloads

Installed system changes in test x86_64 KDE-live-iso install_default_upload: 
Average CPU usage changed from 44.10952381 to 31.76190476
Previous test data: https://openqa.fedoraproject.org/tests/149725#downloads
Current test data: https://openqa.fedoraproject.org/tests/150586#downloads

Installed system changes in test x86_64 universal install_package_set_kde: 
System load changed from 0.98 to 0.84
Previous test data: https://openqa.fedoraproject.org/tests/149743#downloads
Current test data: 

[389-devel] Build failed in Jenkins: COMMIT_SANITY_TEST #54

2017-10-02 Thread mareynol
See 


Changes:

[firstyear] Ticket 49387 - pbkdf2 settings were too aggressive

--
[...truncated 4024 lines...]
+ cp -pr README.devel 

+ exit 0
Provides: 389-ds-base-libs = 1.4.0.0-20171003gitee25b88.fc25 
389-ds-base-libs(x86-64) = 1.4.0.0-20171003gitee25b88.fc25 
libldaputil.so.0()(64bit) libns-dshttpd-1.4.0.0.20171003gitee25b88.so()(64bit) 
libnunc-stans.so.0()(64bit) libsds.so.0()(64bit) libslapd.so.0()(64bit)
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 
4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) 
libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) 
libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) 
libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) 
libc.so.6(GLIBC_2.8)(64bit) libcom_err.so.2()(64bit) libevent-2.0.so.5()(64bit) 
libgcc_s.so.1()(64bit) libk5crypto.so.3()(64bit) libkrb5.so.3()(64bit) 
libkrb5.so.3(krb5_3_MIT)(64bit) liblber-2.4.so.2()(64bit) 
libldap_r-2.4.so.2()(64bit) libldaputil.so.0()(64bit) libm.so.6()(64bit) 
libnspr4.so()(64bit) libnss3.so()(64bit) libnss3.so(NSS_3.10.2)(64bit) 
libnss3.so(NSS_3.12)(64bit) libnss3.so(NSS_3.2)(64bit) 
libnss3.so(NSS_3.3)(64bit) libnss3.so(NSS_3.4)(64bit) 
libnss3.so(NSS_3.6)(64bit) libnss3.so(NSS_3.9)(64bit) libpcre.so.1()(64bit) 
libplc4.so()(64bit) libplds4.so()(64bit) libpthread.so.0()(64bit) 
libpthread.so.0(GLIBC_2.2.5)(64bit) libsasl2.so.3()(64bit) libsds.so.0()(64bit) 
libslapd.so.0()(64bit) libssl3.so()(64bit) libssl3.so(NSS_3.12.6)(64bit) 
libssl3.so(NSS_3.14)(64bit) libssl3.so(NSS_3.2)(64bit) 
libssl3.so(NSS_3.20)(64bit) libssl3.so(NSS_3.4)(64bit) libstdc++.so.6()(64bit) 
libsvrcore.so.0()(64bit) libsystemd.so.0()(64bit) libtcmalloc.so.4()(64bit) 
rtld(GNU_HASH)
Processing files: 389-ds-base-devel-1.4.0.0-20171003gitee25b88.fc25.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PICNLY
+ umask 022
+ cd 

+ cd 389-ds-base-1.4.0.0.20171003gitee25b88
+ 
DOCDIR=
+ export DOCDIR
+ /usr/bin/mkdir -p 

+ cp -pr LICENSE 

+ cp -pr LICENSE.GPLv3+ 

+ cp -pr LICENSE.openssl 

+ cp -pr README.devel 

+ exit 0
Provides: 389-ds-base-devel = 1.4.0.0-20171003gitee25b88.fc25 
389-ds-base-devel(x86-64) = 1.4.0.0-20171003gitee25b88.fc25 pkgconfig(dirsrv) = 
1.4.0.0.20171003gitee25b88 pkgconfig(libsds) = 1.4.0.0.20171003gitee25b88 
pkgconfig(nunc-stans) = 1.4.0.0.20171003gitee25b88
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 
4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /usr/bin/pkg-config libldaputil.so.0()(64bit) 
libnunc-stans.so.0()(64bit) libsds.so.0()(64bit) libslapd.so.0()(64bit) 
pkgconfig(nspr)
Processing files: 389-ds-base-snmp-1.4.0.0-20171003gitee25b88.fc25.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZPmito
+ umask 022
+ cd 

+ cd 389-ds-base-1.4.0.0.20171003gitee25b88
+ 
DOCDIR=
+ export DOCDIR
+ /usr/bin/mkdir -p 

[Bug 1497010] perl-Log-Any-1.701 is available

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

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Log-Any-1.700 is   |perl-Log-Any-1.701 is
   |available   |available



--- Comment #1 from Upstream Release Monitoring 
 ---
Latest upstream release: 1.701
Current version/release in rawhide: 1.049-4.fc27
URL: http://search.cpan.org/dist/Log-Any/

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

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

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

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

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


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

2017-10-02 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 939  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087   
dokuwiki-0-0.24.20140929c.el7
 701  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f   
mcollective-2.8.4-1.el7
 283  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-04bc9dd81d   
libbsd-0.8.3-1.el7
 181  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-d241156dfe   
mod_cluster-1.3.3-10.el7
 179  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-5f9a6163b4   
tnef-1.4.14-1.el7
 178  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-7ecb12e378   
python-XStatic-jquery-ui-1.12.0.1-1.el7
  13  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-9f88067c22   
mpg123-1.25.6-1.el7
  12  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-e27758bd23   
libmspack-0.6-0.1.alpha.el7
  12  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-2795d59fcc   
python3-numpy-1.10.4-5.el7
  12  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-30a9c74908   
php-horde-Horde-Image-2.5.2-1.el7
  12  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-5b07cc6958   
wordpress-4.8.2-1.el7
  10  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-8da6477f0a   
moodle-3.1.8-1.el7
  10  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-3a2abe4898   
php-horde-passwd-5.0.7-1.el7
  10  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-a3ae700da7   
php-horde-wicked-2.0.8-1.el7
  10  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-d49c1ef800   
php-horde-nag-4.2.17-1.el7
  10  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-52b8147c68   
openvpn-auth-ldap-2.0.3-15.el7
   9  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-e3436f7a95   
libbson-1.3.5-4.el7
   9  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-9179bc1cf5   
chromium-61.0.3163.100-1.el7
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-3dcce634cb   
MySQL-zrm-3.0-17.el7
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-afdcf119f4   
freexl-1.0.4-1.el7
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-4826761f5d   
openvpn-2.4.4-1.el7
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-abe6f98ebf   
tor-0.2.9.12-1.el7
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-0f92580f68   
yadifa-2.2.6-1.el7


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

cfitsio-3.370-10.el7
php-cs-fixer-2.2.8-1.el7
pungi-4.1.19-2.el7
python-fedmsg-meta-fedora-infrastructure-0.22.0-1.el7
rho-0.0.28-1.el7
tio-1.24-2.el7
youtube-dl-2017.10.01-1.el7

Details about builds:



 cfitsio-3.370-10.el7 (FEDORA-EPEL-2017-4a85df68b3)
 Library for manipulating FITS data files

Update Information:

Bugfix update to fix a crash with hcompress, backported fix from current cfitsio
release. Cannot upgrade to newer release due to ABI changes.




 php-cs-fixer-2.2.8-1.el7 (FEDORA-EPEL-2017-f8b6d6683b)
 A tool to automatically fix PHP code style

Update Information:

Changelog for v2.2.8   * bug #3052 Fix false positive
warning about paths overridden by provided as command arguments (kubawerlos) *
bug #3058 IsNullFixer - fix whitespace handling (roukmoute) * bug #3072
IsNullFixer - fix non_yoda_style edge case (keradus) * bug #3088 Drop dedicated
Phar stub (keradus) * bug #3100 NativeFunctionInvocationFixer - Fix test if
previous token is already namespace separator (SpacePossum) * bug #3104
DoctrineAnnotationIndentationFixer - Fix str_repeat() error (julienfalque) *
minor #3038 Support PHP 7.2 (SpacePossum, keradus) * minor #3064 Fix couple of
typos (KKSzymanowski) * minor #3078 ConfigurationResolver - hide context while
including config file (keradus) * minor #3080 Direct function call instead of by
string (kubawerlos) * minor #3085 CiIntegrationTest - skip when no git is
available (keradus) * minor #3087 phar-stub.php - allow PHP 7.2 (keradus)




 pungi-4.1.19-2.el7 (FEDORA-EPEL-2017-c2a0cf8dbd)
 Distribution compose tool

Update Information:

Update to latest upstream version.  New executable `pungi-koji` is provided,
which is used for composing in Fedora infrastructure.




[Fedocal] Reminder meeting : Modularity WG (once every two weeks)

2017-10-02 Thread jkurik
Dear all,

You are kindly invited to the meeting:
   Modularity WG (once every two weeks) on 2017-10-03 from 10:00:00 to 11:00:00 
US/Eastern
   At fedora-meetin...@irc.freenode.net

The meeting will be about:
Meeting of the Modularity Working Group.

More information available at: [Modularity Working Group wiki 
page](https://fedoraproject.org/wiki/Modularity_Working_Group)

The agenda for the meeting is available at [modularity-wg-agendas 
pad](https://board.net/p/modularity-wg-agendas).



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

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


[Bug 1497441] perl-Net-IPv6Addr-0.9 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
perl-Net-IPv6Addr-0.9-1.fc27 has been pushed to the Fedora 27 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-2017-1700db1227

-- 
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 1496627] perl-PAR-Packer-1.039 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
perl-PAR-Packer-1.039-1.fc27 has been pushed to the Fedora 27 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-2017-5c472e2778

-- 
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 1497525] perl-Git-Repository-1.321 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
perl-Git-Repository-1.321-1.fc27 has been pushed to the Fedora 27 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-2017-fe0179004d

-- 
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 1497368] perl-Code-TidyAll-0.68 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-Code-TidyAll-0.68-1.fc27 has been pushed to the Fedora 27 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-2017-6dfc94d489

-- 
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 1497364] perl-App-cpm-0.914 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
perl-App-cpm-0.914-1.fc27 has been pushed to the Fedora 27 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-2017-ab206231e0

-- 
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: Making ResultsDB dumps public?

2017-10-02 Thread Kevin Fenzi
On 09/25/2017 07:13 AM, Tim Flink wrote:
> On Mon, 25 Sep 2017 05:37:03 -0400
> Harold Dost  wrote:
> 
>> Assuming that the schema [1] is correct, there should be no personal
>> or secret information. Though it would be good to validate that there
>> aren't any unexpected tables.
>>
>> [1]:https://fedoraproject.org/wiki/AutoQA_resultsdb_schema
> 
> That schema was correct in the past but has not been kept up to date
> AFAIK.
> 
> That being said, none of the changes I can think of would cause a
> problem in making the database dump public.

If you all are ok with it, I can make these public after the freeze is
over.

kevin




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


Re: Is it possible to upload new sources of a package from a URL?

2017-10-02 Thread Hedayat Vatankhah


/*Björn Persson*/ wrote on Mon, 2 Oct 2017 16:28:02 +0200:

Dennis Gilmore  wrote:

Today We rely on you as a packager
verifying the sources, and by uploading them directly you are saying
this is really what I intended to send you and I have ensured that it
is good.  You would need to work with release engineering and
infrastucture to come up with some way to sign off on the code being
used.

Like maybe writing a hash of the tarball in the sources file (with some
help from fedpkg perhaps) and checking that in? Then a server in the
Fedora Project infrastructure could fetch the tarball from the Source
URL in the spec and verify that it matches the hash.

I think it should work & it should be easy enough.

Also, instead of 'pulling down from random machines', it'd be enough if 
it is not a random machine, but packager's fedorapeople space. It'd be 
enough if there is a way to upload sources from there (and possibly 
remove them automatically after that).



Having a mirror of upstream SCM or something like it might also work 
too. (But some upstreams might not have any (public?) SCM).


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


[389-devel] please review: Ticket 49388 - repl-monitor - matches null string many times in regex

2017-10-02 Thread Mark Reynolds
https://pagure.io/389-ds-base/issue/49388

https://pagure.io/389-ds-base/issue/raw/files/c228847c7da44f3a4cd1c410506a5ec952e2d5533c80ee148538b819a31a89eb-0001-Ticket-49388-repl-monitor-matches-null-string-many-t.patch

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


[389-devel] please review: Ticket 49092 - Add CI test for schema-reload task

2017-10-02 Thread Mark Reynolds
https://pagure.io/389-ds-base/issue/49092

https://pagure.io/389-ds-base/issue/raw/files/cf6f75525dc4eca61a79ab5e093ea0b92d81512025b169ded542c818f08be196-0001-Ticket-49092-Add-CI-test-for-schema-reload.patch

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


Re: OpenVPN and its user/group

2017-10-02 Thread Colin Walters
On Mon, Oct 2, 2017, at 10:56 AM, David Sommerseth wrote:

>"diag" : "Invocation of useradd without specifying a 
> UID; this may be OK, because /usr/share/doc/setup/uidgid defines no UID for 
> openvpn"

https://github.com/default-to-open/rpmgrill/pull/22
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1492093] CVE-2017-12883 perl: Buffer over-read in regular expression parser

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



--- Comment #6 from Fedora Update System  ---
perl-5.24.3-395.fc26 has been pushed to the Fedora 26 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 1492094] CVE-2017-12837 CVE-2017-12883 perl: various flaws [ fedora-all]

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



--- Comment #12 from Fedora Update System  ---
perl-5.24.3-395.fc26 has been pushed to the Fedora 26 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 1492091] CVE-2017-12837 perl: Heap buffer overflow in regular expression compiler

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



--- Comment #6 from Fedora Update System  ---
perl-5.24.3-395.fc26 has been pushed to the Fedora 26 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


Fedora Rawhide-20171002.n.0 compose check report

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

Server dvd i386
Workstation live i386
Server boot i386
Kde live i386

Failed openQA tests: 80/128 (x86_64), 1/2 (arm)

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

ID: 149953  Test: x86_64 Server-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/149953
ID: 149954  Test: x86_64 Server-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/149954
ID: 149956  Test: x86_64 Server-dvd-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/149956
ID: 149957  Test: x86_64 Server-dvd-iso install_default_upload
URL: https://openqa.fedoraproject.org/tests/149957
ID: 149959  Test: x86_64 Server-dvd-iso install_updates_nfs
URL: https://openqa.fedoraproject.org/tests/149959
ID: 149963  Test: x86_64 Server-dvd-iso install_repository_nfs_graphical
URL: https://openqa.fedoraproject.org/tests/149963
ID: 149964  Test: x86_64 Server-dvd-iso install_repository_nfs_variation
URL: https://openqa.fedoraproject.org/tests/149964
ID: 149975  Test: x86_64 Everything-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/149975
ID: 149976  Test: x86_64 Everything-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/149976
ID: 149984  Test: x86_64 Workstation-live-iso desktop_update_graphical
URL: https://openqa.fedoraproject.org/tests/149984
ID: 149988  Test: x86_64 Workstation-live-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/149988
ID: 149990  Test: x86_64 Workstation-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/149990
ID: 149991  Test: x86_64 Workstation-boot-iso memory_check@uefi
URL: https://openqa.fedoraproject.org/tests/149991
ID: 149992  Test: x86_64 Workstation-boot-iso memory_check
URL: https://openqa.fedoraproject.org/tests/149992
ID: 149993  Test: x86_64 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/149993
ID: 149998  Test: x86_64 KDE-live-iso desktop_notifications_postinstall
URL: https://openqa.fedoraproject.org/tests/149998
ID: 150005  Test: x86_64 KDE-live-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/150005
ID: 150007  Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/150007
ID: 150009  Test: x86_64 Atomic-dvd_ostree-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/150009
ID: 150010  Test: x86_64 Atomic-dvd_ostree-iso install_default
URL: https://openqa.fedoraproject.org/tests/150010
ID: 150011  Test: x86_64 universal install_multi_empty
URL: https://openqa.fedoraproject.org/tests/150011
ID: 150012  Test: x86_64 universal install_btrfs
URL: https://openqa.fedoraproject.org/tests/150012
ID: 150014  Test: x86_64 universal install_blivet_xfs@uefi
URL: https://openqa.fedoraproject.org/tests/150014
ID: 150015  Test: x86_64 universal install_package_set_kde
URL: https://openqa.fedoraproject.org/tests/150015
ID: 150016  Test: x86_64 universal install_simple_encrypted@uefi
URL: https://openqa.fedoraproject.org/tests/150016
ID: 150017  Test: x86_64 universal install_simple_free_space@uefi
URL: https://openqa.fedoraproject.org/tests/150017
ID: 150018  Test: x86_64 universal install_multi_empty@uefi
URL: https://openqa.fedoraproject.org/tests/150018
ID: 150019  Test: x86_64 universal install_delete_partial@uefi
URL: https://openqa.fedoraproject.org/tests/150019
ID: 150020  Test: x86_64 universal install_btrfs@uefi
URL: https://openqa.fedoraproject.org/tests/150020
ID: 150021  Test: x86_64 universal install_ext3@uefi
URL: https://openqa.fedoraproject.org/tests/150021
ID: 150022  Test: x86_64 universal install_xfs@uefi
URL: https://openqa.fedoraproject.org/tests/150022
ID: 150023  Test: x86_64 universal install_lvmthin@uefi
URL: https://openqa.fedoraproject.org/tests/150023
ID: 150024  Test: x86_64 universal install_no_swap@uefi
URL: https://openqa.fedoraproject.org/tests/150024
ID: 150025  Test: x86_64 universal install_kickstart_hdd
URL: https://openqa.fedoraproject.org/tests/150025
ID: 150026  Test: x86_64 universal upgrade_minimal_64bit
URL: https://openqa.fedoraproject.org/tests/150026
ID: 150027  Test: x86_64 universal upgrade_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/150027
ID: 150028  Test: x86_64 universal upgrade_server_64bit
URL: https://openqa.fedoraproject.org/tests/150028
ID: 150029  Test: x86_64 universal upgrade_server_domain_controller
URL: https://openqa.fedoraproject.org/tests/150029
ID: 150031  Test: x86_64 universal upgrade_kde_64bit
URL: https://openqa.fedoraproject.org/tests/150031
ID: 150032  Test: x86_64 universal upgrade_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/150032
ID: 150038  Test: x86_64 universal install_updates_img_local
URL: https://openqa.fedoraproject.org/tests/150038
ID: 150039 

Re: Self Introduction: David Hendricks

2017-10-02 Thread David Hendricks
Thanks, Peter. It's good to see you here too!

On Mon, Oct 2, 2017 at 12:05 AM, Peter Lemenkov  wrote:

> Hello David,
> Nice to meet you again!
>
> 2017-10-02 8:31 GMT+02:00 David Hendricks :
> > Hello Fedora Community,
> >
> > My name is David and my username is "dhendrix". I live in Silicon Valley
> and
> > work for Facebook.
> >
> > My interest here is to maintain the package for flashrom which is a tool
> for
> > reading and writing ROMs, particularly NOR flash that is commonly used
> for
> > BIOS chips. I'm also involved with coreboot (flashrom was spun out of
> > coreboot) and can help with the coreboot-utils package if needed. I've
> been
> > involved with these projects since the early 2000's and am diving into
> RPM
> > packaging since my current employer uses CentOS.
> >
> > My first package submission is an updated flashrom SRPM and the review
> > request is posted here: https://bugzilla.redhat.com/
> show_bug.cgi?id=1497594.
> >
> > When/if the package is accepted I will take responsibility for updating
> the
> > snapshot hash so that Fedora users (including those I work with) can
> enjoy
> > the latest hardware support and useful features that are planned or
> pending
> > for flashrom.
> >
> > ___
> > devel mailing list -- devel@lists.fedoraproject.org
> > To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> >
>
>
>
> --
> With best regards, Peter Lemenkov.
> ___
> 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: A less "bloated" KDE spin

2017-10-02 Thread Gerald B. Cox
The kde list is:  k...@lists.fedoraproject.org

Stephen is correct, this discussion shouldn't be on the development list
for the reasons he mentioned above.  I've copied
the kde-list.  please respond there if desired and remove reference to the
development list before sending.

I'd just like to reiterate my earlier comment:

"I believe you are missing the point of defaults which is to provide as
complete environment as possible out of the box.  Since this is a KDE spin,
we should be providing as complete of a KDE environment as possible.
Users shouldn't be required to go on a treasure hunt to seek out available
KDE applications.  The idea is to showcase what is available in KDE.  If
you don't want to use a KDE default you can easily either go into settings
and change the defaults, remove the package you don't want, etc."

It's a KDE spin, not a Google spin, GNOME spin, UNITY spin, KDE-Lite spin
etc.

On Mon, Oct 2, 2017 at 8:06 AM, Stephen John Smoogen 
wrote:

> On 2 October 2017 at 10:57, Sylvia Sánchez  wrote:
> >
> > Hello Stephen,
> >
> > So, according to you, this discussion won't change much KDE Spin?
>
> I am trying to move this conversation from being bikeshedding to
> possibly accomplishing something. The devel list is meant for general
> discussion topics which affect the distribution as a whole or for
> people to try and find who to contact on a specific problem.
> Conversations on editions or effects which are run by SIGs do not seem
> to get 'fixed' regularly in here because the people who are working on
> it may not be on this list or htey may only filter it for once in a
> while reading. They are more likely to be cognizant of emails and
> topics that are on the dedicated SIG email.
>
>
>
> > Besides, how do I join a SIG?  Do you have a link by chance?
>
> https://fedoraproject.org/wiki/SIGs/KDE
> https://fedoraproject.org/wiki/KDE
> https://lists.fedoraproject.org/admin/lists/kde.lists.fedoraproject.org/
>
> >
> > Regards,
> > Silvia
> >
> >
> >
> >
> > 2017-10-02 15:16 GMT+01:00 Stephen John Smoogen :
> >>
> >> On 2 October 2017 at 08:45, Sylvia Sánchez  wrote:
> >> >
> >> > Hello,
> >> >
> >> > It's not only a pain, it often ends in an unusable system.
> >> > About the browsers, I don't like much Konqueror, actually is one of
> >> > those
> >> > programmes I uninstall first if it's around.  What about Chromium
> >> > instead?
> >> > It's like Chrome and it's desktop agnostic so it works well and looks
> >> > good
> >> > in any environment.
> >> >
> >> > Cheers,
> >> > Silvia
> >> >
> >>
> >> The way to make changes on the desktop spins is to join the SIG which
> >> produces the sping and work there. Ways to make it work is find out
> >> why they have chosen those defaults, what effects your wanted changes
> >> would have, and do other people feel the same way. Talking about it on
> >> this list is not going to get any changes or alternative spins (the
> >> KDE minimal).
> >>
> >> A spin can look like a simple thing which is freely made, but it is a
> >> lot of work which is why SIGs are needed for each one. Coming up with
> >> what is going to be on it is part of the work because everyone wants
> >> something different. There is testing the spin, making sure it doesn't
> >> go over certain size limits, working out problems with icons and
> >> discoverability, and similar tasks. Every SIG who is doing a spin are
> >> always needing people who can help on those other items so helping
> >> there would be a good way to explain why making other changes is
> >> useful.
> >>
> >> >
> >> >
> >> > 2017-10-02 12:58 GMT+01:00 Miroslav Suchý :
> >> >>
> >> >> Dne 9.9.2017 v 17:47 Gerald B. Cox napsal(a):
> >> >> >
> >> >> > I believe you are missing the point of defaults which is to
> >> >> > provide
> >> >> > as complete environment as possible out of the box.
> >> >>
> >> >> I am a user of KDE Spin. And I *never* used this way. I always have
> >> >> been
> >> >> using it as a source for LiveImage so I can
> >> >> have GUI with KDE (SDDM, Plasma, Kwin) and then install everything
> else
> >> >> I
> >> >> need. It is much better than using official
> >> >> sping with Gnome and then removing it (it is a huge pain).
> >> >>
> >> >> Thou I would leave konqueror on the list as it is always good to have
> >> >> some
> >> >> internet browser in the minimal installation.
> >> >>
> >> >> Mirek
> >> >> ___
> >> >> 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
> >> >
> >>
> >>
> >>
> >> --
> >> Stephen J Smoogen.
> >> ___
> >> devel 

Re: A less "bloated" KDE spin

2017-10-02 Thread Stephen John Smoogen
On 2 October 2017 at 10:57, Sylvia Sánchez  wrote:
>
> Hello Stephen,
>
> So, according to you, this discussion won't change much KDE Spin?

I am trying to move this conversation from being bikeshedding to
possibly accomplishing something. The devel list is meant for general
discussion topics which affect the distribution as a whole or for
people to try and find who to contact on a specific problem.
Conversations on editions or effects which are run by SIGs do not seem
to get 'fixed' regularly in here because the people who are working on
it may not be on this list or htey may only filter it for once in a
while reading. They are more likely to be cognizant of emails and
topics that are on the dedicated SIG email.



> Besides, how do I join a SIG?  Do you have a link by chance?

https://fedoraproject.org/wiki/SIGs/KDE
https://fedoraproject.org/wiki/KDE
https://lists.fedoraproject.org/admin/lists/kde.lists.fedoraproject.org/

>
> Regards,
> Silvia
>
>
>
>
> 2017-10-02 15:16 GMT+01:00 Stephen John Smoogen :
>>
>> On 2 October 2017 at 08:45, Sylvia Sánchez  wrote:
>> >
>> > Hello,
>> >
>> > It's not only a pain, it often ends in an unusable system.
>> > About the browsers, I don't like much Konqueror, actually is one of
>> > those
>> > programmes I uninstall first if it's around.  What about Chromium
>> > instead?
>> > It's like Chrome and it's desktop agnostic so it works well and looks
>> > good
>> > in any environment.
>> >
>> > Cheers,
>> > Silvia
>> >
>>
>> The way to make changes on the desktop spins is to join the SIG which
>> produces the sping and work there. Ways to make it work is find out
>> why they have chosen those defaults, what effects your wanted changes
>> would have, and do other people feel the same way. Talking about it on
>> this list is not going to get any changes or alternative spins (the
>> KDE minimal).
>>
>> A spin can look like a simple thing which is freely made, but it is a
>> lot of work which is why SIGs are needed for each one. Coming up with
>> what is going to be on it is part of the work because everyone wants
>> something different. There is testing the spin, making sure it doesn't
>> go over certain size limits, working out problems with icons and
>> discoverability, and similar tasks. Every SIG who is doing a spin are
>> always needing people who can help on those other items so helping
>> there would be a good way to explain why making other changes is
>> useful.
>>
>> >
>> >
>> > 2017-10-02 12:58 GMT+01:00 Miroslav Suchý :
>> >>
>> >> Dne 9.9.2017 v 17:47 Gerald B. Cox napsal(a):
>> >> >
>> >> > I believe you are missing the point of defaults which is to
>> >> > provide
>> >> > as complete environment as possible out of the box.
>> >>
>> >> I am a user of KDE Spin. And I *never* used this way. I always have
>> >> been
>> >> using it as a source for LiveImage so I can
>> >> have GUI with KDE (SDDM, Plasma, Kwin) and then install everything else
>> >> I
>> >> need. It is much better than using official
>> >> sping with Gnome and then removing it (it is a huge pain).
>> >>
>> >> Thou I would leave konqueror on the list as it is always good to have
>> >> some
>> >> internet browser in the minimal installation.
>> >>
>> >> Mirek
>> >> ___
>> >> 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
>> >
>>
>>
>>
>> --
>> Stephen J Smoogen.
>> ___
>> 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
>



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


2017-10-02 Fedora QA Devel Meeting Minutes

2017-10-02 Thread Tim Flink
=
#fedora-meeting-1: fedoraqa-devel
=


Minutes: 
https://meetbot.fedoraproject.org/fedora-meeting-1/2017-10-02/fedoraqa-devel.2017-10-02-14.02.html
Minutes (text): 
https://meetbot.fedoraproject.org/fedora-meeting-1/2017-10-02/fedoraqa-devel.2017-10-02-14.02.txt
Log: 
https://meetbot.fedoraproject.org/fedora-meeting-1/2017-10-02/fedoraqa-devel.2017-10-02-14.02.log.html

Meeting summary
---
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=1496476   (kparal,
  14:04:40)
* deploying ansiblize  (tflink, 14:26:05)

* open floor  (tflink, 14:56:04)

Meeting ended at 14:58:10 UTC.




Action Items






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




People Present (lines said)
---
* tflink (69)
* kparal (65)
* lbrabec (4)
* zodbot (3)
* puiterwijk (1)
* Southern_Gentlem (1)




Generated by `MeetBot`_ 0.1.4

.. _`MeetBot`: http://wiki.debian.org/MeetBot


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


Re: A less "bloated" KDE spin

2017-10-02 Thread Sylvia Sánchez
Hello Stephen,

So, according to you, this discussion won't change much KDE Spin?
Besides, how do I join a SIG?  Do you have a link by chance?

Regards,
Silvia




2017-10-02 15:16 GMT+01:00 Stephen John Smoogen :

> On 2 October 2017 at 08:45, Sylvia Sánchez  wrote:
> >
> > Hello,
> >
> > It's not only a pain, it often ends in an unusable system.
> > About the browsers, I don't like much Konqueror, actually is one of those
> > programmes I uninstall first if it's around.  What about Chromium
> instead?
> > It's like Chrome and it's desktop agnostic so it works well and looks
> good
> > in any environment.
> >
> > Cheers,
> > Silvia
> >
>
> The way to make changes on the desktop spins is to join the SIG which
> produces the sping and work there. Ways to make it work is find out
> why they have chosen those defaults, what effects your wanted changes
> would have, and do other people feel the same way. Talking about it on
> this list is not going to get any changes or alternative spins (the
> KDE minimal).
>
> A spin can look like a simple thing which is freely made, but it is a
> lot of work which is why SIGs are needed for each one. Coming up with
> what is going to be on it is part of the work because everyone wants
> something different. There is testing the spin, making sure it doesn't
> go over certain size limits, working out problems with icons and
> discoverability, and similar tasks. Every SIG who is doing a spin are
> always needing people who can help on those other items so helping
> there would be a good way to explain why making other changes is
> useful.
>
> >
> >
> > 2017-10-02 12:58 GMT+01:00 Miroslav Suchý :
> >>
> >> Dne 9.9.2017 v 17:47 Gerald B. Cox napsal(a):
> >> >
> >> > I believe you are missing the point of defaults which is to
> provide
> >> > as complete environment as possible out of the box.
> >>
> >> I am a user of KDE Spin. And I *never* used this way. I always have been
> >> using it as a source for LiveImage so I can
> >> have GUI with KDE (SDDM, Plasma, Kwin) and then install everything else
> I
> >> need. It is much better than using official
> >> sping with Gnome and then removing it (it is a huge pain).
> >>
> >> Thou I would leave konqueror on the list as it is always good to have
> some
> >> internet browser in the minimal installation.
> >>
> >> Mirek
> >> ___
> >> 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
> >
>
>
>
> --
> Stephen J Smoogen.
> ___
> 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


OpenVPN and its user/group

2017-10-02 Thread David Sommerseth

Hi,

I just looked more carefully through some issues reported when pushing
out the openvpn-2.4.4 release.

--
  {
 "module" : "RpmScripts",
 "order" : 90,
 "results" : [
{
   "arch" : "src",
   "code" : "UseraddNoUid",
   "context" : {
  "excerpt" : [
 "useradd -r -g openvpn -s /sbin/nologin -c OpenVPN -d 
/etc/openvpn openvpn"
  ],
  "lineno" : 149,
  "path" : "openvpn.spec",
  "sub" : "%pre"
   },
   "diag" : "Invocation of useradd without specifying a 
UID; this may be OK, because /usr/share/doc/setup/uidgid defines no UID for 
openvpn"
}
 ],
 "run_time" : 0,
 "status" : "completed"
  },
--

This made me wonder if it would be beneficial to allocate a fixed
UID/GID value for the openvpn user and group account?  Is that
advisable?  And what would be the process for doing so?

It is highly recommended by upstream to let OpenVPN change uid/gid
to a unprivileged account after the initial setup have completed;
OpenVPN does that in the correct order when applying --user/--group
to the configuration.

And as we are also working towards a brand new Linux client based on
the OpenVPN 3 Core library, that will also run several helper processes
unprivileged; only to have the core tunnel instance starting with root
privileges for tunnel setup.  All the session management and user
front-ends will run completely unprivileged.

But if these scenarios are reasonable arguments for having a fixed
uid/gid, I do not currently know.  The OpenVPN source code itself 
is not tied to any specific uid/gid values.  All it uses is the 
openvpn user/group name; and currently the openvpn.spec file
calls `useradd` directly as part of the installation process.


-- 
kind regards,

David Sommerseth



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


Re: Is it possible to upload new sources of a package from a URL?

2017-10-02 Thread Björn Persson
Dennis Gilmore  wrote:
> Today We rely on you as a packager
> verifying the sources, and by uploading them directly you are saying
> this is really what I intended to send you and I have ensured that it
> is good.  You would need to work with release engineering and
> infrastucture to come up with some way to sign off on the code being
> used.

Like maybe writing a hash of the tarball in the sources file (with some
help from fedpkg perhaps) and checking that in? Then a server in the
Fedora Project infrastructure could fetch the tarball from the Source
URL in the spec and verify that it matches the hash.

Björn Persson


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


[Bug 1496616] perl-Locale-TextDomain-OO-1.031 is available

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



--- Comment #3 from Fedora Update System  ---
perl-Locale-TextDomain-OO-1.031-1.fc27 has been pushed to the Fedora 27 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 1492094] CVE-2017-12837 CVE-2017-12883 perl: various flaws [ fedora-all]

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



--- Comment #11 from Fedora Update System  ---
perl-5.26.1-401.fc27 has been pushed to the Fedora 27 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 1492093] CVE-2017-12883 perl: Buffer over-read in regular expression parser

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



--- Comment #5 from Fedora Update System  ---
perl-5.26.1-401.fc27 has been pushed to the Fedora 27 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 1495846] perl-Net-LibIDN2-1.00 is available

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



--- Comment #4 from Fedora Update System  ---
perl-Net-LibIDN2-1.00-1.fc27 has been pushed to the Fedora 27 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 1492091] CVE-2017-12837 perl: Heap buffer overflow in regular expression compiler

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



--- Comment #5 from Fedora Update System  ---
perl-5.26.1-401.fc27 has been pushed to the Fedora 27 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 1494820] perl-CPAN-Perl-Releases-3.38 is available

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



--- Comment #7 from Fedora Update System  ---
perl-CPAN-Perl-Releases-3.38-1.fc27 has been pushed to the Fedora 27 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 1495028] perl-DBD-Pg-3.7.0 is available

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



--- Comment #3 from Fedora Update System  ---
perl-DBD-Pg-3.7.0-1.fc27 has been pushed to the Fedora 27 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 1494774] perl-System-Info-0.056 is available

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



--- Comment #3 from Fedora Update System  ---
perl-System-Info-0.056-1.fc27 has been pushed to the Fedora 27 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: A less "bloated" KDE spin

2017-10-02 Thread Stephen John Smoogen
On 2 October 2017 at 08:45, Sylvia Sánchez  wrote:
>
> Hello,
>
> It's not only a pain, it often ends in an unusable system.
> About the browsers, I don't like much Konqueror, actually is one of those
> programmes I uninstall first if it's around.  What about Chromium instead?
> It's like Chrome and it's desktop agnostic so it works well and looks good
> in any environment.
>
> Cheers,
> Silvia
>

The way to make changes on the desktop spins is to join the SIG which
produces the sping and work there. Ways to make it work is find out
why they have chosen those defaults, what effects your wanted changes
would have, and do other people feel the same way. Talking about it on
this list is not going to get any changes or alternative spins (the
KDE minimal).

A spin can look like a simple thing which is freely made, but it is a
lot of work which is why SIGs are needed for each one. Coming up with
what is going to be on it is part of the work because everyone wants
something different. There is testing the spin, making sure it doesn't
go over certain size limits, working out problems with icons and
discoverability, and similar tasks. Every SIG who is doing a spin are
always needing people who can help on those other items so helping
there would be a good way to explain why making other changes is
useful.

>
>
> 2017-10-02 12:58 GMT+01:00 Miroslav Suchý :
>>
>> Dne 9.9.2017 v 17:47 Gerald B. Cox napsal(a):
>> >
>> > I believe you are missing the point of defaults which is to provide
>> > as complete environment as possible out of the box.
>>
>> I am a user of KDE Spin. And I *never* used this way. I always have been
>> using it as a source for LiveImage so I can
>> have GUI with KDE (SDDM, Plasma, Kwin) and then install everything else I
>> need. It is much better than using official
>> sping with Gnome and then removing it (it is a huge pain).
>>
>> Thou I would leave konqueror on the list as it is always good to have some
>> internet browser in the minimal installation.
>>
>> Mirek
>> ___
>> 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
>



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


jplesnik uploaded Locale-TextDomain-OO-1.032.tar.gz for perl-Locale-TextDomain-OO

2017-10-02 Thread notifications
5f760989f6962e5534852d4aa3e03723dac37499c058e825ad30c7c8d4df1bb5b083c29eb63c48af1f0bff8aa184749a1a829f1de5e96677ec47364334a8af92
  Locale-TextDomain-OO-1.032.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Locale-TextDomain-OO/Locale-TextDomain-OO-1.032.tar.gz/sha512/5f760989f6962e5534852d4aa3e03723dac37499c058e825ad30c7c8d4df1bb5b083c29eb63c48af1f0bff8aa184749a1a829f1de5e96677ec47364334a8af92/Locale-TextDomain-OO-1.032.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[389-devel] Revised: Ticket 49385 - Fix coverity warnings

2017-10-02 Thread Mark Reynolds
Revised:

https://pagure.io/389-ds-base/issue/raw/files/582c7d6904a1723a8b561ac1b821e26836fad529c81f8355119c74af174de184-0001-Ticket-49385-Fix-coverity-warnings.patch

On 09/29/2017 11:28 AM, Mark Reynolds wrote:
> https://pagure.io/389-ds-base/issue/49385
>
> https://pagure.io/389-ds-base/issue/raw/files/ee9f6ff34fcd4d54094c8b4883397bd21d2affaaecb3a53c82fe117600b593f2-0001-Ticket-49385-Fix-coverity-warnings.patch
>
>
>
> ___
> 389-devel mailing list -- 389-devel@lists.fedoraproject.org
> To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org

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


[Bug 1496627] perl-PAR-Packer-1.039 is available

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



--- Comment #2 from Fedora Update System  ---
perl-PAR-Packer-1.039-1.fc27 has been submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-5c472e2778

-- 
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: A less "bloated" KDE spin

2017-10-02 Thread Sylvia Sánchez
Hello,

It's not only a pain, it often ends in an unusable system.
About the browsers, I don't like much Konqueror, actually is one of those
programmes I uninstall first if it's around.  What about Chromium instead?
It's like Chrome and it's desktop agnostic so it works well and looks good
in any environment.

Cheers,
Silvia



2017-10-02 12:58 GMT+01:00 Miroslav Suchý :

> Dne 9.9.2017 v 17:47 Gerald B. Cox napsal(a):
> >
> > I believe you are missing the point of defaults which is to provide
> as complete environment as possible out of the box.
>
> I am a user of KDE Spin. And I *never* used this way. I always have been
> using it as a source for LiveImage so I can
> have GUI with KDE (SDDM, Plasma, Kwin) and then install everything else I
> need. It is much better than using official
> sping with Gnome and then removing it (it is a huge pain).
>
> Thou I would leave konqueror on the list as it is always good to have some
> internet browser in the minimal installation.
>
> Mirek
> ___
> 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


jplesnik pushed to perl-PAR-Packer (f27). "1.039 bump"

2017-10-02 Thread notifications
From 86741ff326619161dea40d0a9c375933f486ec38 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Oct 02 2017 12:20:25 +
Subject: 1.039 bump


---

diff --git a/.gitignore b/.gitignore
index 0dbe26b..d552384 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ PAR-Packer-1.005.tar.gz
 /PAR-Packer-1.035.tar.gz
 /PAR-Packer-1.036.tar.gz
 /PAR-Packer-1.037.tar.gz
+/PAR-Packer-1.039.tar.gz
diff --git a/perl-PAR-Packer.spec b/perl-PAR-Packer.spec
index 287eae9..0b2b715 100644
--- a/perl-PAR-Packer.spec
+++ b/perl-PAR-Packer.spec
@@ -1,6 +1,6 @@
 Name:   perl-PAR-Packer
-Version:1.037
-Release:8%{?dist}
+Version:1.039
+Release:1%{?dist}
 Summary:PAR Packager
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/PAR-Packer/
@@ -53,6 +53,7 @@ BuildRequires:  perl(Module::Signature)
 # Tests:
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::stat)
+BuildRequires:  perl(IPC::Run3)
 BuildRequires:  perl(PAR::SetupTemp)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -111,7 +112,7 @@ make
 make pure_install DESTDIR=%{buildroot}
 # Ensure pp(1) manpage points to the documentation from pp.pm
 ln -sf %{_mandir}/man3/pp.3pm %{buildroot}%{_mandir}/man1/pp.1
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -size 0 -delete
 %{_fixperms} %{buildroot}/*
 # Install desktop file
 %{SOURCE1} < script/tkpp | convert gif:- tkpp.png
@@ -155,6 +156,9 @@ fi
 %{_datadir}/icons/hicolor/32x32/apps/tkpp.png
 
 %changelog
+* Mon Oct 02 2017 Jitka Plesnikova  - 1.039-1
+- 1.039 bump
+
 * Wed Sep 27 2017 Jitka Plesnikova  - 1.037-8
 - Rebuild for Perl 5.26.1
 
diff --git a/sources b/sources
index cc43c03..f1cda40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (PAR-Packer-1.037.tar.gz) = 
fe82c13baf27509076435dc6dd4a22cc4e98606de54b6baa65232e4083d3716c464f423b2671d9a009378ae596084b27a31a3392dacf8e17e3d728f2ccbbaaa6
+SHA512 (PAR-Packer-1.039.tar.gz) = 
d68c3d1e1d0ca1bb6029b14c7b7d0abe9f930223caa3e991ec895938fc95f59574f5843b3a733ef7ea9a45df29a902f1531a3b94d15cd023935ed094273c5572



https://src.fedoraproject.org/rpms/perl-PAR-Packer/c/86741ff326619161dea40d0a9c375933f486ec38?branch=f27
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1496627] perl-PAR-Packer-1.039 is available

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
   Fixed In Version||perl-PAR-Packer-1.039-1.fc2
   ||8



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


jplesnik pushed to perl-PAR-Packer (master). "1.039 bump"

2017-10-02 Thread notifications
From 86741ff326619161dea40d0a9c375933f486ec38 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Oct 02 2017 12:20:25 +
Subject: 1.039 bump


---

diff --git a/.gitignore b/.gitignore
index 0dbe26b..d552384 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ PAR-Packer-1.005.tar.gz
 /PAR-Packer-1.035.tar.gz
 /PAR-Packer-1.036.tar.gz
 /PAR-Packer-1.037.tar.gz
+/PAR-Packer-1.039.tar.gz
diff --git a/perl-PAR-Packer.spec b/perl-PAR-Packer.spec
index 287eae9..0b2b715 100644
--- a/perl-PAR-Packer.spec
+++ b/perl-PAR-Packer.spec
@@ -1,6 +1,6 @@
 Name:   perl-PAR-Packer
-Version:1.037
-Release:8%{?dist}
+Version:1.039
+Release:1%{?dist}
 Summary:PAR Packager
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/PAR-Packer/
@@ -53,6 +53,7 @@ BuildRequires:  perl(Module::Signature)
 # Tests:
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::stat)
+BuildRequires:  perl(IPC::Run3)
 BuildRequires:  perl(PAR::SetupTemp)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -111,7 +112,7 @@ make
 make pure_install DESTDIR=%{buildroot}
 # Ensure pp(1) manpage points to the documentation from pp.pm
 ln -sf %{_mandir}/man3/pp.3pm %{buildroot}%{_mandir}/man1/pp.1
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -size 0 -delete
 %{_fixperms} %{buildroot}/*
 # Install desktop file
 %{SOURCE1} < script/tkpp | convert gif:- tkpp.png
@@ -155,6 +156,9 @@ fi
 %{_datadir}/icons/hicolor/32x32/apps/tkpp.png
 
 %changelog
+* Mon Oct 02 2017 Jitka Plesnikova  - 1.039-1
+- 1.039 bump
+
 * Wed Sep 27 2017 Jitka Plesnikova  - 1.037-8
 - Rebuild for Perl 5.26.1
 
diff --git a/sources b/sources
index cc43c03..f1cda40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (PAR-Packer-1.037.tar.gz) = 
fe82c13baf27509076435dc6dd4a22cc4e98606de54b6baa65232e4083d3716c464f423b2671d9a009378ae596084b27a31a3392dacf8e17e3d728f2ccbbaaa6
+SHA512 (PAR-Packer-1.039.tar.gz) = 
d68c3d1e1d0ca1bb6029b14c7b7d0abe9f930223caa3e991ec895938fc95f59574f5843b3a733ef7ea9a45df29a902f1531a3b94d15cd023935ed094273c5572



https://src.fedoraproject.org/rpms/perl-PAR-Packer/c/86741ff326619161dea40d0a9c375933f486ec38?branch=master
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded PAR-Packer-1.039.tar.gz for perl-PAR-Packer

2017-10-02 Thread notifications
d68c3d1e1d0ca1bb6029b14c7b7d0abe9f930223caa3e991ec895938fc95f59574f5843b3a733ef7ea9a45df29a902f1531a3b94d15cd023935ed094273c5572
  PAR-Packer-1.039.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-PAR-Packer/PAR-Packer-1.039.tar.gz/sha512/d68c3d1e1d0ca1bb6029b14c7b7d0abe9f930223caa3e991ec895938fc95f59574f5843b3a733ef7ea9a45df29a902f1531a3b94d15cd023935ed094273c5572/PAR-Packer-1.039.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1497672] New: perl-MP3-Info-1.25 is available

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

Bug ID: 1497672
   Summary: perl-MP3-Info-1.25 is available
   Product: Fedora
   Version: rawhide
 Component: perl-MP3-Info
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 1.25
Current version/release in rawhide: 1.24-23.fc27
URL: http://search.cpan.org/dist/MP3-Info/

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

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

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

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

-- 
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: A less "bloated" KDE spin

2017-10-02 Thread Miroslav Suchý
Dne 9.9.2017 v 17:47 Gerald B. Cox napsal(a):
> 
> I believe you are missing the point of defaults which is to provide as 
> complete environment as possible out of the box.

I am a user of KDE Spin. And I *never* used this way. I always have been using 
it as a source for LiveImage so I can
have GUI with KDE (SDDM, Plasma, Kwin) and then install everything else I need. 
It is much better than using official
sping with Gnome and then removing it (it is a huge pain).

Thou I would leave konqueror on the list as it is always good to have some 
internet browser in the minimal installation.

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


[Bug 1497575] perl-Locale-MO-File-0.07 is available

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



--- Comment #1 from Fedora Update System  ---
perl-Locale-MO-File-0.07-1.fc27 has been submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-10792d200f

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


jplesnik pushed to perl-Locale-MO-File (f27). "0.07 bump"

2017-10-02 Thread notifications
From 53828ffb0ad1ec8facdbff3a662f8ad6388fe6e9 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Oct 02 2017 11:27:05 +
Subject: 0.07 bump


---

diff --git a/.gitignore b/.gitignore
index e771c5e..ea54782 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Locale-MO-File-0.06.tar.gz
+/Locale-MO-File-0.07.tar.gz
diff --git a/perl-Locale-MO-File.spec b/perl-Locale-MO-File.spec
index d465050..6d90a53 100644
--- a/perl-Locale-MO-File.spec
+++ b/perl-Locale-MO-File.spec
@@ -1,6 +1,6 @@
 Name:   perl-Locale-MO-File
-Version:0.06
-Release:2%{?dist}
+Version:0.07
+Release:1%{?dist}
 Summary:Write and read gettext MO files
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Locale-MO-File/
@@ -37,6 +37,7 @@ BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::HexDifferences)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::NoWarnings)
+BuildRequires:  perl(utf8)
 # Optional tests
 BuildRequires:  perl(Pod::Coverage::Moose)
 BuildRequires:  perl(Test::Pod) >= 1.14
@@ -72,6 +73,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 02 2017 Jitka Plesnikova  - 0.07-1
+- 0.07 bump
+
 * Thu Jul 27 2017 Fedora Release Engineering  - 
0.06-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
diff --git a/sources b/sources
index f8afc25..151574a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Locale-MO-File-0.06.tar.gz) = 
574c86c66455ce8b58a9a25f6779e3c1ec39e8e5ebf09ea3f0d0ad460176bb4b8f6be24f3a6363acd22bf9100d2bb56ebb81ad365654587679518f3549e4b178
+SHA512 (Locale-MO-File-0.07.tar.gz) = 
7c24b64a3eb07fd411b7e12383462671d72468f44bdf01709eb184742a829950a1b285c81cabe7d828e831e60070711d2ec317fa9e71ed7330d0d1c75a57b930



https://src.fedoraproject.org/rpms/perl-Locale-MO-File/c/53828ffb0ad1ec8facdbff3a662f8ad6388fe6e9?branch=f27
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1497575] perl-Locale-MO-File-0.07 is available

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
   Fixed In Version||perl-Locale-MO-File-0.07-1.
   ||fc28



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


jplesnik pushed to perl-Locale-MO-File (master). "0.07 bump"

2017-10-02 Thread notifications
From 53828ffb0ad1ec8facdbff3a662f8ad6388fe6e9 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Oct 02 2017 11:27:05 +
Subject: 0.07 bump


---

diff --git a/.gitignore b/.gitignore
index e771c5e..ea54782 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Locale-MO-File-0.06.tar.gz
+/Locale-MO-File-0.07.tar.gz
diff --git a/perl-Locale-MO-File.spec b/perl-Locale-MO-File.spec
index d465050..6d90a53 100644
--- a/perl-Locale-MO-File.spec
+++ b/perl-Locale-MO-File.spec
@@ -1,6 +1,6 @@
 Name:   perl-Locale-MO-File
-Version:0.06
-Release:2%{?dist}
+Version:0.07
+Release:1%{?dist}
 Summary:Write and read gettext MO files
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Locale-MO-File/
@@ -37,6 +37,7 @@ BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::HexDifferences)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::NoWarnings)
+BuildRequires:  perl(utf8)
 # Optional tests
 BuildRequires:  perl(Pod::Coverage::Moose)
 BuildRequires:  perl(Test::Pod) >= 1.14
@@ -72,6 +73,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 02 2017 Jitka Plesnikova  - 0.07-1
+- 0.07 bump
+
 * Thu Jul 27 2017 Fedora Release Engineering  - 
0.06-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
diff --git a/sources b/sources
index f8afc25..151574a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Locale-MO-File-0.06.tar.gz) = 
574c86c66455ce8b58a9a25f6779e3c1ec39e8e5ebf09ea3f0d0ad460176bb4b8f6be24f3a6363acd22bf9100d2bb56ebb81ad365654587679518f3549e4b178
+SHA512 (Locale-MO-File-0.07.tar.gz) = 
7c24b64a3eb07fd411b7e12383462671d72468f44bdf01709eb184742a829950a1b285c81cabe7d828e831e60070711d2ec317fa9e71ed7330d0d1c75a57b930



https://src.fedoraproject.org/rpms/perl-Locale-MO-File/c/53828ffb0ad1ec8facdbff3a662f8ad6388fe6e9?branch=master
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded Locale-MO-File-0.07.tar.gz for perl-Locale-MO-File

2017-10-02 Thread notifications
7c24b64a3eb07fd411b7e12383462671d72468f44bdf01709eb184742a829950a1b285c81cabe7d828e831e60070711d2ec317fa9e71ed7330d0d1c75a57b930
  Locale-MO-File-0.07.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Locale-MO-File/Locale-MO-File-0.07.tar.gz/sha512/7c24b64a3eb07fd411b7e12383462671d72468f44bdf01709eb184742a829950a1b285c81cabe7d828e831e60070711d2ec317fa9e71ed7330d0d1c75a57b930/Locale-MO-File-0.07.tar.gz
___
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 (master). "Rebuild with perl-5.26.1"

2017-10-02 Thread notifications
From 8004b8499933850a7c33fc27c118d8009d5c47ef Mon Sep 17 00:00:00 2001
From: Petr Písař 
Date: Oct 02 2017 11:16:48 +
Subject: Rebuild with perl-5.26.1


---

None


https://src.fedoraproject.org/modules/perl/c/8004b8499933850a7c33fc27c118d8009d5c47ef?branch=master
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Self Introduction: David Hendricks

2017-10-02 Thread Till Hofmann



On 10/02/2017 12:10 PM, Igor Gnatenko wrote:

On Mon, 2017-10-02 at 05:39 -0400, Charalampos Stratakis wrote:

Hello and welcome!

Please, avoid using top posting..

See: https://fedoraproject.org/wiki/Mailing_list_guidelines#Proper_post
ing_style


From the same section:
"Please, remove the irrelevant part of the previous communication (in 
case of more than a single correspondence)".


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


[Bug 1497441] perl-Net-IPv6Addr-0.9 is available

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



--- Comment #2 from Fedora Update System  ---
perl-Net-IPv6Addr-0.9-1.fc27 has been submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-1700db1227

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


jplesnik pushed to perl-Net-IPv6Addr (f27). "0.9 bump"

2017-10-02 Thread notifications
From 7ac0657d602fa50b1d40edca3f55148dd3f2e5d3 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Oct 02 2017 08:05:26 +
Subject: 0.9 bump


---

diff --git a/.gitignore b/.gitignore
index 4475f7f..618886c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Net-IPv6Addr-0.2.tar.gz
 /Net-IPv6Addr-0.6.tar.gz
 /Net-IPv6Addr-0.7.tar.gz
+/Net-IPv6Addr-0.9.tar.gz
diff --git a/perl-Net-IPv6Addr.spec b/perl-Net-IPv6Addr.spec
index f4be956..13fe95c 100644
--- a/perl-Net-IPv6Addr.spec
+++ b/perl-Net-IPv6Addr.spec
@@ -1,5 +1,5 @@
 Name:   perl-Net-IPv6Addr
-Version:0.7
+Version:0.9
 Release:1%{?dist}
 Summary:Perl module to check validity of IPv6 addresses
 
@@ -62,6 +62,9 @@ make test
 %{_mandir}/man?/*
 
 %changelog
+* Mon Oct 02 2017 Jitka Plesnikova  - 0.9-1
+- 0.9 bump
+
 * Mon Aug 28 2017 Jitka Plesnikova  - 0.7-1
 - 0.7 bump
 
diff --git a/sources b/sources
index 62f2ded..cbb9e91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Net-IPv6Addr-0.7.tar.gz) = 
25bed7dba977f0178a81796c7ef20368822b2a1eb165f49da69df7969430d9ffb9ac0bebfa4d0dc1439b7f43ea2e3e23fc0331d8b884e5519cf17e33dabf81df
+SHA512 (Net-IPv6Addr-0.9.tar.gz) = 
e9c79096c7cb11d9b566ff2d44b1849c02615b8e314ffed831717e3a390f672050353ee39c7097fe0c00125d0ba0727a0afcfaeb7a5cece0fd4f6b480bdd09d9



https://src.fedoraproject.org/rpms/perl-Net-IPv6Addr/c/7ac0657d602fa50b1d40edca3f55148dd3f2e5d3?branch=f27
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1497441] perl-Net-IPv6Addr-0.9 is available

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
   Fixed In Version||perl-Net-IPv6Addr-0.9-1.fc2
   ||8



-- 
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: Self Introduction: David Hendricks

2017-10-02 Thread Igor Gnatenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Mon, 2017-10-02 at 05:39 -0400, Charalampos Stratakis wrote:
> Hello and welcome!
Please, avoid using top posting..

See: https://fedoraproject.org/wiki/Mailing_list_guidelines#Proper_post
ing_style
> 
> Charalampos Stratakis
> Software Engineer
> Python Maintenance Team, Red Hat
> 
> 
> - Original Message -
> From: "David Hendricks" 
> To: devel@lists.fedoraproject.org
> Sent: Monday, October 2, 2017 8:31:11 AM
> Subject: Self Introduction: David Hendricks
> 
> Hello Fedora Community, 
> 
> My name is David and my username is "dhendrix". I live in Silicon
> Valley and work for Facebook. 
> 
> My interest here is to maintain the package for flashrom which is a
> tool for reading and writing ROMs, particularly NOR flash that is
> commonly used for BIOS chips. I'm also involved with coreboot
> (flashrom was spun out of coreboot) and can help with the coreboot-
> utils package if needed. I've been involved with these projects since
> the early 2000's and am diving into RPM packaging since my current
> employer uses CentOS. 
> 
> My first package submission is an updated flashrom SRPM and the
> review request is posted here: https://bugzilla.redhat.com/show_bug.c
> gi?id=1497594 . 
> 
> When/if the package is accepted I will take responsibility for
> updating the snapshot hash so that Fedora users (including those I
> work with) can enjoy the latest hardware support and useful features
> that are planned or pending for flashrom. 
> 
> ___
> 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

- -- 
- -Igor Gnatenko
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEhLFO09aHZVqO+CM6aVcUvRu8X0wFAlnSEIwACgkQaVcUvRu8
X0wcOQ/+JTfq4rob5UX98pwrs9L7SfTcVKqNxmDvMep2eaNRBX/VVOQV3iOrhAf5
ch611gBct499heJBRrj8Osv5vBM22hWXmNJtnfG0NMmdHzNXXHNkYuTyn2WlIPEL
6NrgwwEqu518rIqfXcG37cAT3PEfb8rO8nmwKGOimWxKkSVr+4a8p/0VHQZb5GQP
lL3chsDOHeBfESmQQWuFYVlDi0Dt0l8x0XGfO3Vnacquz5mRYLYV+tfAQXN6UVv4
kJ6o1G1n8NVa9Opq0mrUYMcuzbEKzRY4EBcLJg5gDnHyOVfbYkvv3aJ2yi6DcVwd
qS0+Txiif//zFc+ZK0nMlXDjmk3YL7BQIio36WFjaZ2tazLOJkmz7mIPcYJJQ41/
/uD3ZhEeBL8uL40TB4dIGsLXjMkVLcwuISVzYYggn8hUOGuZCOqDGwNKUAvzNXhO
g3bZe9f6IV5jycBtntVTNkoYu/5IkPL4OSSOP8fhZ7MOtID3Qt7Y0gS5azKxWHT4
h3wONlTNTj1uCAzNiYX4xhL33pmuGbuB8dNIX8lktpnjmRFafJJatLSpToYNN6MX
Cskk5eB6A7dk1aWG+TyZJ5w0M5tv865wSsRdPn1Ir3t0Wy3b99raiKBeqxnFLUnh
qapVYykMcQOaQlm9ehkQC1fOF2PfDx9Gn1jKdPBuSbDYyeiEEOs=
=7gZs
-END PGP SIGNATURE-
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Cython 0.27.1 is coming!

2017-10-02 Thread Igor Gnatenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi everyone,

I'm going to update Cython to 0.27.1 (from 0.25.2) in F25+ now-ish.
No breakages expected, only bugfixes and improvements 

https://github.com/cython/cython/blob/master/CHANGES.rst

Enjoy!
- -- 
- -Igor Gnatenko
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEhLFO09aHZVqO+CM6aVcUvRu8X0wFAlnSDo4ACgkQaVcUvRu8
X0z+Dg/9GeuDkocdhIcru9O1YQ6LyiGFYjljWIrCbQlvKbkTujSHUE3OrgUVO63R
dpi6lmIfM5qCxil7QZqO9PpK/3HnEBhldqrLjrS0enq6L72WBxtDMuVnglGc7lzt
h/E2pMB4k1uzIp+NFnG19eyaDcCxUJVUGctR0eoWIlYGP282onTyYihkZRc0Rmyd
kT8RmZF/z2k8MV8KJtDGZdCghU0tf9/gL1g2Rlq6qSRFDvukjbKuuSCyXW33UIUN
Y2i2uicfwXfkF/L84N3i8Q+PXimswC2twFnjpLpDyhi2Eot86WoiILFK6TCy8uyo
mEJkxLH1nHgOwj29qdkj1HuwwKkxPJdiOEo3W7KUCFh4MSapL+i8DKnIrt039g4A
mcmFkuCE+nGquJisyyntyjvz97/NZXHkmj0A9nviGTsWbFnxy/H47Q2igMVMiu9a
jNoCLhG4Nruo5zei4oe1hEAe1NokXWxksDW/wIiE8A27NZuJsdUiauoDKardmKG0
dyt4AsJKR2pi2HjmkL7nXPA/9jKbWihLNOj/FnKgMExwx1n1SbyY9gm9YYNSFNN7
V7cXVAV2NOMV9pmraMFs00G/xqM1a1NKBC9XwJM1DWXIyIaJ/Ek6ONdMEkuahIED
EE0j6so3WLWG8n7ghwl0VOdroJ4QGGMJEU7wUuXC29XhGpDKxiw=
=XdHb
-END PGP SIGNATURE-
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: [Test-Announce] Proposal to cancel: 2017-10-02 Fedora QA Meeting

2017-10-02 Thread Sylvia Sánchez
Hello,

Agree. I've been off for a long time and I still have to catch up and see
the bugs and what I can test. If it's not urgent, I would prefer to cancel.

Regards,
Silvia


2017-10-02 9:17 GMT+01:00 Kamil Paral :

> Hi, we'll be heavily focusing on F27 Final testing and I don't know about
> any urgent topic to discuss, so I propose we cancel this meeting. If you
> have any topics, please send them to test list and we'll discuss them there.
>
> Thanks,
> Kamil
>
>
>
> ___
> test-announce mailing list -- test-annou...@lists.fedoraproject.org
> To unsubscribe send an email to test-announce-leave@lists.
> fedoraproject.org
>
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
>
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


adelton pushed to perl-Git-Repository (f27). "1497525 - Rebase to upstream version 3.321."

2017-10-02 Thread notifications
From 0ffeae90eee0b3669edeffb84743a4ca2edcfc27 Mon Sep 17 00:00:00 2001
From: Jan Pazdziora 
Date: Oct 02 2017 09:44:09 +
Subject: 1497525 - Rebase to upstream version 3.321.


---

diff --git a/.gitignore b/.gitignore
index 270c65c..4b28abe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /Git-Repository-1.318.tar.gz
 /Git-Repository-1.319.tar.gz
 /Git-Repository-1.320.tar.gz
+/Git-Repository-1.321.tar.gz
diff --git a/perl-Git-Repository.spec b/perl-Git-Repository.spec
index 05ad474..6d1c461 100644
--- a/perl-Git-Repository.spec
+++ b/perl-Git-Repository.spec
@@ -1,6 +1,6 @@
 Name:   perl-Git-Repository
-Version:1.320
-Release:5%{?dist}
+Version:1.321
+Release:1%{?dist}
 Summary:Perl interface to Git repositories
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Git-Repository/
@@ -78,6 +78,9 @@ make test
 %{perl_vendorlib}/Test
 
 %changelog
+* Mon Oct 02 2017 Jan Pazdziora  - 1.321-1
+- 1497525 - Rebase to upstream version 3.321.
+
 * Thu Jul 27 2017 Fedora Release Engineering  - 
1.320-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
@@ -94,7 +97,7 @@ make test
 - Perl 5.24 re-rebuild of bootstrapped packages
 
 * Wed May 18 2016 Jan Pazdziora  - 1.319-1
-- 1336971 - Rebase to upstream version 3.19.
+- 1336971 - Rebase to upstream version 1.319.
 
 * Mon May 16 2016 Jitka Plesnikova  - 1.318-2
 - Perl 5.24 rebuild
diff --git a/sources b/sources
index a0a1e1b..7ee4741 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6e5c655acf85157e5c35a1f8ac24ee3  Git-Repository-1.320.tar.gz
+SHA512 (Git-Repository-1.321.tar.gz) = 
cab66259e1513a18353774f6626e996c03f82812c29ae2d2a7a97adaf856d79bd397f1b5bed417481f4030efa2e8a7f0a5435d3b19463f8d8563d8703a1c4d2b



https://src.fedoraproject.org/rpms/perl-Git-Repository/c/0ffeae90eee0b3669edeffb84743a4ca2edcfc27?branch=f27
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1497525] perl-Git-Repository-1.321 is available

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



--- Comment #4 from Fedora Update System  ---
perl-Git-Repository-1.321-1.fc27 has been submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-fe0179004d

-- 
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 1497525] perl-Git-Repository-1.321 is available

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



--- Comment #3 from Upstream Release Monitoring 
 ---
adelton's perl-Git-Repository-1.321-1.fc28 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=978097

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


adelton uploaded Git-Repository-1.321.tar.gz for perl-Git-Repository

2017-10-02 Thread notifications
cab66259e1513a18353774f6626e996c03f82812c29ae2d2a7a97adaf856d79bd397f1b5bed417481f4030efa2e8a7f0a5435d3b19463f8d8563d8703a1c4d2b
  Git-Repository-1.321.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Git-Repository/Git-Repository-1.321.tar.gz/sha512/cab66259e1513a18353774f6626e996c03f82812c29ae2d2a7a97adaf856d79bd397f1b5bed417481f4030efa2e8a7f0a5435d3b19463f8d8563d8703a1c4d2b/Git-Repository-1.321.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


adelton pushed to perl-Git-Repository (master). "1497525 - Rebase to upstream version 3.321."

2017-10-02 Thread notifications
From 0ffeae90eee0b3669edeffb84743a4ca2edcfc27 Mon Sep 17 00:00:00 2001
From: Jan Pazdziora 
Date: Oct 02 2017 09:44:09 +
Subject: 1497525 - Rebase to upstream version 3.321.


---

diff --git a/.gitignore b/.gitignore
index 270c65c..4b28abe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /Git-Repository-1.318.tar.gz
 /Git-Repository-1.319.tar.gz
 /Git-Repository-1.320.tar.gz
+/Git-Repository-1.321.tar.gz
diff --git a/perl-Git-Repository.spec b/perl-Git-Repository.spec
index 05ad474..6d1c461 100644
--- a/perl-Git-Repository.spec
+++ b/perl-Git-Repository.spec
@@ -1,6 +1,6 @@
 Name:   perl-Git-Repository
-Version:1.320
-Release:5%{?dist}
+Version:1.321
+Release:1%{?dist}
 Summary:Perl interface to Git repositories
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Git-Repository/
@@ -78,6 +78,9 @@ make test
 %{perl_vendorlib}/Test
 
 %changelog
+* Mon Oct 02 2017 Jan Pazdziora  - 1.321-1
+- 1497525 - Rebase to upstream version 3.321.
+
 * Thu Jul 27 2017 Fedora Release Engineering  - 
1.320-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
@@ -94,7 +97,7 @@ make test
 - Perl 5.24 re-rebuild of bootstrapped packages
 
 * Wed May 18 2016 Jan Pazdziora  - 1.319-1
-- 1336971 - Rebase to upstream version 3.19.
+- 1336971 - Rebase to upstream version 1.319.
 
 * Mon May 16 2016 Jitka Plesnikova  - 1.318-2
 - Perl 5.24 rebuild
diff --git a/sources b/sources
index a0a1e1b..7ee4741 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6e5c655acf85157e5c35a1f8ac24ee3  Git-Repository-1.320.tar.gz
+SHA512 (Git-Repository-1.321.tar.gz) = 
cab66259e1513a18353774f6626e996c03f82812c29ae2d2a7a97adaf856d79bd397f1b5bed417481f4030efa2e8a7f0a5435d3b19463f8d8563d8703a1c4d2b



https://src.fedoraproject.org/rpms/perl-Git-Repository/c/0ffeae90eee0b3669edeffb84743a4ca2edcfc27?branch=master
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Self Introduction: David Hendricks

2017-10-02 Thread Charalampos Stratakis
Hello and welcome!

Charalampos Stratakis
Software Engineer
Python Maintenance Team, Red Hat


- Original Message -
From: "David Hendricks" 
To: devel@lists.fedoraproject.org
Sent: Monday, October 2, 2017 8:31:11 AM
Subject: Self Introduction: David Hendricks

Hello Fedora Community, 

My name is David and my username is "dhendrix". I live in Silicon Valley and 
work for Facebook. 

My interest here is to maintain the package for flashrom which is a tool for 
reading and writing ROMs, particularly NOR flash that is commonly used for BIOS 
chips. I'm also involved with coreboot (flashrom was spun out of coreboot) and 
can help with the coreboot-utils package if needed. I've been involved with 
these projects since the early 2000's and am diving into RPM packaging since my 
current employer uses CentOS. 

My first package submission is an updated flashrom SRPM and the review request 
is posted here: https://bugzilla.redhat.com/show_bug.cgi?id=1497594 . 

When/if the package is accepted I will take responsibility for updating the 
snapshot hash so that Fedora users (including those I work with) can enjoy the 
latest hardware support and useful features that are planned or pending for 
flashrom. 

___
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


[Test-Announce] Proposal to cancel: 2017-10-02 Fedora QA Meeting

2017-10-02 Thread Kamil Paral
Hi, we'll be heavily focusing on F27 Final testing and I don't know about
any urgent topic to discuss, so I propose we cancel this meeting. If you
have any topics, please send them to test list and we'll discuss them there.

Thanks,
Kamil
___
test-announce mailing list -- test-annou...@lists.fedoraproject.org
To unsubscribe send an email to test-announce-le...@lists.fedoraproject.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Test-Announce] 2017-10-02 @ 16:00 UTC - Fedora 27 Blocker Review Meeting

2017-10-02 Thread Kamil Paral
# F27 Blocker Review meeting
# Date: 2017-10-02
# Time: 16:00 UTC
# Location: #fedora-blocker-review on irc.freenode.net

Hi folks! There are currently some proposed release blockers,
so let's have a Fedora 27 blocker review meeting.

If you have time today, you can take a look at the proposed or
accepted blockers before the meeting -  the full lists can be found
here: https://qa.fedoraproject.org/blockerbugs/ .

We'll be evaluating these bugs to see if they violate any of the
Release Criteria and warrant the blocking of a release if they're not
fixed. Information on the release criteria for F27 can be found on the
wiki [0].

For more information about the Blocker and Freeze exception process,
check out these links:
 - https://fedoraproject.org/wiki/QA:SOP_blocker_bug_process
 - https://fedoraproject.org/wiki/QA:SOP_freeze_exception_bug_process

And for those of you who are curious how a Blocker Review Meeting
works - or how it's supposed to go and you want to run one - check out
the SOP on the wiki:
 - https://fedoraproject.org/wiki/QA:SOP_Blocker_Bug_Meeting

Have a good day and see you on Monday!

[0] https://fedoraproject.org/wiki/Fedora_Release_Criteria

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


jplesnik pushed to perl-Net-IPv6Addr (master). "0.9 bump"

2017-10-02 Thread notifications
From 7ac0657d602fa50b1d40edca3f55148dd3f2e5d3 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Oct 02 2017 08:05:26 +
Subject: 0.9 bump


---

diff --git a/.gitignore b/.gitignore
index 4475f7f..618886c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Net-IPv6Addr-0.2.tar.gz
 /Net-IPv6Addr-0.6.tar.gz
 /Net-IPv6Addr-0.7.tar.gz
+/Net-IPv6Addr-0.9.tar.gz
diff --git a/perl-Net-IPv6Addr.spec b/perl-Net-IPv6Addr.spec
index f4be956..13fe95c 100644
--- a/perl-Net-IPv6Addr.spec
+++ b/perl-Net-IPv6Addr.spec
@@ -1,5 +1,5 @@
 Name:   perl-Net-IPv6Addr
-Version:0.7
+Version:0.9
 Release:1%{?dist}
 Summary:Perl module to check validity of IPv6 addresses
 
@@ -62,6 +62,9 @@ make test
 %{_mandir}/man?/*
 
 %changelog
+* Mon Oct 02 2017 Jitka Plesnikova  - 0.9-1
+- 0.9 bump
+
 * Mon Aug 28 2017 Jitka Plesnikova  - 0.7-1
 - 0.7 bump
 
diff --git a/sources b/sources
index 62f2ded..cbb9e91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Net-IPv6Addr-0.7.tar.gz) = 
25bed7dba977f0178a81796c7ef20368822b2a1eb165f49da69df7969430d9ffb9ac0bebfa4d0dc1439b7f43ea2e3e23fc0331d8b884e5519cf17e33dabf81df
+SHA512 (Net-IPv6Addr-0.9.tar.gz) = 
e9c79096c7cb11d9b566ff2d44b1849c02615b8e314ffed831717e3a390f672050353ee39c7097fe0c00125d0ba0727a0afcfaeb7a5cece0fd4f6b480bdd09d9



https://src.fedoraproject.org/rpms/perl-Net-IPv6Addr/c/7ac0657d602fa50b1d40edca3f55148dd3f2e5d3?branch=master
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded Net-IPv6Addr-0.9.tar.gz for perl-Net-IPv6Addr

2017-10-02 Thread notifications
e9c79096c7cb11d9b566ff2d44b1849c02615b8e314ffed831717e3a390f672050353ee39c7097fe0c00125d0ba0727a0afcfaeb7a5cece0fd4f6b480bdd09d9
  Net-IPv6Addr-0.9.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Net-IPv6Addr/Net-IPv6Addr-0.9.tar.gz/sha512/e9c79096c7cb11d9b566ff2d44b1849c02615b8e314ffed831717e3a390f672050353ee39c7097fe0c00125d0ba0727a0afcfaeb7a5cece0fd4f6b480bdd09d9/Net-IPv6Addr-0.9.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-App-cpm (f27). "0.914 bump"

2017-10-02 Thread notifications
From 08cb2405bb1b3d79539b543640afcd4baa2ac126 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Oct 02 2017 07:40:03 +
Subject: 0.914 bump


---

diff --git a/.gitignore b/.gitignore
index 379db75..fc1b9dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /App-cpm-0.901.tar.gz
 /App-cpm-0.911.tar.gz
 /App-cpm-0.912.tar.gz
+/App-cpm-0.914.tar.gz
diff --git a/perl-App-cpm.spec b/perl-App-cpm.spec
index 09506a8..ab2e970 100644
--- a/perl-App-cpm.spec
+++ b/perl-App-cpm.spec
@@ -1,6 +1,6 @@
 Name:   perl-App-cpm
-Version:0.912
-Release:2%{?dist}
+Version:0.914
+Release:1%{?dist}
 Summary:Fast CPAN module installer
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/App-cpm/
@@ -98,6 +98,9 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 02 2017 Jitka Plesnikova  - 0.914-1
+- 0.914 bump
+
 * Thu Jul 27 2017 Fedora Release Engineering  - 
0.912-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
diff --git a/sources b/sources
index db09398..147062e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (App-cpm-0.912.tar.gz) = 
e0612cb38a387b6ccf4d65672375ae566d79aff634fc520397a86e113a37444cdf1f87a71c59f46d269dca63de2247e48a0d265ab3993ee5931699084c9124a9
+SHA512 (App-cpm-0.914.tar.gz) = 
1e545f026bacf6b65c9473efc454aa02cf6ba892f7ca405f19bdf52d54167259fc41fa8876dd1f42aedd93ba9865bbf66c898d0f691f84721cff0b40ff819c4a



https://src.fedoraproject.org/rpms/perl-App-cpm/c/08cb2405bb1b3d79539b543640afcd4baa2ac126?branch=f27
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1497364] perl-App-cpm-0.914 is available

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



--- Comment #2 from Fedora Update System  ---
perl-App-cpm-0.914-1.fc27 has been submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ab206231e0

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


jplesnik pushed to perl-App-cpm (master). "0.914 bump"

2017-10-02 Thread notifications
From 08cb2405bb1b3d79539b543640afcd4baa2ac126 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Oct 02 2017 07:40:03 +
Subject: 0.914 bump


---

diff --git a/.gitignore b/.gitignore
index 379db75..fc1b9dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /App-cpm-0.901.tar.gz
 /App-cpm-0.911.tar.gz
 /App-cpm-0.912.tar.gz
+/App-cpm-0.914.tar.gz
diff --git a/perl-App-cpm.spec b/perl-App-cpm.spec
index 09506a8..ab2e970 100644
--- a/perl-App-cpm.spec
+++ b/perl-App-cpm.spec
@@ -1,6 +1,6 @@
 Name:   perl-App-cpm
-Version:0.912
-Release:2%{?dist}
+Version:0.914
+Release:1%{?dist}
 Summary:Fast CPAN module installer
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/App-cpm/
@@ -98,6 +98,9 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 02 2017 Jitka Plesnikova  - 0.914-1
+- 0.914 bump
+
 * Thu Jul 27 2017 Fedora Release Engineering  - 
0.912-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
diff --git a/sources b/sources
index db09398..147062e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (App-cpm-0.912.tar.gz) = 
e0612cb38a387b6ccf4d65672375ae566d79aff634fc520397a86e113a37444cdf1f87a71c59f46d269dca63de2247e48a0d265ab3993ee5931699084c9124a9
+SHA512 (App-cpm-0.914.tar.gz) = 
1e545f026bacf6b65c9473efc454aa02cf6ba892f7ca405f19bdf52d54167259fc41fa8876dd1f42aedd93ba9865bbf66c898d0f691f84721cff0b40ff819c4a



https://src.fedoraproject.org/rpms/perl-App-cpm/c/08cb2405bb1b3d79539b543640afcd4baa2ac126?branch=master
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1497364] perl-App-cpm-0.914 is available

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
   Fixed In Version||perl-App-cpm-0.914-1.fc28



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


jplesnik uploaded App-cpm-0.914.tar.gz for perl-App-cpm

2017-10-02 Thread notifications
1e545f026bacf6b65c9473efc454aa02cf6ba892f7ca405f19bdf52d54167259fc41fa8876dd1f42aedd93ba9865bbf66c898d0f691f84721cff0b40ff819c4a
  App-cpm-0.914.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-App-cpm/App-cpm-0.914.tar.gz/sha512/1e545f026bacf6b65c9473efc454aa02cf6ba892f7ca405f19bdf52d54167259fc41fa8876dd1f42aedd93ba9865bbf66c898d0f691f84721cff0b40ff819c4a/App-cpm-0.914.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: [HEADS UP] libsodium 1.0.15 in rawhide, with soname bump

2017-10-02 Thread Remi Collet
Le 02/10/2017 à 08:17, Remi Collet a écrit :

> I will rebuild dependent packages (and file FTBFS bugs if needed)

Rebuilt
dnscrypt-proxy-1.9.0-5.fc28
dnsdist-1.2.0-2.fc28
netsniff-ng-0.6.3-5.fc28
php-pecl-libsodium-1.0.6-8.fc28
python-shadowsocks-2.9.1-3.fc28
python-pynacl-1.1.2-4.fc28
zeromq-4.1.6-6.fc28

FTBFS:
cjdns-19.1-8.fc28
=> https://bugzilla.redhat.com/1497598
fastd-18-5.fc28
=> https://bugzilla.redhat.com/1497600
python-libnacl-1.5.2-3.fc28
=> https://bugzilla.redhat.com/1497609


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


[Bug 1497368] perl-Code-TidyAll-0.68 is available

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



--- Comment #1 from Fedora Update System  ---
perl-Code-TidyAll-0.68-1.fc27 has been submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-6dfc94d489

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


jplesnik pushed to perl-Code-TidyAll (f27). "0.68 bump"

2017-10-02 Thread notifications
From 2334bd64031da790f3c877af91fc071c255f61f9 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Oct 02 2017 07:12:30 +
Subject: 0.68 bump


---

diff --git a/.gitignore b/.gitignore
index e9a2d0c..d04d765 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /Code-TidyAll-0.64.tar.gz
 /Code-TidyAll-0.65.tar.gz
 /Code-TidyAll-0.67.tar.gz
+/Code-TidyAll-0.68.tar.gz
diff --git a/perl-Code-TidyAll.spec b/perl-Code-TidyAll.spec
index 61c1df8..0062706 100644
--- a/perl-Code-TidyAll.spec
+++ b/perl-Code-TidyAll.spec
@@ -1,5 +1,5 @@
 Name:   perl-Code-TidyAll
-Version:0.67
+Version:0.68
 Release:1%{?dist}
 Summary:Engine for tidyall, your all-in-one code tidier and validator
 # lib/Test/Code/TidyAll.pm: GPL+ or Artistic
@@ -124,6 +124,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 02 2017 Jitka Plesnikova  - 0.68-1
+- 0.68 bump
+
 * Tue Sep 19 2017 Jitka Plesnikova  - 0.67-1
 - 0.67 bump
 
diff --git a/sources b/sources
index 2c723f4..e55c090 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Code-TidyAll-0.67.tar.gz) = 
ec95917566fec52fe393b2da0e927c3bc3cfcfa337b13aa8dce8bc05b5ae1f94c71f0c0defb62572da737e2c3a639b78e0157f9d7a2c622d1fca9fc41f2a1bac
+SHA512 (Code-TidyAll-0.68.tar.gz) = 
d57100d38501f1568a8a55b88ae20aab285b72d1f177544eb16f61f960a995bb840c5c8f0342b551d0ffc8b18b75ea71cf5b69a9d3fa1f82b2518c950226d730



https://src.fedoraproject.org/rpms/perl-Code-TidyAll/c/2334bd64031da790f3c877af91fc071c255f61f9?branch=f27
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-Code-TidyAll (master). "0.68 bump"

2017-10-02 Thread notifications
From 2334bd64031da790f3c877af91fc071c255f61f9 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Oct 02 2017 07:12:30 +
Subject: 0.68 bump


---

diff --git a/.gitignore b/.gitignore
index e9a2d0c..d04d765 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /Code-TidyAll-0.64.tar.gz
 /Code-TidyAll-0.65.tar.gz
 /Code-TidyAll-0.67.tar.gz
+/Code-TidyAll-0.68.tar.gz
diff --git a/perl-Code-TidyAll.spec b/perl-Code-TidyAll.spec
index 61c1df8..0062706 100644
--- a/perl-Code-TidyAll.spec
+++ b/perl-Code-TidyAll.spec
@@ -1,5 +1,5 @@
 Name:   perl-Code-TidyAll
-Version:0.67
+Version:0.68
 Release:1%{?dist}
 Summary:Engine for tidyall, your all-in-one code tidier and validator
 # lib/Test/Code/TidyAll.pm: GPL+ or Artistic
@@ -124,6 +124,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 02 2017 Jitka Plesnikova  - 0.68-1
+- 0.68 bump
+
 * Tue Sep 19 2017 Jitka Plesnikova  - 0.67-1
 - 0.67 bump
 
diff --git a/sources b/sources
index 2c723f4..e55c090 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Code-TidyAll-0.67.tar.gz) = 
ec95917566fec52fe393b2da0e927c3bc3cfcfa337b13aa8dce8bc05b5ae1f94c71f0c0defb62572da737e2c3a639b78e0157f9d7a2c622d1fca9fc41f2a1bac
+SHA512 (Code-TidyAll-0.68.tar.gz) = 
d57100d38501f1568a8a55b88ae20aab285b72d1f177544eb16f61f960a995bb840c5c8f0342b551d0ffc8b18b75ea71cf5b69a9d3fa1f82b2518c950226d730



https://src.fedoraproject.org/rpms/perl-Code-TidyAll/c/2334bd64031da790f3c877af91fc071c255f61f9?branch=master
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1497368] perl-Code-TidyAll-0.68 is available

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
   Fixed In Version||perl-Code-TidyAll-0.68-1.fc
   ||28



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


jplesnik uploaded Code-TidyAll-0.68.tar.gz for perl-Code-TidyAll

2017-10-02 Thread notifications
d57100d38501f1568a8a55b88ae20aab285b72d1f177544eb16f61f960a995bb840c5c8f0342b551d0ffc8b18b75ea71cf5b69a9d3fa1f82b2518c950226d730
  Code-TidyAll-0.68.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Code-TidyAll/Code-TidyAll-0.68.tar.gz/sha512/d57100d38501f1568a8a55b88ae20aab285b72d1f177544eb16f61f960a995bb840c5c8f0342b551d0ffc8b18b75ea71cf5b69a9d3fa1f82b2518c950226d730/Code-TidyAll-0.68.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Self Introduction: David Hendricks

2017-10-02 Thread Peter Lemenkov
Hello David,
Nice to meet you again!

2017-10-02 8:31 GMT+02:00 David Hendricks :
> Hello Fedora Community,
>
> My name is David and my username is "dhendrix". I live in Silicon Valley and
> work for Facebook.
>
> My interest here is to maintain the package for flashrom which is a tool for
> reading and writing ROMs, particularly NOR flash that is commonly used for
> BIOS chips. I'm also involved with coreboot (flashrom was spun out of
> coreboot) and can help with the coreboot-utils package if needed. I've been
> involved with these projects since the early 2000's and am diving into RPM
> packaging since my current employer uses CentOS.
>
> My first package submission is an updated flashrom SRPM and the review
> request is posted here: https://bugzilla.redhat.com/show_bug.cgi?id=1497594.
>
> When/if the package is accepted I will take responsibility for updating the
> snapshot hash so that Fedora users (including those I work with) can enjoy
> the latest hardware support and useful features that are planned or pending
> for flashrom.
>
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
>



-- 
With best regards, Peter Lemenkov.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


ppisar pushed to perl-Alien-pkgconf (f27). "Really rebuild against pkgconf-1.3.9"

2017-10-02 Thread notifications
From d32e75e1038a7f136c7f7cf98f8b48047ddda2f4 Mon Sep 17 00:00:00 2001
From: Petr Písař 
Date: Oct 02 2017 06:54:12 +
Subject: Really rebuild against pkgconf-1.3.9


---

diff --git a/perl-Alien-pkgconf.spec b/perl-Alien-pkgconf.spec
index c42b1b5..cd971d7 100644
--- a/perl-Alien-pkgconf.spec
+++ b/perl-Alien-pkgconf.spec
@@ -1,6 +1,6 @@
 Name:   perl-Alien-pkgconf
 Version:0.10
-Release:12%{?dist}
+Release:12%{?dist}.1
 Summary:Discover pkgconf and libpkgconf
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Alien-pkgconf/
@@ -76,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 02 2017 Petr Pisar  - 0.10-12.1
+- Really rebuild against pkgconf-1.3.9
+
 * Fri Sep 22 2017 Igor Gnatenko  - 0.10-12
 - Rebuild against pkgconf-1.3.9
 



https://src.fedoraproject.org/rpms/perl-Alien-pkgconf/c/d32e75e1038a7f136c7f7cf98f8b48047ddda2f4?branch=f27
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1497486] perl-Bencode-1.501 is available

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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Bencode-1.501-1.fc28
 Resolution|--- |RAWHIDE
Last Closed||2017-10-02 02:45:15



--- Comment #1 from Petr Pisar  ---
An enhancement release suitable for Fedora ≥ 28.

-- 
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-Bencode (master). "1.501 bump"

2017-10-02 Thread notifications
From 780c9b3d592e31371d78b9ddd3eb983331d79d1f Mon Sep 17 00:00:00 2001
From: Petr Písař 
Date: Oct 02 2017 06:41:29 +
Subject: 1.501 bump


---

diff --git a/.gitignore b/.gitignore
index 7e99a5b..f269d46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Bencode-1.4.tar.gz
 /Bencode-1.402.tar.gz
 /Bencode-1.500.tar.gz
+/Bencode-1.501.tar.gz
diff --git a/perl-Bencode.spec b/perl-Bencode.spec
index acad539..e94903a 100644
--- a/perl-Bencode.spec
+++ b/perl-Bencode.spec
@@ -1,5 +1,5 @@
 Name:   perl-Bencode
-Version:1.500
+Version:1.501
 Release:1%{?dist}
 Summary:BitTorrent serialization format
 License:GPL+ or Artistic
@@ -14,11 +14,10 @@ BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Runtime
-BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter::Tidy)
 # Tests only
 BuildRequires:  perl(Test::Differences)
-BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 
 %description
@@ -46,6 +45,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 02 2017 Petr Pisar  - 1.501-1
+- 1.501 bump
+
 * Fri Sep 29 2017 Petr Pisar  - 1.500-1
 - 1.500 bump
 
diff --git a/sources b/sources
index a07f489..596cec5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Bencode-1.500.tar.gz) = 
75324a9a7ca2fa5ba7200ed566740218fd6562c93833dd62fbe472612ddb8757afbb83892a8a14a012aafe1763a95799ac40db34bf7a7debb3c70c2c56c05b94
+SHA512 (Bencode-1.501.tar.gz) = 
7739ebd6180133c177228aab66872f49155851dca40f610cd2a133f12553c85206f36ecf8f2dc4fcc6b28dcd5c6abf1671db125b6165fd4e29ca2e029ba2ce5a



https://src.fedoraproject.org/rpms/perl-Bencode/c/780c9b3d592e31371d78b9ddd3eb983331d79d1f?branch=master
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Fedora 27-20171001.n.2 compose check report

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

Server dvd i386
Workstation live i386
Server boot i386
Kde live i386

Failed openQA tests: 16/128 (x86_64), 1/2 (arm)

New failures (same test did not fail in 27-20170929.n.0):

ID: 149701  Test: x86_64 Server-dvd-iso server_cockpit_basic
URL: https://openqa.fedoraproject.org/tests/149701
ID: 149712  Test: x86_64 Workstation-live-iso desktop_update_graphical
URL: https://openqa.fedoraproject.org/tests/149712
ID: 149736  Test: arm Minimal-raw_xz-raw.xz base_services_start_arm
URL: https://openqa.fedoraproject.org/tests/149736
ID: 149755  Test: x86_64 universal upgrade_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/149755
ID: 149757  Test: x86_64 universal upgrade_server_domain_controller
URL: https://openqa.fedoraproject.org/tests/149757
ID: 149758  Test: x86_64 universal upgrade_realmd_client
URL: https://openqa.fedoraproject.org/tests/149758
ID: 149760  Test: x86_64 universal upgrade_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/149760
ID: 149761  Test: x86_64 universal upgrade_2_minimal_64bit
URL: https://openqa.fedoraproject.org/tests/149761
ID: 149770  Test: x86_64 universal install_cyrillic_language
URL: https://openqa.fedoraproject.org/tests/149770
ID: 149771  Test: x86_64 universal install_asian_language
URL: https://openqa.fedoraproject.org/tests/149771
ID: 149777  Test: x86_64 universal install_rescue_encrypted@uefi
URL: https://openqa.fedoraproject.org/tests/149777
ID: 149796  Test: x86_64 universal install_sata@uefi
URL: https://openqa.fedoraproject.org/tests/149796
ID: 149809  Test: x86_64 universal install_rescue_encrypted
URL: https://openqa.fedoraproject.org/tests/149809

Old failures (same test failed in 27-20170929.n.0):

ID: 149696  Test: x86_64 Server-dvd-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/149696
ID: 149716  Test: x86_64 Workstation-live-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/149716
ID: 149726  Test: x86_64 KDE-live-iso desktop_notifications_postinstall
URL: https://openqa.fedoraproject.org/tests/149726
ID: 149733  Test: x86_64 KDE-live-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/149733

Passed openQA tests: 112/128 (x86_64), 1/2 (arm)

New passes (same test did not pass in 27-20170929.n.0):

ID: 149687  Test: x86_64 Server-dvd-iso install_updates_nfs
URL: https://openqa.fedoraproject.org/tests/149687
ID: 149690  Test: x86_64 Server-dvd-iso server_role_deploy_domain_controller
URL: https://openqa.fedoraproject.org/tests/149690
ID: 149699  Test: x86_64 Server-dvd-iso realmd_join_sssd
URL: https://openqa.fedoraproject.org/tests/149699
ID: 149700  Test: x86_64 Server-dvd-iso realmd_join_cockpit
URL: https://openqa.fedoraproject.org/tests/149700
ID: 149702  Test: x86_64 Server-dvd-iso server_realmd_join_kickstart
URL: https://openqa.fedoraproject.org/tests/149702
ID: 149707  Test: x86_64 Workstation-live-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/149707
ID: 149725  Test: x86_64 KDE-live-iso install_default_upload
URL: https://openqa.fedoraproject.org/tests/149725
ID: 149727  Test: x86_64 KDE-live-iso desktop_browser
URL: https://openqa.fedoraproject.org/tests/149727
ID: 149735  Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/149735
ID: 149739  Test: x86_64 universal install_multi_empty
URL: https://openqa.fedoraproject.org/tests/149739
ID: 149740  Test: x86_64 universal install_btrfs
URL: https://openqa.fedoraproject.org/tests/149740
ID: 149741  Test: x86_64 universal install_blivet_no_swap@uefi
URL: https://openqa.fedoraproject.org/tests/149741
ID: 149742  Test: x86_64 universal install_blivet_xfs@uefi
URL: https://openqa.fedoraproject.org/tests/149742
ID: 149743  Test: x86_64 universal install_package_set_kde
URL: https://openqa.fedoraproject.org/tests/149743
ID: 149744  Test: x86_64 universal install_simple_encrypted@uefi
URL: https://openqa.fedoraproject.org/tests/149744
ID: 149745  Test: x86_64 universal install_simple_free_space@uefi
URL: https://openqa.fedoraproject.org/tests/149745
ID: 149746  Test: x86_64 universal install_multi_empty@uefi
URL: https://openqa.fedoraproject.org/tests/149746
ID: 149747  Test: x86_64 universal install_delete_partial@uefi
URL: https://openqa.fedoraproject.org/tests/149747
ID: 149748  Test: x86_64 universal install_btrfs@uefi
URL: https://openqa.fedoraproject.org/tests/149748
ID: 149749  Test: x86_64 universal install_ext3@uefi
URL: https://openqa.fedoraproject.org/tests/149749
ID: 149750  Test: x86_64 universal install_xfs@uefi
URL: https://openqa.fedoraproject.org/tests/149750
ID: 149751  Test: x86_64 universal install_lvmthin@uefi
URL: https://openqa.fedoraproject.org/tests/149751
ID: 149752  Test: x86_64 universal install_no_swap@uefi
URL: 

ppisar uploaded Bencode-1.501.tar.gz for perl-Bencode

2017-10-02 Thread notifications
7739ebd6180133c177228aab66872f49155851dca40f610cd2a133f12553c85206f36ecf8f2dc4fcc6b28dcd5c6abf1671db125b6165fd4e29ca2e029ba2ce5a
  Bencode-1.501.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Bencode/Bencode-1.501.tar.gz/sha512/7739ebd6180133c177228aab66872f49155851dca40f610cd2a133f12553c85206f36ecf8f2dc4fcc6b28dcd5c6abf1671db125b6165fd4e29ca2e029ba2ce5a/Bencode-1.501.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Self Introduction: David Hendricks

2017-10-02 Thread David Hendricks
Hello Fedora Community,

My name is David and my username is "dhendrix". I live in Silicon Valley
and work for Facebook.

My interest here is to maintain the package for flashrom which is a tool
for reading and writing ROMs, particularly NOR flash that is commonly used
for BIOS chips. I'm also involved with coreboot (flashrom was spun out of
coreboot) and can help with the coreboot-utils package if needed. I've been
involved with these projects since the early 2000's and am diving into RPM
packaging since my current employer uses CentOS.

My first package submission is an updated flashrom SRPM and the review
request is posted here: https://bugzilla.redhat.com/show_bug.cgi?id=1497594.

When/if the package is accepted I will take responsibility for updating the
snapshot hash so that Fedora users (including those I work with) can enjoy
the latest hardware support and useful features that are planned or pending
for flashrom.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[HEADS UP] libsodium 1.0.15 in rawhide, with soname bump

2017-10-02 Thread Remi Collet
Hi,

I'm building new libsodium version in rawhide

RHBZ: https://bugzilla.redhat.com/1497573

Upstream: https://github.com/jedisct1/libsodium/releases/tag/1.0.15

ABI compliance checker report:
https://rpms.remirepo.net/compat_reports/libsodium/1.0.14_to_1.0.15/compat_report.html


I will rebuild dependent packages (and file FTBFS bugs if needed)



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