[Bug 1309199] Rebuilding perl-DBD-MySQL-4.033-2.fc24 results into unresolvable mysql.so: symbol mysql_read_query_result, version libmysqlclient_16 not defined in file libmysqlclient.so.18 with link ti

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1309199



--- Comment #2 from Petr Pisar  ---
This is the difference on mysql_read_query_result in readelf --symbols output:

[test@fedora-24 maria]$ < old grep mysql_read_query_result
   319: 00032870   160 FUNCGLOBAL DEFAULT   12
mysql_read_query_result_s@@libmysqlclient_18
   374: 00032910   195 FUNCGLOBAL DEFAULT   12
mysql_read_query_result_c@@libmysqlclient_18
   567: 000294f0 0 FUNCGLOBAL DEFAULT   12
mysql_read_query_result@libmysqlclient_16
   568: 000294f017 FUNCGLOBAL DEFAULT   12
mysql_read_query_result@@libmysqlclient_18
[test@fedora-24 maria]$ < new grep mysql_read_query_result
   317: 00031f90   152 FUNCGLOBAL DEFAULT   12
mysql_read_query_result_s@@libmysqlclient_18
   381: 00032030   195 FUNCGLOBAL DEFAULT   12
mysql_read_query_result_c@@libmysqlclient_18
   447: 00028e50 0 FUNCGLOBAL DEFAULT   12
mysql_read_query_result@@libmysqlclient_16
   572: 00028e5017 FUNCGLOBAL DEFAULT   12
mysql_read_query_result@@libmysqlclient_18

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

jplesnik uploaded Data-Peek-0.45.tgz for perl-Data-Peek

2016-02-17 Thread notifications
96682b05c67c034c68b840eb55a69998  Data-Peek-0.45.tgz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Data-Peek/Data-Peek-0.45.tgz/md5/96682b05c67c034c68b840eb55a69998/Data-Peek-0.45.tgz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-Data-Peek (master). "0.45 bump"

2016-02-17 Thread notifications
From 4f64383c27132c9f301d9c1107d2a2365f3016d3 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 17 Feb 2016 09:10:12 +0100
Subject: 0.45 bump

---
 .gitignore  |  1 +
 perl-Data-Peek.spec | 15 ++-
 sources |  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1bbadd0..3da6942 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /Data-Peek-0.42.tgz
 /Data-Peek-0.43.tgz
 /Data-Peek-0.44.tgz
+/Data-Peek-0.45.tgz
diff --git a/perl-Data-Peek.spec b/perl-Data-Peek.spec
index 484a907..2f13d33 100644
--- a/perl-Data-Peek.spec
+++ b/perl-Data-Peek.spec
@@ -1,6 +1,6 @@
 Name:   perl-Data-Peek
-Version:0.44
-Release:4%{?dist}
+Version:0.45
+Release:1%{?dist}
 Summary:Collection of low-level debug facilities
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,6 +8,8 @@ URL:http://search.cpan.org/dist/Data-Peek/
 Source0:
http://www.cpan.org/authors/id/H/HM/HMBRAND/Data-Peek-%{version}.tgz
 # automatically create also DP.pm as alias of Data-Peek
 Patch0: Data-Peek-0.33.patch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(bytes)
 BuildRequires:  perl(Config)
@@ -40,8 +42,8 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -49,13 +51,16 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm 
-f {} \;
 make test
 
 %files
-%doc ChangeLog README
+%doc ChangeLog README CONTRIBUTING.md
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Data*
 %{perl_vendorarch}/DP.pm
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 17 2016 Jitka Plesnikova  - 0.45-1
+- 0.45 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.44-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index d68f480..3f3f4cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c37cd209cd8e525cf8e7ea0ebe07a1e  Data-Peek-0.44.tgz
+96682b05c67c034c68b840eb55a69998  Data-Peek-0.45.tgz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Data-Peek.git/commit/?h=master&id=4f64383c27132c9f301d9c1107d2a2365f3016d3
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1309137] perl-Data-Peek-0.45 is available

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1309137

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Data-Peek-0.45-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2016-02-17 03:10:56



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

[Bug 1305294] Review Request: perl-Parse-Gitignore - Parse .gitignore files

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305294

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



--- Comment #9 from Fedora Update System  ---
perl-Parse-Gitignore-0.02-2.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-8bb99cd844

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

[Bug 1305294] Review Request: perl-Parse-Gitignore - Parse .gitignore files

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305294



--- Comment #7 from Fedora Update System  ---
perl-Parse-Gitignore-0.02-2.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-8bb99cd844

--- Comment #8 from Fedora Update System  ---
perl-Parse-Gitignore-0.02-2.el7 has been submitted as an update to Fedora EPEL
7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-736f884ebc

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

[Bug 1305294] Review Request: perl-Parse-Gitignore - Parse .gitignore files

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305294



--- Comment #7 from Fedora Update System  ---
perl-Parse-Gitignore-0.02-2.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-8bb99cd844

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

dfateyev pushed to perl-CBOR-XS (el6). "Import"

2016-02-17 Thread notifications
From f2ba57508f5a24be527d6040e6e6979073db3305 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 30 Sep 2015 10:16:44 +0200
Subject: Import

---
 .gitignore  |  1 +
 CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch | 77 
 CBOR-XS-1.3-Include-ecb.h-from-system.patch | 29 +
 perl-CBOR-XS.spec   | 79 +
 sources |  1 +
 5 files changed, 187 insertions(+)
 create mode 100644 CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch
 create mode 100644 CBOR-XS-1.3-Include-ecb.h-from-system.patch
 create mode 100644 perl-CBOR-XS.spec

diff --git a/.gitignore b/.gitignore
index e69de29..cd636cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/CBOR-XS-1.3.tar.gz
diff --git a/CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch 
b/CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch
new file mode 100644
index 000..6601267
--- /dev/null
+++ b/CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch
@@ -0,0 +1,77 @@
+From fb089d08ff9bc5cf45570b950aa33e50ee62371b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 29 Sep 2015 10:31:58 +0200
+Subject: [PATCH] Cast char* and U8* where needed
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Building with GCC 5.1.1 and perl-5.22.0 produces various warnings about
+mismatching signess. This patch corrects it.
+
+Signed-off-by: Petr Písař 
+---
+ XS.xs | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/XS.xs b/XS.xs
+index 0af7c95..134ed9e 100644
+--- a/XS.xs
 b/XS.xs
