]> git.pld-linux.org Git - packages/urxvt.git/commitdiff
- up to 9.07
authorKacper Kornet <draenog@pld-linux.org>
Tue, 19 Jan 2010 04:13:15 +0000 (04:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove gcc44.patch (fixed upstream)
- fix building with AfterStep installed

Changed files:
    urxvt-gcc44.patch -> 1.2
    urxvt.spec -> 1.51

urxvt-gcc44.patch [deleted file]
urxvt.spec

diff --git a/urxvt-gcc44.patch b/urxvt-gcc44.patch
deleted file mode 100644 (file)
index 40ecaa6..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- rxvt-unicode-9.06/src/command.C.org        2009-12-01 19:35:33.782626547 +0100
-+++ rxvt-unicode-9.06/src/command.C    2009-12-01 19:37:32.847911463 +0100
-@@ -3336,7 +3336,7 @@
-           }
-         else
-           {
--            char *eq = strchr (str, '='); // constness lost, but verified to be ok
-+            char *eq = (char *)strchr (str, '='); // constness lost, but verified to be ok
-             if (eq)
-               {
---- rxvt-unicode-9.06/src/misc.C.org   2009-12-01 19:42:22.981876435 +0100
-+++ rxvt-unicode-9.06/src/misc.C       2009-12-01 19:42:55.740002187 +0100
-@@ -170,7 +170,7 @@
- char *
- rxvt_basename (const char *str) NOTHROW
- {
--  char *base = strrchr (str, '/');
-+  char *base = (char *)strrchr (str, '/');
-   return (char *) (base ? base + 1 : str);
- }
index 9dc674cc90c597470b5892357a80de7bc714d2e8..fca1bbea73bc1541055845b621b5f84c5e74e5e3 100644 (file)
@@ -6,14 +6,13 @@
 Summary:       Rxvt terminal with unicode support and some improvements
 Summary(pl.UTF-8):     Terminal Rxvt z obsługą unicode i kilkoma usprawnieniami
 Name:          urxvt
-Version:       9.06
+Version:       9.07
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-%{version}.tar.bz2
-# Source0-md5: 4cb9330e99fc0b0b05cebf3581557dd8
+# Source0-md5: 49bb52c99e002bf85eb41d8385d903b5
 Source1:       %{name}.desktop
-Patch0:                %{name}-gcc44.patch
 URL:           http://software.schmorp.de/
 BuildRequires: autoconf >= 2.50
 BuildRequires: fontconfig-devel
@@ -45,7 +44,6 @@ URxvt jest modyfikacją Rxvt uwzględniającą:
 
 %prep
 %setup -q -n rxvt-unicode-%{version}
-%patch0 -p1
 %if %{with 256colors}
 patch -p1 < doc/urxvt-8.2-256color.patch
 %endif
@@ -61,6 +59,7 @@ patch -p1 < doc/urxvt-8.2-256color.patch
        --enable-mousewheel \
        --enable-next-scroll \
        --with-term=rxvt \
+       --disable-afterimage \
        --enable-smart-resize
 
 %{__make} \
This page took 0.110949 seconds and 4 git commands to generate.