Browse Source

perl-XML-LibXSLT-1.96-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12089 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
b6710670c0
1 changed files with 10 additions and 8 deletions
  1. 10 8
      p/perl-XML-LibXSLT/perl-XML-LibXSLT-vl.spec

+ 10 - 8
p/perl-XML-LibXSLT/perl-XML-LibXSLT-vl.spec

@@ -3,7 +3,7 @@
 Name:		perl-XML-LibXSLT
 
 # NOTE: also update perl-XML-LibXML to a compatible version.  See below why.
-Version:	1.92
+Version:	1.96
 Release:	1%{?_dist_release}
 
 Summary:	Perl module for interfacing to GNOME libxslt library
@@ -19,17 +19,15 @@ BuildRequires:  gdbm-devel
 BuildRequires:	libgcrypt-devel
 BuildRequires:  libgpg-error-devel
 BuildRequires:	libxslt-devel >= 1.1.28
+BuildRequires:	libxcrypt-devel
 BuildRequires:	perl(Data::Dumper)
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Test::More)
 
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-# the package shares code with perl-XML-LibXML, we have to require a compatible version
-# see https://bugzilla.redhat.com/show_bug.cgi?id=469480
-# for testing is needed the same version of XML::LibXML
-BuildRequires:	perl(XML::LibXML) >= 1.70
-Requires:	perl(XML::LibXML) >= 1.70
+BuildRequires:	perl(XML::LibXML)
+Requires:	perl(XML::LibXML)
 
 Distribution:	Vine Linux
 Vendor:		Project Vine
@@ -70,6 +68,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec %__rmdir {} 2>/dev/null ';'
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon May 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.96-1
+- new upstream release.
+- added BR:libxcrypt-devel.
+
 * Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.92-1
 - new upstream release
 - built with perl 5.16.3 and perl-XML-LibXML 2.0117
@@ -151,14 +153,14 @@ find $RPM_BUILD_ROOT -type d -depth -exec %__rmdir {} 2>/dev/null ';'
 - new upstream
 - use dist macro
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 
 * Sat Mar  5 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.57-3
 - Drop pre-FC2 LD_RUN_PATH hack.
 - Install benchmark.pl only as %%doc.
 
-* Fri Feb 26 2005 Zing <shishz@hotpop.com> - 1.57-2
+* Sat Feb 26 2005 Zing <shishz@hotpop.com> - 1.57-2
 - QA from Ville Skyttä
 -	BuildRequires XML::LibXML >= 1.57
 -	BuildRequires libxslt-devel