diff --git a/gperftools-2.5.tar.gz b/gperftools-2.5.tar.gz index 49c66cb..c8a0746 100644 --- a/gperftools-2.5.tar.gz +++ b/gperftools-2.5.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7167d6c6e69312187390214c18f5d810f03bd202f61ae0e2be2ddc111c9e7ad4 -size 895687 +oid sha256:6fa2748f1acdf44d750253e160cf6e2e72571329b42e563b455bde09e9e85173 +size 1389081 diff --git a/gperftools.spec b/gperftools.spec index 1c75bb8..5330fd2 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -24,8 +24,8 @@ License: BSD-3-Clause Group: Development/Libraries/C and C++ Url: https://github.com/gperftools/gperftools Source0: https://github.com/gperftools/gperftools/releases/download/gperftools-%{version}/gperftools-%{version}.tar.gz -Patch12: %{name}_fix_unassigned_malloc_in_unittest.patch -Patch14: %{name}_gcc46.patch +Patch1: %{name}_fix_unassigned_malloc_in_unittest.patch +Patch2: %{name}_gcc46.patch BuildRequires: autoconf >= 2.59 BuildRequires: automake BuildRequires: gcc-c++ @@ -71,9 +71,9 @@ The gperftools-devel package contains static and debug libraries and header files for developing applications that use the gperftools package. %prep -%setup -q -n %{name}-%{name}-%{version} -%patch12 -p1 -%patch14 -p1 +%setup -q +%patch1 -p1 +%patch2 -p1 %build autoreconf -fi