pghmcfc pushed to perl-Ref-Util (f24). "Update to 0.203 (..more)"

2017-05-30 Thread notifications
From fd1e2bec90e933f3ccca2acd1a1cfb2571a32bc3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 15 May 2017 09:42:28 +0100
Subject: Update to 0.203

- New upstream release 0.203
  - Fix space/tab issue in Makefile
  - Don't use DynamicPrereqs for unrelated Makefile.PL snippet
  - Use of the Pure-Perl implementation can now be forced at runtime by setting
either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
"XS"
  - Fix is_*_formatref() error messages (GH#38)
  - Speed enhancements for is_*_formatref() on 5.8+
  - Restore 5.6 and 5.8 compatibility
  - PP behaviour now matches XS for \v1.2.3 and \sub {}
  - Updated documentation to reflect the PP/XS split
---
 perl-Ref-Util.spec | 21 ++---
 sources|  2 +-
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 5fb6dde..a5ab894 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.200
+Version:   0.203
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -26,15 +26,17 @@ BuildRequires:  perl(File::Spec::Functions)
 BuildRequires: perl(File::Temp)
 # Module
 BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
 BuildRequires: perl(Exporter) >= 5.57
 BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
 # Test Suite
-BuildRequires: perl(constant)
+BuildRequires: perl(File::Find)
 BuildRequires: perl(File::Spec)
+BuildRequires: perl(IPC::Open2)
 BuildRequires: perl(Ref::Util::XS)
-BuildRequires: perl(Test::More) >= 0.94
+BuildRequires: perl(Test::More) >= 0.96
 # Optional Tests
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(CPAN::Meta) >= 2.120900
@@ -74,6 +76,19 @@ make test
 %{_mandir}/man3/Ref::Util::PP.3*
 
 %changelog
+* Mon May 15 2017 Paul Howarth  - 0.203-1
+- Update to 0.203
+  - Fix space/tab issue in Makefile
+  - Don't use DynamicPrereqs for unrelated Makefile.PL snippet
+  - Use of the Pure-Perl implementation can now be forced at runtime by setting
+either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
+"XS"
+  - Fix is_*_formatref() error messages (GH#38)
+  - Speed enhancements for is_*_formatref() on 5.8+
+  - Restore 5.6 and 5.8 compatibility
+  - PP behaviour now matches XS for \v1.2.3 and \sub {}
+  - Updated documentation to reflect the PP/XS split
+
 * Fri May 12 2017 Paul Howarth  - 0.200-1
 - Update to 0.200
   - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
diff --git a/sources b/sources
index 5d70470..ae4bd10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.200.tar.gz) = 
2000bc1e3956bbb8430674ba5d39addb75758aac2412ececcaa125e72551d815792dff1eb20fb070f73f0a562ea042fa65d352005c0dee9ebfdf8b5ace29db17
+SHA512 (Ref-Util-0.203.tar.gz) = 
bf0b1cde5adf869377aaee3c6a8fa8f40fc852c70f20dafdb3d7f3b7718eb19738a4d53c243e9809b7cff9e2e49a871f0336b4288b96048e91ae48634d12a392
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util (f24). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild"

2017-05-30 Thread notifications
From 2691b31c057beaeb6465286249a0c6c77fca9143 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Sat, 11 Feb 2017 05:01:42 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

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

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 5fedb5a..c253134 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
 Version:   0.113
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
 * Tue Jan 17 2017 Paul Howarth  - 0.113-1
 - Update to 0.113
   - Fix bugtracker link
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util.git/commit/?h=f24=2691b31c057beaeb6465286249a0c6c77fca9143
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util (f24). "Update to 0.101 (..more)"

2017-05-30 Thread notifications
From 8dc0fddc670b7c62ef072cae023ff0b31316d224 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 29 Aug 2016 10:09:00 +0100
Subject: Update to 0.101

- New upstream release 0.101
  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
  - Update README
---
 perl-Ref-Util.spec | 10 --
 sources|  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 9019f35..aced065 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.100
+Version:   0.101
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,8 +22,9 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
+# Optional Tests
+BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -62,6 +63,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Mon Aug 29 2016 Paul Howarth  - 0.101-1
+- Update to 0.101
+  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
+  - Update README
+
 * Sat Aug 27 2016 Paul Howarth  - 0.100-1
 - Update to 0.100
   - Support situations in op-code implementation where the parameters do not
diff --git a/sources b/sources
index dc5a6ab..dbca10a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
+d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util.git/commit/?h=f24=8dc0fddc670b7c62ef072cae023ff0b31316d224
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util (f24). "Update to 0.113 (..more)"

2017-05-30 Thread notifications
From a5d7d6fd91afaf8fe606efc874c0095d4ada16c2 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 17 Jan 2017 10:09:57 +
Subject: Update to 0.113

- New upstream release 0.113
  - Fix bugtracker link
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 0f17031..5fedb5a 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.112
+Version:   0.113
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Tue Jan 17 2017 Paul Howarth  - 0.113-1
+- Update to 0.113
+  - Fix bugtracker link
+
 * Sun Jan 15 2017 Paul Howarth  - 0.112-1
 - Update to 0.112
   - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
diff --git a/sources b/sources
index c7c1275..6db76e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
+SHA512 (Ref-Util-0.113.tar.gz) = 
1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util (f24). "Update to 0.200 (..more)"

2017-05-30 Thread notifications
From eb41fb84a5a4632e6c144fd854dbad5a29be1af3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 12 May 2017 22:05:31 +0100
Subject: Update to 0.200
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.200
  - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
module that contains the fast XS implementation
- This release by ARC → update source URL
- Package is now noarch
---
 perl-Ref-Util.spec | 40 
 sources|  2 +-
 2 files changed, 29 insertions(+), 13 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index c253134..5fb6dde 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,27 +1,39 @@
 Name:  perl-Ref-Util
-Version:   0.113
-Release:   2%{?dist}
+Version:   0.200
+Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
-Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/A/AR/ARC/Ref-Util-%{version}.tar.gz
+BuildArch: noarch
 # Build
 BuildRequires: coreutils
 BuildRequires: findutils
-BuildRequires: gcc
 BuildRequires: make
 BuildRequires: perl
-BuildRequires: perl-devel
 BuildRequires: perl-generators
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(lib)
+BuildRequires: perl(Text::ParseWords)
+# Dependencies of bundled ExtUtils::HasCompiler
+BuildRequires: gcc
+BuildRequires: perl-devel
+BuildRequires: perl(base)
+BuildRequires: perl(Config)
+BuildRequires: perl(DynaLoader)
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Spec::Functions)
+BuildRequires: perl(File::Temp)
 # Module
+BuildRequires: perl(Carp)
 BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
-BuildRequires: perl(XSLoader)
 # Test Suite
 BuildRequires: perl(constant)
 BuildRequires: perl(File::Spec)
+BuildRequires: perl(Ref::Util::XS)
 BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
 BuildRequires: perl(B::Concise)
@@ -29,9 +41,7 @@ BuildRequires:perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-
-# Avoid provides for private objects
-%{?perl_default_filter}
+Requires:  perl(Ref::Util::XS)
 
 %description
 Ref::Util introduces several functions to help identify references in a faster
@@ -47,7 +57,6 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
-find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} -c %{buildroot}
 
 %check
@@ -60,11 +69,18 @@ make test
 %doc LICENSE
 %endif
 %doc Changes README
-%{perl_vendorarch}/auto/Ref/
-%{perl_vendorarch}/Ref/
+%{perl_vendorlib}/Ref/
 %{_mandir}/man3/Ref::Util.3*
+%{_mandir}/man3/Ref::Util::PP.3*
 
 %changelog
+* Fri May 12 2017 Paul Howarth  - 0.200-1
+- Update to 0.200
+  - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
+module that contains the fast XS implementation
+- This release by ARC → update source URL
+- Package is now noarch
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 6db76e9..5d70470 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.113.tar.gz) = 
1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
+SHA512 (Ref-Util-0.200.tar.gz) = 
2000bc1e3956bbb8430674ba5d39addb75758aac2412ececcaa125e72551d815792dff1eb20fb070f73f0a562ea042fa65d352005c0dee9ebfdf8b5ace29db17
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util (f24). "Update to 0.110 (..more)"

2017-05-30 Thread notifications
From 8aff749b93d6823fed6f72cd8ac02744253a4ac9 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 29 Dec 2016 18:09:00 +
Subject: Update to 0.110

