Bump the tl_rel which is the proper release used by all sub packages

This commit is contained in:
Peter Robinson 2018-02-22 13:43:51 +00:00
parent 18c5951dec
commit 74e6e4aa88
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
%global source_date 20160520
%global tl_version 2016
%global tl_rel 40
%global tl_rel 41
%global tl_release %{tl_rel}.%{source_date}%{?dist}
%global tl_noarch_release %{tl_rel}%{?dist}
%global source_name texlive-%{source_date}-source
@ -19,7 +19,7 @@
Name: texlive
Version: %{tl_version}
Release: %{tl_release}.3
Release: %{tl_release}
Epoch: 6
Summary: TeX formatting system
Group: Applications/Publishing
@ -222052,6 +222052,9 @@ fi
%{_libdir}/pkgconfig/*.pc
%changelog
* Thu Feb 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> 6:2016-41.20160520
- Bump the tl_rel which is the proper release used by all sub packages
* Wed Feb 21 2018 Adam Williamson <awilliam@redhat.com> - 6:2016-40.20160520.3
- Rebuild with new GCC to fix #1546964 (tests still disabled for now)