pghmcfc pushed to perl-Data-Alias (f23). "Revert retirement: FTBFS issue resolved upstream"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Oct 22 15:11:54 UTC 2015


From 328a5a1742860726f68ded1c9933b498221801db Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Thu, 22 Oct 2015 16:10:46 +0100
Subject: Revert retirement: FTBFS issue resolved upstream

---
 .gitignore           |   1 +
 dead.package         |   1 -
 perl-Data-Alias.spec | 190 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |   1 +
 4 files changed, 192 insertions(+), 1 deletion(-)
 create mode 100644 .gitignore
 delete mode 100644 dead.package
 create mode 100644 perl-Data-Alias.spec
 create mode 100644 sources

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..72f2448
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/Data-Alias-[0-9.]*.tar.gz
diff --git a/dead.package b/dead.package
deleted file mode 100644
index d127dba..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-Does not work with Perl 5.22 (https://rt.cpan.org/Public/Bug/Display.html?id=100944)
diff --git a/perl-Data-Alias.spec b/perl-Data-Alias.spec
new file mode 100644
index 0000000..cfc745a
--- /dev/null
+++ b/perl-Data-Alias.spec
@@ -0,0 +1,190 @@
+# TODO: BR: perl(Devel::CallParser) when available
+
+Name:		perl-Data-Alias
+Version:	1.18
+Release:	6%{?dist}
+Summary:	Comprehensive set of aliasing operations
+License:	GPL+ or Artistic
+Group:		Development/Libraries
+URL:		http://search.cpan.org/dist/Data-Alias/
+Source0:	http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Data-Alias-%{version}.tar.gz
+BuildRequires:	perl(base)
+BuildRequires:	perl(DynaLoader)
+BuildRequires:	perl(Exporter)
+BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(File::Spec)
+BuildRequires:	perl(Filter::Util::Call)
+BuildRequires:	perl(lib)
+BuildRequires:	perl(Scalar::Util)
+BuildRequires:	perl(strict)
+BuildRequires:	perl(Test::More)
+BuildRequires:	perl(Test::Pod)
+BuildRequires:	perl(Test::Pod::Coverage)
+BuildRequires:	perl(warnings)
+Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+Aliasing is the phenomenon where two different expressions actually refer
+to the same thing. Modifying one will modify the other, and if you take a
+reference to both, the two values are the same.
+
+%prep
+%setup -q -n Data-Alias-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} ';'
+%{_fixperms} %{buildroot}
+
+%check
+make test
+
+%files
+%doc README Changes
+%{perl_vendorarch}/auto/Data/
+%{perl_vendorarch}/Data/
+%{_mandir}/man3/Data::Alias.3pm*
+
+%changelog
+* Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.18-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Sat Jun 06 2015 Jitka Plesnikova <jplesnik at redhat.com> - 1.18-5
+- Perl 5.22 rebuild
+
+* Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.18-4
+- Perl 5.20 rebuild
+
+* Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.18-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.18-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Sat Sep 21 2013 Paul Howarth <paul at city-fan.org> - 1.18-1
+- Update to 1.18:
+  - Bugfix: store peep chain link reliably under threads
+  - Update tests for Perl 5.19.4's removal of the special treatment of aliased
+    undef in arrays
+  - In documentation, switch to consistent use of British English spellings
+  - Documentation typo fix
+
+* Sun Aug  4 2013 Paul Howarth <paul at city-fan.org> - 1.17-1
+- Update to 1.17:
+  - Bugfix: correct the dtrace-related macro squashing for Perls prior
+    to 5.13.8, where the macros had the wrong number of parameters and
+    prevented compilation
+  - Bugfix: use core's PL_no_localize_ref string constant as data string
+    rather than format string
+  - Update to handle the new padrange op type in Perl 5.17.6
+  - Update to handle the new op allocation mechanism in Perl 5.17.2
+  - Clarify and expand documentation around list-like assignments
+  - Clarify documentation of deref() regarding lvalueness
+  - Remove the bulk of the documentation from the README file
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.16-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Sat Jul 20 2013 Petr Pisar <ppisar at redhat.com> - 1.16-5
+- Perl 5.18 rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.16-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.16-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Tue Jun 12 2012 Petr Pisar <ppisar at redhat.com> - 1.16-2
+- Perl 5.16 rebuild
+
+* Wed Apr 25 2012 Paul Howarth <paul at city-fan.org> - 1.16-1
+- Update to 1.16
+  - Use supported API to put destructor calls on the save stack (the
+    unsupported way used before was wrong for 64-bit systems on perl 5.13.1
+    and later)
+  - Document the behaviour of "alias return" in more detail
+  - Convert .cvsignore to .gitignore
+- BR: perl(base), perl(Test::Pod) and perl(Test::Pod::Coverage)
+- Use search.cpan.org source URL
+- Don't use macros for commands
+- Don't need to remove empty directories from buildroot
+- Make %%files list more explicit
+- Use tabs
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.15-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Fri Jun 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.15-3
+- Perl mass rebuild
+
+* Fri Jun 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.15-2
+- Perl mass rebuild
+
+* Fri Jun 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.15-1
+- Update to 1.15, which fixes issues with systemtap
+
+* Mon Jun 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.12-2
+- Perl mass rebuild
+
+* Thu Apr 14 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.12-1
+- Specfile autogenerated by cpanspec 1.79 for new release; this package was
+  resurrected for 5.12.x
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 1.07-6
+- Rebuild against perl 5.10.1
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.07-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.07-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.07-3
+- Rebuild for new perl
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.07-2
+- Autorebuild for GCC 4.3
+
+* Mon Nov 05 2007 Chris Weyl <cweyl at alumni.drew.edu> - 1.07-1
+- Update to 1.07
+
+* Tue Aug 21 2007 Chris Weyl <cweyl at alumni.drew.edu> - 1.06-2
+- Bump
+
+* Fri Aug 10 2007 Chris Weyl <cweyl at alumni.drew.edu> - 1.06-1
+- Update to 1.06
+- License tag: GPL -> GPL+
+
+* Fri Jun 01 2007 Chris Weyl <cweyl at alumni.drew.edu> - 1.05-1
+- Update to 1.05
+
+* Fri May 04 2007 Chris Weyl <cweyl at alumni.drew.edu> - 1.04-1
+- Update to 1.04
+- Add t/ to %%doc
+- Perl splittage BR's added
+
+* Mon Mar 19 2007 Chris Weyl <cweyl at alumni.drew.edu> - 1.03-1
+- Update to 1.03
+
+* Mon Feb 19 2007 Chris Weyl <cweyl at alumni.drew.edu> - 1.02-1
+- Update to 1.02
+
+* Tue Oct 03 2006 Chris Weyl <cweyl at alumni.drew.edu> - 1.01-1
+- Update to 1.01
+
+* Thu Aug 31 2006 Chris Weyl <cweyl at alumni.drew.edu> - 1.0-3
+- Bump for mass rebuild
+
+* Thu Aug 17 2006 Chris Weyl <cweyl at alumni.drew.edu> - 1.0-2
+- Bump for build & release
+
+* Wed Aug 16 2006 Chris Weyl <cweyl at alumni.drew.edu> - 1.0-1
+- Specfile autogenerated by cpanspec 1.68
+- Initial spec file for F-E
diff --git a/sources b/sources
new file mode 100644
index 0000000..7ed021e
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+08154fc73e7b5da115cd8e7a72f262ae  Data-Alias-1.18.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-Data-Alias.git/commit/?h=f23&id=328a5a1742860726f68ded1c9933b498221801db


More information about the perl-devel mailing list