Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advance libxslt version to 1.1.28 for slc7 compatibility. #1671

Merged
1 commit merged into from Jul 10, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions libxslt.spec
@@ -1,11 +1,11 @@
### RPM external libxslt 1.1.26
### RPM external libxslt 1.1.28

%define tag 2818aec36119907206bab050811e4ec8347ffa40
%define tag 195f644cf7b5e93208b033fa7c5501c41cf82f59
%define branch master
%define github_user cms-externals
Source0: git+https://github.com/%github_user/%{n}.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz

Requires: libxml2
Requires: libxml2 python
BuildRequires: autotools
%prep
%setup -n %{n}-%{realversion}
Expand Down