- New upstream release 0.110
  - Fix support of 5.8 (GH#29, GH#34)
  - Additional optimizations
  - More extensive test suite
---
 perl-Ref-Util.spec | 12 +---
 sources|  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index aced065..2b287c8 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.101
+Version:   0.110
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,7 +22,7 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
 BuildRequires: perl(Readonly)
 # Runtime
@@ -46,7 +46,7 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
 find %{buildroot} -type f -name '*.bs' -empty -delete
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -63,6 +63,12 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Thu Dec 29 2016 Paul Howarth  - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
 * Mon Aug 29 2016 Paul Howarth  - 0.101-1
 - Update to 0.101
   - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
diff --git a/sources b/sources
index dbca10a..9be5e39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
+SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util.git/commit/?h=f24=8aff749b93d6823fed6f72cd8ac02744253a4ac9
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util (f24). "Update to 0.111 (..more)"

2017-05-30 Thread notifications
From c8e2db444137556abeac5209b1e14a91b267c6f9 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 30 Dec 2016 15:37:26 +
Subject: Update to 0.111

- New upstream release 0.111
  - Fix test failure on 5.8.5 and under
  - Moved to Dist::Zilla
---
 perl-Ref-Util.spec | 11 +--
 sources|  2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 2b287c8..dc9c5bd 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.110
+Version:   0.111
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -20,10 +20,12 @@ BuildRequires:  perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
-BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(File::Spec)
 BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
+BuildRequires: perl(B::Concise)
+BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -63,6 +65,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Fri Dec 30 2016 Paul Howarth  - 0.111-1
+- Update to 0.111
+  - Fix test failure on 5.8.5 and under
+  - Moved to Dist::Zilla
+
 * Thu Dec 29 2016 Paul Howarth  - 0.110-1
 - Update to 0.110
   - Fix support of 5.8 (GH#29, GH#34)
diff --git a/sources b/sources
index 9be5e39..e93dd5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
+SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util (f24). "Update to 0.112 (..more)"

2017-05-30 Thread notifications
From 60f714b015d3c2fa912d3e620c46c263571abd63 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 16 Jan 2017 14:25:56 +
Subject: Update to 0.112

- New upstream release 0.112
  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index dc9c5bd..0f17031 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.111
+Version:   0.112
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sun Jan 15 2017 Paul Howarth  - 0.112-1
+- Update to 0.112
+  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
+
 * Fri Dec 30 2016 Paul Howarth  - 0.111-1
 - Update to 0.111
   - Fix test failure on 5.8.5 and under
diff --git a/sources b/sources
index e93dd5e..c7c1275 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
+SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util.git/commit/?h=f24=60f714b015d3c2fa912d3e620c46c263571abd63
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util (f24). "Update to 0.100 (..more)"

2017-05-30 Thread notifications
From d9acc03ffe5edf749c195a0b8c6abc60456bf8b5 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sat, 27 Aug 2016 17:39:26 +0100
Subject: Update to 0.100

- New upstream release 0.100
  - Support situations in op-code implementation where the parameters do not
come as a list
  - Fix memory leak in dangling op
  - Support magic (tied variables)
  - Rework op implementation
  - Speed up by changing the top of the stack instead of POPing and PUSHing
  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
it's now available
  - Add license in Pod
  - Specify minimum version of perl (5.6.2)
---
 perl-Ref-Util.spec | 19 +--
 sources|  2 +-
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 722c7cc..9019f35 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
-Version:   0.020
-Release:   2%{?dist}
+Version:   0.100
+Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -20,7 +20,9 @@ BuildRequires:perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
+BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -60,6 +62,19 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Aug 27 2016 Paul Howarth  - 0.100-1
+- Update to 0.100
+  - Support situations in op-code implementation where the parameters do not
+come as a list
+  - Fix memory leak in dangling op
+  - Support magic (tied variables)
+  - Rework op implementation
+  - Speed up by changing the top of the stack instead of POPing and PUSHing
+  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
+it's now available
+  - Add license in Pod
+  - Specify minimum version of perl (5.6.2)
+
 * Thu Jul 28 2016 Paul Howarth  - 0.020-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 9269114..dc5a6ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7078591083b9dea949709d7935cee25  Ref-Util-0.020.tar.gz
+cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
-- 
cgit v1.1



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


[389-devel] Please review: DBVERSION corruption segfaults server

2017-05-30 Thread William Brown
https://pagure.io/389-ds-base/issue/49273

https://pagure.io/lib389/issue/62
https://pagure.io/lib389/issue/raw/3df8468e3c48e8c9a4a40c45eaa7a4b8c09be41db12d68afd0165de1009652ae-0001-Ticket-62-dirsrv-offline-log.patch

https://pagure.io/389-ds-base/issue/raw/a6d66e4b16195d4f8c7bd74ddc5f673c7e5601f722104889019c2266927a4616-0001-Ticket-49273-crash-when-DBVERSIOn-is-corrupt.patch

Python pathch is needed to test the error. 

-- 
Sincerely,

William Brown
Software Engineer
Red Hat, Australia/Brisbane



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


[Bug 1456624] perl-Net-HTTP-6.16 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1456624



--- Comment #7 from Fedora Update System  ---
perl-Net-HTTP-6.16-1.fc25 has been pushed to the Fedora 25 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-39a43c0077

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


[Bug 1456589] cpanspec uses wrong argument format for Module::Build::Tiny

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1456589



--- Comment #5 from Fedora Update System  ---
cpanspec-1.78-27.fc25 has been pushed to the Fedora 25 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-6e9a4e80d0

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


[Bug 1456624] perl-Net-HTTP-6.16 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1456624



--- Comment #6 from Fedora Update System  ---
perl-Net-HTTP-6.16-1.fc24 has been pushed to the Fedora 24 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-af5c767f46

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


[Bug 1457012] New: perl-Mojolicious-7.32 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1457012

Bug ID: 1457012
   Summary: perl-Mojolicious-7.32 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Mojolicious
  Keywords: FutureFeature, Triaged
  Assignee: emman...@seyman.fr
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr,
perl-devel@lists.fedoraproject.org,
robinlee.s...@gmail.com



Latest upstream release: 7.32
Current version/release in rawhide: 7.31-1.fc27
URL: http://mojolicio.us/

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

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

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

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

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


[Bug 1457010] New: perl-Module-CoreList-5.20170530 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1457010

Bug ID: 1457010
   Summary: perl-Module-CoreList-5.20170530 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Module-CoreList
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 5.20170530
Current version/release in rawhide: 5.20170520-0.1.fc27
URL: http://search.cpan.org/dist/Module-CoreList/

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

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

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

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

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


[Bug 1457009] New: perl-Module-Build-0.4224 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1457009

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



Latest upstream release: 0.4224
Current version/release in rawhide: 0.42.22-1.fc27
URL: http://search.cpan.org/dist/Module-Build/

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

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

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

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

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


[Bug 1457006] perl-Inline-C-0.78 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1457006



--- Comment #2 from Upstream Release Monitoring 
 ---
hotness's scratch build of perl-Inline-C-0.78-1.el7.src.rpm for rawhide
completed http://koji.fedoraproject.org/koji/taskinfo?taskID=19787377

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


[Bug 1457006] New: perl-Inline-C-0.78 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1457006

Bug ID: 1457006
   Summary: perl-Inline-C-0.78 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Inline-C
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.78
Current version/release in rawhide: 0.77-1.fc27
URL: http://search.cpan.org/dist/Inline-C/

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

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

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

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

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


[Bug 1457006] perl-Inline-C-0.78 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1457006



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1283540
  --> https://bugzilla.redhat.com/attachment.cgi?id=1283540=edit
[patch] Update to 0.78 (#1457006)

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


[Bug 1457003] New: perl-CPAN-Perl-Releases-3.20 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1457003

Bug ID: 1457003
   Summary: perl-CPAN-Perl-Releases-3.20 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CPAN-Perl-Releases
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 3.20
Current version/release in rawhide: 3.18-1.fc27
URL: http://search.cpan.org/dist/CPAN-Perl-Releases/

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

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

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

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

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


[Bug 1457000] New: perl-ExtUtils-MakeMaker-7.28 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1457000

Bug ID: 1457000
   Summary: perl-ExtUtils-MakeMaker-7.28 is available
   Product: Fedora
   Version: rawhide
 Component: perl-ExtUtils-MakeMaker
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 7.28
Current version/release in rawhide: 7.26-1.fc27
URL: http://search.cpan.org/dist/ExtUtils-MakeMaker/

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

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

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

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

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


Re: F27 System Wide Change: Rsyslog log format change proposal

2017-05-30 Thread Dominik 'Rathann' Mierzejewski
On Tuesday, 30 May 2017 at 11:18, David Sommerseth wrote:
> On 29/05/17 23:18, Björn Persson wrote:
> > Björn 'besser82' Esser wrote:
> >> Does this qualify to be a system-wide change?  To me this looks like
> >> a self-contained change, since I don't see any other packages or
> >> processes in need for adjustment, but rsyslog itself.
> > 
> > I'll be surprised if there aren't any programs that parse the system
> > log and will need to understand the standard timestamp format. One can
> > hope that they all understand it already, but the review that's needed
> > to determine that is in my opinion reason enough to treat it as
> > system-wide.
> 
> One such program which strikes my mind instantly is logwatch ... how
> will that cope this change?

logwatch supports journal already.

Regards,
Dominik
-- 
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org
"Faith manages."
-- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1456619] perl-DateTime-1.43 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1456619

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
perl-DateTime-1.43-1.fc26 has been pushed to the Fedora 26 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-bbd66d8695

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


[Bug 1456805] perl-Gearman-2.004.007 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1456805

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
perl-Gearman-2.004.007-1.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-b85ac0da97

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


[Bug 1399246] Ship /usr/share/doc/perl-Mail-SPF/bin/spfquery as /usr/bin/ spfquery

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1399246

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #12 from Fedora Update System  ---
perl-Mail-SPF-2.9.0-12.fc26 has been pushed to the Fedora 26 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-b7b0662978

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


[Bug 1456624] perl-Net-HTTP-6.16 is available

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1456624

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
perl-Net-HTTP-6.16-1.fc26 has been pushed to the Fedora 26 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-155e3c9db0

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


[Bug 1456589] cpanspec uses wrong argument format for Module::Build::Tiny

2017-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1456589

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System  ---
cpanspec-1.78-27.fc26 has been pushed to the Fedora 26 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-b094945c06

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


pghmcfc pushed to perl-Ref-Util (f25). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild"

2017-05-30 Thread notifications
From 2691b31c057beaeb6465286249a0c6c77fca9143 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Sat, 11 Feb 2017 05:01:42 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

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

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 5fedb5a..c253134 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
 Version:   0.113
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
 * Tue Jan 17 2017 Paul Howarth  - 0.113-1
 - Update to 0.113
   - Fix bugtracker link
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util.git/commit/?h=f25=2691b31c057beaeb6465286249a0c6c77fca9143
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util (f25). "Update to 0.113 (..more)"

2017-05-30 Thread notifications
From a5d7d6fd91afaf8fe606efc874c0095d4ada16c2 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 17 Jan 2017 10:09:57 +
Subject: Update to 0.113

- New upstream release 0.113
  - Fix bugtracker link
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 0f17031..5fedb5a 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.112
+Version:   0.113
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Tue Jan 17 2017 Paul Howarth  - 0.113-1
+- Update to 0.113
+  - Fix bugtracker link
+
 * Sun Jan 15 2017 Paul Howarth  - 0.112-1
 - Update to 0.112
   - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
diff --git a/sources b/sources
index c7c1275..6db76e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
+SHA512 (Ref-Util-0.113.tar.gz) = 
1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util (f25). "Update to 0.203 (..more)"

2017-05-30 Thread notifications
From fd1e2bec90e933f3ccca2acd1a1cfb2571a32bc3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 15 May 2017 09:42:28 +0100
Subject: Update to 0.203

- New upstream release 0.203
  - Fix space/tab issue in Makefile
  - Don't use DynamicPrereqs for unrelated Makefile.PL snippet
  - Use of the Pure-Perl implementation can now be forced at runtime by setting
either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
"XS"
  - Fix is_*_formatref() error messages (GH#38)
  - Speed enhancements for is_*_formatref() on 5.8+
  - Restore 5.6 and 5.8 compatibility
  - PP behaviour now matches XS for \v1.2.3 and \sub {}
  - Updated documentation to reflect the PP/XS split
---
 perl-Ref-Util.spec | 21 ++---
 sources|  2 +-
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 5fb6dde..a5ab894 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.200
+Version:   0.203
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -26,15 +26,17 @@ BuildRequires:  perl(File::Spec::Functions)
 BuildRequires: perl(File::Temp)
 # Module
 BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
 BuildRequires: perl(Exporter) >= 5.57
 BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
 # Test Suite
-BuildRequires: perl(constant)
+BuildRequires: perl(File::Find)
 BuildRequires: perl(File::Spec)
+BuildRequires: perl(IPC::Open2)
 BuildRequires: perl(Ref::Util::XS)
-BuildRequires: perl(Test::More) >= 0.94
+BuildRequires: perl(Test::More) >= 0.96
 # Optional Tests
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(CPAN::Meta) >= 2.120900
@@ -74,6 +76,19 @@ make test
 %{_mandir}/man3/Ref::Util::PP.3*
 
 %changelog
+* Mon May 15 2017 Paul Howarth  - 0.203-1
+- Update to 0.203
+  - Fix space/tab issue in Makefile
+  - Don't use DynamicPrereqs for unrelated Makefile.PL snippet
+  - Use of the Pure-Perl implementation can now be forced at runtime by setting
+either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
+"XS"
+  - Fix is_*_formatref() error messages (GH#38)
+  - Speed enhancements for is_*_formatref() on 5.8+
+  - Restore 5.6 and 5.8 compatibility
+  - PP behaviour now matches XS for \v1.2.3 and \sub {}
+  - Updated documentation to reflect the PP/XS split
+
 * Fri May 12 2017 Paul Howarth  - 0.200-1
 - Update to 0.200
   - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
diff --git a/sources b/sources
index 5d70470..ae4bd10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.200.tar.gz) = 
2000bc1e3956bbb8430674ba5d39addb75758aac2412ececcaa125e72551d815792dff1eb20fb070f73f0a562ea042fa65d352005c0dee9ebfdf8b5ace29db17
+SHA512 (Ref-Util-0.203.tar.gz) = 
bf0b1cde5adf869377aaee3c6a8fa8f40fc852c70f20dafdb3d7f3b7718eb19738a4d53c243e9809b7cff9e2e49a871f0336b4288b96048e91ae48634d12a392
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util (f25). "Update to 0.200 (..more)"

2017-05-30 Thread notifications
From eb41fb84a5a4632e6c144fd854dbad5a29be1af3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 12 May 2017 22:05:31 +0100
Subject: Update to 0.200
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.200
  - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
module that contains the fast XS implementation
- This release by ARC → update source URL
- Package is now noarch
---
 perl-Ref-Util.spec | 40 
 sources|  2 +-
 2 files changed, 29 insertions(+), 13 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index c253134..5fb6dde 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,27 +1,39 @@
 Name:  perl-Ref-Util
-Version:   0.113
-Release:   2%{?dist}
+Version:   0.200
+Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
-Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/A/AR/ARC/Ref-Util-%{version}.tar.gz
+BuildArch: noarch
 # Build
 BuildRequires: coreutils
 BuildRequires: findutils
-BuildRequires: gcc
 BuildRequires: make
 BuildRequires: perl
-BuildRequires: perl-devel
 BuildRequires: perl-generators
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(lib)
+BuildRequires: perl(Text::ParseWords)
+# Dependencies of bundled ExtUtils::HasCompiler
+BuildRequires: gcc
+BuildRequires: perl-devel
+BuildRequires: perl(base)
+BuildRequires: perl(Config)
+BuildRequires: perl(DynaLoader)
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Spec::Functions)
+BuildRequires: perl(File::Temp)
 # Module
+BuildRequires: perl(Carp)
 BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
-BuildRequires: perl(XSLoader)
 # Test Suite
 BuildRequires: perl(constant)
 BuildRequires: perl(File::Spec)
+BuildRequires: perl(Ref::Util::XS)
 BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
 BuildRequires: perl(B::Concise)
@@ -29,9 +41,7 @@ BuildRequires:perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-
-# Avoid provides for private objects
-%{?perl_default_filter}
+Requires:  perl(Ref::Util::XS)
 
 %description
 Ref::Util introduces several functions to help identify references in a faster
@@ -47,7 +57,6 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
-find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} -c %{buildroot}
 
 %check
@@ -60,11 +69,18 @@ make test
 %doc LICENSE
 %endif
 %doc Changes README
-%{perl_vendorarch}/auto/Ref/
-%{perl_vendorarch}/Ref/
+%{perl_vendorlib}/Ref/
 %{_mandir}/man3/Ref::Util.3*
+%{_mandir}/man3/Ref::Util::PP.3*
 
 %changelog
+* Fri May 12 2017 Paul Howarth  - 0.200-1
+- Update to 0.200
+  - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
+module that contains the fast XS implementation
+- This release by ARC → update source URL
+- Package is now noarch
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 6db76e9..5d70470 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.113.tar.gz) = 
1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
+SHA512 (Ref-Util-0.200.tar.gz) = 
2000bc1e3956bbb8430674ba5d39addb75758aac2412ececcaa125e72551d815792dff1eb20fb070f73f0a562ea042fa65d352005c0dee9ebfdf8b5ace29db17
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util (f25). "Update to 0.110 (..more)"

2017-05-30 Thread notifications
From 8aff749b93d6823fed6f72cd8ac02744253a4ac9 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 29 Dec 2016 18:09:00 +
Subject: Update to 0.110

