diff --git a/.gitignore b/.gitignore index cd5a55b..b5aeb8b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /xfce4-terminal-0.6.92.tar.bz2 /xfce4-terminal-0.8.0.tar.bz2 /xfce4-terminal-0.8.1.tar.bz2 +/xfce4-terminal-0.8.2.tar.bz2 diff --git a/sources b/sources index 14908ae..ab067a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46d347c0ecbb74a7878d48833042371d xfce4-terminal-0.8.1.tar.bz2 +SHA512 (xfce4-terminal-0.8.2.tar.bz2) = 7ae1efbaee0992e23ca4ce920dba443529ea8aa4403cec83cb1844950beafd566e54237c820503e0ecff9f107a6932eac5885915ed58d3c2f5053cc1cded9aa4 diff --git a/xfce4-terminal.spec b/xfce4-terminal.spec index a9115cf..784f37c 100644 --- a/xfce4-terminal.spec +++ b/xfce4-terminal.spec @@ -1,8 +1,8 @@ %global minorversion 0.8 Name: xfce4-terminal -Version: 0.8.1 -Release: 2%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: X Terminal Emulator for the Xfce Desktop environment Group: User Interface/Desktops @@ -13,7 +13,7 @@ Source0: http://archive.xfce.org/src/apps/xfce4-terminal/%{minorversion}/ # https://git.xfce.org/apps/xfce4-terminal/commit/?id=b74658ec81273d77e9ee021ccb8ec4a538dc8a2e # https://git.xfce.org/apps/xfce4-terminal/commit/?id=cae2ed79c5bf21dce43d3c608dc7976c5fb0b7ad # fix Alt+ handling (+ 2 refactoring patches} -Patch0: fix-alt-num.patch +#Patch0: fix-alt-num.patch BuildRequires: vte291-devel >= 0.38 BuildRequires: gtk3-devel >= 3.14.0 @@ -37,7 +37,7 @@ it unique among X terminal emulators. %prep %setup -q -%patch0 -p1 +#patch0 -p1 %build %configure @@ -75,6 +75,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/*/man1/xfce4-terminal.1.* %changelog +* Fri Dec 30 2016 Mukundan Ragavan - 0.8.2-1 +- Update to 0.8.2 +- Drop upstreamed patches + * Mon Nov 21 2016 Dan HorĂ¡k - 0.8.1-2 - fix Alt+ handling