From 14df2254ce2cfd561f36a26279bbb0918498d670 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 16 2016 10:28:31 +0000 Subject: import libunwind-1.1-5.el7_2.2 --- diff --git a/SPECS/libunwind.spec b/SPECS/libunwind.spec index 5b05cef..7b907df 100644 --- a/SPECS/libunwind.spec +++ b/SPECS/libunwind.spec @@ -3,8 +3,9 @@ Summary: An unwinding library Name: libunwind +Epoch: 2 Version: 1.1 -Release: 5%{?dist} +Release: 5%{?dist}.2 License: BSD Group: Development/Debuggers Source: http://download.savannah.gnu.org/releases/libunwind/libunwind-%{version}.tar.gz @@ -28,7 +29,7 @@ Libunwind provides a C ABI to determine the call-chain of a program. %package devel Summary: Development package for libunwind Group: Development/Debuggers -Requires: libunwind = %{version}-%{release} +Requires: libunwind = %{epoch}:%{version}-%{release} %description devel The libunwind-devel package includes the libraries and header files for @@ -92,6 +93,11 @@ echo ====================TESTSUITE DISABLED========================= %{_includedir}/libunwind*.h %changelog +* Thu Jan 28 2016 Miroslav Rezanina 1.2-5.el7_2.2 +- Fix update from EPEL version [bz#1289950] +- Resolves: bz#1289950 + (libunwind in RHEL 7.2 has a smaller release than the last libunwind package in EPEL-7) + * Wed Jul 29 2015 Miroslav Rezanina 1.2-5 - Version bumped [bz#1238864] - Resolves: bz#1238864