]> git.pld-linux.org Git - packages/leafpad.git/commitdiff
- fixed undo function for the case start from '%' character (patch)
authorfreetz <freetz@pld-linux.org>
Sun, 21 Nov 2004 20:05:21 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  rel.3, STBR

Changed files:
    leafpad.spec -> 1.8

leafpad.spec

index 1857a93b8eb1ba7c33579097d7546ac8781e8b11..b960bc3479169893f9108963d7d9e8a3bbaa4501 100644 (file)
@@ -2,12 +2,13 @@ Summary:      GTK+2 based notepad clone
 Summary(pl):   Klon notepada oparty na GTK+
 Name:          leafpad
 Version:       0.7.7
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Editors
 Source0:       http://tarot.freeshell.org/leafpad/%{name}-%{version}.tar.gz
 # Source0-md5: 68ffcf53928565f651b316f5d1e86fa4
 Source1:       %{name}.desktop
+Patch0:                %{name}-undo_function_fix.patch
 URL:           http://tarot.freeshell.org/leafpad/
 BuildRequires: automake
 BuildRequires: gtk+2-devel >= 2.0.0
@@ -26,6 +27,7 @@ Interfejs u
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 cp /usr/share/automake/config.sub .
This page took 0.085798 seconds and 4 git commands to generate.