From 940a692ba0214ba22b69452f31a5f27b63fd497c Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 21 Oct 2017 10:53:11 +0000 Subject: [PATCH] - fix pkgversion lost in merge --- gcc.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc.spec b/gcc.spec index 05eb239..9f386a4 100644 --- a/gcc.spec +++ b/gcc.spec @@ -74,7 +74,7 @@ %endif # Stable is: any major_ver and minor_ver >= 1.0 -# For PLD we usually use gcc when minor_ver >= 2.0 (first bugfix release or later) +# For TLD we usually use gcc when minor_ver >= 2.0 (first bugfix release or later) %define major_ver 7 %define minor_ver 2.0 @@ -1989,8 +1989,8 @@ TEXCONFIG=false \ --with-gxx-include-dir=%{_includedir}/c++/%{version} \ %{?with_vtv:--enable-vtable-verify} \ %endif - --with-pkgversion="PLD-Linux" \ - --with-bugurl="http://bugs.pld-linux.org" \ + --with-pkgversion="TLD-Linux" \ + --with-bugurl="http://www.tld-linux.org" \ --host=%{_target_platform} \ --build=%{_target_platform} -- 2.44.0