RPM build: unpackaged file .pyi

2022-03-24 Thread Denis Fateyev
Hello there,

After bumping upstream version in "python-apsw", I have noticed that a new
Python .pyi file was created in the new version, so the package build
process started to fail:

error: Installed (but unpackaged) file(s) found:
   /usr/apsw.pyi

https://kojipkgs.fedoraproject.org//work/tasks/5755/84615755/build.log

I haven't found related details in
https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/
Could you suggest, should I skip and remove .pyi files during RPM packaging?

Thanks!

-- 
wbr, Denis.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Orphaning ustl package

2022-03-23 Thread Denis Fateyev
Hello,

I'm going to orphan "ustl" package for several reasons:
 - the library is generally deprecated;
 - the maintainer has switched the C++ library type to static, which makes
shared lib support no longer possible.

It should be harmless since there are no packages that depend on "ustl".

$ dnf repoquery --whatdepends ustl
ustl-devel-0:2.8-9.fc37.i686
ustl-devel-0:2.8-9.fc37.x86_64

$ dnf repoquery -q --repo=rawhide{,-source} --whatrequires ustl
ustl-devel-0:2.8-9.fc37.i686
ustl-devel-0:2.8-9.fc37.x86_64

-- 
wbr, Denis.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[EPEL-devel] Orphaning ustl package

2022-03-23 Thread Denis Fateyev
Hello,

I'm going to orphan "ustl" package for several reasons:
 - the library is generally deprecated;
 - the maintainer has switched the C++ library type to static, which makes
shared lib support no longer possible.

It should be harmless since there are no packages that depend on "ustl".

$ dnf repoquery --whatdepends ustl
ustl-devel-0:2.8-9.fc37.i686
ustl-devel-0:2.8-9.fc37.x86_64

$ dnf repoquery -q --repo=rawhide{,-source} --whatrequires ustl
ustl-devel-0:2.8-9.fc37.i686
ustl-devel-0:2.8-9.fc37.x86_64

-- 
wbr, Denis.
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Rpm: provide a static library in package

2022-02-22 Thread Denis Fateyev
On Wed, Feb 23, 2022 at 6:47 AM Kevin Kofler via devel <
devel@lists.fedoraproject.org> wrote:

> Denis Fateyev wrote:
> > The "ustl" upstream, for which I maintain the RPM package, has recently
> > switched from providing a shared library to a static library.
>
> Generally, you do not want to follow such a change, but force the build
> system to build a shared library instead, even if it is not the upstream
> default.
>

Unfortunately, the shared library support is explicitly removed by the
upstream:
https://github.com/msharov/ustl/issues/100#issuecomment-1040553883
https://github.com/msharov/ustl/commit/7366ab143d9bd0f48c59931c0c58529eb5179c27

I believe it's not worth to work around this behavior additionally.

As an alternative, I can orphan the "ustl" package in rawhide — I haven't
checked yet, but suspect that it's not used by other packages nowadays.

-- 
wbr, Denis.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Rpm: provide a static library in package

2022-02-22 Thread Denis Fateyev
Hello all,

The "ustl" upstream, for which I maintain the RPM package, has recently
switched from providing a shared library to a static library.

So I'm going to make changes in the package, and provide everything in
"-devel" subpackage.
I have looked through
https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries
requirements — but there are some questions left.

1) Should I preserve debug information for the static library during build,
so the library can be stripped and debug packages can be created? Or, can I
just skip  debug package creation with  "%global debug_package %{nil}" ?
I know it's acceptable for header-only, but not sure for packages with
binary static libraries.

2) Can I use the stripping LDFLAGS option ("-s") right during the static
package build, not to strip anything after build? Or, let the built library
be stripped in terms of RPM package flow?

Thanks!

-- 
wbr, Denis.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: GCC changes break "libscrypt" package in F36

2022-02-09 Thread Denis Fateyev
Thank you, all variants work fine.

Now I have another issue with "nfdump" package, probably for the same
reason: a build flag interference.

I use '-fPIC' in LDFLAGS to make "configure" happy:
https://src.fedoraproject.org/rpms/nfdump/blob/rawhide/f/nfdump.spec#_49

I suspect that this flag presence affects the package build, or maybe it's
related to other changes.
It worked for F35 and earlier, and still works with simple "./configure &&
make" (without RPM build flags).

...
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -ggdb -g -O3 -std=gnu11
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wmissing-noreturn -fno-strict-aliasing -DNSEL -c ipconv.c  -fPIC -DPIC -o
.libs/ipconv.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
   -ggdb  -g -O3 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wmissing-noreturn -fno-strict-aliasing -DNSEL -c -o
exporter.lo exporter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -ggdb -g -O3 -std=gnu11
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wmissing-noreturn -fno-strict-aliasing -DNSEL -c exporter.c  -fPIC -DPIC
-o .libs/exporter.o
/bin/sh ../libtool  --tag=CC   --mode=link gcc -ggdb  -g -O3 -std=gnu11
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wmissing-noreturn -fno-strict-aliasing -DNSEL -release 1.6.23 -Wl,-z,relro
-Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1
-Wl,-dT,/home/mock/rpmbuild/BUILD/nfdump-1.6.23/.package_note-nfdump-1.6.23-3.fc36.x86_64.ld
-fPIC -o libnfdump.la -rpath /usr/lib64 output_util.lo output_raw.lo
output_json.lo output_csv.lo output_pipe.lo output_fmt.lo util.lo
minilzo.lo lz4.lo nffile.lo nfx.lo flist.lo fts_compat.lo grammar.lo
scanner.lo nftree.lo ipconv.lo exporter.lo  -lresolv -lbz2
libtool: link: gcc -shared  -fPIC -DPIC  .libs/output_util.o
.libs/output_raw.o .libs/output_json.o .libs/output_csv.o
.libs/output_pipe.o .libs/output_fmt.o .libs/util.o .libs/minilzo.o
.libs/lz4.o .libs/nffile.o .libs/nfx.o .libs/flist.o .libs/fts_compat.o
.libs/grammar.o .libs/scanner.o .libs/nftree.o .libs/ipconv.o
.libs/exporter.o   -lresolv -lbz2 -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld -ggdb -g -O3 -Wl,-z -Wl,relro
-Wl,--as-needed -Wl,-z -Wl,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -Wl,-dT
-Wl,/home/mock/rpmbuild/BUILD/nfdump-1.6.23/.package_note-nfdump-1.6.23-3.fc36.x86_64.ld
  -Wl,-soname -Wl,libnfdump-1.6.23.so -o .libs/libnfdump-1.6.23.so