- New upstream release 0.110
  - Fix support of 5.8 (GH#29, GH#34)
  - Additional optimizations
  - More extensive test suite
---
 perl-Ref-Util.spec | 12 +---
 sources|  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index aced065..2b287c8 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.101
+Version:   0.110
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,7 +22,7 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
 BuildRequires: perl(Readonly)
 # Runtime
@@ -46,7 +46,7 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
 find %{buildroot} -type f -name '*.bs' -empty -delete
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -63,6 +63,12 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Thu Dec 29 2016 Paul Howarth  - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
 * Mon Aug 29 2016 Paul Howarth  - 0.101-1
 - Update to 0.101
   - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
diff --git a/sources b/sources
index dbca10a..9be5e39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
+SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util.git/commit/?h=f25=8aff749b93d6823fed6f72cd8ac02744253a4ac9
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util (f25). "Update to 0.112 (..more)"

2017-05-30 Thread notifications
From 60f714b015d3c2fa912d3e620c46c263571abd63 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 16 Jan 2017 14:25:56 +
Subject: Update to 0.112

- New upstream release 0.112
  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index dc9c5bd..0f17031 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.111
+Version:   0.112
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sun Jan 15 2017 Paul Howarth  - 0.112-1
+- Update to 0.112
+  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
+
 * Fri Dec 30 2016 Paul Howarth  - 0.111-1
 - Update to 0.111
   - Fix test failure on 5.8.5 and under
diff --git a/sources b/sources
index e93dd5e..c7c1275 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
+SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util.git/commit/?h=f25=60f714b015d3c2fa912d3e620c46c263571abd63
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util (f25). "Update to 0.111 (..more)"

2017-05-30 Thread notifications
From c8e2db444137556abeac5209b1e14a91b267c6f9 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 30 Dec 2016 15:37:26 +
Subject: Update to 0.111

- New upstream release 0.111
  - Fix test failure on 5.8.5 and under
  - Moved to Dist::Zilla
---
 perl-Ref-Util.spec | 11 +--
 sources|  2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 2b287c8..dc9c5bd 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.110
+Version:   0.111
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -20,10 +20,12 @@ BuildRequires:  perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
-BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(File::Spec)
 BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
+BuildRequires: perl(B::Concise)
+BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -63,6 +65,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Fri Dec 30 2016 Paul Howarth  - 0.111-1
+- Update to 0.111
+  - Fix test failure on 5.8.5 and under
+  - Moved to Dist::Zilla
+
 * Thu Dec 29 2016 Paul Howarth  - 0.110-1
 - Update to 0.110
   - Fix support of 5.8 (GH#29, GH#34)
diff --git a/sources b/sources
index 9be5e39..e93dd5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
+SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
-- 
cgit v1.1



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


Re: F27 System Wide Change: Rsyslog log format change proposal

2017-05-30 Thread Till Maas
On Mon, May 29, 2017 at 07:21:07PM +0200, Björn 'besser82' Esser wrote:

> Does this qualify to be a system-wide change?  To me this looks like a
> self-contained change, since I don't see any other packages or processes in
> need for adjustment, but rsyslog itself.
> 
> Please correct me, if I'm mistaking.

Besides logwatch that was already mentioned, there is also logcheck that
parses logfiles and will break. Other tools might be things like
fail2ban or denyhosts that scan logs for failed login attempts to block
IP addresses.

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


pghmcfc pushed to perl-Ref-Util (f26). "Update to 0.203 (..more)"

2017-05-30 Thread notifications
From fd1e2bec90e933f3ccca2acd1a1cfb2571a32bc3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 15 May 2017 09:42:28 +0100
Subject: Update to 0.203

- New upstream release 0.203
  - Fix space/tab issue in Makefile
  - Don't use DynamicPrereqs for unrelated Makefile.PL snippet
  - Use of the Pure-Perl implementation can now be forced at runtime by setting
either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
"XS"
  - Fix is_*_formatref() error messages (GH#38)
  - Speed enhancements for is_*_formatref() on 5.8+
  - Restore 5.6 and 5.8 compatibility
  - PP behaviour now matches XS for \v1.2.3 and \sub {}
  - Updated documentation to reflect the PP/XS split
---
 perl-Ref-Util.spec | 21 ++---
 sources|  2 +-
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 5fb6dde..a5ab894 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.200
+Version:   0.203
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -26,15 +26,17 @@ BuildRequires:  perl(File::Spec::Functions)
 BuildRequires: perl(File::Temp)
 # Module
 BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
 BuildRequires: perl(Exporter) >= 5.57
 BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
 # Test Suite
-BuildRequires: perl(constant)
+BuildRequires: perl(File::Find)
 BuildRequires: perl(File::Spec)
+BuildRequires: perl(IPC::Open2)
 BuildRequires: perl(Ref::Util::XS)
-BuildRequires: perl(Test::More) >= 0.94
+BuildRequires: perl(Test::More) >= 0.96
 # Optional Tests
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(CPAN::Meta) >= 2.120900
@@ -74,6 +76,19 @@ make test
 %{_mandir}/man3/Ref::Util::PP.3*
 
 %changelog
+* Mon May 15 2017 Paul Howarth  - 0.203-1
+- Update to 0.203
+  - Fix space/tab issue in Makefile
+  - Don't use DynamicPrereqs for unrelated Makefile.PL snippet
+  - Use of the Pure-Perl implementation can now be forced at runtime by setting
+either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
+"XS"
+  - Fix is_*_formatref() error messages (GH#38)
+  - Speed enhancements for is_*_formatref() on 5.8+
+  - Restore 5.6 and 5.8 compatibility
+  - PP behaviour now matches XS for \v1.2.3 and \sub {}
+  - Updated documentation to reflect the PP/XS split
+
 * Fri May 12 2017 Paul Howarth  - 0.200-1
 - Update to 0.200
   - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
diff --git a/sources b/sources
index 5d70470..ae4bd10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.200.tar.gz) = 
2000bc1e3956bbb8430674ba5d39addb75758aac2412ececcaa125e72551d815792dff1eb20fb070f73f0a562ea042fa65d352005c0dee9ebfdf8b5ace29db17
+SHA512 (Ref-Util-0.203.tar.gz) = 
bf0b1cde5adf869377aaee3c6a8fa8f40fc852c70f20dafdb3d7f3b7718eb19738a4d53c243e9809b7cff9e2e49a871f0336b4288b96048e91ae48634d12a392
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util (f26). "Update to 0.200 (..more)"

2017-05-30 Thread notifications
From eb41fb84a5a4632e6c144fd854dbad5a29be1af3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 12 May 2017 22:05:31 +0100
Subject: Update to 0.200
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.200
  - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
module that contains the fast XS implementation
- This release by ARC → update source URL
- Package is now noarch
---
 perl-Ref-Util.spec | 40 
 sources|  2 +-
 2 files changed, 29 insertions(+), 13 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index c253134..5fb6dde 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,27 +1,39 @@
 Name:  perl-Ref-Util
-Version:   0.113
-Release:   2%{?dist}
+Version:   0.200
+Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
-Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/A/AR/ARC/Ref-Util-%{version}.tar.gz
+BuildArch: noarch
 # Build
 BuildRequires: coreutils
 BuildRequires: findutils
-BuildRequires: gcc
 BuildRequires: make
 BuildRequires: perl
-BuildRequires: perl-devel
 BuildRequires: perl-generators
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(lib)
+BuildRequires: perl(Text::ParseWords)
+# Dependencies of bundled ExtUtils::HasCompiler
+BuildRequires: gcc
+BuildRequires: perl-devel
+BuildRequires: perl(base)
+BuildRequires: perl(Config)
+BuildRequires: perl(DynaLoader)
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Spec::Functions)
+BuildRequires: perl(File::Temp)
 # Module
+BuildRequires: perl(Carp)
 BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
-BuildRequires: perl(XSLoader)
 # Test Suite
 BuildRequires: perl(constant)
 BuildRequires: perl(File::Spec)
+BuildRequires: perl(Ref::Util::XS)
 BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
 BuildRequires: perl(B::Concise)
@@ -29,9 +41,7 @@ BuildRequires:perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-
-# Avoid provides for private objects
-%{?perl_default_filter}
+Requires:  perl(Ref::Util::XS)
 
 %description
 Ref::Util introduces several functions to help identify references in a faster
@@ -47,7 +57,6 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
-find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} -c %{buildroot}
 
 %check
@@ -60,11 +69,18 @@ make test
 %doc LICENSE
 %endif
 %doc Changes README
-%{perl_vendorarch}/auto/Ref/
-%{perl_vendorarch}/Ref/
+%{perl_vendorlib}/Ref/
 %{_mandir}/man3/Ref::Util.3*
+%{_mandir}/man3/Ref::Util::PP.3*
 
 %changelog
+* Fri May 12 2017 Paul Howarth  - 0.200-1
+- Update to 0.200
+  - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
+module that contains the fast XS implementation
+- This release by ARC → update source URL
+- Package is now noarch
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 6db76e9..5d70470 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.113.tar.gz) = 
1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
+SHA512 (Ref-Util-0.200.tar.gz) = 
2000bc1e3956bbb8430674ba5d39addb75758aac2412ececcaa125e72551d815792dff1eb20fb070f73f0a562ea042fa65d352005c0dee9ebfdf8b5ace29db17
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (epel7). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild"

2017-05-30 Thread notifications
From f42f6b6924abd5708da1c500348ac69bb464a435 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Sat, 11 Feb 2017 05:01:42 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

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

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 5fedb5a..c253134 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
 Version:   0.113
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
 * Tue Jan 17 2017 Paul Howarth  - 0.113-1
 - Update to 0.113
   - Fix bugtracker link
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (epel7). "Update to 0.111 (..more)"

2017-05-30 Thread notifications
From 40b3be29815cf6421db4e372add859e61a830031 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 30 Dec 2016 15:37:26 +
Subject: Update to 0.111

- New upstream release 0.111
  - Fix test failure on 5.8.5 and under
  - Moved to Dist::Zilla
---
 perl-Ref-Util.spec | 11 +--
 sources|  2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 2b287c8..dc9c5bd 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.110
+Version:   0.111
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -20,10 +20,12 @@ BuildRequires:  perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
-BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(File::Spec)
 BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
+BuildRequires: perl(B::Concise)
+BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -63,6 +65,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Fri Dec 30 2016 Paul Howarth  - 0.111-1
+- Update to 0.111
+  - Fix test failure on 5.8.5 and under
+  - Moved to Dist::Zilla
+
 * Thu Dec 29 2016 Paul Howarth  - 0.110-1
 - Update to 0.110
   - Fix support of 5.8 (GH#29, GH#34)
diff --git a/sources b/sources
index 9be5e39..e93dd5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
+SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=epel7=40b3be29815cf6421db4e372add859e61a830031
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (epel7). "Update to 0.101 (..more)"

2017-05-30 Thread notifications
From 8336b24ba12b976c9f4f3716f1eb6b6c9d21b603 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 29 Aug 2016 10:09:00 +0100
Subject: Update to 0.101

- New upstream release 0.101
  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
  - Update README
---
 perl-Ref-Util.spec | 10 --
 sources|  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 9019f35..aced065 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.100
+Version:   0.101
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,8 +22,9 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
+# Optional Tests
+BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -62,6 +63,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Mon Aug 29 2016 Paul Howarth  - 0.101-1
+- Update to 0.101
+  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
+  - Update README
+
 * Sat Aug 27 2016 Paul Howarth  - 0.100-1
 - Update to 0.100
   - Support situations in op-code implementation where the parameters do not
diff --git a/sources b/sources
index dc5a6ab..dbca10a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
+d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=epel7=8336b24ba12b976c9f4f3716f1eb6b6c9d21b603
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (epel7). "Update to 0.112 (..more)"

2017-05-30 Thread notifications
From d399246b5b80fc0625620531af4f077857f64c5f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 16 Jan 2017 14:25:56 +
Subject: Update to 0.112

- New upstream release 0.112
  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index dc9c5bd..0f17031 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.111
+Version:   0.112
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sun Jan 15 2017 Paul Howarth  - 0.112-1
+- Update to 0.112
+  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
+
 * Fri Dec 30 2016 Paul Howarth  - 0.111-1
 - Update to 0.111
   - Fix test failure on 5.8.5 and under
diff --git a/sources b/sources
index e93dd5e..c7c1275 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
+SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (epel7). "Update to 0.116 (..more)"

2017-05-30 Thread notifications
From 923167cb704acf7e7c4db5172f5eb1e458c85976 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:34:57 +0100
Subject: Update to 0.116

- New upstream release 0.116
  - Changes rephrasing
  - Restore 5.6 compatibility
  - Replace docs with a link to Ref::Util
---
 perl-Ref-Util-XS.spec | 10 --
 sources   |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index 0c22d82..b984bc6 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util-XS
-Version:   0.115
+Version:   0.116
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,9 +65,15 @@ make test
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Mon May 15 2017 Paul Howarth  - 0.116-1
+- Update to 0.116
+  - Changes rephrasing
+  - Restore 5.6 compatibility
+  - Replace docs with a link to Ref::Util
+
 * Fri May 12 2017 Paul Howarth  - 0.115-1
 - Package renamed Ref-Util-XS to make room for Ref-Util's new pure-Perl
-  interface
+  implementation
 
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index 87eb190..62be411 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-XS-0.115.tar.gz) = 
c3608de9a4eb0070ebb4e1eda48e1bb0efc7ba4be036a48e89605b99def602ff41ba6d42470caa9da1ec2eb7d70641f0aead2c9c79f8bc4bde809572ecad9c12
+SHA512 (Ref-Util-XS-0.116.tar.gz) = 
1fdb0cfcd76cddb3007262b1535cb099e663b2baf86b94956bd0fcd2e86e76fea0b3fff3056cbe0b6096873c94de11e1ca34f9576b2206e2b1225d294de2a621
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=epel7=923167cb704acf7e7c4db5172f5eb1e458c85976
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (epel7). "Incorporate package review feedback (#1450440) (..more)"

2017-05-30 Thread notifications
From 62a3a45b9e8d32cd723cb8eb7a3c155f0d05ea5f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:38:27 +0100
Subject: Incorporate package review feedback (#1450440)

Drop EL6-isms as we need Test::More 0.94, which EL-6 will never have
---
 perl-Ref-Util-XS.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index b984bc6..b39ae6e 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util-XS
 Version:   0.116
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util-XS/
@@ -54,17 +54,17 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
 make test
 
 %files
-%if 0%{?_licensedir:1}
 %license LICENSE
-%else
-%doc LICENSE
-%endif
 %doc Changes README
 %{perl_vendorarch}/auto/Ref/
 %{perl_vendorarch}/Ref/
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Tue May 30 2017 Paul Howarth  - 0.116-2
+- Incorporate package review feedback (#1450440)
+  - Drop EL6-isms as we need Test::More 0.94, which EL-6 will never have
+
 * Mon May 15 2017 Paul Howarth  - 0.116-1
 - Update to 0.116
   - Changes rephrasing
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=epel7=62a3a45b9e8d32cd723cb8eb7a3c155f0d05ea5f
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (epel7). "Upstream package renamed to Ref-Util-XS (..more)"

2017-05-30 Thread notifications
From 87a16db6e08c4514631047dd3c6a0d7900b01dbe Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:30:46 +0100
Subject: Upstream package renamed to Ref-Util-XS

This is to make room for Ref-Util's new pure-Perl interface
---
 .gitignore|   2 +-
 perl-Ref-Util-XS.spec | 116 ++
 perl-Ref-Util.spec| 112 
 sources   |   2 +-
 4 files changed, 118 insertions(+), 114 deletions(-)
 create mode 100644 perl-Ref-Util-XS.spec
 delete mode 100644 perl-Ref-Util.spec

diff --git a/.gitignore b/.gitignore
index d185c61..3136e08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Ref-Util-[0-9.]*.tar.gz
+/Ref-Util-XS-[0-9.]*.tar.gz
diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
new file mode 100644
index 000..0c22d82
--- /dev/null
+++ b/perl-Ref-Util-XS.spec
@@ -0,0 +1,116 @@
+Name:  perl-Ref-Util-XS
+Version:   0.115
+Release:   1%{?dist}
+Summary:   Utility functions for checking references
+License:   MIT
+URL:   http://search.cpan.org/dist/Ref-Util-XS/
+Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-XS-%{version}.tar.gz
+# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module
+BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(constant)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(Test::More) >= 0.94
+# Optional Tests
+BuildRequires: perl(B::Concise)
+BuildRequires: perl(CPAN::Meta) >= 2.120900
+BuildRequires: perl(Readonly)
+# Runtime
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+# Avoid provides for private objects
+%{?perl_default_filter}
+
+%description
+Ref::Util::XS introduces several functions to help identify references in a
+faster and smarter way.
+
+%prep
+%setup -q -n Ref-Util-XS-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} -c %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/Ref/
+%{perl_vendorarch}/Ref/
+%{_mandir}/man3/Ref::Util::XS.3*
+
+%changelog
+* Fri May 12 2017 Paul Howarth  - 0.115-1
+- Package renamed Ref-Util-XS to make room for Ref-Util's new pure-Perl
+  interface
+
+* Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Tue Jan 17 2017 Paul Howarth  - 0.113-1
+- Update to 0.113
+  - Fix bugtracker link
+
+* Sun Jan 15 2017 Paul Howarth  - 0.112-1
+- Update to 0.112
+  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
+
+* Fri Dec 30 2016 Paul Howarth  - 0.111-1
+- Update to 0.111
+  - Fix test failure on 5.8.5 and under
+  - Moved to Dist::Zilla
+
+* Thu Dec 29 2016 Paul Howarth  - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
+* Mon Aug 29 2016 Paul Howarth  - 0.101-1
+- Update to 0.101
+  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
+  - Update README
+
+* Sat Aug 27 2016 Paul Howarth  - 0.100-1
+- Update to 0.100
+  - Support situations in op-code implementation where the parameters do not
+come as a list
+  - Fix memory leak in dangling op
+  - Support magic (tied variables)
+  - Rework op implementation
+  - Speed up by changing the top of the stack instead of POPing and PUSHing
+  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
+it's now available
+  - Add license in Pod
+  - Specify minimum version of perl (5.6.2)
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-2
+- Sanitize for Fedora submission
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-1
+- Initial RPM version
diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
deleted file mode 100644
index c253134..000
--- a/perl-Ref-Util.spec
+++ /dev/null
@@ -1,112 +0,0 @@
-Name:  perl-Ref-Util
-Version:   0.113
-Release:   2%{?dist}
-Summary:   Utility functions for checking references
-License:   MIT
-URL:   http://search.cpan.org/dist/Ref-Util/
-Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
-# Build
-BuildRequires: coreutils
-BuildRequires: findutils

pghmcfc pushed to perl-Ref-Util-XS (epel7). "Update to 0.113 (..more)"

2017-05-30 Thread notifications
From dfafa78718f13586a526f4d368d234011f9f3ddf Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 17 Jan 2017 10:09:57 +
Subject: Update to 0.113

- New upstream release 0.113
  - Fix bugtracker link
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 0f17031..5fedb5a 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.112
+Version:   0.113
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Tue Jan 17 2017 Paul Howarth  - 0.113-1
+- Update to 0.113
+  - Fix bugtracker link
+
 * Sun Jan 15 2017 Paul Howarth  - 0.112-1
 - Update to 0.112
   - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
diff --git a/sources b/sources
index c7c1275..6db76e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
+SHA512 (Ref-Util-0.113.tar.gz) = 
1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (epel7). "Update to 0.100 (..more)"

2017-05-30 Thread notifications
From 18e3714100b99abbce98002b139a2a237f5ee06b Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sat, 27 Aug 2016 17:39:26 +0100
Subject: Update to 0.100

- New upstream release 0.100
  - Support situations in op-code implementation where the parameters do not
come as a list
  - Fix memory leak in dangling op
  - Support magic (tied variables)
  - Rework op implementation
  - Speed up by changing the top of the stack instead of POPing and PUSHing
  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
it's now available
  - Add license in Pod
  - Specify minimum version of perl (5.6.2)
---
 perl-Ref-Util.spec | 19 +--
 sources|  2 +-
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 722c7cc..9019f35 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
-Version:   0.020
-Release:   2%{?dist}
+Version:   0.100
+Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -20,7 +20,9 @@ BuildRequires:perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
+BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -60,6 +62,19 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Aug 27 2016 Paul Howarth  - 0.100-1
+- Update to 0.100
+  - Support situations in op-code implementation where the parameters do not
+come as a list
+  - Fix memory leak in dangling op
+  - Support magic (tied variables)
+  - Rework op implementation
+  - Speed up by changing the top of the stack instead of POPing and PUSHing
+  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
+it's now available
+  - Add license in Pod
+  - Specify minimum version of perl (5.6.2)
+
 * Thu Jul 28 2016 Paul Howarth  - 0.020-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 9269114..dc5a6ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7078591083b9dea949709d7935cee25  Ref-Util-0.020.tar.gz
+cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=epel7=18e3714100b99abbce98002b139a2a237f5ee06b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (epel7). "Update to 0.110 (..more)"

2017-05-30 Thread notifications
From 132dfa8a48facdef63694c21a3f0e3584675f186 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 29 Dec 2016 18:09:00 +
Subject: Update to 0.110

- New upstream release 0.110
  - Fix support of 5.8 (GH#29, GH#34)
  - Additional optimizations
  - More extensive test suite
---
 perl-Ref-Util.spec | 12 +---
 sources|  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index aced065..2b287c8 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.101
+Version:   0.110
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,7 +22,7 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
 BuildRequires: perl(Readonly)
 # Runtime
@@ -46,7 +46,7 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
 find %{buildroot} -type f -name '*.bs' -empty -delete
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -63,6 +63,12 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Thu Dec 29 2016 Paul Howarth  - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
 * Mon Aug 29 2016 Paul Howarth  - 0.101-1
 - Update to 0.101
   - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
diff --git a/sources b/sources
index dbca10a..9be5e39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
+SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=epel7=132dfa8a48facdef63694c21a3f0e3584675f186
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (epel7). "Initial import (perl-Ref-Util-0.020-2) (..more)"

2017-05-30 Thread notifications
From e8fb2c0afb6fbe3be4924666ddf7390f09070adb Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 8 Aug 2016 16:36:14 +0100
Subject: Initial import (perl-Ref-Util-0.020-2)

Ref::Util introduces several functions to help identify references in a faster
and smarter way.
---
 .gitignore |  1 +
 perl-Ref-Util.spec | 67 ++
 sources|  1 +
 3 files changed, 69 insertions(+)
 create mode 100644 perl-Ref-Util.spec

diff --git a/.gitignore b/.gitignore
index e69de29..d185c61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Ref-Util-[0-9.]*.tar.gz
diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
new file mode 100644
index 000..722c7cc
--- /dev/null
+++ b/perl-Ref-Util.spec
@@ -0,0 +1,67 @@
+Name:  perl-Ref-Util
+Version:   0.020
+Release:   2%{?dist}
+Summary:   Utility functions for checking references
+License:   MIT
+URL:   http://search.cpan.org/dist/Ref-Util/
+Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
+# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module
+BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(constant)
+BuildRequires: perl(Test::More)
+# Runtime
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+# Avoid provides for private objects
+%{?perl_default_filter}
+
+%description
+Ref::Util introduces several functions to help identify references in a faster
+and smarter way.
+
+%prep
+%setup -q -n Ref-Util-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/Ref/
+%{perl_vendorarch}/Ref/
+%{_mandir}/man3/Ref::Util.3*
+
+%changelog
+* Thu Jul 28 2016 Paul Howarth  - 0.020-2
+- Sanitize for Fedora submission
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-1
+- Initial RPM version
diff --git a/sources b/sources
index e69de29..9269114 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a7078591083b9dea949709d7935cee25  Ref-Util-0.020.tar.gz
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util (master). "Update to 0.203 (..more)"

2017-05-30 Thread notifications
From fd1e2bec90e933f3ccca2acd1a1cfb2571a32bc3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 15 May 2017 09:42:28 +0100
Subject: Update to 0.203

- New upstream release 0.203
  - Fix space/tab issue in Makefile
  - Don't use DynamicPrereqs for unrelated Makefile.PL snippet
  - Use of the Pure-Perl implementation can now be forced at runtime by setting
either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
"XS"
  - Fix is_*_formatref() error messages (GH#38)
  - Speed enhancements for is_*_formatref() on 5.8+
  - Restore 5.6 and 5.8 compatibility
  - PP behaviour now matches XS for \v1.2.3 and \sub {}
  - Updated documentation to reflect the PP/XS split
---
 perl-Ref-Util.spec | 21 ++---
 sources|  2 +-
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 5fb6dde..a5ab894 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.200
+Version:   0.203
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -26,15 +26,17 @@ BuildRequires:  perl(File::Spec::Functions)
 BuildRequires: perl(File::Temp)
 # Module
 BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
 BuildRequires: perl(Exporter) >= 5.57
 BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
 # Test Suite
-BuildRequires: perl(constant)
+BuildRequires: perl(File::Find)
 BuildRequires: perl(File::Spec)
+BuildRequires: perl(IPC::Open2)
 BuildRequires: perl(Ref::Util::XS)
-BuildRequires: perl(Test::More) >= 0.94
+BuildRequires: perl(Test::More) >= 0.96
 # Optional Tests
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(CPAN::Meta) >= 2.120900
@@ -74,6 +76,19 @@ make test
 %{_mandir}/man3/Ref::Util::PP.3*
 
 %changelog
+* Mon May 15 2017 Paul Howarth  - 0.203-1
+- Update to 0.203
+  - Fix space/tab issue in Makefile
+  - Don't use DynamicPrereqs for unrelated Makefile.PL snippet
+  - Use of the Pure-Perl implementation can now be forced at runtime by setting
+either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
+"XS"
+  - Fix is_*_formatref() error messages (GH#38)
+  - Speed enhancements for is_*_formatref() on 5.8+
+  - Restore 5.6 and 5.8 compatibility
+  - PP behaviour now matches XS for \v1.2.3 and \sub {}
+  - Updated documentation to reflect the PP/XS split
+
 * Fri May 12 2017 Paul Howarth  - 0.200-1
 - Update to 0.200
   - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
diff --git a/sources b/sources
index 5d70470..ae4bd10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.200.tar.gz) = 
2000bc1e3956bbb8430674ba5d39addb75758aac2412ececcaa125e72551d815792dff1eb20fb070f73f0a562ea042fa65d352005c0dee9ebfdf8b5ace29db17
+SHA512 (Ref-Util-0.203.tar.gz) = 
bf0b1cde5adf869377aaee3c6a8fa8f40fc852c70f20dafdb3d7f3b7718eb19738a4d53c243e9809b7cff9e2e49a871f0336b4288b96048e91ae48634d12a392
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util (master). "Update to 0.200 (..more)"

2017-05-30 Thread notifications
From eb41fb84a5a4632e6c144fd854dbad5a29be1af3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 12 May 2017 22:05:31 +0100
Subject: Update to 0.200
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.200
  - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
module that contains the fast XS implementation
- This release by ARC → update source URL
- Package is now noarch
---
 perl-Ref-Util.spec | 40 
 sources|  2 +-
 2 files changed, 29 insertions(+), 13 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index c253134..5fb6dde 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,27 +1,39 @@
 Name:  perl-Ref-Util
-Version:   0.113
-Release:   2%{?dist}
+Version:   0.200
+Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
-Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/A/AR/ARC/Ref-Util-%{version}.tar.gz
+BuildArch: noarch
 # Build
 BuildRequires: coreutils
 BuildRequires: findutils
-BuildRequires: gcc
 BuildRequires: make
 BuildRequires: perl
-BuildRequires: perl-devel
 BuildRequires: perl-generators
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(lib)
+BuildRequires: perl(Text::ParseWords)
+# Dependencies of bundled ExtUtils::HasCompiler
+BuildRequires: gcc
+BuildRequires: perl-devel
+BuildRequires: perl(base)
+BuildRequires: perl(Config)
+BuildRequires: perl(DynaLoader)
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Spec::Functions)
+BuildRequires: perl(File::Temp)
 # Module
+BuildRequires: perl(Carp)
 BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
-BuildRequires: perl(XSLoader)
 # Test Suite
 BuildRequires: perl(constant)
 BuildRequires: perl(File::Spec)
+BuildRequires: perl(Ref::Util::XS)
 BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
 BuildRequires: perl(B::Concise)
@@ -29,9 +41,7 @@ BuildRequires:perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-
-# Avoid provides for private objects
-%{?perl_default_filter}
+Requires:  perl(Ref::Util::XS)
 
 %description
 Ref::Util introduces several functions to help identify references in a faster
@@ -47,7 +57,6 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
-find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} -c %{buildroot}
 
 %check
@@ -60,11 +69,18 @@ make test
 %doc LICENSE
 %endif
 %doc Changes README
-%{perl_vendorarch}/auto/Ref/
-%{perl_vendorarch}/Ref/
+%{perl_vendorlib}/Ref/
 %{_mandir}/man3/Ref::Util.3*
+%{_mandir}/man3/Ref::Util::PP.3*
 
 %changelog
+* Fri May 12 2017 Paul Howarth  - 0.200-1
+- Update to 0.200
+  - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
+module that contains the fast XS implementation
+- This release by ARC → update source URL
+- Package is now noarch
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 6db76e9..5d70470 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.113.tar.gz) = 
1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
+SHA512 (Ref-Util-0.200.tar.gz) = 
2000bc1e3956bbb8430674ba5d39addb75758aac2412ececcaa125e72551d815792dff1eb20fb070f73f0a562ea042fa65d352005c0dee9ebfdf8b5ace29db17
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (f24). "Update to 0.116 (..more)"

2017-05-30 Thread notifications
From 923167cb704acf7e7c4db5172f5eb1e458c85976 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:34:57 +0100
Subject: Update to 0.116

- New upstream release 0.116
  - Changes rephrasing
  - Restore 5.6 compatibility
  - Replace docs with a link to Ref::Util
---
 perl-Ref-Util-XS.spec | 10 --
 sources   |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index 0c22d82..b984bc6 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util-XS
-Version:   0.115
+Version:   0.116
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,9 +65,15 @@ make test
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Mon May 15 2017 Paul Howarth  - 0.116-1
+- Update to 0.116
+  - Changes rephrasing
+  - Restore 5.6 compatibility
+  - Replace docs with a link to Ref::Util
+
 * Fri May 12 2017 Paul Howarth  - 0.115-1
 - Package renamed Ref-Util-XS to make room for Ref-Util's new pure-Perl
-  interface
+  implementation
 
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index 87eb190..62be411 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-XS-0.115.tar.gz) = 
c3608de9a4eb0070ebb4e1eda48e1bb0efc7ba4be036a48e89605b99def602ff41ba6d42470caa9da1ec2eb7d70641f0aead2c9c79f8bc4bde809572ecad9c12
+SHA512 (Ref-Util-XS-0.116.tar.gz) = 
1fdb0cfcd76cddb3007262b1535cb099e663b2baf86b94956bd0fcd2e86e76fea0b3fff3056cbe0b6096873c94de11e1ca34f9576b2206e2b1225d294de2a621
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f24=923167cb704acf7e7c4db5172f5eb1e458c85976
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f24). "Incorporate package review feedback (#1450440) (..more)"

2017-05-30 Thread notifications
From 62a3a45b9e8d32cd723cb8eb7a3c155f0d05ea5f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:38:27 +0100
Subject: Incorporate package review feedback (#1450440)

Drop EL6-isms as we need Test::More 0.94, which EL-6 will never have
---
 perl-Ref-Util-XS.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index b984bc6..b39ae6e 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util-XS
 Version:   0.116
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util-XS/
@@ -54,17 +54,17 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
 make test
 
 %files
-%if 0%{?_licensedir:1}
 %license LICENSE
-%else
-%doc LICENSE
-%endif
 %doc Changes README
 %{perl_vendorarch}/auto/Ref/
 %{perl_vendorarch}/Ref/
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Tue May 30 2017 Paul Howarth  - 0.116-2
+- Incorporate package review feedback (#1450440)
+  - Drop EL6-isms as we need Test::More 0.94, which EL-6 will never have
+
 * Mon May 15 2017 Paul Howarth  - 0.116-1
 - Update to 0.116
   - Changes rephrasing
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f24=62a3a45b9e8d32cd723cb8eb7a3c155f0d05ea5f
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f24). "Upstream package renamed to Ref-Util-XS (..more)"

2017-05-30 Thread notifications
From 87a16db6e08c4514631047dd3c6a0d7900b01dbe Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:30:46 +0100
Subject: Upstream package renamed to Ref-Util-XS

This is to make room for Ref-Util's new pure-Perl interface
---
 .gitignore|   2 +-
 perl-Ref-Util-XS.spec | 116 ++
 perl-Ref-Util.spec| 112 
 sources   |   2 +-
 4 files changed, 118 insertions(+), 114 deletions(-)
 create mode 100644 perl-Ref-Util-XS.spec
 delete mode 100644 perl-Ref-Util.spec

diff --git a/.gitignore b/.gitignore
index d185c61..3136e08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Ref-Util-[0-9.]*.tar.gz
+/Ref-Util-XS-[0-9.]*.tar.gz
diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
new file mode 100644
index 000..0c22d82
--- /dev/null
+++ b/perl-Ref-Util-XS.spec
@@ -0,0 +1,116 @@
+Name:  perl-Ref-Util-XS
+Version:   0.115
+Release:   1%{?dist}
+Summary:   Utility functions for checking references
+License:   MIT
+URL:   http://search.cpan.org/dist/Ref-Util-XS/
+Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-XS-%{version}.tar.gz
+# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module
+BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(constant)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(Test::More) >= 0.94
+# Optional Tests
+BuildRequires: perl(B::Concise)
+BuildRequires: perl(CPAN::Meta) >= 2.120900
+BuildRequires: perl(Readonly)
+# Runtime
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+# Avoid provides for private objects
+%{?perl_default_filter}
+
+%description
+Ref::Util::XS introduces several functions to help identify references in a
+faster and smarter way.
+
+%prep
+%setup -q -n Ref-Util-XS-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} -c %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/Ref/
+%{perl_vendorarch}/Ref/
+%{_mandir}/man3/Ref::Util::XS.3*
+
+%changelog
+* Fri May 12 2017 Paul Howarth  - 0.115-1
+- Package renamed Ref-Util-XS to make room for Ref-Util's new pure-Perl
+  interface
+
+* Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Tue Jan 17 2017 Paul Howarth  - 0.113-1
+- Update to 0.113
+  - Fix bugtracker link
+
+* Sun Jan 15 2017 Paul Howarth  - 0.112-1
+- Update to 0.112
+  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
+
+* Fri Dec 30 2016 Paul Howarth  - 0.111-1
+- Update to 0.111
+  - Fix test failure on 5.8.5 and under
+  - Moved to Dist::Zilla
+
+* Thu Dec 29 2016 Paul Howarth  - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
+* Mon Aug 29 2016 Paul Howarth  - 0.101-1
+- Update to 0.101
+  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
+  - Update README
+
+* Sat Aug 27 2016 Paul Howarth  - 0.100-1
+- Update to 0.100
+  - Support situations in op-code implementation where the parameters do not
+come as a list
+  - Fix memory leak in dangling op
+  - Support magic (tied variables)
+  - Rework op implementation
+  - Speed up by changing the top of the stack instead of POPing and PUSHing
+  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
+it's now available
+  - Add license in Pod
+  - Specify minimum version of perl (5.6.2)
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-2
+- Sanitize for Fedora submission
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-1
+- Initial RPM version
diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
deleted file mode 100644
index c253134..000
--- a/perl-Ref-Util.spec
+++ /dev/null
@@ -1,112 +0,0 @@
-Name:  perl-Ref-Util
-Version:   0.113
-Release:   2%{?dist}
-Summary:   Utility functions for checking references
-License:   MIT
-URL:   http://search.cpan.org/dist/Ref-Util/
-Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
-# Build
-BuildRequires: coreutils
-BuildRequires: findutils

pghmcfc pushed to perl-Ref-Util-XS (f24). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild"

2017-05-30 Thread notifications
From f42f6b6924abd5708da1c500348ac69bb464a435 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Sat, 11 Feb 2017 05:01:42 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

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

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 5fedb5a..c253134 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
 Version:   0.113
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
 * Tue Jan 17 2017 Paul Howarth  - 0.113-1
 - Update to 0.113
   - Fix bugtracker link
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f24=f42f6b6924abd5708da1c500348ac69bb464a435
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f24). "Update to 0.113 (..more)"

2017-05-30 Thread notifications
From dfafa78718f13586a526f4d368d234011f9f3ddf Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 17 Jan 2017 10:09:57 +
Subject: Update to 0.113

- New upstream release 0.113
  - Fix bugtracker link
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 0f17031..5fedb5a 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.112
+Version:   0.113
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Tue Jan 17 2017 Paul Howarth  - 0.113-1
+- Update to 0.113
+  - Fix bugtracker link
+
 * Sun Jan 15 2017 Paul Howarth  - 0.112-1
 - Update to 0.112
   - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
diff --git a/sources b/sources
index c7c1275..6db76e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
+SHA512 (Ref-Util-0.113.tar.gz) = 
1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f24=dfafa78718f13586a526f4d368d234011f9f3ddf
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f24). "Update to 0.111 (..more)"

2017-05-30 Thread notifications
From 40b3be29815cf6421db4e372add859e61a830031 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 30 Dec 2016 15:37:26 +
Subject: Update to 0.111

- New upstream release 0.111
  - Fix test failure on 5.8.5 and under
  - Moved to Dist::Zilla
---
 perl-Ref-Util.spec | 11 +--
 sources|  2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 2b287c8..dc9c5bd 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.110
+Version:   0.111
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -20,10 +20,12 @@ BuildRequires:  perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
-BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(File::Spec)
 BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
+BuildRequires: perl(B::Concise)
+BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -63,6 +65,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Fri Dec 30 2016 Paul Howarth  - 0.111-1
+- Update to 0.111
+  - Fix test failure on 5.8.5 and under
+  - Moved to Dist::Zilla
+
 * Thu Dec 29 2016 Paul Howarth  - 0.110-1
 - Update to 0.110
   - Fix support of 5.8 (GH#29, GH#34)
diff --git a/sources b/sources
index 9be5e39..e93dd5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
+SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f24=40b3be29815cf6421db4e372add859e61a830031
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f24). "Initial import (perl-Ref-Util-0.020-2) (..more)"

2017-05-30 Thread notifications
From e8fb2c0afb6fbe3be4924666ddf7390f09070adb Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 8 Aug 2016 16:36:14 +0100
Subject: Initial import (perl-Ref-Util-0.020-2)

Ref::Util introduces several functions to help identify references in a faster
and smarter way.
---
 .gitignore |  1 +
 perl-Ref-Util.spec | 67 ++
 sources|  1 +
 3 files changed, 69 insertions(+)
 create mode 100644 perl-Ref-Util.spec

diff --git a/.gitignore b/.gitignore
index e69de29..d185c61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Ref-Util-[0-9.]*.tar.gz
diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
new file mode 100644
index 000..722c7cc
--- /dev/null
+++ b/perl-Ref-Util.spec
@@ -0,0 +1,67 @@
+Name:  perl-Ref-Util
+Version:   0.020
+Release:   2%{?dist}
+Summary:   Utility functions for checking references
+License:   MIT
+URL:   http://search.cpan.org/dist/Ref-Util/
+Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
+# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module
+BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(constant)
+BuildRequires: perl(Test::More)
+# Runtime
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+# Avoid provides for private objects
+%{?perl_default_filter}
+
+%description
+Ref::Util introduces several functions to help identify references in a faster
+and smarter way.
+
+%prep
+%setup -q -n Ref-Util-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/Ref/
+%{perl_vendorarch}/Ref/
+%{_mandir}/man3/Ref::Util.3*
+
+%changelog
+* Thu Jul 28 2016 Paul Howarth  - 0.020-2
+- Sanitize for Fedora submission
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-1
+- Initial RPM version
diff --git a/sources b/sources
index e69de29..9269114 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a7078591083b9dea949709d7935cee25  Ref-Util-0.020.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f24=e8fb2c0afb6fbe3be4924666ddf7390f09070adb
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f24). "Update to 0.112 (..more)"

2017-05-30 Thread notifications
From d399246b5b80fc0625620531af4f077857f64c5f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 16 Jan 2017 14:25:56 +
Subject: Update to 0.112

- New upstream release 0.112
  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index dc9c5bd..0f17031 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.111
+Version:   0.112
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sun Jan 15 2017 Paul Howarth  - 0.112-1
+- Update to 0.112
+  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
+
 * Fri Dec 30 2016 Paul Howarth  - 0.111-1
 - Update to 0.111
   - Fix test failure on 5.8.5 and under
diff --git a/sources b/sources
index e93dd5e..c7c1275 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
+SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f24=d399246b5b80fc0625620531af4f077857f64c5f
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f24). "Update to 0.101 (..more)"

2017-05-30 Thread notifications
From 8336b24ba12b976c9f4f3716f1eb6b6c9d21b603 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 29 Aug 2016 10:09:00 +0100
Subject: Update to 0.101

- New upstream release 0.101
  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
  - Update README
---
 perl-Ref-Util.spec | 10 --
 sources|  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 9019f35..aced065 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.100
+Version:   0.101
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,8 +22,9 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
+# Optional Tests
+BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -62,6 +63,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Mon Aug 29 2016 Paul Howarth  - 0.101-1
+- Update to 0.101
+  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
+  - Update README
+
 * Sat Aug 27 2016 Paul Howarth  - 0.100-1
 - Update to 0.100
   - Support situations in op-code implementation where the parameters do not
diff --git a/sources b/sources
index dc5a6ab..dbca10a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
+d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f24=8336b24ba12b976c9f4f3716f1eb6b6c9d21b603
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f24). "Update to 0.100 (..more)"

2017-05-30 Thread notifications
From 18e3714100b99abbce98002b139a2a237f5ee06b Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sat, 27 Aug 2016 17:39:26 +0100
Subject: Update to 0.100

- New upstream release 0.100
  - Support situations in op-code implementation where the parameters do not
come as a list
  - Fix memory leak in dangling op
  - Support magic (tied variables)
  - Rework op implementation
  - Speed up by changing the top of the stack instead of POPing and PUSHing
  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
it's now available
  - Add license in Pod
  - Specify minimum version of perl (5.6.2)
---
 perl-Ref-Util.spec | 19 +--
 sources|  2 +-
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 722c7cc..9019f35 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
-Version:   0.020
-Release:   2%{?dist}
+Version:   0.100
+Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -20,7 +20,9 @@ BuildRequires:perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
+BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -60,6 +62,19 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Aug 27 2016 Paul Howarth  - 0.100-1
+- Update to 0.100
+  - Support situations in op-code implementation where the parameters do not
+come as a list
+  - Fix memory leak in dangling op
+  - Support magic (tied variables)
+  - Rework op implementation
+  - Speed up by changing the top of the stack instead of POPing and PUSHing
+  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
+it's now available
+  - Add license in Pod
+  - Specify minimum version of perl (5.6.2)
+
 * Thu Jul 28 2016 Paul Howarth  - 0.020-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 9269114..dc5a6ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7078591083b9dea949709d7935cee25  Ref-Util-0.020.tar.gz
+cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f24=18e3714100b99abbce98002b139a2a237f5ee06b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f24). "Update to 0.110 (..more)"

2017-05-30 Thread notifications
From 132dfa8a48facdef63694c21a3f0e3584675f186 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 29 Dec 2016 18:09:00 +
Subject: Update to 0.110

- New upstream release 0.110
  - Fix support of 5.8 (GH#29, GH#34)
  - Additional optimizations
  - More extensive test suite
---
 perl-Ref-Util.spec | 12 +---
 sources|  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index aced065..2b287c8 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.101
+Version:   0.110
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,7 +22,7 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
 BuildRequires: perl(Readonly)
 # Runtime
@@ -46,7 +46,7 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
 find %{buildroot} -type f -name '*.bs' -empty -delete
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -63,6 +63,12 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Thu Dec 29 2016 Paul Howarth  - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
 * Mon Aug 29 2016 Paul Howarth  - 0.101-1
 - Update to 0.101
   - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
diff --git a/sources b/sources
index dbca10a..9be5e39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
+SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f24=132dfa8a48facdef63694c21a3f0e3584675f186
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f25). "Upstream package renamed to Ref-Util-XS (..more)"

2017-05-30 Thread notifications
From 87a16db6e08c4514631047dd3c6a0d7900b01dbe Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:30:46 +0100
Subject: Upstream package renamed to Ref-Util-XS

This is to make room for Ref-Util's new pure-Perl interface
---
 .gitignore|   2 +-
 perl-Ref-Util-XS.spec | 116 ++
 perl-Ref-Util.spec| 112 
 sources   |   2 +-
 4 files changed, 118 insertions(+), 114 deletions(-)
 create mode 100644 perl-Ref-Util-XS.spec
 delete mode 100644 perl-Ref-Util.spec

diff --git a/.gitignore b/.gitignore
index d185c61..3136e08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Ref-Util-[0-9.]*.tar.gz
+/Ref-Util-XS-[0-9.]*.tar.gz
diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
new file mode 100644
index 000..0c22d82
--- /dev/null
+++ b/perl-Ref-Util-XS.spec
@@ -0,0 +1,116 @@
+Name:  perl-Ref-Util-XS
+Version:   0.115
+Release:   1%{?dist}
+Summary:   Utility functions for checking references
+License:   MIT
+URL:   http://search.cpan.org/dist/Ref-Util-XS/
+Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-XS-%{version}.tar.gz
+# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module
+BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(constant)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(Test::More) >= 0.94
+# Optional Tests
+BuildRequires: perl(B::Concise)
+BuildRequires: perl(CPAN::Meta) >= 2.120900
+BuildRequires: perl(Readonly)
+# Runtime
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+# Avoid provides for private objects
+%{?perl_default_filter}
+
+%description
+Ref::Util::XS introduces several functions to help identify references in a
+faster and smarter way.
+
+%prep
+%setup -q -n Ref-Util-XS-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} -c %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/Ref/
+%{perl_vendorarch}/Ref/
+%{_mandir}/man3/Ref::Util::XS.3*
+
+%changelog
+* Fri May 12 2017 Paul Howarth  - 0.115-1
+- Package renamed Ref-Util-XS to make room for Ref-Util's new pure-Perl
+  interface
+
+* Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Tue Jan 17 2017 Paul Howarth  - 0.113-1
+- Update to 0.113
+  - Fix bugtracker link
+
+* Sun Jan 15 2017 Paul Howarth  - 0.112-1
+- Update to 0.112
+  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
+
+* Fri Dec 30 2016 Paul Howarth  - 0.111-1
+- Update to 0.111
+  - Fix test failure on 5.8.5 and under
+  - Moved to Dist::Zilla
+
+* Thu Dec 29 2016 Paul Howarth  - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
+* Mon Aug 29 2016 Paul Howarth  - 0.101-1
+- Update to 0.101
+  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
+  - Update README
+
+* Sat Aug 27 2016 Paul Howarth  - 0.100-1
+- Update to 0.100
+  - Support situations in op-code implementation where the parameters do not
+come as a list
+  - Fix memory leak in dangling op
+  - Support magic (tied variables)
+  - Rework op implementation
+  - Speed up by changing the top of the stack instead of POPing and PUSHing
+  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
+it's now available
+  - Add license in Pod
+  - Specify minimum version of perl (5.6.2)
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-2
+- Sanitize for Fedora submission
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-1
+- Initial RPM version
diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
deleted file mode 100644
index c253134..000
--- a/perl-Ref-Util.spec
+++ /dev/null
@@ -1,112 +0,0 @@
-Name:  perl-Ref-Util
-Version:   0.113
-Release:   2%{?dist}
-Summary:   Utility functions for checking references
-License:   MIT
-URL:   http://search.cpan.org/dist/Ref-Util/
-Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
-# Build
-BuildRequires: coreutils
-BuildRequires: findutils

pghmcfc pushed to perl-Ref-Util-XS (f25). "Incorporate package review feedback (#1450440) (..more)"

2017-05-30 Thread notifications
From 62a3a45b9e8d32cd723cb8eb7a3c155f0d05ea5f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:38:27 +0100
Subject: Incorporate package review feedback (#1450440)

Drop EL6-isms as we need Test::More 0.94, which EL-6 will never have
---
 perl-Ref-Util-XS.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index b984bc6..b39ae6e 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util-XS
 Version:   0.116
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util-XS/
@@ -54,17 +54,17 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
 make test
 
 %files
-%if 0%{?_licensedir:1}
 %license LICENSE
-%else
-%doc LICENSE
-%endif
 %doc Changes README
 %{perl_vendorarch}/auto/Ref/
 %{perl_vendorarch}/Ref/
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Tue May 30 2017 Paul Howarth  - 0.116-2
+- Incorporate package review feedback (#1450440)
+  - Drop EL6-isms as we need Test::More 0.94, which EL-6 will never have
+
 * Mon May 15 2017 Paul Howarth  - 0.116-1
 - Update to 0.116
   - Changes rephrasing
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f25=62a3a45b9e8d32cd723cb8eb7a3c155f0d05ea5f
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f25). "Update to 0.116 (..more)"

2017-05-30 Thread notifications
From 923167cb704acf7e7c4db5172f5eb1e458c85976 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:34:57 +0100
Subject: Update to 0.116

- New upstream release 0.116
  - Changes rephrasing
  - Restore 5.6 compatibility
  - Replace docs with a link to Ref::Util
---
 perl-Ref-Util-XS.spec | 10 --
 sources   |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index 0c22d82..b984bc6 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util-XS
-Version:   0.115
+Version:   0.116
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,9 +65,15 @@ make test
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Mon May 15 2017 Paul Howarth  - 0.116-1
+- Update to 0.116
+  - Changes rephrasing
+  - Restore 5.6 compatibility
+  - Replace docs with a link to Ref::Util
+
 * Fri May 12 2017 Paul Howarth  - 0.115-1
 - Package renamed Ref-Util-XS to make room for Ref-Util's new pure-Perl
-  interface
+  implementation
 
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index 87eb190..62be411 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-XS-0.115.tar.gz) = 
c3608de9a4eb0070ebb4e1eda48e1bb0efc7ba4be036a48e89605b99def602ff41ba6d42470caa9da1ec2eb7d70641f0aead2c9c79f8bc4bde809572ecad9c12
+SHA512 (Ref-Util-XS-0.116.tar.gz) = 
1fdb0cfcd76cddb3007262b1535cb099e663b2baf86b94956bd0fcd2e86e76fea0b3fff3056cbe0b6096873c94de11e1ca34f9576b2206e2b1225d294de2a621
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f25=923167cb704acf7e7c4db5172f5eb1e458c85976
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f25). "Update to 0.112 (..more)"

2017-05-30 Thread notifications
From d399246b5b80fc0625620531af4f077857f64c5f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 16 Jan 2017 14:25:56 +
Subject: Update to 0.112

- New upstream release 0.112
  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index dc9c5bd..0f17031 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.111
+Version:   0.112
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sun Jan 15 2017 Paul Howarth  - 0.112-1
+- Update to 0.112
+  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
+
 * Fri Dec 30 2016 Paul Howarth  - 0.111-1
 - Update to 0.111
   - Fix test failure on 5.8.5 and under
diff --git a/sources b/sources
index e93dd5e..c7c1275 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
+SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f25=d399246b5b80fc0625620531af4f077857f64c5f
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f25). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild"

2017-05-30 Thread notifications
From f42f6b6924abd5708da1c500348ac69bb464a435 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Sat, 11 Feb 2017 05:01:42 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

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

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 5fedb5a..c253134 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
 Version:   0.113
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
 * Tue Jan 17 2017 Paul Howarth  - 0.113-1
 - Update to 0.113
   - Fix bugtracker link
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f25=f42f6b6924abd5708da1c500348ac69bb464a435
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f25). "Update to 0.110 (..more)"

2017-05-30 Thread notifications
From 132dfa8a48facdef63694c21a3f0e3584675f186 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 29 Dec 2016 18:09:00 +
Subject: Update to 0.110

- New upstream release 0.110
  - Fix support of 5.8 (GH#29, GH#34)
  - Additional optimizations
  - More extensive test suite
---
 perl-Ref-Util.spec | 12 +---
 sources|  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index aced065..2b287c8 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.101
+Version:   0.110
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,7 +22,7 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
 BuildRequires: perl(Readonly)
 # Runtime
@@ -46,7 +46,7 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
 find %{buildroot} -type f -name '*.bs' -empty -delete
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -63,6 +63,12 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Thu Dec 29 2016 Paul Howarth  - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
 * Mon Aug 29 2016 Paul Howarth  - 0.101-1
 - Update to 0.101
   - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
diff --git a/sources b/sources
index dbca10a..9be5e39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
+SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f25=132dfa8a48facdef63694c21a3f0e3584675f186
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f25). "Update to 0.111 (..more)"

2017-05-30 Thread notifications
From 40b3be29815cf6421db4e372add859e61a830031 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 30 Dec 2016 15:37:26 +
Subject: Update to 0.111

- New upstream release 0.111
  - Fix test failure on 5.8.5 and under
  - Moved to Dist::Zilla
---
 perl-Ref-Util.spec | 11 +--
 sources|  2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 2b287c8..dc9c5bd 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.110
+Version:   0.111
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -20,10 +20,12 @@ BuildRequires:  perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
-BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(File::Spec)
 BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
+BuildRequires: perl(B::Concise)
+BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -63,6 +65,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Fri Dec 30 2016 Paul Howarth  - 0.111-1
+- Update to 0.111
+  - Fix test failure on 5.8.5 and under
+  - Moved to Dist::Zilla
+
 * Thu Dec 29 2016 Paul Howarth  - 0.110-1
 - Update to 0.110
   - Fix support of 5.8 (GH#29, GH#34)
diff --git a/sources b/sources
index 9be5e39..e93dd5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
+SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f25=40b3be29815cf6421db4e372add859e61a830031
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f25). "Update to 0.113 (..more)"

2017-05-30 Thread notifications
From dfafa78718f13586a526f4d368d234011f9f3ddf Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 17 Jan 2017 10:09:57 +
Subject: Update to 0.113

- New upstream release 0.113
  - Fix bugtracker link
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 0f17031..5fedb5a 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.112
+Version:   0.113
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Tue Jan 17 2017 Paul Howarth  - 0.113-1
+- Update to 0.113
+  - Fix bugtracker link
+
 * Sun Jan 15 2017 Paul Howarth  - 0.112-1
 - Update to 0.112
   - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
diff --git a/sources b/sources
index c7c1275..6db76e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
+SHA512 (Ref-Util-0.113.tar.gz) = 
1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f25=dfafa78718f13586a526f4d368d234011f9f3ddf
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f25). "Update to 0.100 (..more)"

2017-05-30 Thread notifications
From 18e3714100b99abbce98002b139a2a237f5ee06b Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sat, 27 Aug 2016 17:39:26 +0100
Subject: Update to 0.100

- New upstream release 0.100
  - Support situations in op-code implementation where the parameters do not
come as a list
  - Fix memory leak in dangling op
  - Support magic (tied variables)
  - Rework op implementation
  - Speed up by changing the top of the stack instead of POPing and PUSHing
  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
it's now available
  - Add license in Pod
  - Specify minimum version of perl (5.6.2)
---
 perl-Ref-Util.spec | 19 +--
 sources|  2 +-
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 722c7cc..9019f35 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
-Version:   0.020
-Release:   2%{?dist}
+Version:   0.100
+Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -20,7 +20,9 @@ BuildRequires:perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
+BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -60,6 +62,19 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Aug 27 2016 Paul Howarth  - 0.100-1
+- Update to 0.100
+  - Support situations in op-code implementation where the parameters do not
+come as a list
+  - Fix memory leak in dangling op
+  - Support magic (tied variables)
+  - Rework op implementation
+  - Speed up by changing the top of the stack instead of POPing and PUSHing
+  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
+it's now available
+  - Add license in Pod
+  - Specify minimum version of perl (5.6.2)
+
 * Thu Jul 28 2016 Paul Howarth  - 0.020-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 9269114..dc5a6ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7078591083b9dea949709d7935cee25  Ref-Util-0.020.tar.gz
+cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f25=18e3714100b99abbce98002b139a2a237f5ee06b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f25). "Initial import (perl-Ref-Util-0.020-2) (..more)"

2017-05-30 Thread notifications
From e8fb2c0afb6fbe3be4924666ddf7390f09070adb Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 8 Aug 2016 16:36:14 +0100
Subject: Initial import (perl-Ref-Util-0.020-2)

Ref::Util introduces several functions to help identify references in a faster
and smarter way.
---
 .gitignore |  1 +
 perl-Ref-Util.spec | 67 ++
 sources|  1 +
 3 files changed, 69 insertions(+)
 create mode 100644 perl-Ref-Util.spec

diff --git a/.gitignore b/.gitignore
index e69de29..d185c61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Ref-Util-[0-9.]*.tar.gz
diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
new file mode 100644
index 000..722c7cc
--- /dev/null
+++ b/perl-Ref-Util.spec
@@ -0,0 +1,67 @@
+Name:  perl-Ref-Util
+Version:   0.020
+Release:   2%{?dist}
+Summary:   Utility functions for checking references
+License:   MIT
+URL:   http://search.cpan.org/dist/Ref-Util/
+Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
+# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module
+BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(constant)
+BuildRequires: perl(Test::More)
+# Runtime
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+# Avoid provides for private objects
+%{?perl_default_filter}
+
+%description
+Ref::Util introduces several functions to help identify references in a faster
+and smarter way.
+
+%prep
+%setup -q -n Ref-Util-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/Ref/
+%{perl_vendorarch}/Ref/
+%{_mandir}/man3/Ref::Util.3*
+
+%changelog
+* Thu Jul 28 2016 Paul Howarth  - 0.020-2
+- Sanitize for Fedora submission
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-1
+- Initial RPM version
diff --git a/sources b/sources
index e69de29..9269114 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a7078591083b9dea949709d7935cee25  Ref-Util-0.020.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f25=e8fb2c0afb6fbe3be4924666ddf7390f09070adb
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f25). "Update to 0.101 (..more)"

2017-05-30 Thread notifications
From 8336b24ba12b976c9f4f3716f1eb6b6c9d21b603 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 29 Aug 2016 10:09:00 +0100
Subject: Update to 0.101

- New upstream release 0.101
  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
  - Update README
---
 perl-Ref-Util.spec | 10 --
 sources|  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 9019f35..aced065 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.100
+Version:   0.101
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,8 +22,9 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
+# Optional Tests
+BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -62,6 +63,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Mon Aug 29 2016 Paul Howarth  - 0.101-1
+- Update to 0.101
+  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
+  - Update README
+
 * Sat Aug 27 2016 Paul Howarth  - 0.100-1
 - Update to 0.100
   - Support situations in op-code implementation where the parameters do not
diff --git a/sources b/sources
index dc5a6ab..dbca10a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
+d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f25=8336b24ba12b976c9f4f3716f1eb6b6c9d21b603
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f26). "Upstream package renamed to Ref-Util-XS (..more)"

2017-05-30 Thread notifications
From 87a16db6e08c4514631047dd3c6a0d7900b01dbe Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:30:46 +0100
Subject: Upstream package renamed to Ref-Util-XS

This is to make room for Ref-Util's new pure-Perl interface
---
 .gitignore|   2 +-
 perl-Ref-Util-XS.spec | 116 ++
 perl-Ref-Util.spec| 112 
 sources   |   2 +-
 4 files changed, 118 insertions(+), 114 deletions(-)
 create mode 100644 perl-Ref-Util-XS.spec
 delete mode 100644 perl-Ref-Util.spec

diff --git a/.gitignore b/.gitignore
index d185c61..3136e08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Ref-Util-[0-9.]*.tar.gz
+/Ref-Util-XS-[0-9.]*.tar.gz
diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
new file mode 100644
index 000..0c22d82
--- /dev/null
+++ b/perl-Ref-Util-XS.spec
@@ -0,0 +1,116 @@
+Name:  perl-Ref-Util-XS
+Version:   0.115
+Release:   1%{?dist}
+Summary:   Utility functions for checking references
+License:   MIT
+URL:   http://search.cpan.org/dist/Ref-Util-XS/
+Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-XS-%{version}.tar.gz
+# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module
+BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(constant)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(Test::More) >= 0.94
+# Optional Tests
+BuildRequires: perl(B::Concise)
+BuildRequires: perl(CPAN::Meta) >= 2.120900
+BuildRequires: perl(Readonly)
+# Runtime
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+# Avoid provides for private objects
+%{?perl_default_filter}
+
+%description
+Ref::Util::XS introduces several functions to help identify references in a
+faster and smarter way.
+
+%prep
+%setup -q -n Ref-Util-XS-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} -c %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/Ref/
+%{perl_vendorarch}/Ref/
+%{_mandir}/man3/Ref::Util::XS.3*
+
+%changelog
+* Fri May 12 2017 Paul Howarth  - 0.115-1
+- Package renamed Ref-Util-XS to make room for Ref-Util's new pure-Perl
+  interface
+
+* Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Tue Jan 17 2017 Paul Howarth  - 0.113-1
+- Update to 0.113
+  - Fix bugtracker link
+
+* Sun Jan 15 2017 Paul Howarth  - 0.112-1
+- Update to 0.112
+  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
+
+* Fri Dec 30 2016 Paul Howarth  - 0.111-1
+- Update to 0.111
+  - Fix test failure on 5.8.5 and under
+  - Moved to Dist::Zilla
+
+* Thu Dec 29 2016 Paul Howarth  - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
+* Mon Aug 29 2016 Paul Howarth  - 0.101-1
+- Update to 0.101
+  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
+  - Update README
+
+* Sat Aug 27 2016 Paul Howarth  - 0.100-1
+- Update to 0.100
+  - Support situations in op-code implementation where the parameters do not
+come as a list
+  - Fix memory leak in dangling op
+  - Support magic (tied variables)
+  - Rework op implementation
+  - Speed up by changing the top of the stack instead of POPing and PUSHing
+  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
+it's now available
+  - Add license in Pod
+  - Specify minimum version of perl (5.6.2)
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-2
+- Sanitize for Fedora submission
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-1
+- Initial RPM version
diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
deleted file mode 100644
index c253134..000
--- a/perl-Ref-Util.spec
+++ /dev/null
@@ -1,112 +0,0 @@
-Name:  perl-Ref-Util
-Version:   0.113
-Release:   2%{?dist}
-Summary:   Utility functions for checking references
-License:   MIT
-URL:   http://search.cpan.org/dist/Ref-Util/
-Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
-# Build
-BuildRequires: coreutils
-BuildRequires: findutils

pghmcfc pushed to perl-Ref-Util-XS (f26). "Incorporate package review feedback (#1450440) (..more)"

