diff --git a/.gitignore b/.gitignore index 8e5eadc..f3d77fa 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /gcc-6.1.1-20160810.tar.bz2 /gcc-6.1.1-20160817.tar.bz2 /gcc-6.2.1-20160901.tar.bz2 +/gcc-6.2.1-20160916.tar.bz2 diff --git a/gcc.spec b/gcc.spec index cffb5ef..92f3d2a 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,9 +1,9 @@ -%global DATE 20160901 -%global SVNREV 239935 +%global DATE 20160916 +%global SVNREV 240184 %global gcc_version 6.2.1 # Note, gcc_release must be integer, if you want to add suffixes to # %{release}, append them after %{gcc_release} on Release: line. -%global gcc_release 1 +%global gcc_release 2 %global _unpackaged_files_terminate_build 0 %global _performance_build 1 # Hardening slows the compiler way too much. @@ -3108,6 +3108,12 @@ fi %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Fri Sep 16 2016 Jakub Jelinek 6.2.1-2 +- update from the 6 branch + - PRs c++/77427, c++/77539, c++/77553, debug/57519, fortran/77500, + fortran/77516, middle-end/77594, rtl-optimization/77452, + sanitizer/68260, sanitizer/77396, target/69255 + * Thu Sep 1 2016 Jakub Jelinek 6.2.1-1 - update from the 6 branch - GCC 6.2 release diff --git a/sources b/sources index b6c41ff..af54065 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87ef2d4f344fa8d66006b4d7579b96bd gcc-6.2.1-20160901.tar.bz2 +e886c7f2a36f4d4d1cc5fab3d4bec5a1 gcc-6.2.1-20160916.tar.bz2