libtool: link: (cd ".libs" && rm -f "libnfdump.so" && ln -s "
libnfdump-1.6.23.so" "libnfdump.so")
libtool: link: ( cd ".libs" && rm -f "libnfdump.la" && ln -s "../
libnfdump.la" "libnfdump.la" )
/bin/sh ../libtool  --tag=CC   --mode=link gcc -DPCAP -g -O3 -std=gnu11
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wmissing-noreturn -fno-strict-aliasing -DNSEL  -Wl,-z,relro
-Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1
-Wl,-dT,/home/mock/rpmbuild/BUILD/nfdump-1.6.23/.package_note-nfdump-1.6.23-3.fc36.x86_64.ld
-fPIC -o nfcapd nfcapd-nfcapd.o nfcapd-nfstatfile.o nfcapd-launch.o
nfcapd-nfnet.o nfcapd-collector.o nfcapd-netflow_v1.o
nfcapd-netflow_v5_v7.o nfcapd-netflow_v9.o nfcapd-ipfix.o
nfcapd-bookkeeper.o nfcapd-expire.o nfcapd-pcap_reader.o libnfdump.la
-lpcap  -lresolv -lbz2
libtool: link: gcc -DPCAP -g -O3 -std=gnu11 -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-fno-strict-aliasing -DNSEL -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -Wl,-dT
-Wl,/home/mock/rpmbuild/BUILD/nfdump-1.6.23/.package_note-nfdump-1.6.23-3.fc36.x86_64.ld
-fPIC -o .libs/nfcapd nfcapd-nfcapd.o nfcapd-nfstatfile.o nfcapd-launch.o
nfcapd-nfnet.o nfcapd-collector.o nfcapd-netflow_v1.o
nfcapd-netflow_v5_v7.o nfcapd-netflow_v9.o nfcapd-ipfix.o
nfcapd-bookkeeper.o nfcapd-expire.o nfcapd-pcap_reader.o
 ./.libs/libnfdump.so -lpcap -lresolv -lbz2
/usr/bin/ld: nfcapd-nfcapd.o: relocation R_X86_64_32 against
`.rodata.str1.8' can not be used when making a PIE object; recompile with
-fPIE
/usr/bin/ld: nfcapd-nfstatfile.o: relocation R_X86_64_32 against
`.rodata.str1.1' can not be used when making a PIE object; recompile with
-fPIE
/usr/bin/ld: nfcapd-launch.o: relocation R_X86_64_32S against `.rodata' can
not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: nfcapd-nfnet.o: relocation R_X86_64_32 against
`.rodata.str1.8' can not be used when making a PIE object; recompile with
-fPIE
/usr/bin/ld: nfcapd-collector.o: relocation R_X86_64_32 against
`.rodata.str1.1' can not be used when making a PIE object; recompile with
-fPIE
/usr/bin/ld: 

GCC changes break "libscrypt" package in F36

2022-02-08 Thread Denis Fateyev
Hello all,

Recently, I have found that with GCC version bump in F36 some of my
packages are stopped to build, or stopped to build properly during the
planned package rebuild.
They were fine under F35 — but apparently there are some changes in newer
GCC that affected them.

For example,  "libscrypt" package issue is filled here:
https://bugzilla.redhat.com/show_bug.cgi?id=2046062
The library in the package was actually built, but the build results are
different under various GCC versions — as shown in the "nm" dump below.

Has anybody already faced a similar issue? Is there any information on what
could cause the problem, and how to fix it?

Thanks!

[Fedora35]$ nm -D libscrypt.so.0
 U close@GLIBC_2.2.5
 U __ctype_b_loc@GLIBC_2.3
 w __cxa_finalize@GLIBC_2.2.5
 U __errno_location@GLIBC_2.2.5
 U free@GLIBC_2.2.5
 w __gmon_start__
 w _ITM_deregisterTMCloneTable
 w _ITM_registerTMCloneTable
 A libscrypt
4520 T libscrypt_check@@libscrypt
46f0 T libscrypt_hash@@libscrypt
3d80 T libscrypt_mcf@@libscrypt
4430 T libscrypt_salt_gen@@libscrypt
1600 T libscrypt_scrypt@@libscrypt
 U malloc@GLIBC_2.2.5
 U memcpy@GLIBC_2.14
 U mmap@GLIBC_2.2.5
 U munmap@GLIBC_2.2.5
 U open@GLIBC_2.2.5
 U read@GLIBC_2.2.5
 U __snprintf_chk@GLIBC_2.3.4
 U __stack_chk_fail@GLIBC_2.4
 U strchr@GLIBC_2.2.5
 U strlen@GLIBC_2.2.5
 U strtok_r@GLIBC_2.2.5
 U strtoul@GLIBC_2.2.5

[Fedora36]$ nm -D libscrypt.so.0
 U close@GLIBC_2.2.5
 U __ctype_b_loc@GLIBC_2.3
 w __cxa_finalize@GLIBC_2.2.5
 U __errno_location@GLIBC_2.2.5
 U free@GLIBC_2.2.5
 w __gmon_start__
 w _ITM_deregisterTMCloneTable
 w _ITM_registerTMCloneTable
43e0 T libscrypt_b64_decode
4240 T libscrypt_b64_encode
4950 T libscrypt_check
47c0 T libscrypt_hash
3880 T libscrypt_HMAC_SHA256_Final
3620 T libscrypt_HMAC_SHA256_Init
3870 T libscrypt_HMAC_SHA256_Update
4170 T libscrypt_mcf
38f0 T libscrypt_PBKDF2_SHA256
4690 T libscrypt_salt_gen
3c90 T libscrypt_scrypt
34d0 T libscrypt_SHA256_Final
3290 T libscrypt_SHA256_Init
32c0 T libscrypt_SHA256_Update
 U malloc@GLIBC_2.2.5
 U memcpy@GLIBC_2.14
 U mmap@GLIBC_2.2.5
 U munmap@GLIBC_2.2.5
 U open@GLIBC_2.2.5
 U read@GLIBC_2.2.5
48f0 T slow_equals
 U __snprintf_chk@GLIBC_2.3.4
 U __stack_chk_fail@GLIBC_2.4
 U strchr@GLIBC_2.2.5
 U strlen@GLIBC_2.2.5
 U strtok_r@GLIBC_2.2.5
 U strtoul@GLIBC_2.2.5


-- 
wbr, Denis.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


spdrs60: package review swap

2021-10-16 Thread Denis Fateyev
Hello all,

I have a new package request:
https://bugzilla.redhat.com/show_bug.cgi?id=2011964 , which needs to be
reviewed.
If anyone is interested in a review swap — feel free to take it, and I can
review another package in return.

Thanks!

-- 
wbr, Denis.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/perl-Test-mysqld] PR #1: Use the correct name of the required package

2020-03-02 Thread Denis Fateyev

dfateyev merged a pull-request against the project: `perl-Test-mysqld` that you 
are following.

Merged pull-request:

``
Use the correct name of the required package
``

https://src.fedoraproject.org/rpms/perl-Test-mysqld/pull-request/1
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Re: perl-CryptX package

2016-04-25 Thread Denis Fateyev
Hello Paul,

On Mon, Apr 25, 2016 at 4:45 PM, Paul Howarth <p...@city-fan.org> wrote:

> Hi Dennis,
>
> On 22/11/15 15:28, Denis Fateyev wrote:
>
>> On Sun, Nov 22, 2015 at 5:20 PM, Paul Howarth <p...@city-fan.org> wrote:
>>
>>
>>> As a data point of interest, I unbundled libtomcrypt from python-crypto
>>> when it became possible:
>>>
>>> https://bugzilla.redhat.com/show_bug.cgi?id=1087557
>>>
>>> Paul.
>>>
>>>
>> Thanks for the answer. Under these circumstances I should consider to
>> unbundle it too.
>>
>> By the way, the last official "libtomcrypt" release happened more than 5
>> years ago. There was no new official release since that and it's a bit of
>> problem due a lot of historical code and changes were made after that
>> (hundreds of commits). I'll try to contact libtom people on Github, maybe
>> they will bother to prepare a new release.
>>
>
> Did you make any progress with the perl-CryptX packaging? It has now
> become a dependency of perl-Net-SSH-Perl, so I'd like to see it in Fedora.
>


Not really, since I had to unbundle "libtomcrypt" and "libtommath" first as
mentioned above, and it takes some time which I don't have right now.

CryptX won't go well with the "libtomcrypt" packaged in Fedora, since the
packaged version is too aged.
Before updating "libtomcrypt" we also have to update "libtommath" [1] and
"tomsfastmath" [2].

The "libtommath" update has been tested for Fedora pretty well [3] and can
be updated easily, but as for other two more work on preparing new
versions, testing and packaging is required.
Considering all of this, the "proper" unbundled CryptX version cannot be
prepared right now, although we can solve dependencies step by step.


As for the plans, next month I'm going to start testing "tomsfastmath" in
order to help with preparing a new release. After that, the same way with
"libtomcrypt", and then CryptX.
I talked to Karel, the CryptX's author, and we agreed that a configure
switch which allows to use "libtomcrypt" system library would be useful, so
in perspective the unbundling process should be even less problematic.

Thanks,


[1] https://github.com/libtom/libtommath

[2] https://github.com/libtom/tomsfastmath

[3] https://github.com/libtom/libtommath/issues/35


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

The current situation with POE packages

2016-03-19 Thread Denis Fateyev
Hello there,

Just a friendly note if anybody interested but just missed it occasionally:
the whole POE stack is now orphaned in Fedora devel.

https://admin.fedoraproject.org/pkgdb/package/rpms/perl-POE/

I really dislike the idea that this great thing would be gone from Fedora
forever, I use it sometimes and pretty happy with it. But I personally have
no time to pick it up and support it, I do hope that somebody else who's
using it will take it to maintain it further.

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

Re: packages seeking new point of contact

2016-03-04 Thread Denis Fateyev
Hello there,

I've taken python-llfuse (ass requested earlier) and python-apsw.

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


Nonresponsive maintainer: maci

2016-02-23 Thread Denis Fateyev
Hello there,

Does anybody know how to contact Marcel Wysocki ("m...@satgnu.net", FAS
login: maci)?

While ago, according the policy I've initiated nonresponsive maintainer
procedure https://bugzilla.redhat.com/show_bug.cgi?id=1304786 , since there
is no contact with main contact for Fedora branches, and no `python-llfuse`
updates for a long time.

I got one answer in the ticket above but there were no further actions
(neither update, nor confirming acls requested). I also wrote him by email
several times, but never got any answer.

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


[EPEL-devel] [HEADS UP]: libtommath major version pre-release testing

2016-01-22 Thread Denis Fateyev
Greetings,

We are preparing a major update for 'libtommath' library [1]. The last
stable release happened more than 5 years ago, so there are a lot of
changes and improvements over the time.

Although there are still some open requests in upstream, the current
library state looks pretty stable to me. Along with multiple enhancements
the core contributors removed a lot of deprecated stuff from the code, and
we cleaned up makefiles and the Fedora package spec to bring more logic in
there.

All 'libtommath' shared library and bundled version users are encouraged to
test their code and/or packages against the current development version of
the library.

There is a Copr repo with packages for the development version [2].
Any feedback and suggestions are very welcome.

Known issues:
-
1) Build permanently fails for epel7 ppc64le. It's a bug in 'ghostscript'
[3], and there was even a workaround in epel7 branch [4];

2) Build appeared to be failing in rawhide, I suspect there is broken
'texlive'.

Both problems can be avoided with excluding pdf docs from the package, and
I do hope that 'texlive' will be fixed in rawhide soon (I haven't checked
the problem in details though).


[1] https://github.com/libtom/libtommath

[2] https://copr.fedorainfracloud.org/coprs/dfateyev/libtommath/

[3] https://bugzilla.redhat.com/show_bug.cgi?id=1243784

[4]
http://pkgs.fedoraproject.org/cgit/rpms/libtommath.git/commit/?h=epel7=7c9593329f1f5e341513a9c58653347471d5c803

Thanks,

-- 
wbr, Denis.
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/epel-devel@lists.fedoraproject.org


[HEADS UP]: libtommath major version pre-release testing

2016-01-22 Thread Denis Fateyev
Greetings,

We are preparing a major update for 'libtommath' library [1]. The last
stable release happened more than 5 years ago, so there are a lot of
changes and improvements over the time.

Although there are still some open requests in upstream, the current
library state looks pretty stable to me. Along with multiple enhancements
the core contributors removed a lot of deprecated stuff from the code, and
we cleaned up makefiles and the Fedora package spec to bring more logic in
there.

All 'libtommath' shared library and bundled version users are encouraged to
test their code and/or packages against the current development version of
the library.

There is a Copr repo with packages for the development version [2].
Any feedback and suggestions are very welcome.

Known issues:
-
1) Build permanently fails for epel7 ppc64le. It's a bug in 'ghostscript'
[3], and there was even a workaround in epel7 branch [4];

2) Build appeared to be failing in rawhide, I suspect there is broken
'texlive'.

Both problems can be avoided with excluding pdf docs from the package, and
I do hope that 'texlive' will be fixed in rawhide soon (I haven't checked
the problem in details though).


[1] https://github.com/libtom/libtommath

[2] https://copr.fedorainfracloud.org/coprs/dfateyev/libtommath/

[3] https://bugzilla.redhat.com/show_bug.cgi?id=1243784

[4]
http://pkgs.fedoraproject.org/cgit/rpms/libtommath.git/commit/?h=epel7=7c9593329f1f5e341513a9c58653347471d5c803

Thanks,

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

libwhirlpool (a Whirlpool algorithm implementation)

2016-01-17 Thread Denis Fateyev
Hello list,

A while ago, I've created a Whirlpool hash function library [1] based on
the original implementation of Whirlpool algorithm by Vincent Rijmen and
Paulo S. L. M. Barreto.

It's packaged as 'libwhirlpool' in Fedora and EPEL [2].
Also provides 'whirlpoolsum' utility to calculate and check Whirlpool
hashes with the interface similar to 'md5sum', 'shaXXXsum' from coreutils.

Feel free to use and leave any suggestions or feedback.

[1] https://github.com/dfateyev/libwhirlpool

[2] https://admin.fedoraproject.org/pkgdb/package/rpms/libwhirlpool/

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

[EPEL-devel] Re: Which python3 versions to package for EPEL7?

2016-01-06 Thread Denis Fateyev
On Thu, Jan 7, 2016 at 12:24 AM, Orion Poplawski 
wrote:

> On 01/06/2016 10:51 AM, Kevin Fenzi wrote:
>
> > Also, now that 35 is out, do we want to switch epel7 to python35 before
> > we go building out things much more?
> >
> > kevin
>
> Actually, I think it would be nice to test out the dual nature by adding
> 35 as
> the "other" version for now.


Introducing python34 stuff for epel7 is already a big step forward.
So I personally agree, there is no necessity to force with python35 - it
can be checked as "other" first, as proposed.

-- 
wbr, Denis.
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/epel-devel@lists.fedoraproject.org


Re: Additional python34 components for epel7

2016-01-04 Thread Denis Fateyev
On Thu, Dec 31, 2015 at 12:22 AM, Orion Poplawski <or...@cora.nwra.com>
wrote:

> On 12/30/2015 10:00 AM, Orion Poplawski wrote:
> > On 12/30/2015 12:16 AM, Denis Fateyev wrote:
> >> Actually, I've opened a bug against 'msgpack':
> >> https://bugzilla.redhat.com/show_bug.cgi?id=1290393
> ...
> >
> > Some reviews are underway here:
> >
> >
> https://bugzilla.redhat.com/showdependencytree.cgi?id=1294704_resolved=1



If we just could work "the same SRPMS name" problem around ;-)
Healthy repos with the master branch orphaned [1] may look a little weird
to users...

Just think, maybe worth to include some info that "this package for epel
only" into package description, additionally?


[1] https://admin.fedoraproject.org/pkgdb/package/rpms/python3-setuptools/

-- 
wbr, Denis.
___
python-devel mailing list
python-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/python-devel@lists.fedoraproject.org


[EPEL-devel] Re: Additional python34 components for epel7

2016-01-04 Thread Denis Fateyev
On Thu, Dec 31, 2015 at 12:22 AM, Orion Poplawski <or...@cora.nwra.com>
wrote:

> On 12/30/2015 10:00 AM, Orion Poplawski wrote:
> > On 12/30/2015 12:16 AM, Denis Fateyev wrote:
> >> Actually, I've opened a bug against 'msgpack':
> >> https://bugzilla.redhat.com/show_bug.cgi?id=1290393
> ...
> >
> > Some reviews are underway here:
> >
> >
> https://bugzilla.redhat.com/showdependencytree.cgi?id=1294704_resolved=1



If we just could work "the same SRPMS name" problem around ;-)
Healthy repos with the master branch orphaned [1] may look a little weird
to users...

Just think, maybe worth to include some info that "this package for epel
only" into package description, additionally?


[1] https://admin.fedoraproject.org/pkgdb/package/rpms/python3-setuptools/

-- 
wbr, Denis.
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/epel-devel@lists.fedoraproject.org


Re: perl-CryptX package

2015-11-22 Thread Denis Fateyev
On Sun, Nov 22, 2015 at 5:20 PM, Paul Howarth  wrote:

>
> As a data point of interest, I unbundled libtomcrypt from python-crypto
> when it became possible:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1087557
>
> Paul.
>

Thanks for the answer. Under these circumstances I should consider to
unbundle it too.

By the way, the last official "libtomcrypt" release happened more than 5
years ago. There was no new official release since that and it's a bit of
problem due a lot of historical code and changes were made after that
(hundreds of commits). I'll try to contact libtom people on Github, maybe
they will bother to prepare a new release.

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


perl-CryptX package

2015-11-20 Thread Denis Fateyev
Hello there,

I'm going to package CryptX Perl module [1] soon.

The only concern is that it contains a lot of XS-based code of ciphers and
hashes that can be probably considered as bundled. Mostly the used
routines, including sha1, sha2 and md5 implementations, are based on
LibTomCrypt library [2, 3].

Neither this library components nor all algo related are mentioned in
Bundled library policies [4]. So the question is: should we threat this
very case as bundled libs presence? Are there any objections against this
module to be packaged "as is", in its current state?

Thanks,

[1] https://metacpan.org/pod/CryptX

[2] http://www.libtom.net

[3] https://github.com/libtom/libtomcrypt

[4]
https://fedoraproject.org/w/index.php?title=Packaging:No_Bundled_Libraries=406058

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


Fwd: hotness tried to map perl-Class-Virtual to an upstream project, but failed due to ambiguity. 5682 other projects share the same homepage

2015-02-27 Thread Denis Fateyev
Hello there,

Recently, I've got several such messages for each of new submitted packages.
Is there something wrong with the upstream monitoring for Perl modules?

Thanks.

-- Forwarded message --
From: notificati...@fedoraproject.org
Date: Fri, Feb 27, 2015 at 11:59 PM
Subject: hotness tried to map perl-Class-Virtual to an upstream project,
but failed due to ambiguity. 5682 other projects share the same homepage

hotness tried to map perl-Class-Virtual to an upstream project, but failed
due to ambiguity.  5682 other projects share the same homepage
https://bugzilla.redhat.com/1195862
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Devel-Timer-0.06.tar.gz uploaded to lookaside cache by dfateyev

2014-11-09 Thread Denis Fateyev
A file has been added to the lookaside cache for perl-Devel-Timer:

92b8d96b9e1a01360a17224ff0351548  Devel-Timer-0.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-Timer] perl-Devel-Timer: version 0.06

2014-11-09 Thread Denis Fateyev
commit 7c7d58cb853f3ea0ad8626adf2c30887b16d9a50
Author: Denis Fateyev de...@fateyev.com
Date:   Mon Nov 10 01:00:39 2014 +0600

perl-Devel-Timer: version 0.06

 .gitignore|1 +
 perl-Devel-Timer.spec |   18 ++
 sources   |2 +-
 3 files changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6f866f..b701051 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Devel-Timer-0.05.tar.gz
+/Devel-Timer-0.06.tar.gz
diff --git a/perl-Devel-Timer.spec b/perl-Devel-Timer.spec
index c9795fc..6d0f22f 100644
--- a/perl-Devel-Timer.spec
+++ b/perl-Devel-Timer.spec
@@ -1,15 +1,12 @@
 Name:   perl-Devel-Timer
-Version:0.05
-Release:2%{?dist}
+Version:0.06
+Release:1%{?dist}
 Summary:Track and report execution time for parts of code
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Devel-Timer/
 
 Source0:
http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Devel-Timer-%{version}.tar.gz
-%if 0%{?el5}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-%endif
 BuildArch:  noarch
 
 BuildRequires:  perl
@@ -29,6 +26,7 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
 
 # Testing
+BuildRequires:  perl(Capture::Tiny) = 0.24
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
 
@@ -48,9 +46,6 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-%if 0%{?el5}
-rm -rf $RPM_BUILD_ROOT
-%endif
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -60,10 +55,6 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 %check
 make test
 
-%if 0%{?el5}
-%clean
-rm -rf $RPM_BUILD_ROOT
-%endif
 
 %files
 %doc COPYING Changes
@@ -72,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Nov 08 2014 Denis Fateyev de...@fateyev.com - 0.06-1
+- Update to 0.06 release
+
 * Tue Oct 07 2014 Denis Fateyev de...@fateyev.com - 0.05-2
 - Small spec improvements
 
diff --git a/sources b/sources
index c2bf685..ac227d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21b0e50193235b9d370514a17dd0e49f  Devel-Timer-0.05.tar.gz
+92b8d96b9e1a01360a17224ff0351548  Devel-Timer-0.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-Timer/f20] perl-Devel-Timer: version 0.06

2014-11-09 Thread Denis Fateyev
Summary of changes:

  7c7d58c... perl-Devel-Timer: version 0.06 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-Timer/f21] perl-Devel-Timer: version 0.06

2014-11-09 Thread Denis Fateyev
Summary of changes:

  7c7d58c... perl-Devel-Timer: version 0.06 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-Timer/epel7] perl-Devel-Timer: version 0.06

2014-11-09 Thread Denis Fateyev
Summary of changes:

  7c7d58c... perl-Devel-Timer: version 0.06 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Text-Aligner/epel7] (2 commits) ...0.12 bump

2014-10-25 Thread Denis Fateyev
Summary of changes:

  c510208... 0.11 bump (*)
  095785a... 0.12 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File DBIx-RunSQL-0.12.tar.gz uploaded to lookaside cache by dfateyev

2014-10-11 Thread Denis Fateyev
A file has been added to the lookaside cache for perl-DBIx-RunSQL:

1fd98d555a36e85f7403f342a41b0282  DBIx-RunSQL-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-RunSQL] perl-DBIx-RunSQL: initial submission (#1141390)

2014-10-11 Thread Denis Fateyev
commit 88dc05e460b32b4ac14beecdb9b24af1cb346b14
Author: Denis Fateyev de...@fateyev.com
Date:   Sat Oct 11 22:14:07 2014 +0600

perl-DBIx-RunSQL: initial submission (#1141390)

 .gitignore|1 +
 perl-DBIx-RunSQL.spec |   82 +
 sources   |1 +
 3 files changed, 84 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4f8a84f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/DBIx-RunSQL-0.12.tar.gz
diff --git a/perl-DBIx-RunSQL.spec b/perl-DBIx-RunSQL.spec
new file mode 100644
index 000..ec0034a
--- /dev/null
+++ b/perl-DBIx-RunSQL.spec
@@ -0,0 +1,82 @@
+Name:   perl-DBIx-RunSQL
+Version:0.12
+Release:2%{?dist}
+Summary:Run SQL commands from a file
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/DBIx-RunSQL/
+
+Source0:
http://search.cpan.org/CPAN/authors/id/C/CO/CORION/DBIx-RunSQL-%{version}.tar.gz
+%{?el5:BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} 
-n)}
+BuildArch:  noarch
+
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+
+# Run-time:
+BuildRequires:  perl(DBI)
+BuildRequires:  perl(base)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+
+# Testing
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(DBD::SQLite)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Pod::Readme)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(warnings)
+
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Getopt::Long)
+Requires:   perl(Pod::Usage)
+
+
+%description
+This module abstracts away the run these SQL statements to set up
+a database into a module. It also abstracts away the reading of
+SQL from a file and allows for various command line parameters
+to be passed in.
+
+
+%prep
+%setup -q -n DBIx-RunSQL-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+%if 0%{?el5}
+rm -rf $RPM_BUILD_ROOT
+%endif
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%if 0%{?el5}
+%clean
+rm -rf $RPM_BUILD_ROOT
+%endif
+
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+
+%changelog
+* Tue Oct 07 2014 Denis Fateyev de...@fateyev.com - 0.12-2
+- Small spec improvements
+
+* Fri Sep 12 2014 Denis Fateyev de...@fateyev.com - 0.12-1
+- Initial release
diff --git a/sources b/sources
index e69de29..ca5401c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1fd98d555a36e85f7403f342a41b0282  DBIx-RunSQL-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-RunSQL/el5] perl-DBIx-RunSQL: initial submission (#1141390)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  88dc05e... perl-DBIx-RunSQL: initial submission (#1141390) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-RunSQL/el6] perl-DBIx-RunSQL: initial submission (#1141390)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  88dc05e... perl-DBIx-RunSQL: initial submission (#1141390) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-RunSQL/epel7] perl-DBIx-RunSQL: initial submission (#1141390)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  88dc05e... perl-DBIx-RunSQL: initial submission (#1141390) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-RunSQL/f19] perl-DBIx-RunSQL: initial submission (#1141390)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  88dc05e... perl-DBIx-RunSQL: initial submission (#1141390) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-RunSQL/f20] perl-DBIx-RunSQL: initial submission (#1141390)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  88dc05e... perl-DBIx-RunSQL: initial submission (#1141390) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-RunSQL/f21] perl-DBIx-RunSQL: initial submission (#1141390)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  88dc05e... perl-DBIx-RunSQL: initial submission (#1141390) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File enum-1.10.tar.gz uploaded to lookaside cache by dfateyev

2014-10-11 Thread Denis Fateyev
A file has been added to the lookaside cache for perl-enum:

e67f8d34a0104710dc50f38c958e90e9  enum-1.10.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-enum] perl-enum: initial submission (#1141486)

2014-10-11 Thread Denis Fateyev
commit 896a84674491aca71c7304057be464dd10da56d2
Author: Denis Fateyev de...@fateyev.com
Date:   Sun Oct 12 00:45:00 2014 +0600

perl-enum: initial submission (#1141486)

 .gitignore |1 +
 perl-enum.spec |   67 
 sources|1 +
 3 files changed, 69 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c6e6a2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/enum-1.10.tar.gz
diff --git a/perl-enum.spec b/perl-enum.spec
new file mode 100644
index 000..9c0ac0e
--- /dev/null
+++ b/perl-enum.spec
@@ -0,0 +1,67 @@
+Name:   perl-enum
+Version:1.10
+Release:1%{?dist}
+Summary:C-style enumerated types and bitmask flags in Perl
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/enum/
+
+Source0:
http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/enum-%{version}.tar.gz
+%{?el5:BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} 
-n)}
+BuildArch:  noarch
+
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+
+# Run-time:
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+
+# Testing
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(warnings)
+
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+This module is used to define a set of constants with ordered numeric
+values, similar to the enum type in the C programming language.
+You can also define bitmask constants, where the value assigned to
+each constant has exactly one bit set (e.g. 1, 2, 4, 8, etc).
+
+
+%prep
+%setup -q -n enum-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+%if 0%{?el5}
+rm -rf $RPM_BUILD_ROOT
+%endif
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%if 0%{?el5}
+%clean
+rm -rf $RPM_BUILD_ROOT
+%endif
+
+%files
+%doc README Changes
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+
+%changelog
+* Sat Sep 13 2014 Denis Fateyev de...@fateyev.com - 1.10-1
+- Initial release
diff --git a/sources b/sources
index e69de29..858c34d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e67f8d34a0104710dc50f38c958e90e9  enum-1.10.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Devel-Timer-0.05.tar.gz uploaded to lookaside cache by dfateyev

2014-10-11 Thread Denis Fateyev
A file has been added to the lookaside cache for perl-Devel-Timer:

21b0e50193235b9d370514a17dd0e49f  Devel-Timer-0.05.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-enum/el5] perl-enum: initial submission (#1141486)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  896a846... perl-enum: initial submission (#1141486) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-enum/el6] perl-enum: initial submission (#1141486)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  896a846... perl-enum: initial submission (#1141486) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-enum/epel7] perl-enum: initial submission (#1141486)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  896a846... perl-enum: initial submission (#1141486) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-Timer] perl-Devel-Timer: initial submission (#1139041)

2014-10-11 Thread Denis Fateyev
commit 5977cd24ced6a111c53e7389f4f815ba7e497585
Author: Denis Fateyev de...@fateyev.com
Date:   Sun Oct 12 01:00:27 2014 +0600

perl-Devel-Timer: initial submission (#1139041)

 .gitignore|1 +
 perl-Devel-Timer.spec |   79 +
 sources   |1 +
 3 files changed, 81 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d6f866f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Devel-Timer-0.05.tar.gz
diff --git a/perl-Devel-Timer.spec b/perl-Devel-Timer.spec
new file mode 100644
index 000..c9795fc
--- /dev/null
+++ b/perl-Devel-Timer.spec
@@ -0,0 +1,79 @@
+Name:   perl-Devel-Timer
+Version:0.05
+Release:2%{?dist}
+Summary:Track and report execution time for parts of code
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Devel-Timer/
+
+Source0:
http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Devel-Timer-%{version}.tar.gz
+%if 0%{?el5}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+%endif
+BuildArch:  noarch
+
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+
+# Run-time:
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+
+# Testing
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+
+%description
+Devel::Timer allows developers to accurately time how long a specific
+piece of code takes to execute. This can be helpful in locating the
+slowest parts of an existing application.
+
+%prep
+%setup -q -n Devel-Timer-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+%if 0%{?el5}
+rm -rf $RPM_BUILD_ROOT
+%endif
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%if 0%{?el5}
+%clean
+rm -rf $RPM_BUILD_ROOT
+%endif
+
+%files
+%doc COPYING Changes
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+
+%changelog
+* Tue Oct 07 2014 Denis Fateyev de...@fateyev.com - 0.05-2
+- Small spec improvements
+
+* Sat Sep 06 2014 Denis Fateyev de...@fateyev.com - 0.05-1
+- Initial release
diff --git a/sources b/sources
index e69de29..c2bf685 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+21b0e50193235b9d370514a17dd0e49f  Devel-Timer-0.05.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-enum/f19] perl-enum: initial submission (#1141486)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  896a846... perl-enum: initial submission (#1141486) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-enum/f20] perl-enum: initial submission (#1141486)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  896a846... perl-enum: initial submission (#1141486) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-enum/f21] perl-enum: initial submission (#1141486)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  896a846... perl-enum: initial submission (#1141486) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-Timer/el5] perl-Devel-Timer: initial submission (#1139041)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  5977cd2... perl-Devel-Timer: initial submission (#1139041) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-Timer/el6] perl-Devel-Timer: initial submission (#1139041)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  5977cd2... perl-Devel-Timer: initial submission (#1139041) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-Timer/epel7] perl-Devel-Timer: initial submission (#1139041)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  5977cd2... perl-Devel-Timer: initial submission (#1139041) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-Timer/f19] perl-Devel-Timer: initial submission (#1139041)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  5977cd2... perl-Devel-Timer: initial submission (#1139041) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-Timer/f20] perl-Devel-Timer: initial submission (#1139041)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  5977cd2... perl-Devel-Timer: initial submission (#1139041) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-Timer/f21] perl-Devel-Timer: initial submission (#1139041)

2014-10-11 Thread Denis Fateyev
Summary of changes:

  5977cd2... perl-Devel-Timer: initial submission (#1139041) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Array-Unique-0.08.tar.gz uploaded to lookaside cache by dfateyev

2014-10-02 Thread Denis Fateyev
A file has been added to the lookaside cache for perl-Array-Unique:

e3fc4333a97c360348b8c7d0b6b94e83  Array-Unique-0.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Array-Unique] perl-Array-Unique: initial import (#1139043)

2014-10-02 Thread Denis Fateyev
commit 4b554ef2991b431f92a6b98de20c2f606b95f5d1
Author: Denis Fateyev de...@fateyev.com
Date:   Thu Oct 2 20:35:59 2014 +0600

perl-Array-Unique: initial import (#1139043)

 .gitignore |1 +
 perl-Array-Unique.spec |   75 
 sources|1 +
 3 files changed, 77 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..22a07e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Array-Unique-0.08.tar.gz
diff --git a/perl-Array-Unique.spec b/perl-Array-Unique.spec
new file mode 100644
index 000..23a2871
--- /dev/null
+++ b/perl-Array-Unique.spec
@@ -0,0 +1,75 @@
+Name:   perl-Array-Unique
+Version:0.08
+Release:2%{?dist}
+Summary:Tie-able array that allows only unique values
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Array-Unique/
+
+Source0:
http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Array-Unique-%{version}.tar.gz
+%{?el5:BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} 
-n)}
+BuildArch:  noarch
+
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(strict)
+
+# Testing
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Tie::Array)
+BuildRequires:  perl(warnings)
+
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+
+%description
+This package lets you create an array which will allow only one
+occurrence of any value. In other words, no matter how many times
+you put in 42 it will keep only the first occurrence and the rest
+will be dropped. You use the module via tie and once you tied your
+array to this module it will behave correctly.
+
+Uniqueness is checked with the 'eq' operator so among other things
+it is case sensitive. As a side effect the module does not allow
+undef as a value in the array.
+
+%prep
+%setup -q -n Array-Unique-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+%if 0%{?el5}
+rm -rf $RPM_BUILD_ROOT
+%endif
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%if 0%{?el5}
+%clean
+rm -rf $RPM_BUILD_ROOT
+%endif
+
+%files
+%doc README Changes
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+
+%changelog
+* Sun Sep 28 2014 Denis Fateyev de...@fateyev.com - 0.08-2
+- Spec small cleanup
+
+* Sat Sep 06 2014 Denis Fateyev de...@fateyev.com - 0.08-1
+- Initial release
diff --git a/sources b/sources
index e69de29..d0f5506 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e3fc4333a97c360348b8c7d0b6b94e83  Array-Unique-0.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Array-Unique/el5] perl-Array-Unique: initial import (#1139043)

2014-10-02 Thread Denis Fateyev
Summary of changes:

  4b554ef... perl-Array-Unique: initial import (#1139043) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Array-Unique/el6] perl-Array-Unique: initial import (#1139043)

2014-10-02 Thread Denis Fateyev
Summary of changes:

  4b554ef... perl-Array-Unique: initial import (#1139043) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Array-Unique/epel7] perl-Array-Unique: initial import (#1139043)

2014-10-02 Thread Denis Fateyev
Summary of changes:

  4b554ef... perl-Array-Unique: initial import (#1139043) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Array-Unique/f19] perl-Array-Unique: initial import (#1139043)

2014-10-02 Thread Denis Fateyev
Summary of changes:

  4b554ef... perl-Array-Unique: initial import (#1139043) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Array-Unique/f20] perl-Array-Unique: initial import (#1139043)

2014-10-02 Thread Denis Fateyev
Summary of changes:

  4b554ef... perl-Array-Unique: initial import (#1139043) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Array-Unique/f21] perl-Array-Unique: initial import (#1139043)

2014-10-02 Thread Denis Fateyev
Summary of changes:

  4b554ef... perl-Array-Unique: initial import (#1139043) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-IO-Pipely/epel7] perl-IO-Pipely: epel7 branch

2014-09-25 Thread Denis Fateyev
commit fe278c2eaf6b0c4b20d007d27887e9024833c8f5
Author: Denis Fateyev de...@fateyev.com
Date:   Fri Sep 26 03:17:28 2014 +0600

perl-IO-Pipely: epel7 branch

 perl-IO-Pipely.spec |9 +++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Pipely.spec b/perl-IO-Pipely.spec
index 059816d..4728956 100644
--- a/perl-IO-Pipely.spec
+++ b/perl-IO-Pipely.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-Pipely
 Version:0.005
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Portably create pipe() or pipe-like handles, one way or another
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -15,7 +15,9 @@ BuildRequires:  perl(Exporter) = 5.68
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Fcntl) = 1.06
 BuildRequires:  perl(IO::Socket) = 1.31
-BuildRequires:  perl(Scalar::Util) = 1.29
+# requires 1.29 originally but EL7 has 1.27 in Perl
+# version regressed (used only during test and has a workaround)
+BuildRequires:  perl(Scalar::Util) = 1.27
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Symbol) = 1.06
 BuildRequires:  perl(Test::More) = 0.98
@@ -59,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 25 2014 Denis Fateyev de...@fateyev.com - 0.005-4
+- Weaken dependencies used for test (for epel7)
+
 * Tue Aug 26 2014 Jitka Plesnikova jples...@redhat.com - 0.005-3
 - Perl 5.20 rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Pod-Readme/el6] perl-Pod-Readme: version 0.11

2014-09-19 Thread Denis Fateyev
commit b2c33acddb444f2f16692708675e56013e978d03
Author: Denis Fateyev de...@fateyev.com
Date:   Sat Sep 20 05:01:47 2014 +0600

perl-Pod-Readme: version 0.11

 .gitignore |1 +
 sources|2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f4703f..75d85ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Pod-Readme-0.09.tar.gz
+/Pod-Readme-0.11.tar.gz
diff --git a/sources b/sources
index 2955812..f055f40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6f7f2a4c4a74ba50b2aa561fa753d85c  Pod-Readme-0.09.tar.gz
+5846d5fad616daf941862c44b3512ba7  Pod-Readme-0.11.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Pod-Readme/el6] (17 commits) ...Merge branch 'master' into el6

2014-09-19 Thread Denis Fateyev
Summary of changes:

  03b1807... Fix typo that causes a failure to update the common directo (*)
  ff899e7... - rebuild against perl 5.10.1 (*)
  2b98bc5... - Mass rebuild with perl-5.12.0 (*)
  c95ef33... dist-git conversion (*)
  e4ab985... - 661697 rebuild for fixing problems with vendorach/lib (*)
  034544c... - Update to 0.11. - Update Source0 URL. - Switch back to bu (*)
  3f68b75... - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass (*)
  3300073... Perl mass rebuild (*)
  b773b5d... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  bbe0e54... Perl 5.16 rebuild (*)
  6f2106f... - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass (*)
  7925277... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  b6a4fd3... Perl 5.18 rebuild (*)
  8bdfd5d... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  34c9375... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  678ea33... Perl 5.20 rebuild (*)
  e89c9d6... Merge branch 'master' into el6

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Pod-Readme/el6: 17/17] Merge branch 'master' into el6

2014-09-19 Thread Denis Fateyev
commit e89c9d6669abcdbebb307ce93cf48cfca552c130
Merge: b2c33ac 678ea33
Author: Denis Fateyev de...@fateyev.com
Date:   Sat Sep 20 05:16:43 2014 +0600

Merge branch 'master' into el6

 perl-Pod-Readme.spec |   69 -
 1 files changed, 56 insertions(+), 13 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Pod-Readme/el5] perl-Pod-Readme: version 0.11

2014-09-19 Thread Denis Fateyev
commit 9108eb69da20a6324af480a7d5681d7406b25569
Author: Denis Fateyev de...@fateyev.com
Date:   Sat Sep 20 06:30:18 2014 +0600

perl-Pod-Readme: version 0.11

 .gitignore   |1 +
 perl-Pod-Readme.spec |   87 --
 sources  |2 +-
 3 files changed, 72 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f4703f..75d85ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Pod-Readme-0.09.tar.gz
+/Pod-Readme-0.11.tar.gz
diff --git a/perl-Pod-Readme.spec b/perl-Pod-Readme.spec
index 9784499..ac14a2b 100644
--- a/perl-Pod-Readme.spec
+++ b/perl-Pod-Readme.spec
@@ -1,27 +1,21 @@
-%define module_version 0.09
+%define module_version 0.11
 
 Name:   perl-Pod-Readme
-Version:0.090
-Release:1%{?dist}
+Version:0.110
+Release:11%{?dist}
 Summary:Convert POD to README file
-License:GPL or Artistic
+License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Pod-Readme/
-Source0:
http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-%{module_version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/B/BI/BIGPRESH/Pod-Readme-%{module_version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Regexp::Common)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) = 1.00
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Portability::Files)
-# Core module that appears to be out of date.
-#BuildRequires:  perl(Pod::Text) = 3.0
-Requires:   perl(Test::Pod) = 1.00
-Requires:   perl(Test::Pod::Coverage)
-Requires:   perl(Test::Portability::Files)
-# Core module that appears to be out of date.
-#Requires:   perl(Pod::Text) = 3.0
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -32,20 +26,21 @@ markup for generating README files.
 %setup -q -n Pod-Readme-%{module_version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-DEVEL_TESTS=1 ./Build test
+DEVEL_TESTS=1 make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -59,6 +54,64 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.110-11
+- Perl 5.20 rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.110-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.110-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Sun Jul 21 2013 Petr Pisar ppi...@redhat.com - 0.110-8
+- Perl 5.18 rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.110-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.110-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Wed Jun 13 2012 Petr Pisar ppi...@redhat.com - 0.110-5
+- Perl 5.16 rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.110-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Mon Jun 20 2011 Marcela Mašláňová mmasl...@redhat.com - 0.110-3
+- Perl mass rebuild
+
+* Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.110-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Dec 28 2010 Steven Pritchard st...@kspei.com 0.110-1
+- Update to 0.11.
+- Update Source0 URL.
+- Switch back to building with ExtUtils::MakeMaker/Makefile.PL.
+- BR Test::More.
+
+* Tue Dec 21 2010 Marcela Maslanova mmasl...@redhat.com - 0.090-8
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Tue May 04 2010 Marcela Maslanova mmasl...@redhat.com - 0.090-7
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 0.090-6
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.090-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.090-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Mar  5 2008 Tom spot Callaway tcall...@redhat.com 0.090-3
+- rebuild for new perl

File DBIx-Connector-0.53.tar.gz uploaded to lookaside cache by dfateyev

2014-09-16 Thread Denis Fateyev
A file has been added to the lookaside cache for perl-DBIx-Connector:

127fafe4fd4da0c9c7df2ff1c8754c6d  DBIx-Connector-0.53.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-Connector] perl-DBIx-Connector: initial release (#1141389)

2014-09-16 Thread Denis Fateyev
commit afe27d52607935cf3ed1946659f7b5d1d9667309
Author: Denis Fateyev de...@fateyev.com
Date:   Wed Sep 17 00:53:57 2014 +0600

perl-DBIx-Connector: initial release (#1141389)

 .gitignore   |1 +
 perl-DBIx-Connector.spec |   73 ++
 sources  |1 +
 3 files changed, 75 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b358e8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/DBIx-Connector-0.53.tar.gz
diff --git a/perl-DBIx-Connector.spec b/perl-DBIx-Connector.spec
new file mode 100644
index 000..c7e6f4b
--- /dev/null
+++ b/perl-DBIx-Connector.spec
@@ -0,0 +1,73 @@
+Name:   perl-DBIx-Connector
+Version:0.53
+Release:2%{?dist}
+Summary:Fast, safe DBI connection and transaction management
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/DBIx-Connector/
+
+Source0:
http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/DBIx-Connector-%{version}.tar.gz
+BuildArch:  noarch
+
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(DBI) = 1.605
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+
+# Testing
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::MockModule)
+BuildRequires:  perl(Test::Pod) = 1.41
+BuildRequires:  perl(Test::Pod::Coverage) = 1.06
+BuildRequires:  perl(warnings)
+
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Carp)
+
+%description
+DBIx::Connector provides a simple interface for fast and safe DBI
+connection and transaction management. It allows to keep a database
+handle to maintain a connection in order to minimize overhead without
+having to worry about dropped or corrupted connections.
+
+Borrowing an interface from DBIx::Class, DBIx::Connector also offers
+an API that handles the scoping of database transactions. In addition,
+it offers an API for savepoints if a database supports them.
+
+
+%prep
+%setup -q -n DBIx-Connector-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+# skipped 't/svp_live.t' since requires a real db
+./Build test
+
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+
+%changelog
+* Sun Sep 14 2014 Denis Fateyev de...@fateyev.com - 0.53-2
+- Add BuildRequires, spec cleanup
+
+* Fri Sep 12 2014 Denis Fateyev de...@fateyev.com - 0.53-1
+- Initial release
diff --git a/sources b/sources
index e69de29..d431fde 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+127fafe4fd4da0c9c7df2ff1c8754c6d  DBIx-Connector-0.53.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-Connector/f19] perl-DBIx-Connector: initial release (#1141389)

2014-09-16 Thread Denis Fateyev
Summary of changes:

  afe27d5... perl-DBIx-Connector: initial release (#1141389) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-Connector/f20] perl-DBIx-Connector: initial release (#1141389)

2014-09-16 Thread Denis Fateyev
Summary of changes:

  afe27d5... perl-DBIx-Connector: initial release (#1141389) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-Connector/f21] perl-DBIx-Connector: initial release (#1141389)

2014-09-16 Thread Denis Fateyev
Summary of changes:

  afe27d5... perl-DBIx-Connector: initial release (#1141389) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-Connector/epel7] perl-DBIx-Connector: initial release (#1141389)

2014-09-16 Thread Denis Fateyev
Summary of changes:

  afe27d5... perl-DBIx-Connector: initial release (#1141389) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Data-Faker-0.10.tar.gz uploaded to lookaside cache by dfateyev

2014-09-11 Thread Denis Fateyev
A file has been added to the lookaside cache for perl-Data-Faker:

48792a48730e5f8489e16fd970b413a5  Data-Faker-0.10.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Data-Faker] perl-Data-Faker: initial import (#1138971)

2014-09-11 Thread Denis Fateyev
commit dab0d05e386362968104d58a089caedfb4573e5a
Author: Denis Fateyev de...@fateyev.com
Date:   Fri Sep 12 06:31:40 2014 +0600

perl-Data-Faker: initial import (#1138971)

 .gitignore   |1 +
 perl-Data-Faker.spec |   65 ++
 sources  |1 +
 3 files changed, 67 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5721734 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Data-Faker-0.10.tar.gz
diff --git a/perl-Data-Faker.spec b/perl-Data-Faker.spec
new file mode 100644
index 000..48a83f4
--- /dev/null
+++ b/perl-Data-Faker.spec
@@ -0,0 +1,65 @@
+Name:   perl-Data-Faker
+Version:0.10
+Release:2%{?dist}
+Summary:Perl extension for generating fake data
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Data-Faker/
+
+Source0:
http://search.cpan.org/CPAN/authors/id/W/WS/WSHELDAHL/Data-Faker-%{version}.tar.gz
+BuildArch:  noarch
+
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(base)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(POSIX)
+
+# Testing
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+
+%description
+This module creates fake (but reasonable) data that can be used
+for things such as filling databases with fake information during
+development of database related applications.
+
+%prep
+%setup -q -n Data-Faker-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_bindir}/datafaker
+%{_mandir}/man3/*
+
+
+%changelog
+* Tue Sep 09 2014 Denis Fateyev de...@fateyev.com - 0.10-2
+- Added BuildRequires, small changes in spec
+
+* Thu Sep 04 2014 Denis Fateyev de...@fateyev.com - 0.10-1
+- Initial release
diff --git a/sources b/sources
index e69de29..0ffabec 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+48792a48730e5f8489e16fd970b413a5  Data-Faker-0.10.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Data-Faker/f19] perl-Data-Faker: initial import (#1138971)

2014-09-11 Thread Denis Fateyev
Summary of changes:

  dab0d05... perl-Data-Faker: initial import (#1138971) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Data-Faker/f20] perl-Data-Faker: initial import (#1138971)

2014-09-11 Thread Denis Fateyev
Summary of changes:

  dab0d05... perl-Data-Faker: initial import (#1138971) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Data-Faker/f21] perl-Data-Faker: initial import (#1138971)

2014-09-11 Thread Denis Fateyev
Summary of changes:

  dab0d05... perl-Data-Faker: initial import (#1138971) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Data-Faker/epel7] perl-Data-Faker: initial import (#1138971)

2014-09-11 Thread Denis Fateyev
Summary of changes:

  dab0d05... perl-Data-Faker: initial import (#1138971) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: glibc issue while build in epel

2014-09-08 Thread Denis Fateyev
On Mon, Sep 8, 2014 at 4:59 PM, Petr Pisar ppi...@redhat.com wrote:


 The failure on ppc64 is a permanent bug in Digest-Whirpool. See
 https://rt.cpan.org/Public/Bug/Display.html?id=84143.

 -- PEtr


Thanks for clarifications. I will try to get more details from the
Digest-Whirlpool author to check if we could do something here.

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

glibc issue while build in epel

2014-09-06 Thread Denis Fateyev
Hello there,

I'm facing an issue while making arch-specific scratch builds in EPEL
branches. They fail during test stage while they build just fine on my own
machine(s) with the same arch.

Build log:
---
t/clone...ok
t/digest..*** glibc detected *** /usr/bin/perl: corrupted
double-linked list: 0x00d4afa0 ***
=== Backtrace: =
/lib64/libc.so.6[0x7f83973cc283]
/lib64/libc.so.6(__libc_malloc+0x6e)[0x7f83973cddfe]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(Perl_safesysmalloc+0x3b)[0x7f839863801b]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(Perl_gv_init+0x8d)[0x7f83985f945d]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(Perl_gv_fetchmeth+0xaa)[0x7f83985f9b0a]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(Perl_gv_fetchmeth_autoload+0x91)[0x7f83985fbb81]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(Perl_Gv_AMupdate+0x1f9)[0x7f83985fbe09]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(Perl_gv_handler+0x5c)[0x7f83985fc0dc]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(Perl_sv_clear+0x13d)[0x7f839865346d]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(Perl_sv_free+0x80)[0x7f8398653b50]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(Perl_gp_free+0xad)[0x7f83985f8ead]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(Perl_sv_clear+0x561)[0x7f8398653891]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(Perl_sv_free+0x80)[0x7f8398653b50]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so[0x7f83986510c5]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(Perl_sv_clean_objs+0x3a)[0x7f839865113a]
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so(perl_destruct+0x11be)[0x7f83985f785e]
/usr/bin/perl(main+0xb3)[0x401773]
/lib64/libc.so.6(__libc_start_main+0xf4)[0x7f83973779f4]
/usr/bin/perl[0x401609]
... and so on.
---
More details here:
https://kojipkgs.fedoraproject.org//work/tasks/8985/7538985/build.log

Failed builds:
https://koji.fedoraproject.org/koji/taskinfo?taskID=7538983 (EPEL 5)
https://koji.fedoraproject.org/koji/taskinfo?taskID=7538987 (EPEL 6)
https://koji.fedoraproject.org/koji/taskinfo?taskID=7538976 (EPEL 7)

Is it a temporary bug there?

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

Re: systeminfo - review package

2014-02-18 Thread Denis Fateyev
Hello,

BuildRoot is only needed for EPEL5:
https://fedoraproject.org/wiki/Packaging:Guidelines#BuildRoot_tag
If presents, it should be one of those:
http://fedoraproject.org/wiki/EPEL:Packaging#BuildRoot_tag

Removing BuildRoot and clean section are needed only for EPEL5 so I think
it would better to preserve conditionals.
Also, the conditionals there can be simplified:
http://fedoraproject.org/wiki/Packaging:DistTag#Conditionals

%{?el5:BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root}
...
%if 0%{?el5}
%clean
rm -rf %{buildroot}
%endif

-- as examples.

---
wbr, Denis.

On Wed, Feb 19, 2014 at 5:13 AM, David Roheim david.roh...@gmail.comwrote:

 Hi Pavol,

 I can not approve your package, but I would suggest some things.

 * Bump your rev version. Incl. changelog.
 * Define your BuildRoot
 * Use %{_bindir} instead of /usr/bin
 * Source-format your spec-file

 Why do you have:

 %if 0%{?rhel}  0%{?rhel} = 5
 rm -rf %{buildroot}
 %endif

 Why not just:
 rm -rf $RPM_BUILD_ROOT


 Nice page: https://fedoraproject.org/wiki/Packaging:RPMMacros

 Anyways :)

 David


 *David Roheim*
 david.roh...@gmail.com - http://roheim.org/



 On Tue, Feb 18, 2014 at 9:41 PM, Pavol Ipoth pavol.ip...@gmail.comwrote:

 Hi,

 can please somebody approve my package, it was already reviewed but
 reviewer doesn't have permissions to approve new package. Can somebody look
 at it. Thanks.

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


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: icecat or/and firefox?

2014-01-27 Thread Denis Fateyev
Hello all,

I haven't thought about possible replacement plans, in my opinion it's too
early to talk about that now.
As for the packaging process, the package requires some rework and
improvement - it's actually in the process.
It takes some time and efforts from a submitter (Antonio Trande), we'll see
what will happen..

Everyone is encouraged to take part in the discussion, share some thoughts,
etc. Any ideas are welcome.

---
wbr, Denis.

On Mon, Jan 27, 2014 at 11:36 AM, Ralf Corsepius rc040...@freenet.dewrote:

 On 01/27/2014 05:08 AM, Christopher Meng wrote:

 Hi,

 Here is an interesting package icecat[1], which is a more free
 version firefox.

 Do we allow this in Fedora now?



-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct