[rpms/perl-ExtUtils-CppGuess] PR #1: Update to 0.24

2022-04-19 Thread Miro Hrončok

churchyard opened a new pull-request against the project: 
`perl-ExtUtils-CppGuess` that you are following:
``
Update to 0.24
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-ExtUtils-CppGuess/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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/perl-ExtUtils-CppGuess] PR #1: [BLOCKED] Update to 0.24

2022-04-19 Thread Miro Hrončok

churchyard commented on the pull-request: `[BLOCKED] Update to 0.24` that you 
are following:
``
perl-Boost-Geometry-Utils is building with different set of flags now and it no 
longer builds with errors similar as I'Ve seen here before the %check commit.

```
buildtmp/main.xs:5:10: fatal error: cstring: No such file or directory
5 | #include 
  |  ^
compilation terminated.
```

Before:

```
gcc -I/usr/lib64/perl5/CORE -DVERSION="0.15" -DXS_VERSION="0.15" -fPIC -xc++ 
-DHAS_BOOL -Isrc -Ibuildtmp -c -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto 
-ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS 
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong 
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic 
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv 
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g 
-grecord-gcc-switches -pipe -Wall -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS 
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong 
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic 
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -g -o 
buildtmp/Utils.o buildtmp/Utils.c
```

After:

```
gcc -I/usr/lib64/perl5/CORE -DVERSION="0.15" -DXS_VERSION="0.15" -fPIC -O2 
-flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS 
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong 
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic 
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection 
-DHAS_BOOL -Isrc -Ibuildtmp -c -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto 
-ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS 
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong 
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic 
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv 
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g 
-grecord-gcc-switches -pipe -Wall -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS 
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong 
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic 
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -g -o 
buildtmp/Utils.o buildtmp/Utils.c
```

Diff of the individual flags:

```
@@ -3,7 +3,25 @@
 -DVERSION="0.15"
 -DXS_VERSION="0.15"
 -fPIC
--xc++
+-O2
+-flto=auto
+-ffat-lto-objects
+-fexceptions
+-g
+-grecord-gcc-switches
+-pipe
+-Wall
+-Werror=format-security
+-Wp,-D_FORTIFY_SOURCE=2
+-Wp,-D_GLIBCXX_ASSERTIONS
+-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
+-fstack-protector-strong
+-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1
+-m64
+-mtune=generic
+-fasynchronous-unwind-tables
+-fstack-clash-protection
+-fcf-protection
 -DHAS_BOOL
 -Isrc
 -Ibuildtmp
```

sic3r has a similar problem. Will report this to upstream. The changelog says:

> support environment variables CXX, CXXFLAGS, CXXLDFLAGS

Which indeed sounds like the curlpit.
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-ExtUtils-CppGuess/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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/perl-ExtUtils-CppGuess] PR #1: [BLOCKED] Update to 0.24

2022-04-19 Thread Miro Hrončok

churchyard commented on the pull-request: `[BLOCKED] Update to 0.24` that you 
are following:
``
This used to have:

```
%check
# We opt-out from https://fedoraproject.org/wiki/Changes/SetBuildFlagsBuildCheck
# The tests handle those variables themselves
unset -v CC CXX CFLAGS CXXFLAGS LDFLAGS
%make_build test
```

But I reverted that now, so it will no longer build.


Upstream report: https://github.com/tsee/extutils-cppguess/issues/26
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-ExtUtils-CppGuess/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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/perl-ExtUtils-CppGuess] PR #1: Update to 0.26

2022-04-21 Thread Miro Hrončok

churchyard merged a pull-request against the project: `perl-ExtUtils-CppGuess` 
that you are following.

Merged pull-request:

``
Update to 0.26
``

https://src.fedoraproject.org/rpms/perl-ExtUtils-CppGuess/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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #10: Do not BuildRequire non-existing boost-nowide-devel

2022-06-22 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `slic3r` that you are 
following:
``
Do not BuildRequire non-existing boost-nowide-devel
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/10
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #10: Do not BuildRequire non-existing boost-nowide-devel

2022-06-24 Thread Miro Hrončok

churchyard merged a pull-request against the project: `slic3r` that you are 
following.

Merged pull-request:

``
Do not BuildRequire non-existing boost-nowide-devel
``

https://src.fedoraproject.org/rpms/slic3r/pull-request/10
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #11: https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval

2022-07-18 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `slic3r` that you are 
following:
``
https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/11
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #11: https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval

2022-07-18 Thread Miro Hrončok

churchyard commented on the pull-request: 
`https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval` that you are 
following:
``
On rawhide, as is, use_system_admesh==0, Koji builds on x86_64, aarch64, 
ppc64le. Hence x390x is excluded due to the bundled admesh and i686 is excluded 
due to this change. armv7hl is no more. Good.

On rawhide, use_system_admesh==1, Koji builds on x86_64, aarch64, ppc64le, 
s390x. Hence, only i686 is excluded due to this change. armv7hl is no more.  
Good.

On Fedora 36, as is, use_system_admesh==0, Koji builds on armv7hl, i686, 
x86_64, aarch64, ppc64le. Hence only s390x is excluded due to the bundled 
admesh. Good

On rawhide, use_system_admesh==1, Koji builds on armv7hl, i686, x86_64, 
aarch64, ppc64le, s390x. Nothing is excluded. Good.
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/11
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #11: https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval

2022-07-18 Thread Miro Hrončok

churchyard merged a pull-request against the project: `slic3r` that you are 
following.

Merged pull-request:

``
https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
``

https://src.fedoraproject.org/rpms/slic3r/pull-request/11
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/perl-Wx-GLCanvas] PR #2: Rebuild with wxWidgets 3.2

2023-01-25 Thread Miro Hrončok

churchyard merged a pull-request against the project: `perl-Wx-GLCanvas` that 
you are following.

Merged pull-request:

``
Rebuild with wxWidgets 3.2
``

https://src.fedoraproject.org/rpms/perl-Wx-GLCanvas/pull-request/2
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Wx-GLCanvas] PR #2: Rebuild with wxWidgets 3.2

2023-01-25 Thread Miro Hrončok

churchyard commented on the pull-request: `Rebuild with wxWidgets 3.2` that you 
are following:
``
Building perl-Wx-GLCanvas-0.09-34.fc38 for rawhide
Created task: 96686144
Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=96686144
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-Wx-GLCanvas/pull-request/2
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/slic3r] PR #12: Fix FTBFS with GCC 14

2024-01-22 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `slic3r` that you are 
following:
``
Fix FTBFS with GCC 14
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/12
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/slic3r] PR #12: Fix FTBFS with GCC 14

2024-01-22 Thread Miro Hrončok

churchyard merged a pull-request against the project: `slic3r` that you are 
following.

Merged pull-request:

``
Fix FTBFS with GCC 14
``

https://src.fedoraproject.org/rpms/slic3r/pull-request/12
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-ExtUtils-CppGuess] PR #2: Convert to %autorelease and %autochangelog

2024-01-29 Thread Miro Hrončok

churchyard opened a new pull-request against the project: 
`perl-ExtUtils-CppGuess` that you are following:
``
Convert to %autorelease and %autochangelog
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-ExtUtils-CppGuess/pull-request/2
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-ExtUtils-Typemaps-Default] PR #1: Convert to %autorelease and %autochangelog

2024-01-29 Thread Miro Hrončok

churchyard opened a new pull-request against the project: 
`perl-ExtUtils-Typemaps-Default` that you are following:
``
Convert to %autorelease and %autochangelog
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-ExtUtils-Typemaps-Default/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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Growl-GNTP] PR #1: Convert to %autorelease and %autochangelog

2024-01-29 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `perl-Growl-GNTP` 
that you are following:
``
Convert to %autorelease and %autochangelog
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-Growl-GNTP/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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Wx-GLCanvas] PR #3: Convert to %autorelease and %autochangelog

2024-01-29 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `perl-Wx-GLCanvas` 
that you are following:
``
Convert to %autorelease and %autochangelog
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-Wx-GLCanvas/pull-request/3
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Module-Build-WithXSpp] PR #1: Convert to %autorelease and %autochangelog

2024-01-29 Thread Miro Hrončok