+@@ -765,7 +765,7 @@ decode_he (dec_t *dec, HV *hv)
+ dec->cur += len;
+ 
+ if (ecb_expect_false (dec->cbor.flags & F_VALIDATE_UTF8))
+-  if (!is_utf8_string (key, len))
++  if (!is_utf8_string ((U8*)key, len))
+ ERR ("corrupted CBOR data (invalid UTF-8 in map key)");
+ 
+ hv_store (hv, key, -len, decode_sv (dec), 0);
+@@ -854,7 +854,7 @@ decode_str (dec_t *dec, int utf8)
+   STRLEN len = decode_uint (dec);
+ 
+   WANT (len);
+-  sv_catpvn (sv, dec->cur, len);
++  sv_catpvn (sv, (char *)dec->cur, len);
+   dec->cur += len;
+ }
+ }
+@@ -863,7 +863,7 @@ decode_str (dec_t *dec, int utf8)
+   STRLEN len = decode_uint (dec);
+ 
+   WANT (len);
+-  sv = newSVpvn (dec->cur, len);
++  sv = newSVpvn ((char*)dec->cur, len);
+   dec->cur += len;
+ 
+   if (ecb_expect_false (dec->stringref)
+@@ -874,7 +874,7 @@ decode_str (dec_t *dec, int utf8)
+   if (utf8)
+ {
+   if (ecb_expect_false (dec->cbor.flags & F_VALIDATE_UTF8))
+-if (!is_utf8_string (SvPVX (sv), SvCUR (sv)))
++if (!is_utf8_string ((U8*)SvPVX (sv), SvCUR (sv)))
+   ERR ("corrupted CBOR data (invalid UTF-8 in text string)");
+ 
+   SvUTF8_on (sv);
+@@ -1181,7 +1181,7 @@ decode_cbor (SV *string, CBOR *cbor, char 
**offset_return)
+   sv = decode_sv (&dec);
+ 
+   if (offset_return)
+-*offset_return = dec.cur;
++*offset_return = (char *)dec.cur;
+ 
+   if (!(offset_return || !sv))
+ if (dec.cur != dec.end && !dec.err)
+@@ -1231,7 +1231,7 @@ incr_parse (CBOR *self, SV *cborstr)
+ 1, 2, 4, 8,-1,-1,-1,-2
+   };
+ 
+-  const U8 *p = SvPVX (cborstr) + self->incr_pos;
++  const U8 *p = (U8*)SvPVX (cborstr) + self->incr_pos;
+   U8 m = *p & MINOR_MASK;
+   IV count = SvIVX (AvARRAY (self->incr_count)[AvFILLp 
(self->incr_count)]);
+   I8 ilen = incr_len[m];
+-- 
+2.4.3
+
diff --git a/CBOR-XS-1.3-Include-ecb.h-from-system.patch 
b/CBOR-XS-1.3-Include-ecb.h-from-system.patch
new file mode 100644
index 000..fc62033
--- /dev/null
+++ b/CBOR-XS-1.3-Include-ecb.h-from-system.patch
@@ -0,0 +1,29 @@
+From 5f37da992f0c9ded881d22e607d77d89c57741a3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 29 Sep 2015 10:13:05 +0200
+Subject: [PATCH] Include ecb.h from system
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař 
+---
+ XS.xs | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/XS.xs b/XS.xs
+index 15bce1f..0af7c95 100644
+--- a/XS.xs
 b/XS.xs
+@@ -10,7 +10,7 @@
+ #include 
+ 
+ #define ECB_NO_THREADS 1
+-#include "ecb.h"
++#include 
+ 
+ // compatibility with perl <5.18
+ #ifndef HvNAMELEN_get
+-- 
+2.4.3
+
diff --git a/perl-CBOR-XS.spec b/perl-CBOR-XS.spec
new file mode 100644
index 000..9c3a607
--- /dev/null
+++ b/perl-CBOR-XS.spec
@@ -0,0 +1,79 @@
+Name:   perl-CBOR-XS
+Version:1.3
+Release:1%{?dist}
+Summary:Concise Binary Object Representation (CBOR)
+# COPYING:  GPLv3+
+## Replaced by system header-only package
+# ecb.h:BSD or GPLv2+
+License:GPLv3+ and (BSD or GPLv2+)
+Group:  Development/Libraries
+

dfateyev pushed to perl-CBOR-XS (el6). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-02-17 Thread notifications
From 1d377c02632cb2c8e618a25c56ea14a1b164087b Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 12:22:53 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-CBOR-XS.spec b/perl-CBOR-XS.spec
index 9c3a607..ef5fae5 100644
--- a/perl-CBOR-XS.spec
+++ b/perl-CBOR-XS.spec
@@ -1,6 +1,6 @@
 Name:   perl-CBOR-XS
 Version:1.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Concise Binary Object Representation (CBOR)
 # COPYING:  GPLv3+
 ## Replaced by system header-only package
@@ -75,5 +75,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 1.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Tue Sep 29 2015 Petr Pisar  1.3-1
 - Specfile autogenerated by cpanspec 1.78.
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-CBOR-XS.git/commit/?h=el6&id=1d377c02632cb2c8e618a25c56ea14a1b164087b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

dfateyev pushed to perl-CBOR-XS (el6). "1.4 bump"

2016-02-17 Thread notifications
From c3bf7d6e03d6131128cf473430c3f8bafe594c46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 9 Feb 2016 16:34:28 +0100
Subject: 1.4 bump

---
 .gitignore  |  1 +
 .rpmlint|  2 +
 CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch | 77 -
 CBOR-XS-1.4-Cast-char-and-U8-where-needed.patch | 77 +
 perl-CBOR-XS.spec   | 11 ++--
 sources |  2 +-
 6 files changed, 88 insertions(+), 82 deletions(-)
 create mode 100644 .rpmlint
 delete mode 100644 CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch
 create mode 100644 CBOR-XS-1.4-Cast-char-and-U8-where-needed.patch

diff --git a/.gitignore b/.gitignore
index cd636cb..1aef69e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /CBOR-XS-1.3.tar.gz
+/CBOR-XS-1.4.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..7c16114
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (versa|superset)");
diff --git a/CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch 
b/CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch
deleted file mode 100644
index 6601267..000
--- a/CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From fb089d08ff9bc5cf45570b950aa33e50ee62371b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
-Date: Tue, 29 Sep 2015 10:31:58 +0200
-Subject: [PATCH] Cast char* and U8* where needed
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Building with GCC 5.1.1 and perl-5.22.0 produces various warnings about
-mismatching signess. This patch corrects it.
-
-Signed-off-by: Petr Písař 

- XS.xs | 12 ++--
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/XS.xs b/XS.xs
-index 0af7c95..134ed9e 100644
 a/XS.xs
-+++ b/XS.xs
-@@ -765,7 +765,7 @@ decode_he (dec_t *dec, HV *hv)
- dec->cur += len;
- 
- if (ecb_expect_false (dec->cbor.flags & F_VALIDATE_UTF8))
--  if (!is_utf8_string (key, len))
-+  if (!is_utf8_string ((U8*)key, len))
- ERR ("corrupted CBOR data (invalid UTF-8 in map key)");
- 
- hv_store (hv, key, -len, decode_sv (dec), 0);
-@@ -854,7 +854,7 @@ decode_str (dec_t *dec, int utf8)
-   STRLEN len = decode_uint (dec);
- 
-   WANT (len);
--  sv_catpvn (sv, dec->cur, len);
-+  sv_catpvn (sv, (char *)dec->cur, len);
-   dec->cur += len;
- }
- }
-@@ -863,7 +863,7 @@ decode_str (dec_t *dec, int utf8)
-   STRLEN len = decode_uint (dec);
- 
-   WANT (len);
--  sv = newSVpvn (dec->cur, len);
-+  sv = newSVpvn ((char*)dec->cur, len);
-   dec->cur += len;
- 
-   if (ecb_expect_false (dec->stringref)
-@@ -874,7 +874,7 @@ decode_str (dec_t *dec, int utf8)
-   if (utf8)
- {
-   if (ecb_expect_false (dec->cbor.flags & F_VALIDATE_UTF8))
--if (!is_utf8_string (SvPVX (sv), SvCUR (sv)))
-+if (!is_utf8_string ((U8*)SvPVX (sv), SvCUR (sv)))
-   ERR ("corrupted CBOR data (invalid UTF-8 in text string)");
- 
-   SvUTF8_on (sv);
-@@ -1181,7 +1181,7 @@ decode_cbor (SV *string, CBOR *cbor, char 
**offset_return)
-   sv = decode_sv (&dec);
- 
-   if (offset_return)
--*offset_return = dec.cur;
-+*offset_return = (char *)dec.cur;
- 
-   if (!(offset_return || !sv))
- if (dec.cur != dec.end && !dec.err)
-@@ -1231,7 +1231,7 @@ incr_parse (CBOR *self, SV *cborstr)
- 1, 2, 4, 8,-1,-1,-1,-2
-   };
- 
--  const U8 *p = SvPVX (cborstr) + self->incr_pos;
-+  const U8 *p = (U8*)SvPVX (cborstr) + self->incr_pos;
-   U8 m = *p & MINOR_MASK;
-   IV count = SvIVX (AvARRAY (self->incr_count)[AvFILLp 
(self->incr_count)]);
-   I8 ilen = incr_len[m];
--- 
-2.4.3
-
diff --git a/CBOR-XS-1.4-Cast-char-and-U8-where-needed.patch 
b/CBOR-XS-1.4-Cast-char-and-U8-where-needed.patch
new file mode 100644
index 000..5be587f
--- /dev/null
+++ b/CBOR-XS-1.4-Cast-char-and-U8-where-needed.patch
@@ -0,0 +1,77 @@
+From cb69e201f5e1107e6aa75799b29cf52a91b94922 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 29 Sep 2015 10:31:58 +0200
+Subject: [PATCH] Cast char* and U8* where needed
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Building with GCC 5.1.1 and perl-5.22.0 produces various warnings about
+mismatching signess. This patch corrects it.
+
+Signed-off-by: Petr Písař 
+---
+ XS.xs | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/XS.xs b/XS.xs
+index ab487f9..e413936 100644
+--- a/XS.xs
 b/XS.xs
+@@ -767,7 +767,7 @@ decode_he (dec_t *dec, HV *hv)
+ dec->cur += len;
+ 
+ if (ecb_expect_false (dec->cbor.flags & F_VALIDATE_UTF8))
+-  if (!is_utf8_string (key, len))
++   

dfateyev pushed to perl-CBOR-XS (el6). "perl-CBOR-XS: add license tag workaround"

2016-02-17 Thread notifications
From e6dff21aea8ddec141593bd7d7e7e1582d49a3de Mon Sep 17 00:00:00 2001
From: Denis Fateyev 
Date: Wed, 17 Feb 2016 17:07:53 +0600
Subject: perl-CBOR-XS: add license tag workaround

---
 perl-CBOR-XS.spec | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/perl-CBOR-XS.spec b/perl-CBOR-XS.spec
index 5aeb8a9..666833f 100644
--- a/perl-CBOR-XS.spec
+++ b/perl-CBOR-XS.spec
@@ -1,6 +1,6 @@
 Name:   perl-CBOR-XS
 Version:1.4
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Concise Binary Object Representation (CBOR)
 # COPYING:  GPLv3+
 ## Replaced by system header-only package
@@ -68,6 +68,7 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f 
{} \;
 make test
 
 %files
+%{!?_licensedir:%global license %doc}
 %license COPYING
 %doc Changes README
 %{perl_vendorarch}/auto/*
@@ -75,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 16 2016 Denis Fateyev  - 1.4-2
+- Added license tag workaround
+
 * Tue Feb 09 2016 Petr Pisar  - 1.4-1
 - 1.4 bump
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-CBOR-XS.git/commit/?h=el6&id=e6dff21aea8ddec141593bd7d7e7e1582d49a3de
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

dfateyev pushed to perl-CBOR-XS (epel7). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-02-17 Thread notifications
From 1d377c02632cb2c8e618a25c56ea14a1b164087b Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 12:22:53 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

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

diff --git a/perl-CBOR-XS.spec b/perl-CBOR-XS.spec
index 9c3a607..ef5fae5 100644
--- a/perl-CBOR-XS.spec
+++ b/perl-CBOR-XS.spec
@@ -1,6 +1,6 @@
 Name:   perl-CBOR-XS
 Version:1.3
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Concise Binary Object Representation (CBOR)
 # COPYING:  GPLv3+
 ## Replaced by system header-only package
@@ -75,5 +75,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 1.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Tue Sep 29 2015 Petr Pisar  1.3-1
 - Specfile autogenerated by cpanspec 1.78.
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-CBOR-XS.git/commit/?h=epel7&id=1d377c02632cb2c8e618a25c56ea14a1b164087b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

dfateyev pushed to perl-CBOR-XS (epel7). "Import"

2016-02-17 Thread notifications
From f2ba57508f5a24be527d6040e6e6979073db3305 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 30 Sep 2015 10:16:44 +0200
Subject: Import

---
 .gitignore  |  1 +
 CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch | 77 
 CBOR-XS-1.3-Include-ecb.h-from-system.patch | 29 +
 perl-CBOR-XS.spec   | 79 +
 sources |  1 +
 5 files changed, 187 insertions(+)
 create mode 100644 CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch
 create mode 100644 CBOR-XS-1.3-Include-ecb.h-from-system.patch
 create mode 100644 perl-CBOR-XS.spec

diff --git a/.gitignore b/.gitignore
index e69de29..cd636cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/CBOR-XS-1.3.tar.gz
diff --git a/CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch 
b/CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch
new file mode 100644
index 000..6601267
--- /dev/null
+++ b/CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch
@@ -0,0 +1,77 @@
+From fb089d08ff9bc5cf45570b950aa33e50ee62371b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 29 Sep 2015 10:31:58 +0200
+Subject: [PATCH] Cast char* and U8* where needed
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Building with GCC 5.1.1 and perl-5.22.0 produces various warnings about
+mismatching signess. This patch corrects it.
+
+Signed-off-by: Petr Písař 
+---
+ XS.xs | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/XS.xs b/XS.xs
+index 0af7c95..134ed9e 100644
+--- a/XS.xs
 b/XS.xs
+@@ -765,7 +765,7 @@ decode_he (dec_t *dec, HV *hv)
+ dec->cur += len;
+ 
+ if (ecb_expect_false (dec->cbor.flags & F_VALIDATE_UTF8))
+-  if (!is_utf8_string (key, len))
++  if (!is_utf8_string ((U8*)key, len))
+ ERR ("corrupted CBOR data (invalid UTF-8 in map key)");
+ 
+ hv_store (hv, key, -len, decode_sv (dec), 0);
+@@ -854,7 +854,7 @@ decode_str (dec_t *dec, int utf8)
+   STRLEN len = decode_uint (dec);
+ 
+   WANT (len);
+-  sv_catpvn (sv, dec->cur, len);
++  sv_catpvn (sv, (char *)dec->cur, len);
+   dec->cur += len;
+ }
+ }
+@@ -863,7 +863,7 @@ decode_str (dec_t *dec, int utf8)
+   STRLEN len = decode_uint (dec);
+ 
+   WANT (len);
+-  sv = newSVpvn (dec->cur, len);
++  sv = newSVpvn ((char*)dec->cur, len);
+   dec->cur += len;
+ 
+   if (ecb_expect_false (dec->stringref)
+@@ -874,7 +874,7 @@ decode_str (dec_t *dec, int utf8)
+   if (utf8)
+ {
+   if (ecb_expect_false (dec->cbor.flags & F_VALIDATE_UTF8))
+-if (!is_utf8_string (SvPVX (sv), SvCUR (sv)))
++if (!is_utf8_string ((U8*)SvPVX (sv), SvCUR (sv)))
+   ERR ("corrupted CBOR data (invalid UTF-8 in text string)");
+ 
+   SvUTF8_on (sv);
+@@ -1181,7 +1181,7 @@ decode_cbor (SV *string, CBOR *cbor, char 
**offset_return)
+   sv = decode_sv (&dec);
+ 
+   if (offset_return)
+-*offset_return = dec.cur;
++*offset_return = (char *)dec.cur;
+ 
+   if (!(offset_return || !sv))
+ if (dec.cur != dec.end && !dec.err)
+@@ -1231,7 +1231,7 @@ incr_parse (CBOR *self, SV *cborstr)
+ 1, 2, 4, 8,-1,-1,-1,-2
+   };
+ 
+-  const U8 *p = SvPVX (cborstr) + self->incr_pos;
++  const U8 *p = (U8*)SvPVX (cborstr) + self->incr_pos;
+   U8 m = *p & MINOR_MASK;
+   IV count = SvIVX (AvARRAY (self->incr_count)[AvFILLp 
(self->incr_count)]);
+   I8 ilen = incr_len[m];
+-- 
+2.4.3
+
diff --git a/CBOR-XS-1.3-Include-ecb.h-from-system.patch 
b/CBOR-XS-1.3-Include-ecb.h-from-system.patch
new file mode 100644
index 000..fc62033
--- /dev/null
+++ b/CBOR-XS-1.3-Include-ecb.h-from-system.patch
@@ -0,0 +1,29 @@
+From 5f37da992f0c9ded881d22e607d77d89c57741a3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 29 Sep 2015 10:13:05 +0200
+Subject: [PATCH] Include ecb.h from system
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař 
+---
+ XS.xs | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/XS.xs b/XS.xs
+index 15bce1f..0af7c95 100644
+--- a/XS.xs
 b/XS.xs
+@@ -10,7 +10,7 @@
+ #include 
+ 
+ #define ECB_NO_THREADS 1
+-#include "ecb.h"
++#include 
+ 
+ // compatibility with perl <5.18
+ #ifndef HvNAMELEN_get
+-- 
+2.4.3
+
diff --git a/perl-CBOR-XS.spec b/perl-CBOR-XS.spec
new file mode 100644
index 000..9c3a607
--- /dev/null
+++ b/perl-CBOR-XS.spec
@@ -0,0 +1,79 @@
+Name:   perl-CBOR-XS
+Version:1.3
+Release:1%{?dist}
+Summary:Concise Binary Object Representation (CBOR)
+# COPYING:  GPLv3+
+## Replaced by system header-only package
+# ecb.h:BSD or GPLv2+
+License:GPLv3+ and (BSD or GPLv2+)
+Group:  Development/Libraries
+

dfateyev pushed to perl-CBOR-XS (epel7). "1.4 bump"

2016-02-17 Thread notifications
From c3bf7d6e03d6131128cf473430c3f8bafe594c46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 9 Feb 2016 16:34:28 +0100
Subject: 1.4 bump

---
 .gitignore  |  1 +
 .rpmlint|  2 +
 CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch | 77 -
 CBOR-XS-1.4-Cast-char-and-U8-where-needed.patch | 77 +
 perl-CBOR-XS.spec   | 11 ++--
 sources |  2 +-
 6 files changed, 88 insertions(+), 82 deletions(-)
 create mode 100644 .rpmlint
 delete mode 100644 CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch
 create mode 100644 CBOR-XS-1.4-Cast-char-and-U8-where-needed.patch

diff --git a/.gitignore b/.gitignore
index cd636cb..1aef69e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /CBOR-XS-1.3.tar.gz
+/CBOR-XS-1.4.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..7c16114
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (versa|superset)");
diff --git a/CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch 
b/CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch
deleted file mode 100644
index 6601267..000
--- a/CBOR-XS-1.3-Cast-char-and-U8-where-needed.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From fb089d08ff9bc5cf45570b950aa33e50ee62371b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
-Date: Tue, 29 Sep 2015 10:31:58 +0200
-Subject: [PATCH] Cast char* and U8* where needed
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Building with GCC 5.1.1 and perl-5.22.0 produces various warnings about
-mismatching signess. This patch corrects it.
-
-Signed-off-by: Petr Písař 

- XS.xs | 12 ++--
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/XS.xs b/XS.xs
-index 0af7c95..134ed9e 100644
 a/XS.xs
-+++ b/XS.xs
-@@ -765,7 +765,7 @@ decode_he (dec_t *dec, HV *hv)
- dec->cur += len;
- 
- if (ecb_expect_false (dec->cbor.flags & F_VALIDATE_UTF8))
--  if (!is_utf8_string (key, len))
-+  if (!is_utf8_string ((U8*)key, len))
- ERR ("corrupted CBOR data (invalid UTF-8 in map key)");
- 
- hv_store (hv, key, -len, decode_sv (dec), 0);
-@@ -854,7 +854,7 @@ decode_str (dec_t *dec, int utf8)
-   STRLEN len = decode_uint (dec);
- 
-   WANT (len);
--  sv_catpvn (sv, dec->cur, len);
-+  sv_catpvn (sv, (char *)dec->cur, len);
-   dec->cur += len;
- }
- }
-@@ -863,7 +863,7 @@ decode_str (dec_t *dec, int utf8)
-   STRLEN len = decode_uint (dec);
- 
-   WANT (len);
--  sv = newSVpvn (dec->cur, len);
-+  sv = newSVpvn ((char*)dec->cur, len);
-   dec->cur += len;
- 
-   if (ecb_expect_false (dec->stringref)
-@@ -874,7 +874,7 @@ decode_str (dec_t *dec, int utf8)
-   if (utf8)
- {
-   if (ecb_expect_false (dec->cbor.flags & F_VALIDATE_UTF8))
--if (!is_utf8_string (SvPVX (sv), SvCUR (sv)))
-+if (!is_utf8_string ((U8*)SvPVX (sv), SvCUR (sv)))
-   ERR ("corrupted CBOR data (invalid UTF-8 in text string)");
- 
-   SvUTF8_on (sv);
-@@ -1181,7 +1181,7 @@ decode_cbor (SV *string, CBOR *cbor, char 
**offset_return)
-   sv = decode_sv (&dec);
- 
-   if (offset_return)
--*offset_return = dec.cur;
-+*offset_return = (char *)dec.cur;
- 
-   if (!(offset_return || !sv))
- if (dec.cur != dec.end && !dec.err)
-@@ -1231,7 +1231,7 @@ incr_parse (CBOR *self, SV *cborstr)
- 1, 2, 4, 8,-1,-1,-1,-2
-   };
- 
--  const U8 *p = SvPVX (cborstr) + self->incr_pos;
-+  const U8 *p = (U8*)SvPVX (cborstr) + self->incr_pos;
-   U8 m = *p & MINOR_MASK;
-   IV count = SvIVX (AvARRAY (self->incr_count)[AvFILLp 
(self->incr_count)]);
-   I8 ilen = incr_len[m];
--- 
-2.4.3
-
diff --git a/CBOR-XS-1.4-Cast-char-and-U8-where-needed.patch 
b/CBOR-XS-1.4-Cast-char-and-U8-where-needed.patch
new file mode 100644
index 000..5be587f
--- /dev/null
+++ b/CBOR-XS-1.4-Cast-char-and-U8-where-needed.patch
@@ -0,0 +1,77 @@
+From cb69e201f5e1107e6aa75799b29cf52a91b94922 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 29 Sep 2015 10:31:58 +0200
+Subject: [PATCH] Cast char* and U8* where needed
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Building with GCC 5.1.1 and perl-5.22.0 produces various warnings about
+mismatching signess. This patch corrects it.
+
+Signed-off-by: Petr Písař 
+---
+ XS.xs | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/XS.xs b/XS.xs
+index ab487f9..e413936 100644
+--- a/XS.xs
 b/XS.xs
+@@ -767,7 +767,7 @@ decode_he (dec_t *dec, HV *hv)
+ dec->cur += len;
+ 
+ if (ecb_expect_false (dec->cbor.flags & F_VALIDATE_UTF8))
+-  if (!is_utf8_string (key, len))
++   

dfateyev pushed to perl-CBOR-XS (epel7). "perl-CBOR-XS: add license tag workaround"

2016-02-17 Thread notifications
From e6dff21aea8ddec141593bd7d7e7e1582d49a3de Mon Sep 17 00:00:00 2001
From: Denis Fateyev 
Date: Wed, 17 Feb 2016 17:07:53 +0600
Subject: perl-CBOR-XS: add license tag workaround

---
 perl-CBOR-XS.spec | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/perl-CBOR-XS.spec b/perl-CBOR-XS.spec
index 5aeb8a9..666833f 100644
--- a/perl-CBOR-XS.spec
+++ b/perl-CBOR-XS.spec
@@ -1,6 +1,6 @@
 Name:   perl-CBOR-XS
 Version:1.4
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Concise Binary Object Representation (CBOR)
 # COPYING:  GPLv3+
 ## Replaced by system header-only package
@@ -68,6 +68,7 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f 
{} \;
 make test
 
 %files
+%{!?_licensedir:%global license %doc}
 %license COPYING
 %doc Changes README
 %{perl_vendorarch}/auto/*
@@ -75,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 16 2016 Denis Fateyev  - 1.4-2
+- Added license tag workaround
+
 * Tue Feb 09 2016 Petr Pisar  - 1.4-1
 - 1.4 bump
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-CBOR-XS.git/commit/?h=epel7&id=e6dff21aea8ddec141593bd7d7e7e1582d49a3de
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305266] Review Request: perl-CBOR-XS - Concise Binary Object Representation (CBOR, RFC7049)

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305266



--- Comment #5 from Fedora Update System  ---
perl-CBOR-XS-1.4-2.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-93c6533dff

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

[Bug 1305266] Review Request: perl-CBOR-XS - Concise Binary Object Representation (CBOR, RFC7049)

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305266



--- Comment #5 from Fedora Update System  ---
perl-CBOR-XS-1.4-2.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-93c6533dff

--- Comment #6 from Fedora Update System  ---
perl-CBOR-XS-1.4-2.el6 has been submitted as an update to Fedora EPEL 6.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-67cc4c6812

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

[Bug 1309199] Rebuilding perl-DBD-MySQL-4.033-2.fc24 results into unresolvable mysql.so: symbol mysql_read_query_result, version libmysqlclient_16 not defined in file libmysqlclient.so.18 with link ti

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1309199

Petr Pisar  changed:

   What|Removed |Added

 CC||hho...@redhat.com,
   ||jsta...@redhat.com,
   ||mmuz...@redhat.com
  Component|perl-DBD-MySQL  |mariadb
   Assignee|jples...@redhat.com |jdor...@redhat.com



--- Comment #3 from Petr Pisar  ---
As described in
:

> When you have multiple definitions of a given symbol, there needs to be some
> way to specify a default version to which external references to this symbol
> will be bound. You can do this with the `foo@@VERS_2.0' type of `.symver'
> directive. You can only declare one version of a symbol as the default in
> this manner; otherwise you would effectively have multiple definitions of
> the same symbol.

At most one default version of a symbol makes sense.

The old libmysqlclient.so.18 declares only libmysqlclient_18 as the default:

  mysql_read_query_result@libmysqlclient_16
  mysql_read_query_result@@libmysqlclient_18

while the new libmysqlclient.so.18 declares both versions as default:

  mysql_read_query_result@@libmysqlclient_16
  mysql_read_query_result@@libmysqlclient_18

I think this is the reason why newly built libmysqlclient.so.18 application
selects libmysqlclient_16 instead of the libmysqlclient_18.

I still don't understand why dynamic linker cannot found the libmysqlclient_16
versioned symbol in the library.

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

[Bug 1305263] Review Request: perl-Text-Fuzzy - Partial string matching using edit distances

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305263

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



--- Comment #10 from Fedora Update System  ---
perl-Text-Fuzzy-0.24-3.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-ec71a6aa0c

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

[Bug 1305263] Review Request: perl-Text-Fuzzy - Partial string matching using edit distances

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305263



--- Comment #11 from Fedora Update System  ---
perl-Text-Fuzzy-0.24-3.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-ec71a6aa0c

--- Comment #12 from Fedora Update System  ---
perl-Text-Fuzzy-0.24-3.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-ec71a6aa0c

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

[Bug 1305263] Review Request: perl-Text-Fuzzy - Partial string matching using edit distances

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305263

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



--- Comment #10 from Fedora Update System  ---
perl-Text-Fuzzy-0.24-3.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-ec71a6aa0c

--- Comment #11 from Fedora Update System  ---
perl-Text-Fuzzy-0.24-3.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-ec71a6aa0c

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

[Bug 1305263] Review Request: perl-Text-Fuzzy - Partial string matching using edit distances

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305263



--- Comment #8 from Fedora Update System  ---
perl-Text-Fuzzy-0.24-3.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-ec71a6aa0c

--- Comment #9 from Fedora Update System  ---
perl-Text-Fuzzy-0.24-3.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-b9b25e2bf4

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

[Bug 1305263] Review Request: perl-Text-Fuzzy - Partial string matching using edit distances

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305263



--- Comment #8 from Fedora Update System  ---
perl-Text-Fuzzy-0.24-3.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-ec71a6aa0c

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

[Bug 1305263] Review Request: perl-Text-Fuzzy - Partial string matching using edit distances

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305263



--- Comment #10 from Fedora Update System  ---
perl-Text-Fuzzy-0.24-3.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-ec71a6aa0c

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

[Bug 1309302] New: perl-version-0.9913 is available

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1309302

Bug ID: 1309302
   Summary: perl-version-0.9913 is available
   Product: Fedora
   Version: rawhide
 Component: perl-version
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 0.9913
Current version/release in rawhide: 0.99.12-5.fc24
URL: http://search.cpan.org/dist/version/

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

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

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

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

[Bug 1309302] perl-version-0.9913 is available

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1309302



--- Comment #1 from Upstream Release Monitoring 
 ---
Failed to kick off scratch build.

spectool was unable to grab new sources

old source: version-0.9912.tar.gz
old sha256: ebf0df9458ca57450a81c4a2bb7a797251b942c2fbf52ae55abf66fca83e1b0e

new source: ./version-0.9912.tar.gz
new sha256: ebf0df9458ca57450a81c4a2bb7a797251b942c2fbf52ae55abf66fca83e1b0e

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

psabata set the monitor flag of perl-version to nobuild

2016-02-17 Thread notifications
psabata set the monitor flag of perl-version to nobuild

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

psabata uploaded version-0.9913.tar.gz for perl-version

2016-02-17 Thread notifications
af5ffc06801dcc6009ae362d4aa5f947  version-0.9913.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-version/version-0.9913.tar.gz/md5/af5ffc06801dcc6009ae362d4aa5f947/version-0.9913.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

psabata pushed to perl-version (master). "0.9913 bump (..more)"

2016-02-17 Thread notifications
From c0c6647148769dfef2029a3853d5dd64af4c7189 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Wed, 17 Feb 2016 13:56:01 +0100
Subject: 0.9913 bump

- Backwards-incompatible changes in normal/numify/stringify
---
 .gitignore|  1 +
 perl-version.spec | 30 +++---
 sources   |  2 +-
 3 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8ca19b3..518db69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ version-0.88.tar.gz
 /version-0.9908.tar.gz
 /version-0.9909.tar.gz
 /version-0.9912.tar.gz
+/version-0.9913.tar.gz
diff --git a/perl-version.spec b/perl-version.spec
index 96e0c79..91d1c8c 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -1,21 +1,25 @@
 Name:   perl-version
 Epoch:  5
-Version:0.99.12
-%global module_version 0.9912
-Release:5%{?dist}
+Version:0.99.13
+%global module_version 0.9913
+Release:1%{?dist}
 Summary:Perl extension for Version Objects
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/version/
 Source0:
http://www.cpan.org/authors/id/J/JP/JPEACOCK/version-%{module_version}.tar.gz
+# Build
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-devel
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::CBuilder)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(File::Temp) >= 0.13
 BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
-# Run-time:
+# Runtime
 BuildRequires:  perl(B)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
@@ -27,16 +31,17 @@ BuildRequires:  perl(UNIVERSAL)
 BuildRequires:  perl(warnings)
 BuildRequires:  perl(warnings::register)
 BuildRequires:  perl(XSLoader)
-# Tests:
+# Tests only
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Test::Harness)
 BuildRequires:  perl(Test::More) >= 0.45
-Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:   perl(B)
 Requires:   perl(Carp)
 Requires:   perl(locale)
@@ -60,13 +65,12 @@ strongly urged to set 0.77 as a minimum in your code.
 %setup -q -n version-%{module_version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" UNINST=0
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" UNINST=0 
NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
+find %{buildroot} -type f -name '*.bs' -size 0 -delete
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -86,6 +90,10 @@ make test
 %{_mandir}/man3/version::Internals.3pm*
 
 %changelog
+* Wed Feb 17 2016 Petr Šabata  - 5:0.99.13-1
+- 0.9913 bump
+- Backwards-incompatible changes in normal/numify/stringify
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
5:0.99.12-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index bc5e626..c4ef47f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-404a7174f3e38e4f8fad3e1eefce5412  version-0.9912.tar.gz
+af5ffc06801dcc6009ae362d4aa5f947  version-0.9913.tar.gz
-- 
cgit v0.12



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

[Bug 1309302] perl-version-0.9913 is available

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1309302

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-version-0.99.13-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2016-02-17 08:07:11



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

jplesnik pushed to perl-DBIx-Simple (master). "Package cleanup"

2016-02-17 Thread notifications
From 180ffae36084e7850aaa551d7d4325c5fa11 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 17 Feb 2016 14:10:41 +0100
Subject: Package cleanup

---
 perl-DBIx-Simple.spec | 40 ++--
 1 file changed, 26 insertions(+), 14 deletions(-)

diff --git a/perl-DBIx-Simple.spec b/perl-DBIx-Simple.spec
index 5afd2f3..d1872b0 100644
--- a/perl-DBIx-Simple.spec
+++ b/perl-DBIx-Simple.spec
@@ -1,18 +1,35 @@
 Name:   perl-DBIx-Simple
 Summary:Easy-to-use OO interface to DBI
 Version:1.35
-Release:14%{?dist}
+Release:15%{?dist}
 License:Public Domain
-Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/J/JU/JUERD/DBIx-Simple-%{version}.tar.gz 
 URL:http://search.cpan.org/dist/DBIx-Simple/
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
 
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Run-time
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(DBI) >= 1.21
-BuildRequires:  perl(ExtUtils::MakeMaker)
+# DBIx::XHTML_Table - not used for test
+BuildRequires:  perl(Object::Accessor)
+BuildRequires:  perl(overload)
+# SQL::Abstract - not used for test
+BuildRequires:  perl(SQL::Interp)
+BuildRequires:  perl(strict)
+# Text::Table - not used for test
+# Tests
+BuildRequires:  perl(DBD::SQLite)
 BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(DBI) >= 1.21
+Requires:   perl(DBIx::XHTML_Table)
+Requires:   perl(SQL::Abstract)
+Requires:   perl(SQL::Interp)
+Requires:   perl(Text::Table)
 
 
 %{?perl_default_filter}
@@ -25,30 +42,25 @@ database module.
 %setup -q -n DBIx-Simple-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 09 2016 Jitka Plesnikova  - 1.35-15
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.35-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DBIx-Simple.git/commit/?h=master&id=180ffae36084e7850aaa551d7d4325c5fa11
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik set the monitor flag of perl-DBIx-Simple to nobuild

2016-02-17 Thread notifications
jplesnik set the monitor flag of perl-DBIx-Simple to nobuild

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

jplesnik set the monitor flag of perl-Devel-Dumpvar to nobuild

2016-02-17 Thread notifications
jplesnik set the monitor flag of perl-Devel-Dumpvar to nobuild

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

jplesnik pushed to perl-Devel-Dumpvar (master). "Package cleanup"

2016-02-17 Thread notifications
From e9b57950827c3a0551842ad4496bdf67fecb2d84 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 17 Feb 2016 14:31:36 +0100
Subject: Package cleanup

---
 perl-Devel-Dumpvar.spec | 43 +--
 1 file changed, 25 insertions(+), 18 deletions(-)

diff --git a/perl-Devel-Dumpvar.spec b/perl-Devel-Dumpvar.spec
index 59b394d..77fd7f1 100644
--- a/perl-Devel-Dumpvar.spec
+++ b/perl-Devel-Dumpvar.spec
@@ -1,17 +1,24 @@
 Name:   perl-Devel-Dumpvar
 Version:1.06
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Pure-OO reimplementation of dumpvar.pl
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Devel-Dumpvar/
 Source0:
http://www.cpan.org/authors/id/A/AD/ADAMK/Devel-Dumpvar-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(inc::Module::Install::DSL) >= 0.91
+BuildRequires:  perl(Module::Install::Metadata)
+# Run-time
 BuildRequires:  perl(Scalar::Util) >= 1.18
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests
+BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(Test::More) >= 0.42
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Most perl dumping modules are focused on serializing data structures into
@@ -23,33 +30,33 @@ the dumped data.
 %prep
 %setup -q -n Devel-Dumpvar-%{version}
 
+# Remove bundled libraries
+rm -r inc
+sed -i -e '/^inc\// d' MANIFEST
+find -type f -exec chmod -x {} +
+
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 17 2016 Jitka Plesnikova  - 1.06-16
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.06-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Devel-Dumpvar.git/commit/?h=master&id=e9b57950827c3a0551842ad4496bdf67fecb2d84
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik set the monitor flag of perl-Devel-Refactor to nobuild

2016-02-17 Thread notifications
jplesnik set the monitor flag of perl-Devel-Refactor to nobuild

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

psabata pushed to perl-Kwiki-Revisions (master). "Package cleanup"

2016-02-17 Thread notifications
From d6845f8cab8cd5b5816578fdf232c5d8d061ae77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Wed, 17 Feb 2016 15:02:54 +0100
Subject: Package cleanup

---
 perl-Kwiki-Revisions.spec | 60 ---
 1 file changed, 31 insertions(+), 29 deletions(-)

diff --git a/perl-Kwiki-Revisions.spec b/perl-Kwiki-Revisions.spec
index 715d0fc..53b83e3 100644
--- a/perl-Kwiki-Revisions.spec
+++ b/perl-Kwiki-Revisions.spec
@@ -1,61 +1,63 @@
 Name:   perl-Kwiki-Revisions
 Version:0.15
-Release:30%{?dist}
+Release:31%{?dist}
 Summary:Kwiki Revisions Plugin
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Kwiki-Revisions/
 Source0:
http://www.cpan.org/authors/id/I/IN/INGY/Kwiki-Revisions-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::All)
-BuildRequires:  perl(Test::More)
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Runtime
 BuildRequires:  perl(Kwiki) >= 0.38
+BuildRequires:  perl(Kwiki::CGI)
+BuildRequires:  perl(Kwiki::Installer)
+BuildRequires:  perl(Kwiki::Plugin)
+BuildRequires:  perl(mixin)
+# Tests only
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:   perl(Kwiki) >= 0.38
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
-
-# RPM 4.8 style
-%{?filter_setup:
-%filter_from_requires /^perl(mixin)/d
-%{?perl_default_filter}
-}
-# RPM 4.9 style
-%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(mixin\\)$
+Requires:   perl(Kwiki::Installer)
 
 %description
-Kwiki Revisions plugin.
+%{summary}.
 
 %prep
 %setup -q -n Kwiki-Revisions-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 17 2016 Petr Šabata  - 0.15-31
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.15-30
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Kwiki-Revisions.git/commit/?h=master&id=d6845f8cab8cd5b5816578fdf232c5d8d061ae77
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-Devel-Refactor (master). "Package cleanup"

2016-02-17 Thread notifications
From 7159013d9723cc0325b39506b15529df7cf30010 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 17 Feb 2016 15:06:11 +0100
Subject: Package cleanup

---
 perl-Devel-Refactor.spec | 35 +--
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/perl-Devel-Refactor.spec b/perl-Devel-Refactor.spec
index 718a42b..871fb1b 100644
--- a/perl-Devel-Refactor.spec
+++ b/perl-Devel-Refactor.spec
@@ -1,57 +1,56 @@
 Name:   perl-Devel-Refactor
 Version:0.05
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Perl extension for refactoring Perl code
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Devel-Refactor/
 Source0:
http://www.cpan.org/authors/id/S/SS/SSOTKA/Devel-Refactor-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Run-time:
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::Harness)
 BuildRequires:  perl(Test::More) >= 0.47
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 The Devel::Refactor module is for code refactoring.
 
 %prep
 %setup -q -n Devel-Refactor-%{version}
+find examples -type f -exec chmod -c a-x {} \;
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc Changes README
+%doc Changes examples README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 17 2016 Jitka Plesnikova  - 0.05-19
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.05-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Devel-Refactor.git/commit/?h=master&id=7159013d9723cc0325b39506b15529df7cf30010
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik set the monitor flag of perl-Digest-SHA1 to nobuild

2016-02-17 Thread notifications
jplesnik set the monitor flag of perl-Digest-SHA1 to nobuild

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

[Bug 1308365] slic3r crashes when loading known good stl files

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308365



--- Comment #2 from John Duchek  ---
I passed all the information here to slic3r.org.  I have found several files
that 'used to work' exhibiting this problem.  I am at a loss to see how the
header could be garbage as I haven't changed them after downloading them.  Must
of done something.  Anyway, thank you for the analysis and suggestions.
John

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

psabata uploaded Devel-REPL-1.003028.tar.gz for perl-Devel-REPL

2016-02-17 Thread notifications
defa6aab3b6210d6d0fcd212f059e8dc  Devel-REPL-1.003028.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Devel-REPL/Devel-REPL-1.003028.tar.gz/md5/defa6aab3b6210d6d0fcd212f059e8dc/Devel-REPL-1.003028.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

psabata pushed to perl-Devel-REPL (master). "1.003028 bump"

2016-02-17 Thread notifications
From 3b0d5d96d21025bd4e65c3f951c1e2b11d507c6b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Wed, 17 Feb 2016 15:57:18 +0100
Subject: 1.003028 bump

---
 .gitignore   |  1 +
 perl-Devel-REPL.spec | 18 --
 sources  |  2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5bfc4ab..8078ee8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Devel-REPL-1.003011.tar.gz
 /Devel-REPL-1.003015.tar.gz
 /Devel-REPL-1.003026.tar.gz
 /Devel-REPL-1.003027.tar.gz
+/Devel-REPL-1.003028.tar.gz
diff --git a/perl-Devel-REPL.spec b/perl-Devel-REPL.spec
index 4a6e1d2..cf2c536 100644
--- a/perl-Devel-REPL.spec
+++ b/perl-Devel-REPL.spec
@@ -3,8 +3,8 @@
 %bcond_with dds
 
 Name:   perl-Devel-REPL
-Version:1.003027
-Release:2%{?dist}
+Version:1.003028
+Release:1%{?dist}
 Summary:Modern perl interactive shell
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -14,7 +14,9 @@ BuildArch:  noarch
 # Build
 BuildRequires:  make
 BuildRequires:  perl
+# XXX: BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Runtime
@@ -22,7 +24,7 @@ BuildRequires:  perl(App::Nopaste)
 BuildRequires:  perl(B::Concise) >= 0.62
 BuildRequires:  perl(B::Keywords)
 %if %{with dds}
-BuildRequires:  perl(Data::Dump::Streamer)
+BuildRequires:  perl(Data::Dump::Streamer) >= 2.39
 %endif
 BuildRequires:  perl(Data::Dumper::Concise)
 BuildRequires:  perl(Devel::Peek)
@@ -58,6 +60,8 @@ Requires:   perl(MooseX::Object::Pluggable)
 
 %{?perl_default_filter}
 
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Data::Dump::Streamer\\)$
+
 %description
 This is an interactive shell for Perl, commonly known as a REPL - Read,
 Evaluate, Print, Loop. The shell provides for rapid development or testing
@@ -123,6 +127,7 @@ This Perl interactive shell plugin formats results with 
Data::Dumper::Concise.
 Summary:Devel-REPL plugin for formatting results with 
Data::Dump::Streamer
 Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
+Requires:   perl(Data::Dump::Streamer) >= 2.39
 
 %description Plugin-DDS
 This Perl interactive shell plugin formats results with Data::Dump::Streamer.
@@ -185,8 +190,6 @@ Requires:   perl(:MODULE_COMPAT_%(eval "$(perl 
-V:version)"; echo $version))
 This Perl interactive shell plugin allows you to reload Perl libraries with
 Module::Refresh module.
 
-Keywords_completion
-
 %prep
 %setup -q -n Devel-REPL-%{version}
 
@@ -202,7 +205,7 @@ make pure_install DESTDIR=%{buildroot}
 make test
 
 %files
-%license LICENSE
+%license LICENCE
 %doc Changes CONTRIBUTING README examples
 %{_bindir}/*
 %{perl_vendorlib}/*
@@ -300,6 +303,9 @@ make test
 
 
 %changelog
+* Wed Feb 17 2016 Petr Šabata  - 1.003028-1
+- 1.003028 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.003027-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 490419b..b835321 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c96d0562008549012a52c02edf05fdaa  Devel-REPL-1.003027.tar.gz
+defa6aab3b6210d6d0fcd212f059e8dc  Devel-REPL-1.003028.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Devel-REPL.git/commit/?h=master&id=3b0d5d96d21025bd4e65c3f951c1e2b11d507c6b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-Digest-SHA1 (master). "Package cleanup"

2016-02-17 Thread notifications
From 6c38aeeaf1bba3665371009d3f99c2793c3b16b2 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 17 Feb 2016 16:03:45 +0100
Subject: Package cleanup

---
 perl-Digest-SHA1.spec | 35 +--
 1 file changed, 21 insertions(+), 14 deletions(-)

diff --git a/perl-Digest-SHA1.spec b/perl-Digest-SHA1.spec
index 8314e61..8d49a5c 100644
--- a/perl-Digest-SHA1.spec
+++ b/perl-Digest-SHA1.spec
@@ -1,17 +1,29 @@
 Name:   perl-Digest-SHA1
 Version:2.13
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Digest-SHA1 Perl module
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Digest-SHA1/
 Source0:
http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-%{version}.tar.gz
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  glibc-common
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl-devel
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Run-time
+BuildRequires:  perl(Digest::base)
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests
 BuildRequires:  perl(Test)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Recommends: perl(Digest::base)
 
 %description
 The Digest::SHA1 module allows you to use the NIST SHA-1 message
@@ -32,26 +44,18 @@ characters long. A base64 digest will be 27 characters long.
 f=Changes ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -delete
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README fip180-1.{gif,html}
 %{perl_vendorarch}/Digest/
 %{perl_vendorarch}/auto/Digest/
@@ -59,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Feb 17 2016 Jitka Plesnikova  - 2.13-17
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.13-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Digest-SHA1.git/commit/?h=master&id=6c38aeeaf1bba3665371009d3f99c2793c3b16b2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik set the monitor flag of perl-Directory-Scratch-Structured to nobuild

2016-02-17 Thread notifications
jplesnik set the monitor flag of perl-Directory-Scratch-Structured to nobuild

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

[Bug 1309136] perl-Devel-REPL-1.003028 is available

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1309136

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Devel-REPL-1.003028-1.
   ||fc24
 Resolution|--- |RAWHIDE
Last Closed||2016-02-17 10:14:00



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

pghmcfc uploaded Path-Class-0.36.tar.gz for perl-Path-Class

2016-02-17 Thread notifications
3e15307faf0702fb916409f594552b94  Path-Class-0.36.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Path-Class/Path-Class-0.36.tar.gz/md5/3e15307faf0702fb916409f594552b94/Path-Class-0.36.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Path-Class (perl-Path-Class-0.36-1.fc24). "Update to 0.36 (..more)"

2016-02-17 Thread notifications
From ac883dd8ae5a1ce5e1bf4c09e732e1b916681993 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Wed, 17 Feb 2016 15:16:22 +
Subject: Update to 0.36

- New upstream release 0.36:
  - Use croak instead of die; use eval syntax instead of universal::isa (as
perlcritic wishes)
  - Load File::Copy and Perl::OSType only when used (copy_to, move_to)
  - Always use canonpath on arguments to splitdir
  - Fix 'Operation "eq": no method found' error (CPAN RT#77259)
  - Add some fixes and tests for contains() with updir stuff (GH#43)
  - Fix Carp::Croak to Carp::croak
  - Fixed and improved Travis testing configuration
  - Fix Pod typos
  - Check all print calls in spew and explicitly call (and check) close
---
 perl-Path-Class.spec | 31 ---
 sources  |  2 +-
 2 files changed, 25 insertions(+), 8 deletions(-)

diff --git a/perl-Path-Class.spec b/perl-Path-Class.spec
index 7a14869..3202ea0 100644
--- a/perl-Path-Class.spec
+++ b/perl-Path-Class.spec
@@ -1,6 +1,6 @@
 Name:  perl-Path-Class
-Version:   0.35
-Release:   5%{?dist}
+Version:   0.36
+Release:   1%{?dist}
 Summary:   Cross-platform path specification manipulation
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -8,6 +8,8 @@ URL:http://search.cpan.org/dist/Path-Class/
 Source0:   
http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Path-Class-%{version}.tar.gz
 BuildArch: noarch
 # Module Build
+BuildRequires: coreutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(Module::Build) > 0.36
 # Module Runtime
@@ -28,7 +30,7 @@ BuildRequires:perl(Scalar::Util)
 BuildRequires: perl(strict)
 # Test Suite
 BuildRequires: perl(Test)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::More) >= 0.88
 BuildRequires: perl(warnings)
 # Author Tests
 %if !%{defined perl_bootstrap}
@@ -39,6 +41,8 @@ BuildRequires:perl(Test::Perl::Critic)
 %endif
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:  perl(File::Copy)
+Requires:  perl(Perl::OSType)
 
 %description
 Path::Class is a module for manipulation of file and directory specifications
@@ -69,12 +73,25 @@ AUTHOR_TESTING=1 ./Build test
 %endif
 %doc Changes README
 %{perl_vendorlib}/Path/
-%{_mandir}/man3/Path::Class.3pm*
-%{_mandir}/man3/Path::Class::Dir.3pm*
-%{_mandir}/man3/Path::Class::Entity.3pm*
-%{_mandir}/man3/Path::Class::File.3pm*
+%{_mandir}/man3/Path::Class.3*
+%{_mandir}/man3/Path::Class::Dir.3*
+%{_mandir}/man3/Path::Class::Entity.3*
+%{_mandir}/man3/Path::Class::File.3*
 
 %changelog
+* Wed Feb 17 2016 Paul Howarth  - 0.36-1
+- Update to 0.36:
+  - Use croak instead of die; use eval syntax instead of universal::isa (as
+perlcritic wishes)
+  - Load File::Copy and Perl::OSType only when used (copy_to, move_to)
+  - Always use canonpath on arguments to splitdir
+  - Fix 'Operation "eq": no method found' error (CPAN RT#77259)
+  - Add some fixes and tests for contains() with updir stuff (GH#43)
+  - Fix Carp::Croak to Carp::croak
+  - Fixed and improved Travis testing configuration
+  - Fix Pod typos
+  - Check all print calls in spew and explicitly call (and check) close
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.35-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index b3fbd11..cb99c94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-575b60a5c5e22e259c1df62a59fdfe85  Path-Class-0.35.tar.gz
+3e15307faf0702fb916409f594552b94  Path-Class-0.36.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Path-Class.git/commit/?h=perl-Path-Class-0.36-1.fc24&id=ac883dd8ae5a1ce5e1bf4c09e732e1b916681993
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik pushed to perl-Directory-Scratch-Structured (master). "Package cleanup"

2016-02-17 Thread notifications
From 2354cc9a277f95c286607716c76c2c992e7238cb Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 17 Feb 2016 16:31:19 +0100
Subject: Package cleanup

---
 perl-Directory-Scratch-Structured.spec | 38 +-
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/perl-Directory-Scratch-Structured.spec 
b/perl-Directory-Scratch-Structured.spec
index a84c647..a39cbd3 100644
--- a/perl-Directory-Scratch-Structured.spec
+++ b/perl-Directory-Scratch-Structured.spec
@@ -1,28 +1,33 @@
 Name:   perl-Directory-Scratch-Structured 
 Version:0.04
-Release:20%{?dist}
+Release:21%{?dist}
 # see lib/Directory/Scratch/Structured.pm
 License:GPL+ or Artistic
-Group:  Development/Libraries
 Summary:Creates temporary files and directories from a structured 
description
 Source: 
http://search.cpan.org/CPAN/authors/id/N/NK/NKH/Directory-Scratch-Structured-%{version}.tar.gz
 
 Url:http://search.cpan.org/dist/Directory-Scratch-Structured
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 BuildArch:  noarch
 
-BuildRequires: perl(ExtUtils::MakeMaker) 
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: perl
 BuildRequires: perl(Module::Build::Compat)
-BuildRequires: perl(Data::TreeDumper)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+# Run-time
+BuildRequires: perl(Carp)
 BuildRequires: perl(Directory::Scratch)
+BuildRequires: perl(English)
 BuildRequires: perl(Readonly)
 BuildRequires: perl(Sub::Exporter)
 BuildRequires: perl(Sub::Install)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(vars)
+# Tests
 BuildRequires: perl(Test::Block)
 BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::NoWarnings)
-BuildRequires: perl(Test::Strict)
 BuildRequires: perl(Test::Warn)
 
 %description
@@ -36,31 +41,26 @@ purposes, e.g. for testing.
 find . -type f -exec chmod -c -x {} +
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
-
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
-%defattr(-,root,root,-)
 %doc README Changes 
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Feb 17 2016 Jitka Plesnikova  - 0.04-21
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.04-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Directory-Scratch-Structured.git/commit/?h=master&id=2354cc9a277f95c286607716c76c2c992e7238cb
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

jplesnik set the monitor flag of perl-Email-Find to nobuild

2016-02-17 Thread notifications
jplesnik set the monitor flag of perl-Email-Find to nobuild

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

spot uploaded Net-Domain-TLD-1.74.tar.gz for perl-Net-Domain-TLD

2016-02-17 Thread notifications
f215d1e622a16f1be452878d910d15b3  Net-Domain-TLD-1.74.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Net-Domain-TLD/Net-Domain-TLD-1.74.tar.gz/md5/f215d1e622a16f1be452878d910d15b3/Net-Domain-TLD-1.74.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

spot pushed to perl-Net-Domain-TLD (master). "1.74"

2016-02-17 Thread notifications
From 828d7e8b766be82223b23c0d75095a33a0c9e0bb Mon Sep 17 00:00:00 2001
From: Tom Callaway 
Date: Wed, 17 Feb 2016 10:38:01 -0500
Subject: 1.74

---
 .gitignore   |  1 +
 perl-Net-Domain-TLD.spec | 14 +-
 sources  |  2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index 07b94ca..adba5e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Net-Domain-TLD-1.68.tar.gz
 /Net-Domain-TLD-1.69.tar.gz
 /Net-Domain-TLD-1.70.tar.gz
 /Net-Domain-TLD-1.73.tar.gz
+/Net-Domain-TLD-1.74.tar.gz
diff --git a/perl-Net-Domain-TLD.spec b/perl-Net-Domain-TLD.spec
index dc0ab16..1884199 100644
--- a/perl-Net-Domain-TLD.spec
+++ b/perl-Net-Domain-TLD.spec
@@ -1,12 +1,11 @@
 Name:   perl-Net-Domain-TLD
-Version:1.73
-Release:4%{?dist}
+Version:1.74
+Release:1%{?dist}
 Summary:Work with TLD names
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Net-Domain-TLD/
 Source0:
http://search.cpan.org/CPAN/authors/id/A/AL/ALEXP/Net-Domain-TLD-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -32,7 +31,6 @@ available top level domain names including new ICANN 
additions and ccTLDs.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -41,17 +39,15 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/Net
 %{_mandir}/man3/*.3*
 
-
 %changelog
+* Wed Feb 17 2016 Tom Callaway  - 1.74-1
+- update to 1.74
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.73-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index ebc9c81..03ef3c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc11bb4afb92c120f43ff62fde07cb8b  Net-Domain-TLD-1.73.tar.gz
+f215d1e622a16f1be452878d910d15b3  Net-Domain-TLD-1.74.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Net-Domain-TLD.git/commit/?h=master&id=828d7e8b766be82223b23c0d75095a33a0c9e0bb
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc uploaded Test-Synopsis-0.14.tar.gz for perl-Test-Synopsis

2016-02-17 Thread notifications
753b6ca99c7e1f0081c95d7fe6f0b452  Test-Synopsis-0.14.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Synopsis/Test-Synopsis-0.14.tar.gz/md5/753b6ca99c7e1f0081c95d7fe6f0b452/Test-Synopsis-0.14.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Test-Synopsis (master). "Update to 0.14 (..more)"

2016-02-17 Thread notifications
From 2cd0ebb8cb76f7a88f3f1eb22612935f113b69f5 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Wed, 17 Feb 2016 15:51:34 +
Subject: Update to 0.14

- New upstream release 0.14
  - Complete rewrite by dolmen
  - The undocumented PRIVATE subroutine extract_synopsis has been renamed; any
code using it will break
---
 perl-Test-Synopsis.spec | 17 +++--
 sources |  2 +-
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/perl-Test-Synopsis.spec b/perl-Test-Synopsis.spec
index 0535d0f..8ad50cc 100644
--- a/perl-Test-Synopsis.spec
+++ b/perl-Test-Synopsis.spec
@@ -2,8 +2,8 @@
 %global debug_package %{nil}
 
 Name:  perl-Test-Synopsis
-Version:   0.13
-Release:   2%{?dist}
+Version:   0.14
+Release:   1%{?dist}
 Summary:   Test your SYNOPSIS code
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -18,9 +18,9 @@ BuildRequires:make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Module Runtime
-BuildRequires: perl(base)
 BuildRequires: perl(ExtUtils::Manifest)
-BuildRequires: perl(Pod::Parser)
+BuildRequires: perl(parent)
+BuildRequires: perl(Pod::Simple)
 BuildRequires: perl(strict)
 BuildRequires: perl(Test::Builder::Module)
 BuildRequires: perl(warnings)
@@ -30,7 +30,7 @@ BuildRequires:perl(IO::Handle)
 BuildRequires: perl(IPC::Open3)
 BuildRequires: perl(Test::Builder) >= 0.34
 BuildRequires: perl(Test::Builder::Tester)
-BuildRequires: perl(Test::More) >= 0.82
+BuildRequires: perl(Test::More)
 # Extra Tests; can't run these when bootstrapping or in EL since many
 # of these packages won't be available
 %if 0%{!?perl_bootstrap:1} && 0%{!?rhel:1}
@@ -54,7 +54,6 @@ BuildRequires:perl(Test::Version)
 %endif
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:  perl(Pod::Parser)
 Requires:  perl(Test::Builder::Module)
 
 %description
@@ -98,6 +97,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Synopsis.3*
 
 %changelog
+* Wed Feb 17 2016 Paul Howarth  - 0.14-1
+- Update to 0.14
+  - Complete rewrite by dolmen
+  - The undocumented PRIVATE subroutine extract_synopsis has been renamed; any
+code using it will break
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.13-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index f2e1fb2..98d50d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-519b8eaea055df75be31fde7190f6209  Test-Synopsis-0.13.tar.gz
+753b6ca99c7e1f0081c95d7fe6f0b452  Test-Synopsis-0.14.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Synopsis.git/commit/?h=master&id=2cd0ebb8cb76f7a88f3f1eb22612935f113b69f5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Test-Synopsis (perl-Test-Synopsis-0.14-1.fc24). "Update to 0.14 (..more)"

2016-02-17 Thread notifications
From 2cd0ebb8cb76f7a88f3f1eb22612935f113b69f5 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Wed, 17 Feb 2016 15:51:34 +
Subject: Update to 0.14

- New upstream release 0.14
  - Complete rewrite by dolmen
  - The undocumented PRIVATE subroutine extract_synopsis has been renamed; any
code using it will break
---
 perl-Test-Synopsis.spec | 17 +++--
 sources |  2 +-
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/perl-Test-Synopsis.spec b/perl-Test-Synopsis.spec
index 0535d0f..8ad50cc 100644
--- a/perl-Test-Synopsis.spec
+++ b/perl-Test-Synopsis.spec
@@ -2,8 +2,8 @@
 %global debug_package %{nil}
 
 Name:  perl-Test-Synopsis
-Version:   0.13
-Release:   2%{?dist}
+Version:   0.14
+Release:   1%{?dist}
 Summary:   Test your SYNOPSIS code
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -18,9 +18,9 @@ BuildRequires:make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Module Runtime
-BuildRequires: perl(base)
 BuildRequires: perl(ExtUtils::Manifest)
-BuildRequires: perl(Pod::Parser)
+BuildRequires: perl(parent)
+BuildRequires: perl(Pod::Simple)
 BuildRequires: perl(strict)
 BuildRequires: perl(Test::Builder::Module)
 BuildRequires: perl(warnings)
@@ -30,7 +30,7 @@ BuildRequires:perl(IO::Handle)
 BuildRequires: perl(IPC::Open3)
 BuildRequires: perl(Test::Builder) >= 0.34
 BuildRequires: perl(Test::Builder::Tester)
-BuildRequires: perl(Test::More) >= 0.82
+BuildRequires: perl(Test::More)
 # Extra Tests; can't run these when bootstrapping or in EL since many
 # of these packages won't be available
 %if 0%{!?perl_bootstrap:1} && 0%{!?rhel:1}
@@ -54,7 +54,6 @@ BuildRequires:perl(Test::Version)
 %endif
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:  perl(Pod::Parser)
 Requires:  perl(Test::Builder::Module)
 
 %description
@@ -98,6 +97,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Synopsis.3*
 
 %changelog
+* Wed Feb 17 2016 Paul Howarth  - 0.14-1
+- Update to 0.14
+  - Complete rewrite by dolmen
+  - The undocumented PRIVATE subroutine extract_synopsis has been renamed; any
+code using it will break
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.13-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index f2e1fb2..98d50d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-519b8eaea055df75be31fde7190f6209  Test-Synopsis-0.13.tar.gz
+753b6ca99c7e1f0081c95d7fe6f0b452  Test-Synopsis-0.14.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Synopsis.git/commit/?h=perl-Test-Synopsis-0.14-1.fc24&id=2cd0ebb8cb76f7a88f3f1eb22612935f113b69f5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc uploaded Moose-2.1605.tar.gz for perl-Moose

2016-02-17 Thread notifications
5d1fd6ab1edebaad2ef1fa59a17b547a  Moose-2.1605.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Moose/Moose-2.1605.tar.gz/md5/5d1fd6ab1edebaad2ef1fa59a17b547a/Moose-2.1605.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

pghmcfc pushed to perl-Moose (master). "Update to 2.1605"

2016-02-17 Thread notifications
From d0eb8f149eacfe11e1fb7d72f59ceb7ea9ea1e03 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Wed, 17 Feb 2016 16:18:01 +
Subject: Update to 2.1605

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

diff --git a/.gitignore b/.gitignore
index c54b8e5..af51a35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
 /Moose-2.1600.tar.gz
 /Moose-2.1603.tar.gz
 /Moose-2.1604.tar.gz
+/Moose-2.1605.tar.gz
diff --git a/perl-Moose.spec b/perl-Moose.spec
index ce12950..d1a4245 100644
--- a/perl-Moose.spec
+++ b/perl-Moose.spec
@@ -1,7 +1,7 @@
 Name:   perl-Moose
 Summary:Complete modern object system for Perl 5
-Version:2.1604
-Release:2%{?dist}
+Version:2.1605
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Moose-%{version}.tar.gz
@@ -164,6 +164,9 @@ make test
 %{_mandir}/man3/Test::Moose*
 
 %changelog
+* Wed Feb 17 2016 Paul Howarth  - 2.1605-1
+- Update to 2.1605
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.1604-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index c19cee8..c56676f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25776b282dd23067449dc0e885b681bc  Moose-2.1604.tar.gz
+5d1fd6ab1edebaad2ef1fa59a17b547a  Moose-2.1605.tar.gz
-- 
cgit v0.12



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

[Bug 1106166] perl-OpenOffice-UNO: FTBFS in rawhide: tests fail randomly

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1106166

Petr Pisar  changed:

   What|Removed |Added

 Blocks||1239338 (F23FTBFS)



--- Comment #4 from Petr Pisar  ---
*** Bug 1239779 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239338
[Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1239779] perl-OpenOffice-UNO: FTBFS in rawhide

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239779

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||ppi...@redhat.com
 Resolution|--- |DUPLICATE
Last Closed||2016-02-17 11:22:03



--- Comment #5 from Petr Pisar  ---


*** This bug has been marked as a duplicate of bug 1106166 ***

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

[Bug 1309143] perl-Moose-2.1605 is available

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1309143



--- Comment #3 from Upstream Release Monitoring 
 ---
pghmcfc's perl-Moose-2.1605-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=736571

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

[Bug 1169647] perl-OpenOffice-UNO-0.07-15.fc22 FTBFS: No Package found for libreoffice-headless

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1169647

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
   Fixed In Version||perl-OpenOffice-UNO-0.07-19
   ||.fc24
   Assignee|lkund...@v3.sk  |ppi...@redhat.com



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

pghmcfc pushed to perl-Moose (perl-Moose-2.1605-1.fc24). "Update to 2.1605"

2016-02-17 Thread notifications
From d0eb8f149eacfe11e1fb7d72f59ceb7ea9ea1e03 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Wed, 17 Feb 2016 16:18:01 +
Subject: Update to 2.1605

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

diff --git a/.gitignore b/.gitignore
index c54b8e5..af51a35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
 /Moose-2.1600.tar.gz
 /Moose-2.1603.tar.gz
 /Moose-2.1604.tar.gz
+/Moose-2.1605.tar.gz
diff --git a/perl-Moose.spec b/perl-Moose.spec
index ce12950..d1a4245 100644
--- a/perl-Moose.spec
+++ b/perl-Moose.spec
@@ -1,7 +1,7 @@
 Name:   perl-Moose
 Summary:Complete modern object system for Perl 5
-Version:2.1604
-Release:2%{?dist}
+Version:2.1605
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Moose-%{version}.tar.gz
@@ -164,6 +164,9 @@ make test
 %{_mandir}/man3/Test::Moose*
 
 %changelog
+* Wed Feb 17 2016 Paul Howarth  - 2.1605-1
+- Update to 2.1605
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.1604-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index c19cee8..c56676f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25776b282dd23067449dc0e885b681bc  Moose-2.1604.tar.gz
+5d1fd6ab1edebaad2ef1fa59a17b547a  Moose-2.1605.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Moose.git/commit/?h=perl-Moose-2.1605-1.fc24&id=d0eb8f149eacfe11e1fb7d72f59ceb7ea9ea1e03
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305212] perl-OpenOffice-UNO: FTBFS in rawhide

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305212

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   See Also||https://bugzilla.redhat.com
   ||/show_bug.cgi?id=1303007
 Depends On|1303007 |
   Fixed In Version||perl-OpenOffice-UNO-0.07-19
   ||.fc24
 Resolution|--- |RAWHIDE
   Assignee|lkund...@v3.sk  |ppi...@redhat.com
Last Closed||2016-02-17 11:45:06



--- Comment #5 from Petr Pisar  ---
The broken dependency on libreoffice-headless was replaced with dependency on
libreoffice-core.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1303007
[Bug 1303007] Arch-specific libreoffice-headless Provide cannot be used as
a build-require
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1169647] perl-OpenOffice-UNO-0.07-15.fc22 FTBFS: No Package found for libreoffice-headless

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1169647



--- Comment #2 from Petr Pisar  ---
The broken dependency on libreoffice-headless was replaced with dependency on
libreoffice-core.

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

[Bug 1169647] perl-OpenOffice-UNO-0.07-15.fc22 FTBFS: No Package found for libreoffice-headless

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1169647

Petr Pisar  changed:

   What|Removed |Added

 Depends On||1303619




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1303619
[Bug 1303619] Cannot install libreoffice-sdk: nothing provides
java-devel(x86-64)
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1309143] perl-Moose-2.1605 is available

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1309143

Paul Howarth  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Moose-2.1605-1.fc24
 Resolution|--- |RAWHIDE
   Assignee|emman...@seyman.fr  |p...@city-fan.org
Last Closed||2016-02-17 11:50:03



--- Comment #4 from Paul Howarth  ---
Build done:
http://koji.fedoraproject.org/koji/taskinfo?taskID=13024068

It's just documentation updates.

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

ppisar pushed to perl-OpenOffice-UNO (f23). "Resolves: rhbz#1303007 use -core instead of deprecated -headless"

2016-02-17 Thread notifications
From a0360a352fcc1d8de3da4a0cf0f674d23db4c314 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= 
Date: Tue, 2 Feb 2016 13:14:14 +
Subject: Resolves: rhbz#1303007 use -core instead of deprecated -headless

---
 perl-OpenOffice-UNO.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-OpenOffice-UNO.spec b/perl-OpenOffice-UNO.spec
index 4383973..ef0424a 100644
--- a/perl-OpenOffice-UNO.spec
+++ b/perl-OpenOffice-UNO.spec
@@ -1,6 +1,6 @@
 Name:   perl-OpenOffice-UNO
 Version:0.07
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Interface to OpenOffice's UNO run-time
 License:LGPLv2+ and SISSL
 Group:  Development/Libraries
@@ -19,7 +19,7 @@ BuildRequires:  /usr/bin/ooffice
 BuildRequires:  libreoffice-sdk >= 1:3
 BuildRequires:  libreoffice-writer
 BuildRequires:  libreoffice-calc
-BuildRequires:  libreoffice-headless
+BuildRequires:  libreoffice-core
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 # Don't provide UNO.so
@@ -75,6 +75,9 @@ make test
 
 
 %changelog
+* Tue Feb 02 2016 Caolán McNamara  - 0.07-19
+- Resolves: rhbz#1303007 use -core instead of deprecated -headless
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.07-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-OpenOffice-UNO.git/commit/?h=f23&id=a0360a352fcc1d8de3da4a0cf0f674d23db4c314
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

eseyman pushed to perl-MooseX-Types-VariantTable (master). "fix release number"

2016-02-17 Thread notifications
From e7f1a22fd3963934e8c8906442b5f2592dd72657 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 17 Feb 2016 18:01:56 +0100
Subject: fix release number

---
 perl-MooseX-Types-VariantTable.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl-MooseX-Types-VariantTable.spec 
b/perl-MooseX-Types-VariantTable.spec
index 630ead7..2565466 100644
--- a/perl-MooseX-Types-VariantTable.spec
+++ b/perl-MooseX-Types-VariantTable.spec
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-Types-VariantTable
 Version:0.04
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Type constraint based variant table
 License:GPL+ or Artistic
 
@@ -43,7 +43,7 @@ make test
 %{_mandir}/man3/Moose*
 
 %changelog
-* Wed Feb 17 2016 Emmanuel Seyman  - 0.04-15
+* Wed Feb 17 2016 Emmanuel Seyman  - 0.04-16
 - Remove Group tag and %%defattr macro
 - Pass NO_PACKLIST to Makefile.PL
 - Tighten file listing
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MooseX-Types-VariantTable.git/commit/?h=master&id=e7f1a22fd3963934e8c8906442b5f2592dd72657
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

psabata pushed to perl-Kwiki-Search (master). "Package cleanup"

2016-02-17 Thread notifications
From a288af720796493fd4fe36a8b9fa4cd5ebb664b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Wed, 17 Feb 2016 18:53:10 +0100
Subject: Package cleanup

---
 perl-Kwiki-Search.spec | 59 ++
 1 file changed, 31 insertions(+), 28 deletions(-)

diff --git a/perl-Kwiki-Search.spec b/perl-Kwiki-Search.spec
index cde5c4a..0b14ce6 100644
--- a/perl-Kwiki-Search.spec
+++ b/perl-Kwiki-Search.spec
@@ -1,60 +1,63 @@
 Name:   perl-Kwiki-Search
 Version:0.12
-Release:28%{?dist}
+Release:29%{?dist}
 Summary:Kwiki Search Plugin
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Kwiki-Search/
 Source0:
http://www.cpan.org/authors/id/I/IN/INGY/Kwiki-Search-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More)
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Runtime
 BuildRequires:  perl(Kwiki) >= 0.34
+BuildRequires:  perl(Kwiki::CGI)
+BuildRequires:  perl(Kwiki::Installer)
+BuildRequires:  perl(Kwiki::Plugin)
+BuildRequires:  perl(mixin)
+# Tests only
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:   perl(Kwiki) >= 0.34
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
-
-# RPM 4.8 style
-%{?filter_setup:
-%filter_from_requires /^perl(mixin)/d
-%{?perl_default_filter}
-}
-# RPM 4.9 style
-%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(mixin\\)$
+Requires:   perl(Kwiki::Installer)
 
 %description
-Kwiki Search plugin.
+%{summary}.
 
 %prep
 %setup -q -n Kwiki-Search-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 17 2016 Petr Šabata  - 0.12-29
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.12-28
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Kwiki-Search.git/commit/?h=master&id=a288af720796493fd4fe36a8b9fa4cd5ebb664b6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

psabata pushed to perl-Kwiki-UserName (master). "Package cleanup"

2016-02-17 Thread notifications
From a026f54c99f071b44f1bf01c99374d5d08cf7f5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Wed, 17 Feb 2016 19:16:32 +0100
Subject: Package cleanup

---
 perl-Kwiki-UserName.spec | 59 
 1 file changed, 30 insertions(+), 29 deletions(-)

diff --git a/perl-Kwiki-UserName.spec b/perl-Kwiki-UserName.spec
index b9f7a64..8ded78f 100644
--- a/perl-Kwiki-UserName.spec
+++ b/perl-Kwiki-UserName.spec
@@ -1,63 +1,64 @@
 Name:   perl-Kwiki-UserName
 Version:0.14
-Release:30%{?dist}
+Release:31%{?dist}
 Summary:Kwiki User Name Plugin
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Kwiki-UserName/
 Source0:
http://www.cpan.org/authors/id/I/IN/INGY/Kwiki-UserName-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::All)
-BuildRequires:  perl(Test::More)
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Runtime
 BuildRequires:  perl(Kwiki) >= 0.37
+BuildRequires:  perl(Kwiki::Installer)
+BuildRequires:  perl(Kwiki::Plugin)
 BuildRequires:  perl(Kwiki::UserPreferences) >= 0.13
+BuildRequires:  perl(mixin)
+# Tests only
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:   perl(Kwiki) >= 0.37
+Requires:   perl(Kwiki::Installer)
 Requires:   perl(Kwiki::UserPreferences) >= 0.13
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
-
-# RPM 4.8 style
-%{?filter_setup:
-%filter_from_requires /^perl(mixin)/d
-%{?perl_default_filter}
-}
-# RPM 4.9 style
-%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(mixin\\)$
 
 %description
-Kwiki User Name plugin.
+%{summary}.
 
 %prep
 %setup -q -n Kwiki-UserName-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 17 2016 Petr Šabata  - 0.14-31
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.14-30
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Kwiki-UserName.git/commit/?h=master&id=a026f54c99f071b44f1bf01c99374d5d08cf7f5f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

psabata pushed to perl-Kwiki-UserPreferences (master). "Package cleanup"

2016-02-17 Thread notifications
From 83f66b214a2bf546405b0a94cd2b1f956eb4da39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Wed, 17 Feb 2016 19:36:40 +0100
Subject: Package cleanup

---
 perl-Kwiki-UserPreferences.spec | 59 +
 1 file changed, 30 insertions(+), 29 deletions(-)

diff --git a/perl-Kwiki-UserPreferences.spec b/perl-Kwiki-UserPreferences.spec
index 72dd325..044ba46 100644
--- a/perl-Kwiki-UserPreferences.spec
+++ b/perl-Kwiki-UserPreferences.spec
@@ -1,61 +1,62 @@
 Name:   perl-Kwiki-UserPreferences
 Version:0.13
-Release:29%{?dist}
+Release:30%{?dist}
 Summary:Kwiki User Preferences Plugin
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Kwiki-UserPreferences/
 Source0:
http://www.cpan.org/authors/id/I/IN/INGY/Kwiki-UserPreferences-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::All)
-BuildRequires:  perl(Test::More)
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Runtime
 BuildRequires:  perl(Kwiki) >= 0.37
+BuildRequires:  perl(Kwiki::Installer)
+BuildRequires:  perl(Kwiki::Plugin)
+BuildRequires:  perl(mixin)
+# Tests only
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:   perl(Kwiki) >= 0.37
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
-
-# RPM 4.8 style
-%{?filter_setup:
-%filter_from_requires /^perl(mixin)/d
-%{?perl_default_filter}
-}
-# RPM 4.9 style
-%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(mixin\\)$
+Requires:   perl(Kwiki::Installer)
 
 %description
-Kwiki User Preferences plugin.
+%{summary}.
 
 %prep
 %setup -q -n Kwiki-UserPreferences-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 17 2016 Petr Šabata  - 0.13-30
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.13-29
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Kwiki-UserPreferences.git/commit/?h=master&id=83f66b214a2bf546405b0a94cd2b1f956eb4da39
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

psabata pushed to perl-Kwiki-Users-Remote (master). "Package cleanup"

2016-02-17 Thread notifications
From 9393f41cb425f20b66af3e2ae52de1395afff8ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Wed, 17 Feb 2016 19:50:41 +0100
Subject: Package cleanup

---
 perl-Kwiki-Users-Remote.spec | 65 +++-
 1 file changed, 34 insertions(+), 31 deletions(-)

diff --git a/perl-Kwiki-Users-Remote.spec b/perl-Kwiki-Users-Remote.spec
index 2672973..c9207fb 100644
--- a/perl-Kwiki-Users-Remote.spec
+++ b/perl-Kwiki-Users-Remote.spec
@@ -1,34 +1,44 @@
 Name:   perl-Kwiki-Users-Remote
 Version:0.04
-Release:26%{?dist}
+Release:27%{?dist}
 Summary:Automatically set Kwiki user name from HTTP authentication
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Kwiki-Users-Remote/
 Source0:
http://www.cpan.org/authors/id/I/IA/IAN/Kwiki-Users-Remote-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More)
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Runtime
+BuildRequires:  perl(base)
 BuildRequires:  perl(Kwiki) >= 0.32
+BuildRequires:  perl(Kwiki::Installer)
+BuildRequires:  perl(Kwiki::User)
 BuildRequires:  perl(Kwiki::UserName) >= 0.14
 BuildRequires:  perl(Kwiki::Users)
-# For improved tests
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+BuildRequires:  perl(mixin)
+BuildRequires:  perl(warnings)
+# Tests only
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
+# Optional tests only
 BuildRequires:  perl(Test::Pod) >= 1.14
-
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:   perl(Kwiki) >= 0.32
+Requires:   perl(Kwiki::Installer)
 Requires:   perl(Kwiki::UserName) >= 0.14
-Requires:   perl(Kwiki::Users)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
-# RPM 4.8 style
-%{?filter_setup:
-%filter_from_requires /^perl(mixin)/d
-%{?perl_default_filter}
-}
-# RPM 4.9 style
-%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(mixin\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Kwiki::UserName\\)$
 
 %description
 When using HTTP authentication for your Kwiki, use this module to
@@ -39,33 +49,26 @@ This name will appear in any Recent Changes listing.
 %setup -q -n Kwiki-Users-Remote-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
 
 %check
-rm -f debug*.list
+rm -f SIGNATURE
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 17 2016 Petr Šabata  - 0.04-27
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.04-26
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Kwiki-Users-Remote.git/commit/?h=master&id=9393f41cb425f20b66af3e2ae52de1395afff8ca
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

psabata pushed to perl-latest (master). "Package cleanup"

2016-02-17 Thread notifications
From 3a5a03a6127754c3ba77797b63fb671747222aa7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Wed, 17 Feb 2016 19:58:14 +0100
Subject: Package cleanup

---
 perl-latest.spec | 34 ++
 1 file changed, 18 insertions(+), 16 deletions(-)

diff --git a/perl-latest.spec b/perl-latest.spec
index 6c6c260..90389bc 100644
--- a/perl-latest.spec
+++ b/perl-latest.spec
@@ -1,17 +1,24 @@
 Name:   perl-latest
 Version:0.03
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Use the latest Perl features
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/latest/
 Source0:
http://www.cpan.org/authors/id/A/AN/ANDYA/latest-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(version)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+# Tests only
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 
 %description
 Shake out any obscure problems that might result from your code being used by a
@@ -21,30 +28,25 @@ program that requires the latest Perl version.
 %setup -q -n latest-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+./Build install destdir=%{buildroot} create_packlist=0
+%{_fixperms} %{buildroot}/*
 
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 17 2016 Petr Šabata  - 0.03-18
+- Package cleanup
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.03-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



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

[Bug 1309199] Rebuilding perl-DBD-MySQL-4.033-2.fc24 results into unresolvable mysql.so: symbol mysql_read_query_result, version libmysqlclient_16 not defined in file libmysqlclient.so.18 with link ti

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1309199

Morten Stevens  changed:

   What|Removed |Added

 CC||mstev...@imt-systems.com
   Severity|unspecified |high



--- Comment #4 from Morten Stevens  ---
I see a similar issue with PowerDNS if I rebuild against the latest
mariadb-devel...

Feb 17 19:46:45 fc24 pdns_server: Feb 17 19:46:45 Unable to load module
'/usr/lib64/pdns/libgmysqlbackend.so': /usr/lib64/pdns/libgmysqlbackend.so:
symbol mysql_stmt_bind_result, version libmysqlclient_16 not defined in file
libmysqlclient.so.18 with link time reference
Feb 17 19:46:45 fc24 pdns_server: Feb 17 19:46:45 DNSBackend unable to load
module in gmysql

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

eseyman pushed to perl-MooseX-Param (master). "Modernize spec file"

2016-02-17 Thread notifications
From 4446557191c502e1d35ae331d60d603f3a10c632 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 17 Feb 2016 21:23:31 +0100
Subject: Modernize spec file

---
 perl-MooseX-Param.spec | 22 +-
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/perl-MooseX-Param.spec b/perl-MooseX-Param.spec
index 78d952f..a834f1c 100644
--- a/perl-MooseX-Param.spec
+++ b/perl-MooseX-Param.spec
@@ -1,12 +1,12 @@
 Name:   perl-MooseX-Param
 Version:0.02
-Release:19%{?dist}
+Release:20%{?dist}
 Summary:Simple role to provide a standard param method
 License:GPL+ or Artistic
-Group:  Development/Libraries
+
 URL:http://search.cpan.org/dist/MooseX-Param/
 Source0:
http://www.cpan.org/authors/id/S/ST/STEVAN/MooseX-Param-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:  noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Moose) >= 0.32
@@ -28,26 +28,22 @@ This is a very simple Moose role which provides a CGI like 
param method.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Moose*
+%{_mandir}/man3/Moose*
 
 %changelog
+* Wed Feb 17 2016 Emmanuel Seyman  - 0.02-20
+- Remove no-longer-user tags and macros
+- Tighten file listing
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.02-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MooseX-Param.git/commit/?h=master&id=4446557191c502e1d35ae331d60d603f3a10c632
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

eseyman pushed to perl-MooseX-MultiMethods (master). "Modernize spec file"

2016-02-17 Thread notifications
From 75020fe19ab5c49d6565a85b9d5eb50d4eb13c56 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 17 Feb 2016 21:48:05 +0100
Subject: Modernize spec file

---
 perl-MooseX-MultiMethods.spec | 26 ++
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/perl-MooseX-MultiMethods.spec b/perl-MooseX-MultiMethods.spec
index c1cac78..e7ae3ac 100644
--- a/perl-MooseX-MultiMethods.spec
+++ b/perl-MooseX-MultiMethods.spec
@@ -1,16 +1,16 @@
 Name:   perl-MooseX-MultiMethods
 Version:0.10
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Multi Method Dispatch based on Moose type constraints
 License:GPL+ or Artistic
-Group:  Development/Libraries
+
 URL:http://search.cpan.org/dist/MooseX-MultiMethods/
 Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/MooseX-MultiMethods-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(aliased)
 BuildRequires:  perl(Devel::Declare) >= 0.004000
 BuildRequires:  perl(Devel::PartialDump)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(MooseX::Method::Signatures) >= 0.29
 BuildRequires:  perl(MooseX::Types::Moose)
@@ -37,27 +37,29 @@ provided by MooseX::Method::Signatures.
 %setup -q -n MooseX-MultiMethods-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes dist.ini LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes README
+%license LICENSE
+%{perl_vendorlib}/Moose*
+%{_mandir}/man3/Moose*
 
 %changelog
+* Wed Feb 17 2016 Emmanuel Seyman  - 0.10-17
+- Remove Group tag and %%defattr macro
+- Tighten file listing
+- Pass NO_PACKLIST to Makefile.PL
+- Use %%license macro
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.10-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MooseX-MultiMethods.git/commit/?h=master&id=75020fe19ab5c49d6565a85b9d5eb50d4eb13c56
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1304913] perl-Lingua-Stem-Ru-0.03 is available

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1304913



--- Comment #8 from Fedora Update System  ---
perl-Lingua-Stem-Ru-0.03-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

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

[Bug 1304359] perl-Lingua-Stem-Ru-0.02 is available

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1304359



--- Comment #12 from Fedora Update System  ---
perl-Lingua-Stem-Ru-0.03-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

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

[Bug 1305347] perl-App-cpm-0.114 is available

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305347



--- Comment #3 from Fedora Update System  ---
perl-App-cpm-0.114-1.fc23 has been pushed to the Fedora 23 stable repository.
If problems still persist, please make note of it in this bug report.

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

[Bug 1303363] perl-App-cpm-0.113 is available

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1303363



--- Comment #5 from Fedora Update System  ---
perl-App-cpm-0.114-1.fc23 has been pushed to the Fedora 23 stable repository.
If problems still persist, please make note of it in this bug report.

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

eseyman pushed to perl-MooseX-Meta-TypeConstraint-ForceCoercion (master). "Modernize spec file"

2016-02-17 Thread notifications
From 57e8e1587f5dff305ec197fdd9b213be330ea6ab Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 17 Feb 2016 22:11:17 +0100
Subject: Modernize spec file

---
 perl-MooseX-Meta-TypeConstraint-ForceCoercion.spec | 25 +++---
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/perl-MooseX-Meta-TypeConstraint-ForceCoercion.spec 
b/perl-MooseX-Meta-TypeConstraint-ForceCoercion.spec
index 504361b..36a455a 100644
--- a/perl-MooseX-Meta-TypeConstraint-ForceCoercion.spec
+++ b/perl-MooseX-Meta-TypeConstraint-ForceCoercion.spec
@@ -1,13 +1,13 @@
 Name:   perl-MooseX-Meta-TypeConstraint-ForceCoercion
 Version:0.01
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Force coercion when validating type constraints
 License:GPL+ or Artistic
-Group:  Development/Libraries
+
 URL:
http://search.cpan.org/dist/MooseX-Meta-TypeConstraint-ForceCoercion/
 Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/MooseX-Meta-TypeConstraint-ForceCoercion-%{version}.tar.gz
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(namespace::autoclean)
 BuildRequires:  perl(Test::More)
@@ -24,27 +24,28 @@ against it.
 %setup -q -n MooseX-Meta-TypeConstraint-ForceCoercion-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes README
+%license LICENSE
+%{perl_vendorlib}/Moose*
+%{_mandir}/man3/Moose*
 
 %changelog
+* Wed Feb 17 2016 Emmanuel Seyman  - 0.01-16
+- Tighten file listing
+- Remove Group tag and %%defattr macro
+- Use %%license macro
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.01-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MooseX-Meta-TypeConstraint-ForceCoercion.git/commit/?h=master&id=57e8e1587f5dff305ec197fdd9b213be330ea6ab
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

eseyman pushed to perl-MooseX-LazyLogDispatch (master). "Modernize spec file"

2016-02-17 Thread notifications
From 9cce502f502cb6c9bb4ef57b5744fb6e6206f326 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 17 Feb 2016 22:34:14 +0100
Subject: Modernize spec file

---
 perl-MooseX-LazyLogDispatch.spec | 33 -
 1 file changed, 16 insertions(+), 17 deletions(-)

diff --git a/perl-MooseX-LazyLogDispatch.spec b/perl-MooseX-LazyLogDispatch.spec
index f793f0b..b60dcec 100644
--- a/perl-MooseX-LazyLogDispatch.spec
+++ b/perl-MooseX-LazyLogDispatch.spec
@@ -3,18 +3,20 @@ Version:0.02
 Release:19%{?dist}
 Summary:Logging Role for Moose
 License:GPL+ or Artistic
-Group:  Development/Libraries
+
 URL:http://search.cpan.org/dist/MooseX-LazyLogDispatch/
 Source0:
http://www.cpan.org/authors/id/B/BL/BLBLACK/MooseX-LazyLogDispatch-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(IO::Scalar) >= 2.110
 BuildRequires:  perl(Log::Dispatch::Configurator)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Test::More) >= 0.42
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+%{?perl_default_filter}
+
 %description
 Log::Dispatch role for use with your Moose classes.
 
@@ -22,32 +24,29 @@ Log::Dispatch role for use with your Moose classes.
 %setup -q -n MooseX-LazyLogDispatch-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Moose*
+%{_mandir}/man3/Moose*
 
 %changelog
+* Wed Feb 17 2016 Emmanuel Seyman  - 0.02-20
+- Drop Group and BuildRoot declarations
+- Use perl_default_filter
+- Pass NO_PACKLIST to Makefile.PL
+- Use DESTDIR instead of PERL_INSTALL_ROOT
+- Tighten file listing
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.02-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MooseX-LazyLogDispatch.git/commit/?h=master&id=9cce502f502cb6c9bb4ef57b5744fb6e6206f326
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

eseyman pushed to perl-MooseX-LazyLogDispatch (master). "Bump release number"

2016-02-17 Thread notifications
From 371826af75dd18c21e9f638056e2c19b2e3477d7 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 17 Feb 2016 22:44:05 +0100
Subject: Bump release number

---
 perl-MooseX-LazyLogDispatch.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-MooseX-LazyLogDispatch.spec b/perl-MooseX-LazyLogDispatch.spec
index b60dcec..505d5f2 100644
--- a/perl-MooseX-LazyLogDispatch.spec
+++ b/perl-MooseX-LazyLogDispatch.spec
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-LazyLogDispatch
 Version:0.02
-Release:19%{?dist}
+Release:20%{?dist}
 Summary:Logging Role for Moose
 License:GPL+ or Artistic
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MooseX-LazyLogDispatch.git/commit/?h=master&id=371826af75dd18c21e9f638056e2c19b2e3477d7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305294] Review Request: perl-Parse-Gitignore - Parse .gitignore files

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305294

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #10 from Fedora Update System  ---
perl-Parse-Gitignore-0.02-2.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-8bb99cd844

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

[Bug 1305263] Review Request: perl-Text-Fuzzy - Partial string matching using edit distances

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305263

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #13 from Fedora Update System  ---
perl-Text-Fuzzy-0.24-3.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-b9b25e2bf4

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

eseyman pushed to perl-MooseX-Iterator (master). "Modernize spec file"

2016-02-17 Thread notifications
From 3310059e6d74c146432b9033021daa6ed4aec69c Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 17 Feb 2016 23:32:12 +0100
Subject: Modernize spec file

---
 perl-MooseX-Iterator.spec | 34 +-
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/perl-MooseX-Iterator.spec b/perl-MooseX-Iterator.spec
index f08b522..55faff2 100644
--- a/perl-MooseX-Iterator.spec
+++ b/perl-MooseX-Iterator.spec
@@ -1,12 +1,12 @@
 Name:   perl-MooseX-Iterator
 Version:0.11
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Iterate over collections
 License:GPL+ or Artistic
-Group:  Development/Libraries
+
 URL:http://search.cpan.org/dist/MooseX-Iterator/
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RL/RLB/MooseX-Iterator-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:  noarch
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(inc::Module::Install)
@@ -14,6 +14,8 @@ BuildRequires:  perl(Moose) >= 0.86
 BuildRequires:  perl(Test::More) >= 0.42
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+%{?perl_default_filter}
+
 %description
 This is an attempt to add smalltalk-like streams to Moose. It currently
 works with ArrayRefs and HashRefs.
@@ -34,32 +36,30 @@ EOF
 chmod +x %{__perl_requires}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Moose*
+%{_mandir}/man3/Moose*
 
 %changelog
+* Wed Feb 17 2016 Emmanuel Seyman  - 0.11-19
+- Drop Group and BuildRoot
+- Use perl default filter
+- Pass NO_PACKLIST to Makefile.PL
+- Use DESTDIR instead of PERL_INSTALL_ROOT
+- Drop %%defattr macro
+- Tighten file listing
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.11-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MooseX-Iterator.git/commit/?h=master&id=3310059e6d74c146432b9033021daa6ed4aec69c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

eseyman pushed to perl-MooseX-InsideOut (master). "Modernize spec file"

2016-02-17 Thread notifications
From 5ca8c5641cac2bca166f5d9548e1dd4e51ebb8b9 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 17 Feb 2016 23:43:56 +0100
Subject: Modernize spec file

---
 perl-MooseX-InsideOut.spec | 30 --
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/perl-MooseX-InsideOut.spec b/perl-MooseX-InsideOut.spec
index 810c968..ef28df3 100644
--- a/perl-MooseX-InsideOut.spec
+++ b/perl-MooseX-InsideOut.spec
@@ -1,14 +1,14 @@
 Name:   perl-MooseX-InsideOut
 Version:0.106
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Inside-out objects with Moose
 License:GPL+ or Artistic
-Group:  Development/Libraries
+
 URL:http://search.cpan.org/dist/MooseX-InsideOut/
 Source0:
http://www.cpan.org/authors/id/D/DO/DOY/MooseX-InsideOut-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Class::MOP) >= 0.80
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(Hash::Util::FieldHash::Compat)
 BuildRequires:  perl(Moose) >= 0.94
 BuildRequires:  perl(namespace::clean) >= 0.11
@@ -32,27 +32,29 @@ don't want to care about or aren't hash-based.
 %setup -q -n MooseX-InsideOut-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} %{buildroot}/*
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 TEST_POD=1 make test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes dist.ini LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes README
+%license LICENSE
+%{perl_vendorlib}/Moose*
+%{_mandir}/man3/Moose*
 
 %changelog
+* Wed Feb 17 2016 Emmanuel Seyman  - 0.106-14
+- Drop unused tags
+- Pass NO_PACKLIST to Makefile.PL
+- Use %%license macro
+- Tighten file listing
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.106-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MooseX-InsideOut.git/commit/?h=master&id=5ca8c5641cac2bca166f5d9548e1dd4e51ebb8b9
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

eseyman pushed to perl-MooseX-Emulate-Class-Accessor-Fast (master). "Modernize spec file"

2016-02-17 Thread notifications
From 4bc9e1da2c2478f17f703f57dffc432c82b12cd4 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Wed, 17 Feb 2016 23:50:48 +0100
Subject: Modernize spec file

---
 perl-MooseX-Emulate-Class-Accessor-Fast.spec | 39 ++--
 1 file changed, 20 insertions(+), 19 deletions(-)

diff --git a/perl-MooseX-Emulate-Class-Accessor-Fast.spec 
b/perl-MooseX-Emulate-Class-Accessor-Fast.spec
index fcab7b4..9c0585d 100644
--- a/perl-MooseX-Emulate-Class-Accessor-Fast.spec
+++ b/perl-MooseX-Emulate-Class-Accessor-Fast.spec
@@ -1,18 +1,17 @@
 Name:   perl-MooseX-Emulate-Class-Accessor-Fast
 Version:0.00903
-Release:17%{?dist}
+Release:18%{?dist}
 # lib/MooseX/Adopt/Class/Accessor/Fast.pm -> GPL+ or Artistic
 # lib/MooseX/Emulate/Class/Accessor/Fast.pm -> GPL+ or Artistic
 License:GPL+ or Artistic
-Group:  Development/Libraries
 Summary:Emulate Class::Accessor::Fast behavior using Moose attributes
+
 Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-Emulate-Class-Accessor-Fast-%{version}.tar.gz
 Url:http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
 BuildArch:  noarch
 
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires: perl(Moose)   >= 0.84
 BuildRequires: perl(Moose::Role)
 BuildRequires: perl(namespace::clean)
@@ -25,6 +24,10 @@ BuildRequires: perl(Class::Accessor::Fast)
 Requires:  perl(Moose) >= 0.84
 Requires:  perl(namespace::clean)
 
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
 %description
 This module attempts to emulate the behavior of Class::Accessor::Fast
 as accurately as possible using the Moose attribute system. The public
@@ -38,31 +41,29 @@ to a "with" line.
 %setup -q -n MooseX-Emulate-Class-Accessor-Fast-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
-
-%{_fixperms} %{buildroot}/*
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc README Changes
-%{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%{perl_vendorlib}/Moose*
+%{_mandir}/man3/Moose*.3*
 
 %changelog
+* Wed Feb 17 2016 Emmanuel Seyman  - 0.00903-18
+- Drop no-longer-used tags
+- Use perl default filter
+- Pass NO_PACKLIST to Makefile.PL
+- Use DESTDIR instead of PERL_INSTALL_ROOT
+- Tighten file listing
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.00903-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MooseX-Emulate-Class-Accessor-Fast.git/commit/?h=master&id=4bc9e1da2c2478f17f703f57dffc432c82b12cd4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1303926] gtk3-3.19.8-2.fc24 breaks introspection ABI at gdk_rgba_parse()

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1303926



--- Comment #5 from Mamoru TASAKA  ---
(In reply to Mamoru TASAKA from comment #4)
> rubygem-gdk3 test suite is also broken due to this.

Now koji has gtk3-3.19.9-1.fc24 and rubygem-gdk3 builds with this gtk3.

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

[Bug 1307850] perl-Gtk3: FTBFS in rawhide

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307850

Mamoru TASAKA  changed:

   What|Removed |Added

 CC||mtas...@fedoraproject.org



--- Comment #4 from Mamoru TASAKA  ---
Now koji has gtk3-3.19.9-1.fc24 and scratch build of perl-Gtk3 seems okay:
http://koji.fedoraproject.org/koji/taskinfo?taskID=13029980

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

[Bug 1169647] perl-OpenOffice-UNO-0.07-15.fc22 FTBFS: No Package found for libreoffice-headless

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1169647



--- Comment #3 from Fedora Update System  ---
perl-OpenOffice-UNO-0.07-19.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-7aecc5075a

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

[Bug 1169647] perl-OpenOffice-UNO-0.07-15.fc22 FTBFS: No Package found for libreoffice-headless

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1169647



--- Comment #4 from Petr Pisar  ---
The libreoffice-headless dependency presents in F22 now.

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

[Bug 1303926] gtk3-3.19.8-2.fc24 breaks introspection ABI at gdk_rgba_parse()

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1303926

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||gtk3-3.19.9-1.fc24
 Resolution|--- |RAWHIDE
   Assignee|mcla...@redhat.com  |rhug...@redhat.com
Last Closed||2016-02-18 02:42:43



--- Comment #6 from Petr Pisar  ---
Yes. The fix got into Fedora with a new upstream release.

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

[Bug 1307850] perl-Gtk3: FTBFS in rawhide

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307850
Bug 1307850 depends on bug 1303926, which changed state.

Bug 1303926 Summary: gtk3-3.19.8-2.fc24 breaks introspection ABI at 
gdk_rgba_parse()
https://bugzilla.redhat.com/show_bug.cgi?id=1303926

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE



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

[Bug 1307850] perl-Gtk3: FTBFS in rawhide

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307850



--- Comment #5 from Upstream Release Monitoring 
 ---
ppisar's perl-Gtk3-0.025-2.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=726188

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

[Bug 1307850] perl-Gtk3: FTBFS in rawhide

2016-02-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307850

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Gtk3-0.025-2.fc24
 Resolution|--- |RAWHIDE
   Assignee|berra...@redhat.com |ppi...@redhat.com
Last Closed||2016-02-18 02:56:14



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