[rxvt-unicode] 9.14-1 version ugprade drop screen patch (upstream) disable libAfterImage as it is deprecated

Andreas Bierfert awjb at fedoraproject.org
Wed Dec 28 20:42:40 UTC 2011


commit 7c18d7370d8824484a0ddbbdf0db24fce9560a08
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Wed Dec 28 21:42:28 2011 +0100

    9.14-1
    version ugprade
    drop screen patch (upstream)
    disable libAfterImage as it is deprecated

 .gitignore                |    1 +
 rxvt-unicode-screen.patch |   24 ------------------------
 rxvt-unicode.spec         |   25 ++++++++++++-------------
 sources                   |    2 +-
 4 files changed, 14 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 261c240..125928e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /rxvt-unicode-9.10.tar.bz2
 /rxvt-unicode-9.12.tar.bz2
+/rxvt-unicode-9.14.tar.bz2
diff --git a/rxvt-unicode.spec b/rxvt-unicode.spec
index 5e30307..6338ba1 100644
--- a/rxvt-unicode.spec
+++ b/rxvt-unicode.spec
@@ -1,6 +1,6 @@
 Name:           rxvt-unicode
-Version:        9.12
-Release:        5%{?dist}
+Version:        9.14
+Release:        1%{?dist}
 Summary:        Unicode version of rxvt
 
 Group:          User Interface/X
@@ -13,9 +13,6 @@ Source3:        rxvt-unicode-256color.desktop
 Source4:        rxvt-unicode-256color-ml.desktop
 Patch0:         rxvt-unicode-scroll-modupdown.patch
 Patch1:         rxvt-unicode-tabbed-newterm.patch
-# upstream fix for rhbz#711137
-# http://cvs.schmorp.de/rxvt-unicode/src/screen.C?hideattic=1&r1=1.384&r2=1.385&sortby=date&view=patch
-Patch2:         rxvt-unicode-screen.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  fontconfig-devel
@@ -29,7 +26,6 @@ BuildRequires:  libXrender-devel
 BuildRequires:  libXt-devel
 BuildRequires:  xorg-x11-proto-devel
 BuildRequires:  perl-devel, perl(ExtUtils::Embed)
-BuildRequires:  libAfterImage-devel
 %if 0%{?fedora} > 13 || !0%{?rhel}
 BuildRequires:  gdk-pixbuf2-devel
 %endif
@@ -74,9 +70,6 @@ Version of rxvt-unicode with 256color and enhanced multi-language support.
 pushd %{name}-%{version}
 %patch0 -p1 -b .scroll-modupdown
 %patch1 -p1 -b .tabbed-newterm
-pushd src
-%patch2 -b .screen
-popd
 popd
 
 cp -r %{name}-%{version} %{name}-%{version}-ml
@@ -109,7 +102,7 @@ pushd %{name}-%{version}
  --enable-lastlog \
  --enable-xft \
  --enable-font-styles \
- --enable-afterimage \
+ --disable-afterimage \
 %if 0%{?fedora} > 13
  --enable-pixbuf \
 %endif
@@ -142,7 +135,7 @@ pushd %{name}-%{version}-ml
  --enable-combining \
  --enable-xft \
  --enable-font-styles \
- --enable-afterimage \
+ --disable-afterimage \
 %if 0%{?fedora} > 13
  --enable-pixbuf \
 %endif
@@ -176,7 +169,7 @@ pushd %{name}-%{version}-256color
  --enable-lastlog \
  --enable-xft \
  --enable-font-styles \
- --enable-afterimage \
+ --disable-afterimage \
 %if 0%{?fedora} > 13
  --enable-pixbuf \
 %endif
@@ -211,7 +204,7 @@ pushd %{name}-%{version}-256color-ml
  --enable-combining \
  --enable-xft \
  --enable-font-styles \
- --enable-afterimage \
+ --disable-afterimage \
 %if 0%{?fedora} > 13
  --enable-pixbuf \
 %endif
@@ -339,6 +332,12 @@ rm -rf %{buildroot}
 %{_datadir}/applications/*rxvt-unicode-256color-ml.desktop
 
 %changelog
+* Wed Dec 28 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 9.14-1
+- version ugprade
+- drop screen patch (upstream)
+- disable libAfterImage as it is deprecated
+
 * Fri Nov 18 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 9.12-5
 - use icon from fd.org standard (rhbz#754939)
diff --git a/sources b/sources
index 20226e6..45f7e6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-945af37d661c8c45a7cac292160e7c70  rxvt-unicode-9.12.tar.bz2
+022235a9a8b012c29e72c49177be6ce4  rxvt-unicode-9.14.tar.bz2


More information about the scm-commits mailing list