churchyard opened a new pull-request against the project: 
`perl-Module-Build-WithXSpp` that you are following:
``
Convert to %autorelease and %autochangelog
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-Module-Build-WithXSpp/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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/slic3r] PR #13: Convert to %autorelease and %autochangelog

2024-01-29 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `slic3r` that you are 
following:
``
Convert to %autorelease and %autochangelog
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/13
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Wx] PR #3: Remove unneeded complexity of the gtk requires hack

2024-01-30 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `perl-Wx` that you 
are following:
``
Remove unneeded complexity of the gtk requires hack
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-Wx/pull-request/3
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/slic3r] PR #13: Convert to %autorelease and %autochangelog

2024-02-20 Thread Miro Hrončok

churchyard merged a pull-request against the project: `slic3r` that you are 
following.

Merged pull-request:

``
Convert to %autorelease and %autochangelog
``

https://src.fedoraproject.org/rpms/slic3r/pull-request/13
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-ExtUtils-CppGuess] PR #2: Convert to %autorelease and %autochangelog

2024-03-28 Thread Miro Hrončok

churchyard merged a pull-request against the project: `perl-ExtUtils-CppGuess` 
that you are following.

Merged pull-request:

``
Convert to %autorelease and %autochangelog
``

https://src.fedoraproject.org/rpms/perl-ExtUtils-CppGuess/pull-request/2
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Growl-GNTP] PR #1: Convert to %autorelease and %autochangelog

2024-03-28 Thread Miro Hrončok

churchyard merged a pull-request against the project: `perl-Growl-GNTP` that 
you are following.

Merged pull-request:

``
Convert to %autorelease and %autochangelog
``

https://src.fedoraproject.org/rpms/perl-Growl-GNTP/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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-ExtUtils-Typemaps-Default] PR #1: Convert to %autorelease and %autochangelog

2024-03-28 Thread Miro Hrončok

churchyard merged a pull-request against the project: 
`perl-ExtUtils-Typemaps-Default` that you are following.

Merged pull-request:

``
Convert to %autorelease and %autochangelog
``

https://src.fedoraproject.org/rpms/perl-ExtUtils-Typemaps-Default/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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Wx-GLCanvas] PR #3: Convert to %autorelease and %autochangelog

2024-03-28 Thread Miro Hrončok

churchyard merged a pull-request against the project: `perl-Wx-GLCanvas` that 
you are following.

Merged pull-request:

``
Convert to %autorelease and %autochangelog
``

https://src.fedoraproject.org/rpms/perl-Wx-GLCanvas/pull-request/3
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Module-Build-WithXSpp] PR #1: Convert to %autorelease and %autochangelog

2024-03-28 Thread Miro Hrončok

churchyard merged a pull-request against the project: 
`perl-Module-Build-WithXSpp` that you are following.

Merged pull-request:

``
Convert to %autorelease and %autochangelog
``

https://src.fedoraproject.org/rpms/perl-Module-Build-WithXSpp/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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Wx] PR #4: Rebuilt with perl(Alien::wxWidgets::Config::gtk_3_2_5_uni_gcc_3_4)

2024-06-17 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `perl-Wx` that you 
are following:
``
Rebuilt with perl(Alien::wxWidgets::Config::gtk_3_2_5_uni_gcc_3_4)
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-Wx/pull-request/4
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Wx] PR #4: Rebuilt with perl(Alien::wxWidgets::Config::gtk_3_2_5_uni_gcc_3_4)

2024-06-17 Thread Miro Hrončok

churchyard merged a pull-request against the project: `perl-Wx` that you are 
following.

Merged pull-request:

``
Rebuilt with perl(Alien::wxWidgets::Config::gtk_3_2_5_uni_gcc_3_4)
``

https://src.fedoraproject.org/rpms/perl-Wx/pull-request/4
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/slic3r] PR #2: update to 1.3.0, conditionalize system bits, fix gcode.t test

2018-06-25 Thread Miro Hrončok

churchyard commented on the pull-request: `update to 1.3.0, conditionalize 
system bits, fix gcode.t test` that you are following:
``
this might need uncommenting. the build is failing with fatal error: 
polyclipping/clipper.hpp: No such file or directory
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/2
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/O7AYRHEOS7PJP2663JMIQTGQAT5HQBVJ/


[rpms/slic3r] PR #3: update to 1.3.0, conditionalize system bits, fix gcode.t test

2018-06-25 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `slic3r` that you are 
following:
``
update to 1.3.0, conditionalize system bits, fix gcode.t test
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/3
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/SZSP4OBVIJJ47W5RDPBLOTJPY2WKOX7X/


[rpms/slic3r] PR #2: update to 1.3.0, conditionalize system bits, fix gcode.t test

2018-06-25 Thread Miro Hrončok

churchyard canceled a pull-request against the project: `slic3r` that you are 
following.

Cancelled pull-request:

``
update to 1.3.0, conditionalize system bits, fix gcode.t test
``

https://src.fedoraproject.org/rpms/slic3r/pull-request/2
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/BUYGN6A7F6VUL75NL5DVWRXVDUGQWC7U/


[rpms/slic3r] PR #2: update to 1.3.0, conditionalize system bits, fix gcode.t test

2018-06-25 Thread Miro Hrončok

churchyard commented on the pull-request: `update to 1.3.0, conditionalize 
system bits, fix gcode.t test` that you are following:
``
https://src.fedoraproject.org/rpms/slic3r/pull-request/3
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/2
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/AEF3WXLMAPQEIOCZZDJPCGTPNT3UG64Y/


[rpms/slic3r] PR #1: WIP: Slic3r 1.3.0

2018-06-25 Thread Miro Hrončok

churchyard commented on the pull-request: `WIP: Slic3r 1.3.0` that you are 
following:
``
https://src.fedoraproject.org/rpms/slic3r/pull-request/3
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/7NKWOMO6UZJGAJAAYSMDRYOKDFFTFSA6/


[rpms/slic3r] PR #3: update to 1.3.0, conditionalize system bits, fix gcode.t test

2018-06-25 Thread Miro Hrončok

churchyard commented on the pull-request: `update to 1.3.0, conditionalize 
system bits, fix gcode.t test` that you are following:
``
this is #2 with tabs -> spaces, uncommented BR, removed unused pacthes
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/3
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/DHGUSZBSXFS532T4MLQEB7TCHX2QPPSR/


[rpms/slic3r] PR #3: update to 1.3.0, conditionalize system bits, fix gcode.t test

2018-06-25 Thread Miro Hrončok

churchyard commented on the pull-request: `update to 1.3.0, conditionalize 
system bits, fix gcode.t test` that you are following:
``
src/admesh/stl.h:32:2: error: #error "admesh works correctly on little endian 
machines only!"

I guess we can Exclude BE, as I don't expect much people need to run slic3r on 
s390x or power.
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/3
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/JZUUEZ3SZRILFKWAKRFXY6LQ3K36OJZE/


[rpms/slic3r] PR #3: update to 1.3.0, conditionalize system bits, fix gcode.t test

2018-06-25 Thread Miro Hrončok

churchyard commented on the pull-request: `update to 1.3.0, conditionalize 
system bits, fix gcode.t test` that you are following:
``
Pushed some little tweaks. Seems to run fine on F28.
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/3
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/XLYOZA44WDKNXGDLFZQZCOTCL6CHMUGD/


[rpms/slic3r] PR #3: update to 1.3.0, conditionalize system bits, fix gcode.t test

2018-06-27 Thread Miro Hrončok

churchyard merged a pull-request against the project: `slic3r` that you are 
following.

Merged pull-request:

``
update to 1.3.0, conditionalize system bits, fix gcode.t test
``

https://src.fedoraproject.org/rpms/slic3r/pull-request/3
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/CDDHF3NUFOT4DMQBJBYNU6NBFQBZBFZD/


[rpms/slic3r] PR #4: Set GDK_BACKEND=x11 to prevent crashes on Wayland

2018-12-22 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `slic3r` that you are 
following:
``
Set GDK_BACKEND=x11 to prevent crashes on Wayland
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/4
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[rpms/slic3r] PR #4: Set GDK_BACKEND=x11 to prevent crashes on Wayland

2018-12-22 Thread Miro Hrončok