2017-05-30 Thread notifications
From 62a3a45b9e8d32cd723cb8eb7a3c155f0d05ea5f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:38:27 +0100
Subject: Incorporate package review feedback (#1450440)

Drop EL6-isms as we need Test::More 0.94, which EL-6 will never have
---
 perl-Ref-Util-XS.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index b984bc6..b39ae6e 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util-XS
 Version:   0.116
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util-XS/
@@ -54,17 +54,17 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
 make test
 
 %files
-%if 0%{?_licensedir:1}
 %license LICENSE
-%else
-%doc LICENSE
-%endif
 %doc Changes README
 %{perl_vendorarch}/auto/Ref/
 %{perl_vendorarch}/Ref/
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Tue May 30 2017 Paul Howarth  - 0.116-2
+- Incorporate package review feedback (#1450440)
+  - Drop EL6-isms as we need Test::More 0.94, which EL-6 will never have
+
 * Mon May 15 2017 Paul Howarth  - 0.116-1
 - Update to 0.116
   - Changes rephrasing
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f26=62a3a45b9e8d32cd723cb8eb7a3c155f0d05ea5f
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f26). "Update to 0.116 (..more)"

2017-05-30 Thread notifications
From 923167cb704acf7e7c4db5172f5eb1e458c85976 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:34:57 +0100
Subject: Update to 0.116

- New upstream release 0.116
  - Changes rephrasing
  - Restore 5.6 compatibility
  - Replace docs with a link to Ref::Util
---
 perl-Ref-Util-XS.spec | 10 --
 sources   |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index 0c22d82..b984bc6 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util-XS
-Version:   0.115
+Version:   0.116
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,9 +65,15 @@ make test
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Mon May 15 2017 Paul Howarth  - 0.116-1
+- Update to 0.116
+  - Changes rephrasing
+  - Restore 5.6 compatibility
+  - Replace docs with a link to Ref::Util
+
 * Fri May 12 2017 Paul Howarth  - 0.115-1
 - Package renamed Ref-Util-XS to make room for Ref-Util's new pure-Perl
-  interface
+  implementation
 
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index 87eb190..62be411 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-XS-0.115.tar.gz) = 
c3608de9a4eb0070ebb4e1eda48e1bb0efc7ba4be036a48e89605b99def602ff41ba6d42470caa9da1ec2eb7d70641f0aead2c9c79f8bc4bde809572ecad9c12
+SHA512 (Ref-Util-XS-0.116.tar.gz) = 
1fdb0cfcd76cddb3007262b1535cb099e663b2baf86b94956bd0fcd2e86e76fea0b3fff3056cbe0b6096873c94de11e1ca34f9576b2206e2b1225d294de2a621
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f26=923167cb704acf7e7c4db5172f5eb1e458c85976
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f26). "Initial import (perl-Ref-Util-0.020-2) (..more)"

2017-05-30 Thread notifications
From e8fb2c0afb6fbe3be4924666ddf7390f09070adb Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 8 Aug 2016 16:36:14 +0100
Subject: Initial import (perl-Ref-Util-0.020-2)

Ref::Util introduces several functions to help identify references in a faster
and smarter way.
---
 .gitignore |  1 +
 perl-Ref-Util.spec | 67 ++
 sources|  1 +
 3 files changed, 69 insertions(+)
 create mode 100644 perl-Ref-Util.spec

diff --git a/.gitignore b/.gitignore
index e69de29..d185c61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Ref-Util-[0-9.]*.tar.gz
diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
new file mode 100644
index 000..722c7cc
--- /dev/null
+++ b/perl-Ref-Util.spec
@@ -0,0 +1,67 @@
+Name:  perl-Ref-Util
+Version:   0.020
+Release:   2%{?dist}
+Summary:   Utility functions for checking references
+License:   MIT
+URL:   http://search.cpan.org/dist/Ref-Util/
+Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
+# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module
+BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(constant)
+BuildRequires: perl(Test::More)
+# Runtime
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+# Avoid provides for private objects
+%{?perl_default_filter}
+
+%description
+Ref::Util introduces several functions to help identify references in a faster
+and smarter way.
+
+%prep
+%setup -q -n Ref-Util-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/Ref/
+%{perl_vendorarch}/Ref/
+%{_mandir}/man3/Ref::Util.3*
+
+%changelog
+* Thu Jul 28 2016 Paul Howarth  - 0.020-2
+- Sanitize for Fedora submission
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-1
+- Initial RPM version
diff --git a/sources b/sources
index e69de29..9269114 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a7078591083b9dea949709d7935cee25  Ref-Util-0.020.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f26=e8fb2c0afb6fbe3be4924666ddf7390f09070adb
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f26). "Update to 0.111 (..more)"

2017-05-30 Thread notifications
From 40b3be29815cf6421db4e372add859e61a830031 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 30 Dec 2016 15:37:26 +
Subject: Update to 0.111

- New upstream release 0.111
  - Fix test failure on 5.8.5 and under
  - Moved to Dist::Zilla
---
 perl-Ref-Util.spec | 11 +--
 sources|  2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 2b287c8..dc9c5bd 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.110
+Version:   0.111
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -20,10 +20,12 @@ BuildRequires:  perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
-BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(File::Spec)
 BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
+BuildRequires: perl(B::Concise)
+BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -63,6 +65,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Fri Dec 30 2016 Paul Howarth  - 0.111-1
+- Update to 0.111
+  - Fix test failure on 5.8.5 and under
+  - Moved to Dist::Zilla
+
 * Thu Dec 29 2016 Paul Howarth  - 0.110-1
 - Update to 0.110
   - Fix support of 5.8 (GH#29, GH#34)
diff --git a/sources b/sources
index 9be5e39..e93dd5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
+SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f26=40b3be29815cf6421db4e372add859e61a830031
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f26). "Update to 0.100 (..more)"

2017-05-30 Thread notifications
From 18e3714100b99abbce98002b139a2a237f5ee06b Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sat, 27 Aug 2016 17:39:26 +0100
Subject: Update to 0.100

- New upstream release 0.100
  - Support situations in op-code implementation where the parameters do not
come as a list
  - Fix memory leak in dangling op
  - Support magic (tied variables)
  - Rework op implementation
  - Speed up by changing the top of the stack instead of POPing and PUSHing
  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
it's now available
  - Add license in Pod
  - Specify minimum version of perl (5.6.2)
---
 perl-Ref-Util.spec | 19 +--
 sources|  2 +-
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 722c7cc..9019f35 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
-Version:   0.020
-Release:   2%{?dist}
+Version:   0.100
+Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -20,7 +20,9 @@ BuildRequires:perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
+BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -60,6 +62,19 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Aug 27 2016 Paul Howarth  - 0.100-1
+- Update to 0.100
+  - Support situations in op-code implementation where the parameters do not
+come as a list
+  - Fix memory leak in dangling op
+  - Support magic (tied variables)
+  - Rework op implementation
+  - Speed up by changing the top of the stack instead of POPing and PUSHing
+  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
+it's now available
+  - Add license in Pod
+  - Specify minimum version of perl (5.6.2)
+
 * Thu Jul 28 2016 Paul Howarth  - 0.020-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 9269114..dc5a6ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7078591083b9dea949709d7935cee25  Ref-Util-0.020.tar.gz
+cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f26=18e3714100b99abbce98002b139a2a237f5ee06b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f26). "Update to 0.110 (..more)"

2017-05-30 Thread notifications
From 132dfa8a48facdef63694c21a3f0e3584675f186 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 29 Dec 2016 18:09:00 +
Subject: Update to 0.110

- New upstream release 0.110
  - Fix support of 5.8 (GH#29, GH#34)
  - Additional optimizations
  - More extensive test suite
---
 perl-Ref-Util.spec | 12 +---
 sources|  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index aced065..2b287c8 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.101
+Version:   0.110
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,7 +22,7 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
 BuildRequires: perl(Readonly)
 # Runtime
@@ -46,7 +46,7 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
 find %{buildroot} -type f -name '*.bs' -empty -delete
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -63,6 +63,12 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Thu Dec 29 2016 Paul Howarth  - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
 * Mon Aug 29 2016 Paul Howarth  - 0.101-1
 - Update to 0.101
   - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
diff --git a/sources b/sources
index dbca10a..9be5e39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
+SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f26=132dfa8a48facdef63694c21a3f0e3584675f186
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f26). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild"

2017-05-30 Thread notifications
From f42f6b6924abd5708da1c500348ac69bb464a435 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Sat, 11 Feb 2017 05:01:42 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

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

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 5fedb5a..c253134 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
 Version:   0.113
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
 * Tue Jan 17 2017 Paul Howarth  - 0.113-1
 - Update to 0.113
   - Fix bugtracker link
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f26=f42f6b6924abd5708da1c500348ac69bb464a435
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f26). "Update to 0.113 (..more)"

2017-05-30 Thread notifications
From dfafa78718f13586a526f4d368d234011f9f3ddf Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 17 Jan 2017 10:09:57 +
Subject: Update to 0.113

- New upstream release 0.113
  - Fix bugtracker link
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 0f17031..5fedb5a 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.112
+Version:   0.113
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Tue Jan 17 2017 Paul Howarth  - 0.113-1
+- Update to 0.113
+  - Fix bugtracker link
+
 * Sun Jan 15 2017 Paul Howarth  - 0.112-1
 - Update to 0.112
   - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
diff --git a/sources b/sources
index c7c1275..6db76e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
+SHA512 (Ref-Util-0.113.tar.gz) = 
1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f26=dfafa78718f13586a526f4d368d234011f9f3ddf
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f26). "Update to 0.112 (..more)"

2017-05-30 Thread notifications
From d399246b5b80fc0625620531af4f077857f64c5f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 16 Jan 2017 14:25:56 +
Subject: Update to 0.112

- New upstream release 0.112
  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index dc9c5bd..0f17031 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.111
+Version:   0.112
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sun Jan 15 2017 Paul Howarth  - 0.112-1
+- Update to 0.112
+  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
+
 * Fri Dec 30 2016 Paul Howarth  - 0.111-1
 - Update to 0.111
   - Fix test failure on 5.8.5 and under
diff --git a/sources b/sources
index e93dd5e..c7c1275 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
+SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f26=d399246b5b80fc0625620531af4f077857f64c5f
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Ref-Util-XS (f26). "Update to 0.101 (..more)"

2017-05-30 Thread notifications
From 8336b24ba12b976c9f4f3716f1eb6b6c9d21b603 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 29 Aug 2016 10:09:00 +0100
Subject: Update to 0.101

- New upstream release 0.101
  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
  - Update README
---
 perl-Ref-Util.spec | 10 --
 sources|  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 9019f35..aced065 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.100
+Version:   0.101
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,8 +22,9 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
+# Optional Tests
+BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -62,6 +63,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Mon Aug 29 2016 Paul Howarth  - 0.101-1
+- Update to 0.101
+  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
+  - Update README
+
 * Sat Aug 27 2016 Paul Howarth  - 0.100-1
 - Update to 0.100
   - Support situations in op-code implementation where the parameters do not
diff --git a/sources b/sources
index dc5a6ab..dbca10a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
+d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Ref-Util-XS.git/commit/?h=f26=8336b24ba12b976c9f4f3716f1eb6b6c9d21b603
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Mostly spam on the mips list

2017-05-30 Thread Kevin Fenzi
On 05/30/2017 03:47 AM, Dridi Boukelmoune wrote:
>> I forwarded your post to the list owners... they are at least the first
>> line of folks to talk to about this.
> 
> Thanks! I'll try to keep that in mind (no promises=)
> 
>> If they can't clear things up, then an infrastructure ticket and we can
>> see what we can do from there.
> 
> It's gone now.

Yeah, I went in and found that almost all the spam was 1 user, so I
moderated them and cleaned all their posts from the archive.

kevin




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


Re: PkgDB and the ArbitraryBranching Change

2017-05-30 Thread Kevin Fenzi
On 05/29/2017 04:41 AM, Miroslav Suchý wrote:
> Dne 26.5.2017 v 21:42 Ralph Bean napsal(a):
>> Any feedback before that would be
>> greatly appreciated.
> 
> PkgDB handles Koschei and upstream monitoring settings too. How I can do that 
> after the migration?

The wiki page needs updating but the idea was to move these to files in
dist-git. So you just change those files to enable/disable those things
and they look in dist-git for them.

> Does this change somehow affect fedora-packages (aka Moksha) 
> https://apps.fedoraproject.org/packages/ ?

It probibly could yeah, because of it showing the various branches and
versions. It would need to know to look for the new arbitrary branches.

It would also be nice if it could show you the SLA of each branch, etc.

kevin






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


pghmcfc pushed to perl-Ref-Util-XS (master). "Upstream package renamed to Ref-Util-XS (..more)"

2017-05-30 Thread notifications
From 87a16db6e08c4514631047dd3c6a0d7900b01dbe Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:30:46 +0100
Subject: Upstream package renamed to Ref-Util-XS

This is to make room for Ref-Util's new pure-Perl interface
---
 .gitignore|   2 +-
 perl-Ref-Util-XS.spec | 116 ++
 perl-Ref-Util.spec| 112 
 sources   |   2 +-
 4 files changed, 118 insertions(+), 114 deletions(-)
 create mode 100644 perl-Ref-Util-XS.spec
 delete mode 100644 perl-Ref-Util.spec

diff --git a/.gitignore b/.gitignore
index d185c61..3136e08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Ref-Util-[0-9.]*.tar.gz
+/Ref-Util-XS-[0-9.]*.tar.gz
diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
new file mode 100644
index 000..0c22d82
--- /dev/null
+++ b/perl-Ref-Util-XS.spec
@@ -0,0 +1,116 @@
+Name:  perl-Ref-Util-XS
+Version:   0.115
+Release:   1%{?dist}
+Summary:   Utility functions for checking references
+License:   MIT
+URL:   http://search.cpan.org/dist/Ref-Util-XS/
+Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-XS-%{version}.tar.gz
+# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module
+BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(constant)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(Test::More) >= 0.94
+# Optional Tests
+BuildRequires: perl(B::Concise)
+BuildRequires: perl(CPAN::Meta) >= 2.120900
+BuildRequires: perl(Readonly)
+# Runtime
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+# Avoid provides for private objects
+%{?perl_default_filter}
+
+%description
+Ref::Util::XS introduces several functions to help identify references in a
+faster and smarter way.
+
+%prep
+%setup -q -n Ref-Util-XS-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} -c %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/Ref/
+%{perl_vendorarch}/Ref/
+%{_mandir}/man3/Ref::Util::XS.3*
+
+%changelog
+* Fri May 12 2017 Paul Howarth  - 0.115-1
+- Package renamed Ref-Util-XS to make room for Ref-Util's new pure-Perl
+  interface
+
+* Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Tue Jan 17 2017 Paul Howarth  - 0.113-1
+- Update to 0.113
+  - Fix bugtracker link
+
+* Sun Jan 15 2017 Paul Howarth  - 0.112-1
+- Update to 0.112
+  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
+
+* Fri Dec 30 2016 Paul Howarth  - 0.111-1
+- Update to 0.111
+  - Fix test failure on 5.8.5 and under
+  - Moved to Dist::Zilla
+
+* Thu Dec 29 2016 Paul Howarth  - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
+* Mon Aug 29 2016 Paul Howarth  - 0.101-1
+- Update to 0.101
+  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
+  - Update README
+
+* Sat Aug 27 2016 Paul Howarth  - 0.100-1
+- Update to 0.100
+  - Support situations in op-code implementation where the parameters do not
+come as a list
+  - Fix memory leak in dangling op
+  - Support magic (tied variables)
+  - Rework op implementation
+  - Speed up by changing the top of the stack instead of POPing and PUSHing
+  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
+it's now available
+  - Add license in Pod
+  - Specify minimum version of perl (5.6.2)
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-2
+- Sanitize for Fedora submission
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-1
+- Initial RPM version
diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
deleted file mode 100644
index c253134..000
--- a/perl-Ref-Util.spec
+++ /dev/null
@@ -1,112 +0,0 @@
-Name:  perl-Ref-Util
-Version:   0.113
-Release:   2%{?dist}
-Summary:   Utility functions for checking references
-License:   MIT
-URL:   http://search.cpan.org/dist/Ref-Util/
-Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
-# Build
-BuildRequires: coreutils
-BuildRequires: findutils

