- Update plugin enablement guard to use %sle_version.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=60
This commit is contained in:
Richard Biener 2017-06-09 11:23:24 +00:00 committed by Git OBS Bridge
parent 9e7de37e8b
commit 51e77e201f
23 changed files with 106 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -76,8 +76,8 @@
%define build_nvptx 0
%endif
# Enable plugins just for Tumbleweed, not for SLE13
%if %{suse_version} == 1330
# Enable plugins just for Tumbleweed, not for SLES
%if 0%{!?sle_version:1}
%define enable_plugins 1
%else
%define enable_plugins 0

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -94,8 +94,8 @@
%define build_nvptx 0
%endif
# Enable plugins just for Tumbleweed, not for SLE13
%if %{suse_version} == 1330
# Enable plugins just for Tumbleweed, not for SLES
%if 0%{!?sle_version:1}
%define enable_plugins 1
%else
%define enable_plugins 0

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 11:20:46 UTC 2017 - rguenther@suse.com
- Update plugin enablement guard to use %sle_version.
-------------------------------------------------------------------
Wed Jun 7 13:18:16 UTC 2017 - rguenther@suse.com

View File

@ -76,8 +76,8 @@
%define build_nvptx 0
%endif
# Enable plugins just for Tumbleweed, not for SLE13
%if %{suse_version} == 1330
# Enable plugins just for Tumbleweed, not for SLES
%if 0%{!?sle_version:1}
%define enable_plugins 1
%else
%define enable_plugins 0