churchyard commented on the pull-request: `Set GDK_BACKEND=x11 to prevent 
crashes on Wayland` that you are following:
``
F29 scratch https://koji.fedoraproject.org/koji/taskinfo?taskID=31570348
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/4
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[rpms/slic3r] PR #4: Set GDK_BACKEND=x11 to prevent crashes on Wayland

2018-12-23 Thread Miro Hrončok

churchyard merged a pull-request against the project: `slic3r` that you are 
following.

Merged pull-request:

``
Set GDK_BACKEND=x11 to prevent crashes on Wayland
``

https://src.fedoraproject.org/rpms/slic3r/pull-request/4
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Orphaning some Perl packages

2019-08-05 Thread Miro Hrončok

I plan to orphan the following packages during this week:

perl-ExtUtils-Typemap
perl-IO-Socket-PortState
perl-Lingua-EN-Numbers
perl-Math-ConvexHull
perl-Math-ConvexHull-MonotoneChain
perl-Math-Geometry-Voronoi
perl-UUID-Tiny

They were previously needed by slic3r, but no longer appear to be.

Let me know if you want some.
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
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: Orphaning some Perl packages

2019-08-07 Thread Miro Hrončok

On 07. 08. 19 14:41, Jitka Plesnikova wrote:

I'll take all packages.


Thank You, Jitka, they are yours now:

Giving rpms/perl-ExtUtils-Typemap to jplesnik
Giving rpms/perl-IO-Socket-PortState to jplesnik
Giving rpms/perl-Lingua-EN-Numbers to jplesnik
Giving rpms/perl-Math-ConvexHull to jplesnik
Giving rpms/perl-Math-ConvexHull-MonotoneChain to jplesnik
Giving rpms/perl-Math-Geometry-Voronoi to jplesnik
Giving rpms/perl-UUID-Tiny to jplesnik

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
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


[rpms/bugzilla] PR #2: Drop unused build dependency on Python 2

2019-09-04 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `bugzilla` that you 
are following:
``
Drop unused build dependency on Python 2
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/bugzilla/pull-request/2
___
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


80 orphaned perl packages

2020-02-11 Thread Miro Hrončok

Hey Perl people. The listed packages are orphaned due to nonresponsive policy:

  https://pagure.io/fesco/issue/2338

See https://churchyard.fedorapeople.org/orphans.txt for dependents.

In case you would like to adopt some of them, feel free to e-mail me the list 
and I can do it in bulk. Please make sure I am a direct recipient, I'm not 
receiving messages from this list.


perl-AnyEvent-Handle-UDP
perl-App-DuckDuckGo
perl-App-GitHooks
perl-Business-PayPal-API
perl-Business-Stripe
perl-Bytes-Random-Secure
perl-CGI-Deurl-XS
perl-CPAN-Reporter
perl-Clone-PP
perl-Compress-LZ4
perl-Compress-LZF
perl-Compress-Snappy
perl-Crypt-ECB
perl-Crypt-PBKDF2
perl-Crypt-PWSafe3
perl-Crypt-Random-Seed
perl-Crypt-Random-TESHA2
perl-Crypt-SaltedHash
perl-Dancer2
perl-Data-Munge
perl-Data-Printer
perl-Data-Record
perl-Date-Easter
perl-Date-Handler
perl-DateTime-Incomplete
perl-Devel-Hexdump
perl-Digest-Bcrypt
perl-Digest-PBKDF2
perl-Digest-SHA3
perl-Encode-DoubleEncodedUTF8
perl-Excel-Writer-XLSX
perl-File-ConfigDir
perl-File-FindLib
perl-File-Spec-Native
perl-Geo-ShapeFile
perl-Gtk3-WebKit
perl-HTTP-Soup
perl-IO-Pty-Easy
perl-IO-Socket-Timeout
perl-Image-SubImageFind
perl-LWP-Protocol-PSGI
perl-Math-Int64
perl-Mo
perl-Module-Data
perl-MooX-Cmd
perl-MooX-ConfigFromFile
perl-MooX-File-ConfigDir
perl-MooX-HasEnv
perl-MooX-Options
perl-Net-POP3S
perl-Net-Pcap-Easy
perl-Net-SMTPS
perl-Net-Statsd
perl-Net-Statsd-Server
perl-Net-Twitter-Lite
perl-Net-Whois-Raw
perl-Parse-CPAN-Packages-Fast
perl-Parse-DMIDecode
perl-Path-ScanINC
perl-PerlIO-via-Timeout
perl-Plack-Middleware-FixMissingBodyInRedirect
perl-Plack-Middleware-RemoveRedundantBody
perl-Promises
perl-Protocol-WebSocket
perl-REST-Client
perl-Redis
perl-Retry
perl-Return-MultiLevel
perl-SOCKS
perl-Sys-Detect-Virtualization
perl-Term-ANSIColor
perl-Test-LoadAllModules
perl-Text-Table-Tiny
perl-Time-Out
perl-Time-TAI64
perl-Tree-R
perl-URI-Encode
perl-URL-Encode-XS
perl-WWW-DuckDuckGo
perl-X11-GUITest

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
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: 80 orphaned perl packages

2020-02-12 Thread Miro Hrončok

On 12. 02. 20 0:30, Emmanuel Seyman wrote:

* Miro Hrončok [11/02/2020 21:21] :


In case you would like to adopt some of them, feel free to e-mail me the
list and I can do it in bulk. Please make sure I am a direct recipient, I'm
not receiving messages from this list.


I will quite happily take the following:

...
perl-Protocol-WebSocket


This one was already taken by @tjmc. Other than that, they are now all yours. 
Thanks.




--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
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


[rpms/slic3r] PR #5: Security fix for CVE-2020-28591

2021-03-18 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `slic3r` that you are 
following:
``
Security fix for CVE-2020-28591
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/5
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #6: Security fix for CVE-2020-28591

2021-03-18 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `slic3r` that you are 
following:
``
Security fix for CVE-2020-28591
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/6
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #7: Security fix for CVE-2020-28591

2021-03-18 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `slic3r` that you are 
following:
``
Security fix for CVE-2020-28591
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/7
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #8: Security fix for CVE-2020-28591

2021-03-18 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `slic3r` that you are 
following:
``
Security fix for CVE-2020-28591
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/8
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #8: Security fix for CVE-2020-28591

2021-03-19 Thread Miro Hrončok

churchyard closed without merging a pull-request against the project: `slic3r` 
that you
are following.

Closed pull-request:

``
Security fix for CVE-2020-28591
``

https://src.fedoraproject.org/rpms/slic3r/pull-request/8
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #9: Security fix for CVE-2020-28591

2021-03-19 Thread Miro Hrončok

churchyard opened a new pull-request against the project: `slic3r` that you are 
following:
``
Security fix for CVE-2020-28591
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/slic3r/pull-request/9
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #5: Security fix for CVE-2020-28591

2021-03-19 Thread Miro Hrončok

churchyard merged a pull-request against the project: `slic3r` that you are 
following.

Merged pull-request:

``
Security fix for CVE-2020-28591
``

https://src.fedoraproject.org/rpms/slic3r/pull-request/5
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #6: Security fix for CVE-2020-28591

2021-03-19 Thread Miro Hrončok

churchyard merged a pull-request against the project: `slic3r` that you are 
following.

Merged pull-request:

``
Security fix for CVE-2020-28591
``

https://src.fedoraproject.org/rpms/slic3r/pull-request/6
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #7: Security fix for CVE-2020-28591

2021-03-19 Thread Miro Hrončok

churchyard merged a pull-request against the project: `slic3r` that you are 
following.

Merged pull-request:

``
Security fix for CVE-2020-28591
``

https://src.fedoraproject.org/rpms/slic3r/pull-request/7
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[rpms/slic3r] PR #9: Security fix for CVE-2020-28591

2021-03-19 Thread Miro Hrončok

churchyard merged a pull-request against the project: `slic3r` that you are 
following.

Merged pull-request:

``
Security fix for CVE-2020-28591
``

https://src.fedoraproject.org/rpms/slic3r/pull-request/9
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


File ExtUtils-CppGuess-0.08.tar.gz uploaded to lookaside cache by churchyard

2015-01-26 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-ExtUtils-CppGuess:

c90fb7a90b22d9f96212a9b5d037a735  ExtUtils-CppGuess-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-ExtUtils-CppGuess] New version 0.08 (#1183574)

2015-01-26 Thread Miro Hrončok
commit 82160475de61213271b979333e4d8c25ff9813d7
Author: Miro Hrončok 
Date:   Mon Jan 26 10:08:49 2015 +0100

New version 0.08 (#1183574)

 .gitignore  |1 +
 perl-ExtUtils-CppGuess.spec |   10 +++---
 sources |2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7cb0c7e..b36fc4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /ExtUtils-CppGuess-0.07.tar.gz
+/ExtUtils-CppGuess-0.08.tar.gz
diff --git a/perl-ExtUtils-CppGuess.spec b/perl-ExtUtils-CppGuess.spec
index 6797a2a..5a5e919 100644
--- a/perl-ExtUtils-CppGuess.spec
+++ b/perl-ExtUtils-CppGuess.spec
@@ -1,11 +1,11 @@
 Name:   perl-ExtUtils-CppGuess
-Version:0.07
-Release:8%{?dist}
+Version:0.08
+Release:1%{?dist}
 Summary:Guess C++ compiler and flags
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/ExtUtils-CppGuess/
-Source0:
http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-CppGuess-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETJ/ExtUtils-CppGuess-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Module::Build) >= 0.36
 BuildRequires:  perl(Test::More)
@@ -45,6 +45,10 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f 
{} \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 26 2015 Miro Hrončok  - 0.08-1
+- New version 0.08 (#1183574)
+- Updated download URL
+
 * Thu Aug 28 2014 Jitka Plesnikova  - 0.07-8
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index b2e100b..fd76ae8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-350dd7c661189ea770d6c9354ebbc6c2  ExtUtils-CppGuess-0.07.tar.gz
+c90fb7a90b22d9f96212a9b5d037a735  ExtUtils-CppGuess-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

File Lingua-EN-Numbers-2.01.tar.gz uploaded to lookaside cache by churchyard

2015-02-22 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-Lingua-EN-Numbers:

5f7d7e9abafa6bb90fac132123439007  Lingua-EN-Numbers-2.01.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-Lingua-EN-Numbers] New version 2.01 (#1195042)

2015-02-22 Thread Miro Hrončok
commit 6beca8a60a968eed053f4cb646dd5ac4ae0f45ae
Author: Miro Hrončok 
Date:   Sun Feb 22 14:09:11 2015 +0100

New version 2.01 (#1195042)

 .gitignore  | 1 +
 perl-Lingua-EN-Numbers.spec | 5 -
 sources | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 08c301c..1496be8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Lingua-EN-Numbers-1.06.tar.gz
 /Lingua-EN-Numbers-1.07.tar.gz
 /Lingua-EN-Numbers-2.00.tar.gz
+/Lingua-EN-Numbers-2.01.tar.gz
diff --git a/perl-Lingua-EN-Numbers.spec b/perl-Lingua-EN-Numbers.spec
index c54b717..e5fd994 100644
--- a/perl-Lingua-EN-Numbers.spec
+++ b/perl-Lingua-EN-Numbers.spec
@@ -1,5 +1,5 @@
 Name:   perl-Lingua-EN-Numbers
-Version:2.00
+Version:2.01
 Release:1%{?dist}
 Summary:Turn "407" into "four hundred and seven", etc
 License:GPLv2
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 22 2015 Miro Hrončok  - 2.01-1
+- New version 2.01 (#1195042)
+
 * Fri Sep 26 2014 Miro Hrončok  - 2.00-1
 - New version 2.00 (#1131066)
 
diff --git a/sources b/sources
index 48a8c2c..19bd400 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c203447af2a3217eeac765201df7f78  Lingua-EN-Numbers-2.00.tar.gz
+5f7d7e9abafa6bb90fac132123439007  Lingua-EN-Numbers-2.01.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-Lingua-EN-Numbers/f22] New version 2.01 (#1195042)

2015-02-22 Thread Miro Hrončok
Summary of changes:

  6beca8a... New version 2.01 (#1195042) (*)

(*) 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 Math-PlanePath-118.tar.gz uploaded to lookaside cache by churchyard

2015-03-05 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-Math-PlanePath:

16e5427105ff69a8b60411734fc43934  Math-PlanePath-118.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-Math-PlanePath] New version 118 (#1197534)

2015-03-05 Thread Miro Hrončok
commit 73fcca031688087ef76c3daad935a16e2fa17700
Author: Miro Hrončok 
Date:   Thu Mar 5 09:58:45 2015 +0100

New version 118 (#1197534)

 .gitignore   | 1 +
 perl-Math-PlanePath.spec | 5 -
 sources  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 577a30d..0ebf542 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /Math-PlanePath-115.tar.gz
 /Math-PlanePath-116.tar.gz
 /Math-PlanePath-117.tar.gz
+/Math-PlanePath-118.tar.gz
diff --git a/perl-Math-PlanePath.spec b/perl-Math-PlanePath.spec
index 2049411..15e9cdf 100644
--- a/perl-Math-PlanePath.spec
+++ b/perl-Math-PlanePath.spec
@@ -1,5 +1,5 @@
 Name:   perl-Math-PlanePath
-Version:117
+Version:118
 Release:1%{?dist}
 Summary:Mathematical paths through the 2-D plane
 License:GPLv3+
@@ -63,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 05 2015 Miro Hrončok  - 118-1
+- New version 118 (#1197534)
+
 * Fri Sep 26 2014 Miro Hrončok  - 117-1
 - New version 117 (#1145017)
 - Add BR perl(Data::Float)
diff --git a/sources b/sources
index 6319e06..f860b43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74f9576d765b838da003f5014efbaa48  Math-PlanePath-117.tar.gz
+16e5427105ff69a8b60411734fc43934  Math-PlanePath-118.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 Lingua-EN-Numbers-2.02.tar.gz uploaded to lookaside cache by churchyard

2015-03-18 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-Lingua-EN-Numbers:

2fcab038b7eea253ce93514c954788dc  Lingua-EN-Numbers-2.02.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-Lingua-EN-Numbers] New version 2.02 (#1201279)

2015-03-18 Thread Miro Hrončok
commit fe16c62e3f2638f9bc5c8af8d5dea4880e55f3b8
Author: Miro Hrončok 
Date:   Wed Mar 18 11:39:19 2015 +0100

New version 2.02 (#1201279)

 .gitignore  | 1 +
 perl-Lingua-EN-Numbers.spec | 5 -
 sources | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1496be8..a0d055d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Lingua-EN-Numbers-1.07.tar.gz
 /Lingua-EN-Numbers-2.00.tar.gz
 /Lingua-EN-Numbers-2.01.tar.gz
+/Lingua-EN-Numbers-2.02.tar.gz
diff --git a/perl-Lingua-EN-Numbers.spec b/perl-Lingua-EN-Numbers.spec
index e5fd994..3eb1e6c 100644
--- a/perl-Lingua-EN-Numbers.spec
+++ b/perl-Lingua-EN-Numbers.spec
@@ -1,5 +1,5 @@
 Name:   perl-Lingua-EN-Numbers
-Version:2.01
+Version:2.02
 Release:1%{?dist}
 Summary:Turn "407" into "four hundred and seven", etc
 License:GPLv2
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 18 2015 Miro Hrončok  - 2.02-1
+- New version 2.02 (#1201279)
+
 * Sun Feb 22 2015 Miro Hrončok  - 2.01-1
 - New version 2.01 (#1195042)
 
diff --git a/sources b/sources
index 19bd400..04d5e28 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f7d7e9abafa6bb90fac132123439007  Lingua-EN-Numbers-2.01.tar.gz
+2fcab038b7eea253ce93514c954788dc  Lingua-EN-Numbers-2.02.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 Language-Expr-0.21.tar.gz uploaded to lookaside cache by churchyard

2013-08-16 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-Language-Expr:

c78f06e38e3a0a44c26a36472946bc22  Language-Expr-0.21.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-Language-Expr] New release 0.21

2013-08-16 Thread Miro Hrončok
commit 15942e1f9747d0a11f4fd922578e406a8c1bba2c
Author: Miro Hrončok 
Date:   Fri Aug 16 12:42:20 2013 +0200

New release 0.21

 .gitignore  |1 +
 perl-Language-Expr.spec |   27 +--
 sources |2 +-
 3 files changed, 19 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d67dad7..8081c96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Language-Expr-0.19.tar.gz
+/Language-Expr-0.21.tar.gz
diff --git a/perl-Language-Expr.spec b/perl-Language-Expr.spec
index aca506b..1223270 100644
--- a/perl-Language-Expr.spec
+++ b/perl-Language-Expr.spec
@@ -1,6 +1,6 @@
 Name:   perl-Language-Expr
-Version:0.19
-Release:5%{?dist}
+Version:0.21
+Release:1%{?dist}
 Summary:Simple mini-language for use in expression
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,19 +9,21 @@ Source0:
http://www.cpan.org/authors/id/S/SH/SHARYANTO/Language-Expr-%{ve
 BuildArch:  noarch
 BuildRequires:  perl >= 0:5.01
 BuildRequires:  perl(boolean) >= 0.20
-BuildRequires:  perl(Regexp::Grammars) >= 1.005
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Moo)
-BuildRequires:  perl(UUID::Tiny)
-BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(experimental)
+BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(Data::Clone)
 BuildRequires:  perl(Data::Rmap)
 BuildRequires:  perl(File::Which)
+BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Moo)
+BuildRequires:  perl(Regexp::Grammars) >= 1.005
 BuildRequires:  perl(String::ShellQuote)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(UUID::Tiny)
 Requires:   perl(JSON)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Language::Expr defines a simple, Perl-like expression mini-language. It
@@ -33,7 +35,7 @@ language syntax.
 %setup -q -n Language-Expr-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
@@ -51,6 +53,11 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
\;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 15 2013 Miro Hrončok  - 0.21-1
+- New release
+- Added BR perl(experimental) and perl(Capture::Tiny)
+- %%{__perl} to perl
+
 * Sat Aug 03 2013 Fedora Release Engineering  
- 0.19-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index b80c5dc..e283da0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0bb96ff939eb9ad3ff9559a57361f064  Language-Expr-0.19.tar.gz
+c78f06e38e3a0a44c26a36472946bc22  Language-Expr-0.21.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 Math-NumSeq-62.tar.gz uploaded to lookaside cache by churchyard

2013-08-16 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-Math-NumSeq:

78d4313d1b95fbb07d96512997c13fbd  Math-NumSeq-62.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Math-NumSeq] New version

2013-08-16 Thread Miro Hrončok
commit eddd49b2fc25ab6013c23e32e2146293068512c2
Author: Miro Hrončok 
Date:   Fri Aug 16 15:34:42 2013 +0200

New version

 .gitignore|1 +
 perl-Math-NumSeq.spec |   30 --
 sources   |2 +-
 3 files changed, 22 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5261e00..6909f2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Math-NumSeq-55.tar.gz
+/Math-NumSeq-62.tar.gz
diff --git a/perl-Math-NumSeq.spec b/perl-Math-NumSeq.spec
index f3e2270..dfcb502 100644
--- a/perl-Math-NumSeq.spec
+++ b/perl-Math-NumSeq.spec
@@ -1,12 +1,15 @@
 Name:   perl-Math-NumSeq
-Version:55
-Release:3%{?dist}
+Version:62
+Release:1%{?dist}
 Summary:Number sequences
 License:GPLv3+
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Math-NumSeq/
 Source0:
http://www.cpan.org/authors/id/K/KR/KRYDE/Math-NumSeq-%{version}.tar.gz
 BuildArch:  noarch
+
+%global with_maximum_interoperation 0
+
 BuildRequires:  perl >= 0:5.004
 BuildRequires:  perl(constant::defer) >= 1
 BuildRequires:  perl(Carp)
@@ -23,15 +26,11 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(Getopt::Long)
-BuildRequires:  perl(Language::Expr)
-BuildRequires:  perl(Language::Expr::Compiler::Perl)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Math::BigInt)
-BuildRequires:  perl(Math::Expression::Evaluator)
 BuildRequires:  perl(Math::Factor::XS) >= 0.40
 BuildRequires:  perl(Math::Libm)
 BuildRequires:  perl(Math::Prime::XS) >= 0.23
-BuildRequires:  perl(Math::Symbolic)
 BuildRequires:  perl(Math::Trig)
 BuildRequires:  perl(Module::Load)
 BuildRequires:  perl(Module::Pluggable)
@@ -52,15 +51,22 @@ BuildRequires:  perl(YAML::Tiny)
 BuildRequires:  perl(YAML::XS)
 Requires:   perl(File::HomeDir)
 Requires:   perl(File::Temp)
-Requires:   perl(Language::Expr)
-Requires:   perl(Language::Expr::Compiler::Perl)
-Requires:   perl(Math::Expression::Evaluator)
-Requires:   perl(Math::Symbolic)
 Requires:   perl(Math::Trig)
 Requires:   perl(Module::Load)
 Requires:   perl(SDBM_File)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+%if 0%{with_maximum_interoperation}
+BuildRequires:  perl(Language::Expr)
+BuildRequires:  perl(Language::Expr::Compiler::Perl)
+BuildRequires:  perl(Math::Expression::Evaluator)
+BuildRequires:  perl(Math::Symbolic)
+Requires:   perl(Math::Expression::Evaluator)
+Requires:   perl(Math::Symbolic)
+Requires:   perl(Language::Expr)
+Requires:   perl(Language::Expr::Compiler::Perl)
+%endif
+
 %description
 This is a base class for some number sequences. Sequence objects can
 iterate through values and some sequences have random access and/or
@@ -90,6 +96,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 16 2013 Miro Hrončok  - 62-1
+- New version 62
+- Language::Expr dependency conditional 
+
 * Sat Aug 03 2013 Fedora Release Engineering  
- 55-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index c4d8427..db16be9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2fbe16d5bf6c836b48ed70769c0c4a2  Math-NumSeq-55.tar.gz
+78d4313d1b95fbb07d96512997c13fbd  Math-NumSeq-62.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File UUID-Tiny-1.04.tar.gz uploaded to lookaside cache by churchyard

2013-08-28 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-UUID-Tiny:

2d7c18711e64e0a64cc7c7fbb870947e  UUID-Tiny-1.04.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-UUID-Tiny] New upstream release 1.04, fixes #1000525

2013-08-28 Thread Miro Hrončok
commit 5010b3f1d2760f6418195b5fc86d5bce8b01d83e
Author: Miro Hrončok 
Date:   Wed Aug 28 13:39:54 2013 +0200

New upstream release 1.04, fixes #1000525

 .gitignore  |1 +
 perl-UUID-Tiny.spec |   12 
 sources |2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dcc646e..a9f1ea9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /UUID-Tiny-1.03.tar.gz
+/UUID-Tiny-1.04.tar.gz
diff --git a/perl-UUID-Tiny.spec b/perl-UUID-Tiny.spec
index 992140b..a1fde99 100644
--- a/perl-UUID-Tiny.spec
+++ b/perl-UUID-Tiny.spec
@@ -1,6 +1,6 @@
 Name:   perl-UUID-Tiny
-Version:1.03
-Release:5%{?dist}
+Version:1.04
+Release:1%{?dist}
 Summary:Pure Perl UUID Support With Functional Interface
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,7 +12,7 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(Digest::SHA1)
 Requires:   perl(Digest::SHA1)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 UUID::Tiny is a lightweight, low dependency Pure Perl module for UUID
@@ -24,7 +24,7 @@ UUIDs, version 4 random UUIDs, and version 5 SHA-1 based 
UUIDs.
 %setup -q -n UUID-Tiny-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -44,6 +44,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 28 2013 Miro Hrončok  - 1.04-1
+- New upstream release
+- Use perl all over the spec, instead the macro
+
 * Sun Aug 04 2013 Fedora Release Engineering  
- 1.03-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 1d7bef3..108ab4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5120b9b90b4c986f82441d096112f3d7  UUID-Tiny-1.03.tar.gz
+2d7c18711e64e0a64cc7c7fbb870947e  UUID-Tiny-1.04.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-UUID-Tiny/f20] New upstream release 1.04, fixes #1000525

2013-08-28 Thread Miro Hrončok
Summary of changes:

  5010b3f... New upstream release 1.04, fixes #1000525 (*)

(*) 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-UUID-Tiny/f19] (3 commits) ...New upstream release 1.04, fixes #1000525

2013-08-28 Thread Miro Hrončok
Summary of changes:

  d7a5257... Perl 5.18 rebuild (*)
  78e2e41... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  5010b3f... New upstream release 1.04, fixes #1000525 (*)

(*) 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-UUID-Tiny/f18] (4 commits) ...New upstream release 1.04, fixes #1000525

2013-08-28 Thread Miro Hrončok
Summary of changes:

  1a4ed7a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  d7a5257... Perl 5.18 rebuild (*)
  78e2e41... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  5010b3f... New upstream release 1.04, fixes #1000525 (*)

(*) 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 ExtUtils-Typemaps-Default-1.04.tar.gz uploaded to lookaside cache by churchyard

2013-08-28 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-ExtUtils-Typemaps-Default:

d76a8c53e38e648088b5f5f8df1b2fac  ExtUtils-Typemaps-Default-1.04.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-ExtUtils-Typemaps-Default] New upstream release 1.04 (#977266)

2013-08-28 Thread Miro Hrončok
commit b9822ab154ac13e54a1674151eca5d05891f21bb
Author: Miro Hrončok 
Date:   Wed Aug 28 16:07:53 2013 +0200

New upstream release 1.04 (#977266)

 .gitignore  |1 +
 perl-ExtUtils-Typemaps-Default.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c4356b0..84e4670 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /ExtUtils-Typemaps-Default-1.01.tar.gz
+/ExtUtils-Typemaps-Default-1.04.tar.gz
diff --git a/perl-ExtUtils-Typemaps-Default.spec 
b/perl-ExtUtils-Typemaps-Default.spec
index c3f3b49..1b81ba4 100644
--- a/perl-ExtUtils-Typemaps-Default.spec
+++ b/perl-ExtUtils-Typemaps-Default.spec
@@ -1,6 +1,6 @@
 Name:   perl-ExtUtils-Typemaps-Default
-Version:1.01
-Release:6%{?dist}
+Version:1.04
+Release:1%{?dist}
 Summary:Set of useful typemaps
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ ExtUtils::Typemaps::Basic
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 28 2013 Miro Hrončok  - 1.04-1
+- New upstream release
+
 * Sat Aug 03 2013 Fedora Release Engineering  
- 1.01-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 9ecefa1..ceba54e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb1af6b88fe419e9a77d01642b4b2378  ExtUtils-Typemaps-Default-1.01.tar.gz
+d76a8c53e38e648088b5f5f8df1b2fac  ExtUtils-Typemaps-Default-1.04.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-Language-Expr] Added perl(Lexical::Var) to BRs

2013-08-28 Thread Miro Hrončok
commit 449e1ab32e4652117482ce7c30f66e438baa0e03
Author: Miro Hrončok 
Date:   Wed Aug 28 18:29:46 2013 +0200

Added perl(Lexical::Var) to BRs

 perl-Language-Expr.spec |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/perl-Language-Expr.spec b/perl-Language-Expr.spec
index 1223270..ccd49e5 100644
--- a/perl-Language-Expr.spec
+++ b/perl-Language-Expr.spec
@@ -14,6 +14,7 @@ BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(Data::Clone)
 BuildRequires:  perl(Data::Rmap)
 BuildRequires:  perl(File::Which)
+BuildRequires:  perl(Lexical::Var)
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Moo)
@@ -57,6 +58,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 - New release
 - Added BR perl(experimental) and perl(Capture::Tiny)
 - %%{__perl} to perl
+- Added perl(Lexical::Var) to BR
 
 * Sat Aug 03 2013 Fedora Release Engineering  
- 0.19-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_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

File Math-NumSeq-63.tar.gz uploaded to lookaside cache by churchyard

2013-09-02 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-Math-NumSeq:

30e4f73ed3a83ad5c2f3571f8d65eff3  Math-NumSeq-63.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-Math-NumSeq] New version 63 (#1003380)

2013-09-02 Thread Miro Hrončok
commit d419de32e596c166b5b690ad23ab83026dad36bc
Author: Miro Hrončok 
Date:   Mon Sep 2 11:32:22 2013 +0200

New version 63 (#1003380)

 .gitignore|1 +
 perl-Math-NumSeq.spec |   10 +++---
 sources   |2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6909f2d..efc18fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Math-NumSeq-55.tar.gz
 /Math-NumSeq-62.tar.gz
+/Math-NumSeq-63.tar.gz
diff --git a/perl-Math-NumSeq.spec b/perl-Math-NumSeq.spec
index dfcb502..8ad0848 100644
--- a/perl-Math-NumSeq.spec
+++ b/perl-Math-NumSeq.spec
@@ -1,5 +1,5 @@
 Name:   perl-Math-NumSeq
-Version:62
+Version:63
 Release:1%{?dist}
 Summary:Number sequences
 License:GPLv3+
@@ -54,7 +54,7 @@ Requires:   perl(File::Temp)
 Requires:   perl(Math::Trig)
 Requires:   perl(Module::Load)
 Requires:   perl(SDBM_File)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %if 0%{with_maximum_interoperation}
 BuildRequires:  perl(Language::Expr)
@@ -76,7 +76,7 @@ predicate test.
 %setup -q -n Math-NumSeq-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 %install
@@ -96,6 +96,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 02 2013 Miro Hrončok  - 63-1
+- New version 63
+- %%{__perl} to perl
+
 * Fri Aug 16 2013 Miro Hrončok  - 62-1
 - New version 62
 - Language::Expr dependency conditional 
diff --git a/sources b/sources
index db16be9..80dfdd0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78d4313d1b95fbb07d96512997c13fbd  Math-NumSeq-62.tar.gz
+30e4f73ed3a83ad5c2f3571f8d65eff3  Math-NumSeq-63.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 Math-PlanePath-110.tar.gz uploaded to lookaside cache by churchyard

2013-09-02 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-Math-PlanePath:

314a7766c1dcc0df7a65d9b6ccc03a02  Math-PlanePath-110.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-Math-PlanePath: 2/2] Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-Math-PlanePath

2013-09-02 Thread Miro Hrončok
commit 80e08e384064085c868b011d191d5f3dfec1abd7
Merge: 0bfd020 91c8c70
Author: Miro Hrončok 
Date:   Mon Sep 2 11:48:54 2013 +0200

Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-Math-PlanePath

Conflicts:
perl-Math-PlanePath.spec

 perl-Math-PlanePath.spec |6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --cc perl-Math-PlanePath.spec
index 7b2121e,c1ddfda..4bd0d79
--- a/perl-Math-PlanePath.spec
+++ b/perl-Math-PlanePath.spec
@@@ -59,9 -59,12 +59,15 @@@ make tes
  %{_mandir}/man3/*
  
  %changelog
 +* Mon Sep 02 2013 Miro Hrončok  - 110-1
 +- New upstream release
 +
+ * Sat Aug 03 2013 Fedora Release Engineering 
 - 105-3
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+ 
+ * Sat Jul 20 2013 Petr Pisar  - 105-2
+ - Perl 5.18 rebuild
+ 
  * Mon Jun 24 2013 Miro Hrončok  - 105-1
  - New upstream release
  
--
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-Math-PlanePath: 1/2] New version 110 (#1003381)

2013-09-02 Thread Miro Hrončok
commit 0bfd020ed962836e3cab65059cbf174f1924db5e
Author: Miro Hrončok 
Date:   Mon Sep 2 11:46:24 2013 +0200

New version 110 (#1003381)

 .gitignore   |1 +
 perl-Math-PlanePath.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6fce229..6854a26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Math-PlanePath-98.tar.gz
 /Math-PlanePath-105.tar.gz
+/Math-PlanePath-110.tar.gz
diff --git a/perl-Math-PlanePath.spec b/perl-Math-PlanePath.spec
index 487d17f..7b2121e 100644
--- a/perl-Math-PlanePath.spec
+++ b/perl-Math-PlanePath.spec
@@ -1,5 +1,5 @@
 Name:   perl-Math-PlanePath
-Version:105
+Version:110
 Release:1%{?dist}
 Summary:Mathematical paths through the 2-D plane
 License:GPLv3+
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 02 2013 Miro Hrončok  - 110-1
+- New upstream release
+
 * Mon Jun 24 2013 Miro Hrončok  - 105-1
 - New upstream release
 
diff --git a/sources b/sources
index 8f10f08..8b0c0c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24cb8fb383762a9391be607181d933ce  Math-PlanePath-105.tar.gz
+314a7766c1dcc0df7a65d9b6ccc03a02  Math-PlanePath-110.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-Math-PlanePath] (2 commits) ...Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-Math-PlanePath

2013-09-02 Thread Miro Hrončok
Summary of changes:

  0bfd020... New version 110 (#1003381)
  80e08e3... Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-
--
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-Math-PlanePath/f20] (2 commits) ...Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-Math-PlanePath

2013-09-02 Thread Miro Hrončok
Summary of changes:

  0bfd020... New version 110 (#1003381) (*)
  80e08e3... Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl- (*)

(*) 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-Math-PlanePath/f19] (4 commits) ...Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-Math-PlanePath

2013-09-02 Thread Miro Hrončok
Summary of changes:

  9cc6540... Perl 5.18 rebuild (*)
  91c8c70... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  0bfd020... New version 110 (#1003381) (*)
  80e08e3... Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl- (*)

(*) 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-Math-PlanePath/f18] (5 commits) ...Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-Math-PlanePath

2013-09-02 Thread Miro Hrončok
Summary of changes:

  dcf548c... New upstream release (*)
  9cc6540... Perl 5.18 rebuild (*)
  91c8c70... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  0bfd020... New version 110 (#1003381) (*)
  80e08e3... Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl- (*)

(*) 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 Math-NumSeq-64.tar.gz uploaded to lookaside cache by churchyard

2013-09-17 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-Math-NumSeq:

a1b7833d5da6381b1ee1ce5158e19ebf  Math-NumSeq-64.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-Math-NumSeq/f20] (2 commits) ...New version 64 (#1008403)

2013-09-17 Thread Miro Hrončok
Summary of changes:

  d419de3... New version 63 (#1003380) (*)
  413aa8a... New version 64 (#1008403) (*)

(*) 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-Math-NumSeq/f19] (4 commits) ...New version 64 (#1008403)

2013-09-17 Thread Miro Hrončok
Summary of changes:

  993036a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  eddd49b... New version (*)
  d419de3... New version 63 (#1003380) (*)
  413aa8a... New version 64 (#1008403) (*)

(*) 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-Math-NumSeq/f18] (5 commits) ...New version 64 (#1008403)

2013-09-17 Thread Miro Hrončok
Summary of changes:

  be2775c... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  993036a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  eddd49b... New version (*)
  d419de3... New version 63 (#1003380) (*)
  413aa8a... New version 64 (#1008403) (*)

(*) 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 Math-NumSeq-65.tar.gz uploaded to lookaside cache by churchyard

2013-10-12 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-Math-NumSeq:

5a5383d88e6b8fe9b1186897d6169c74  Math-NumSeq-65.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-Math-NumSeq] New version 65 (#1016246)

2013-10-12 Thread Miro Hrončok
commit 92d66ff68e74264c9407b512205d1b444d831e3c
Author: Miro Hrončok 
Date:   Sat Oct 12 12:41:45 2013 +0200

New version 65 (#1016246)

 .gitignore|1 +
 perl-Math-NumSeq.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1072efd..81669ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Math-NumSeq-62.tar.gz
 /Math-NumSeq-63.tar.gz
 /Math-NumSeq-64.tar.gz
+/Math-NumSeq-65.tar.gz
diff --git a/perl-Math-NumSeq.spec b/perl-Math-NumSeq.spec
index a18b748..936b8f5 100644
--- a/perl-Math-NumSeq.spec
+++ b/perl-Math-NumSeq.spec
@@ -1,5 +1,5 @@
 Name:   perl-Math-NumSeq
-Version:64
+Version:65
 Release:1%{?dist}
 Summary:Number sequences
 License:GPLv3+
@@ -96,6 +96,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Oct 12 2013 Miro Hrončok  - 65-1
+- New version 65 (#1016246)
+
 * Tue Sep 17 2013 Miro Hrončok  - 64-1
 - New version 64 (#1008403)
 
diff --git a/sources b/sources
index cf77cf6..3edbbca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1b7833d5da6381b1ee1ce5158e19ebf  Math-NumSeq-64.tar.gz
+5a5383d88e6b8fe9b1186897d6169c74  Math-NumSeq-65.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-Math-NumSeq/f20] New version 65 (#1016246)

2013-10-12 Thread Miro Hrončok
Summary of changes:

  92d66ff... New version 65 (#1016246) (*)

(*) 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-Math-NumSeq/f18] New version 65 (#1016246)

2013-10-12 Thread Miro Hrončok
Summary of changes:

  92d66ff... New version 65 (#1016246) (*)

(*) 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-Math-NumSeq/f19] New version 65 (#1016246)

2013-10-12 Thread Miro Hrončok
Summary of changes:

  92d66ff... New version 65 (#1016246) (*)

(*) 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

[slic3r] Fix crash when loading config (#1020802)

2013-10-18 Thread Miro Hrončok
commit 7ee7e67d92cfe6001c0d983f41c9c19ee8e07bfa
Author: Miro Hrončok 
Date:   Fri Oct 18 13:41:24 2013 +0200

Fix crash when loading config (#1020802)

 slic3r-load-config-fix.patch |   39 +++
 slic3r.spec  |   26 +-
 2 files changed, 52 insertions(+), 13 deletions(-)
---
diff --git a/slic3r-load-config-fix.patch b/slic3r-load-config-fix.patch
new file mode 100644
index 000..7a1b46f
--- /dev/null
+++ b/slic3r-load-config-fix.patch
@@ -0,0 +1,39 @@
+From b71bc371110765141da46b1f8b36efafea21f61c Mon Sep 17 00:00:00 2001
+From: Alessandro Ranellucci 
+Date: Mon, 17 Jun 2013 19:27:08 +0200
+Subject: [PATCH] Remove a couple cases of dangerous aliasing, causing crashes.
+ #1257
+
+---
+ lib/Slic3r/GUI/SkeinPanel.pm | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/lib/Slic3r/GUI/SkeinPanel.pm b/lib/Slic3r/GUI/SkeinPanel.pm
+index 6c4842e..7644136 100644
+--- a/lib/Slic3r/GUI/SkeinPanel.pm
 b/lib/Slic3r/GUI/SkeinPanel.pm
+@@ -247,7 +247,9 @@ sub load_config_file {
+ $Slic3r::GUI::Settings->{recent}{config_directory} = dirname($file);
+ Slic3r::GUI->save_settings;
+ $last_config = $file;
+-$_->load_config_file($file) for values %{$self->{options_tabs}};
++for my $tab (values %{$self->{options_tabs}}) {
++$tab->load_config_file($file);
++}
+ }
+ 
+ sub load_config {
+@@ -265,7 +267,9 @@ sub config_wizard {
+ return unless $self->check_unsaved_changes;
+ if (my $config = Slic3r::GUI::ConfigWizard->new($self)->run) {
+ if ($self->{mode} eq 'expert') {
+-$_->select_default_preset for values %{$self->{options_tabs}};
++for my $tab (values %{$self->{options_tabs}}) {
++$tab->select_default_preset;
++}
+ }
+ $self->load_config($config);
+ }
+-- 
+1.8.4
+
diff --git a/slic3r.spec b/slic3r.spec
index 4d75194..2295fb5 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,12 +1,12 @@
 Name:   slic3r
 Version:0.9.10b
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
 Group:  Applications/Engineering
 URL:http://slic3r.org/
-%global commit d0eac88ff9586b17dcc1766874f69dbd7e8c534f
+%global commit  d0eac88ff9586b17dcc1766874f69dbd7e8c534f
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 Source0:
https://github.com/alexrj/Slic3r/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
 
@@ -17,6 +17,9 @@ Patch0: %{name}-datadir.patch
 # Reasons are a bit complicated and are described in the patch
 Patch1: %{name}-english-locale.patch
 
+# Fix crash when loading a config file
+Patch2: %{name}-load-config-fix.patch
+
 Source1:%{name}.desktop
 BuildArch:  noarch
 BuildRequires:  perl(Boost::Geometry::Utils) >= 0.12
@@ -46,15 +49,6 @@ Requires:   perl(Growl::GNTP)
 Requires:   perl(XML::SAX)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
-%if 0%{?fedora} < 18
-# This is provided by XML::SAX (but not stated there)
-%filter_from_requires /perl(XML::SAX::PurePerl)/d
-%endif
-
-# Not actually needed
-%filter_from_requires /perl(Wx::GLCanvas)/d
-%filter_setup
-
 %description
 Slic3r is a G-code generator for 3D printers. It's compatible with RepRaps,
 Makerbots, Ultimakers and many more machines.
@@ -65,9 +59,10 @@ for more information.
 %setup -qn Slic3r-%{commit}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
-perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
+SLIC3R_NO_AUTO=1 perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
 ./Build
 
 %install
@@ -88,7 +83,7 @@ desktop-file-install 
--dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
 ./Build test
 
 %files
-%doc MANIFEST README.markdown
+%doc README.markdown
 %{_bindir}/%{name}
 %{perl_vendorlib}/Slic3r*
 %{_datadir}/pixmaps/%{name}.ico
@@ -97,6 +92,11 @@ desktop-file-install 
--dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Oct 18 2013 Miro Hrončok  - 0.9.10b-4
+- Remove all filtering from provides, it is not needed anymore
+- Don't add MANIFEST to %%doc
+- Fix crash when loading config (#1020802)
+
 * Sun Aug 04 2013 Fedora Release Engineering  
- 0.9.10b-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_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

[slic3r/f20] Fix crash when loading config (#1020802)

2013-10-18 Thread Miro Hrončok
Summary of changes:

  7ee7e67... Fix crash when loading config (#1020802) (*)

(*) 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

[slic3r/f19] (2 commits) ...Fix crash when loading config (#1020802)

2013-10-18 Thread Miro Hrončok
Summary of changes:

  ce627f2... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  7ee7e67... Fix crash when loading config (#1020802) (*)

(*) 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

[slic3r/f18] (5 commits) ...Fix crash when loading config (#1020802)

2013-10-18 Thread Miro Hrončok
Summary of changes:

  2cba691... New upstream release (*)
  6eb46fe... New upstream release 0.9.10b (*)
  4806989... Filter perl(Wx::GLCanvas) from requires, it's optional and  (*)
  ce627f2... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  7ee7e67... Fix crash when loading config (#1020802) (*)

(*) 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

[slic3r/f18] Go back to version 9.9.9 that works in F18

2013-10-18 Thread Miro Hrončok
commit cf2034f718738d1d99072d79edc3ec29fe096cad
Author: Miro Hrončok 
Date:   Fri Oct 18 13:50:51 2013 +0200

Go back to version 9.9.9 that works in F18

 .gitignore|2 -
 slic3r-config-wizard-crash-fix.patch  |   28 
 slic3r-config-wizard-crash-fix2.patch |   27 +++
 slic3r-remove-net-dbus.patch  |   33 
 slic3r.spec   |   45 +++-
 sources   |2 +-
 6 files changed, 110 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca72b15..cb87c0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,2 @@
 /slic3r-0.9.8-7105243.tar.gz
 /slic3r-0.9.9-01e86c2.tar.gz
-/slic3r-0.9.10b-f13c611.tar.gz
-/slic3r-0.9.10b-d0eac88.tar.gz
diff --git a/slic3r-config-wizard-crash-fix.patch 
b/slic3r-config-wizard-crash-fix.patch
new file mode 100644
index 000..dae1db7
--- /dev/null
+++ b/slic3r-config-wizard-crash-fix.patch
@@ -0,0 +1,28 @@
+From b725847a5131f5dc7e82a7eeda1783e9287580ea Mon Sep 17 00:00:00 2001
+From: Alessandro Ranellucci 
+Date: Wed, 3 Apr 2013 19:26:59 +0200
+Subject: [PATCH] Bugfix: configuration wizard led to crash with simple mode.
+ #1077
+
+---
+ lib/Slic3r/GUI/SkeinPanel.pm | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/lib/Slic3r/GUI/SkeinPanel.pm b/lib/Slic3r/GUI/SkeinPanel.pm
+index ef74033..1bcaa4d 100644
+--- a/lib/Slic3r/GUI/SkeinPanel.pm
 b/lib/Slic3r/GUI/SkeinPanel.pm
+@@ -243,7 +243,9 @@ sub config_wizard {
+ 
+ return unless $self->check_unsaved_changes;
+ if (my $config = Slic3r::GUI::ConfigWizard->new($self)->run) {
+-$_->select_default_preset for values %{$self->{options_tabs}};
++if ($self->{mode} eq 'expert') {
++$_->select_default_preset for values %{$self->{options_tabs}};
++}
+ $self->load_config($config);
+ }
+ }
+-- 
+1.8.1.6
+
diff --git a/slic3r-config-wizard-crash-fix2.patch 
b/slic3r-config-wizard-crash-fix2.patch
new file mode 100644
index 000..2ea90bf
--- /dev/null
+++ b/slic3r-config-wizard-crash-fix2.patch
@@ -0,0 +1,27 @@
+From 55c413627f8545fb5d2b75efb157d30689985d53 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= 
+Date: Tue, 23 Apr 2013 16:17:43 +0300
+Subject: [PATCH] Bugfix: configuration wizard crash 2 #1077
+
+---
+ lib/Slic3r/GUI/SkeinPanel.pm | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/lib/Slic3r/GUI/SkeinPanel.pm b/lib/Slic3r/GUI/SkeinPanel.pm
+index 1bcaa4d..1a822a0 100644
+--- a/lib/Slic3r/GUI/SkeinPanel.pm
 b/lib/Slic3r/GUI/SkeinPanel.pm
+@@ -234,7 +234,9 @@ sub load_config {
+ my ($config) = @_;
+ 
+ foreach my $tab (values %{$self->{options_tabs}}) {
+-$tab->set_value($_, $config->$_) for keys %$config;
++if ($self->{mode} eq 'expert') {
++$tab->set_value($_, $config->$_) for keys %$config;
++}
+ }
+ }
+ 
+-- 
+1.8.1.6
+
diff --git a/slic3r-remove-net-dbus.patch b/slic3r-remove-net-dbus.patch
new file mode 100644
index 000..a6ed4b2
--- /dev/null
+++ b/slic3r-remove-net-dbus.patch
@@ -0,0 +1,33 @@
+diff --git a/Build.PL b/Build.PL
+index b8921a8..70d542c 100644
+--- a/Build.PL
 b/Build.PL
+@@ -28,7 +28,6 @@ my $build = Module::Build->new(
+ recommends => {
+ 'Class::XSAccessor' => '0',
+ 'Growl::GNTP' => '0.15',
+-'Net::DBus'   => '0',
+ 'XML::SAX::ExpatXS' => '0',
+ 'Wx'  => '0.9901',
+ },
+diff --git a/lib/Slic3r/GUI.pm b/lib/Slic3r/GUI.pm
+index ceb6adb..48dd662 100644
+--- a/lib/Slic3r/GUI.pm
 b/lib/Slic3r/GUI.pm
+@@ -424,16 +424,6 @@ sub notify {
+ $self->{growler}->notify(Event => 'SKEIN_DONE', Title => $title, 
Message => $message)
+ if $self->{growler};
+ };
+-if (eval 'use Net::DBus; 1') {
+-eval {
+-my $session = Net::DBus->session;
+-my $serv = $session->get_service('org.freedesktop.Notifications');
+-my $notifier = $serv->get_object('/org/freedesktop/Notifications',
+- 'org.freedesktop.Notifications');
+-$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, 
[], {}, -1);
+-undef $Net::DBus::bus_session;
+-};
+-}
+ }
+ 
+ 1;
diff --git a/slic3r.spec b/slic3r.spec
index 2295fb5..cab3380 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,12 +1,12 @@
 Name:   slic3r
-Version:0.9.10b
-Release:4%{?dist}
+Version:0.9.9
+Release:5%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker

File Role-Tiny-1.003002.tar.gz uploaded to lookaside cache by churchyard

2013-10-18 Thread Miro Hrončok
A file has been added to the lookaside cache for perl-Role-Tiny:

2d9b46cdc8dbb59056710e2c8e35e25f  Role-Tiny-1.003002.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

  1   2   3   >