pghmcfc pushed to perl-Ref-Util-XS (master). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild"

2017-05-30 Thread notifications
From f42f6b6924abd5708da1c500348ac69bb464a435 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Sat, 11 Feb 2017 05:01:42 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

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

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 5fedb5a..c253134 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
 Version:   0.113
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
 * Tue Jan 17 2017 Paul Howarth  - 0.113-1
 - Update to 0.113
   - Fix bugtracker link
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (master). "Update to 0.116 (..more)"

2017-05-30 Thread notifications
From 923167cb704acf7e7c4db5172f5eb1e458c85976 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:34:57 +0100
Subject: Update to 0.116

- New upstream release 0.116
  - Changes rephrasing
  - Restore 5.6 compatibility
  - Replace docs with a link to Ref::Util
---
 perl-Ref-Util-XS.spec | 10 --
 sources   |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index 0c22d82..b984bc6 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util-XS
-Version:   0.115
+Version:   0.116
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,9 +65,15 @@ make test
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Mon May 15 2017 Paul Howarth  - 0.116-1
+- Update to 0.116
+  - Changes rephrasing
+  - Restore 5.6 compatibility
+  - Replace docs with a link to Ref::Util
+
 * Fri May 12 2017 Paul Howarth  - 0.115-1
 - Package renamed Ref-Util-XS to make room for Ref-Util's new pure-Perl
-  interface
+  implementation
 
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.113-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index 87eb190..62be411 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-XS-0.115.tar.gz) = 
c3608de9a4eb0070ebb4e1eda48e1bb0efc7ba4be036a48e89605b99def602ff41ba6d42470caa9da1ec2eb7d70641f0aead2c9c79f8bc4bde809572ecad9c12
+SHA512 (Ref-Util-XS-0.116.tar.gz) = 
1fdb0cfcd76cddb3007262b1535cb099e663b2baf86b94956bd0fcd2e86e76fea0b3fff3056cbe0b6096873c94de11e1ca34f9576b2206e2b1225d294de2a621
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (master). "Incorporate package review feedback (#1450440) (..more)"

2017-05-30 Thread notifications
From 62a3a45b9e8d32cd723cb8eb7a3c155f0d05ea5f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 30 May 2017 16:38:27 +0100
Subject: Incorporate package review feedback (#1450440)

Drop EL6-isms as we need Test::More 0.94, which EL-6 will never have
---
 perl-Ref-Util-XS.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index b984bc6..b39ae6e 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util-XS
 Version:   0.116
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util-XS/
@@ -54,17 +54,17 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
 make test
 
 %files
-%if 0%{?_licensedir:1}
 %license LICENSE
-%else
-%doc LICENSE
-%endif
 %doc Changes README
 %{perl_vendorarch}/auto/Ref/
 %{perl_vendorarch}/Ref/
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Tue May 30 2017 Paul Howarth  - 0.116-2
+- Incorporate package review feedback (#1450440)
+  - Drop EL6-isms as we need Test::More 0.94, which EL-6 will never have
+
 * Mon May 15 2017 Paul Howarth  - 0.116-1
 - Update to 0.116
   - Changes rephrasing
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (master). "Update to 0.111 (..more)"

2017-05-30 Thread notifications
From 40b3be29815cf6421db4e372add859e61a830031 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Fri, 30 Dec 2016 15:37:26 +
Subject: Update to 0.111

- New upstream release 0.111
  - Fix test failure on 5.8.5 and under
  - Moved to Dist::Zilla
---
 perl-Ref-Util.spec | 11 +--
 sources|  2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 2b287c8..dc9c5bd 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.110
+Version:   0.111
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -20,10 +20,12 @@ BuildRequires:  perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
-BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(File::Spec)
 BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
+BuildRequires: perl(B::Concise)
+BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -63,6 +65,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Fri Dec 30 2016 Paul Howarth  - 0.111-1
+- Update to 0.111
+  - Fix test failure on 5.8.5 and under
+  - Moved to Dist::Zilla
+
 * Thu Dec 29 2016 Paul Howarth  - 0.110-1
 - Update to 0.110
   - Fix support of 5.8 (GH#29, GH#34)
diff --git a/sources b/sources
index 9be5e39..e93dd5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
+SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (master). "Update to 0.113 (..more)"

2017-05-30 Thread notifications
From dfafa78718f13586a526f4d368d234011f9f3ddf Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Tue, 17 Jan 2017 10:09:57 +
Subject: Update to 0.113

- New upstream release 0.113
  - Fix bugtracker link
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 0f17031..5fedb5a 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.112
+Version:   0.113
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Tue Jan 17 2017 Paul Howarth  - 0.113-1
+- Update to 0.113
+  - Fix bugtracker link
+
 * Sun Jan 15 2017 Paul Howarth  - 0.112-1
 - Update to 0.112
   - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
diff --git a/sources b/sources
index c7c1275..6db76e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
+SHA512 (Ref-Util-0.113.tar.gz) = 
1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (master). "Update to 0.100 (..more)"

2017-05-30 Thread notifications
From 18e3714100b99abbce98002b139a2a237f5ee06b Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sat, 27 Aug 2016 17:39:26 +0100
Subject: Update to 0.100

- New upstream release 0.100
  - Support situations in op-code implementation where the parameters do not
come as a list
  - Fix memory leak in dangling op
  - Support magic (tied variables)
  - Rework op implementation
  - Speed up by changing the top of the stack instead of POPing and PUSHing
  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
it's now available
  - Add license in Pod
  - Specify minimum version of perl (5.6.2)
---
 perl-Ref-Util.spec | 19 +--
 sources|  2 +-
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 722c7cc..9019f35 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Ref-Util
-Version:   0.020
-Release:   2%{?dist}
+Version:   0.100
+Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   http://search.cpan.org/dist/Ref-Util/
@@ -20,7 +20,9 @@ BuildRequires:perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
+BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -60,6 +62,19 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Aug 27 2016 Paul Howarth  - 0.100-1
+- Update to 0.100
+  - Support situations in op-code implementation where the parameters do not
+come as a list
+  - Fix memory leak in dangling op
+  - Support magic (tied variables)
+  - Rework op implementation
+  - Speed up by changing the top of the stack instead of POPing and PUSHing
+  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
+it's now available
+  - Add license in Pod
+  - Specify minimum version of perl (5.6.2)
+
 * Thu Jul 28 2016 Paul Howarth  - 0.020-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 9269114..dc5a6ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7078591083b9dea949709d7935cee25  Ref-Util-0.020.tar.gz
+cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (master). "Update to 0.112 (..more)"

2017-05-30 Thread notifications
From d399246b5b80fc0625620531af4f077857f64c5f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 16 Jan 2017 14:25:56 +
Subject: Update to 0.112

- New upstream release 0.112
  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
---
 perl-Ref-Util.spec | 6 +-
 sources| 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index dc9c5bd..0f17031 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.111
+Version:   0.112
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sun Jan 15 2017 Paul Howarth  - 0.112-1
+- Update to 0.112
+  - Fix compilation on Sun (Oracle) and some MSVC compilers (GH#35)
+
 * Fri Dec 30 2016 Paul Howarth  - 0.111-1
 - Update to 0.111
   - Fix test failure on 5.8.5 and under
diff --git a/sources b/sources
index e93dd5e..c7c1275 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.111.tar.gz) = 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
+SHA512 (Ref-Util-0.112.tar.gz) = 
685d9383d1fb34658ebdd002fb9ef708dfd4ed0a742197b76a515170be2535188d4e5e89832236fc3cbb4696956156aaf9c3d5ee52a3429422016a5d352c080e
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (master). "Update to 0.101 (..more)"

2017-05-30 Thread notifications
From 8336b24ba12b976c9f4f3716f1eb6b6c9d21b603 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 29 Aug 2016 10:09:00 +0100
Subject: Update to 0.101

- New upstream release 0.101
  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
  - Update README
---
 perl-Ref-Util.spec | 10 --
 sources|  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 9019f35..aced065 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.100
+Version:   0.101
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,8 +22,9 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
+# Optional Tests
+BuildRequires: perl(Readonly)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -62,6 +63,11 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Mon Aug 29 2016 Paul Howarth  - 0.101-1
+- Update to 0.101
+  - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
+  - Update README
+
 * Sat Aug 27 2016 Paul Howarth  - 0.100-1
 - Update to 0.100
   - Support situations in op-code implementation where the parameters do not
diff --git a/sources b/sources
index dc5a6ab..dbca10a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
+d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (master). "Update to 0.110 (..more)"

2017-05-30 Thread notifications
From 132dfa8a48facdef63694c21a3f0e3584675f186 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 29 Dec 2016 18:09:00 +
Subject: Update to 0.110

- New upstream release 0.110
  - Fix support of 5.8 (GH#29, GH#34)
  - Additional optimizations
  - More extensive test suite
---
 perl-Ref-Util.spec | 12 +---
 sources|  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index aced065..2b287c8 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:  perl-Ref-Util
-Version:   0.101
+Version:   0.110
 Release:   1%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
@@ -22,7 +22,7 @@ BuildRequires:perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
 BuildRequires: perl(Readonly)
 # Runtime
@@ -46,7 +46,7 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
 find %{buildroot} -type f -name '*.bs' -empty -delete
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -63,6 +63,12 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Thu Dec 29 2016 Paul Howarth  - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
 * Mon Aug 29 2016 Paul Howarth  - 0.101-1
 - Update to 0.101
   - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
diff --git a/sources b/sources
index dbca10a..9be5e39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
+SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
-- 
cgit v1.1



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


pghmcfc pushed to perl-Ref-Util-XS (master). "Initial import (perl-Ref-Util-0.020-2) (..more)"

2017-05-30 Thread notifications
From e8fb2c0afb6fbe3be4924666ddf7390f09070adb Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 8 Aug 2016 16:36:14 +0100
Subject: Initial import (perl-Ref-Util-0.020-2)

Ref::Util introduces several functions to help identify references in a faster
and smarter way.
---
 .gitignore |  1 +
 perl-Ref-Util.spec | 67 ++
 sources|  1 +
 3 files changed, 69 insertions(+)
 create mode 100644 perl-Ref-Util.spec

diff --git a/.gitignore b/.gitignore
index e69de29..d185c61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Ref-Util-[0-9.]*.tar.gz
diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
new file mode 100644
index 000..722c7cc
--- /dev/null
+++ b/perl-Ref-Util.spec
@@ -0,0 +1,67 @@
+Name:  perl-Ref-Util
+Version:   0.020
+Release:   2%{?dist}
+Summary:   Utility functions for checking references
+License:   MIT
+URL:   http://search.cpan.org/dist/Ref-Util/
+Source0:   
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Ref-Util-%{version}.tar.gz
+# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl-devel
+BuildRequires: perl-generators
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module
+BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+BuildRequires: perl(XSLoader)
+# Test Suite
+BuildRequires: perl(constant)
+BuildRequires: perl(Test::More)
+# Runtime
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+# Avoid provides for private objects
+%{?perl_default_filter}
+
+%description
+Ref::Util introduces several functions to help identify references in a faster
+and smarter way.
+
+%prep
+%setup -q -n Ref-Util-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
+%{perl_vendorarch}/auto/Ref/
+%{perl_vendorarch}/Ref/
+%{_mandir}/man3/Ref::Util.3*
+
+%changelog
+* Thu Jul 28 2016 Paul Howarth  - 0.020-2
+- Sanitize for Fedora submission
+
+* Thu Jul 28 2016 Paul Howarth  - 0.020-1
+- Initial RPM version
diff --git a/sources b/sources
index e69de29..9269114 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a7078591083b9dea949709d7935cee25  Ref-Util-0.020.tar.gz
-- 
cgit v1.1



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


pghmcfc uploaded Ref-Util-XS-0.116.tar.gz for perl-Ref-Util-XS

2017-05-30 Thread notifications
1fdb0cfcd76cddb3007262b1535cb099e663b2baf86b94956bd0fcd2e86e76fea0b3fff3056cbe0b6096873c94de11e1ca34f9576b2206e2b1225d294de2a621
  Ref-Util-XS-0.116.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Ref-Util-XS/Ref-Util-XS-0.116.tar.gz/sha512/1fdb0cfcd76cddb3007262b1535cb099e663b2baf86b94956bd0fcd2e86e76fea0b3fff3056cbe0b6096873c94de11e1ca34f9576b2206e2b1225d294de2a621/Ref-Util-XS-0.116.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc uploaded Ref-Util-XS-0.115.tar.gz for perl-Ref-Util-XS

2017-05-30 Thread notifications
c3608de9a4eb0070ebb4e1eda48e1bb0efc7ba4be036a48e89605b99def602ff41ba6d42470caa9da1ec2eb7d70641f0aead2c9c79f8bc4bde809572ecad9c12
  Ref-Util-XS-0.115.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Ref-Util-XS/Ref-Util-XS-0.115.tar.gz/sha512/c3608de9a4eb0070ebb4e1eda48e1bb0efc7ba4be036a48e89605b99def602ff41ba6d42470caa9da1ec2eb7d70641f0aead2c9c79f8bc4bde809572ecad9c12/Ref-Util-XS-0.115.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'approveacls' permission on rpms/perl-Ref-Util-XS (epel7) to 'Approved'

2017-05-30 Thread notifications
limb changed pghmcfc's 'approveacls' permission on rpms/perl-Ref-Util-XS 
(epel7) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Ref-Util-XS/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


limb changed pghmcfc's 'watchbugzilla' permission on rpms/perl-Ref-Util-XS (epel7) to 'Approved'

2017-05-30 Thread notifications
limb changed pghmcfc's 'watchbugzilla' permission on rpms/perl-Ref-Util-XS 
(epel7) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Ref-Util-XS/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


  1   2   >