[xbindkeys] Update to new upstream version 1.8.5 Drop rpl_malloc patch since it is not needed anymore

chkr chkr at fedoraproject.org
Sun May 22 22:25:21 UTC 2011


commit 28986f19731cbfc883989ed940e051f853d5f0d6
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Mon May 23 00:25:05 2011 +0200

    Update to new upstream version 1.8.5
    Drop rpl_malloc patch since it is not needed anymore

 .gitignore     |    1 +
 sources        |    2 +-
 xbindkeys.spec |   10 ++++++----
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e3399e..827d4d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xbindkeys-1.8.3.tar.gz
+/xbindkeys-1.8.5.tar.gz
diff --git a/sources b/sources
index 5fb25e6..8e71a38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-393dd74f85850a4ba0803b5a78bc598b  xbindkeys-1.8.3.tar.gz
+4b66a05594dbc6888c0a6439351aa66d  xbindkeys-1.8.5.tar.gz
diff --git a/xbindkeys.spec b/xbindkeys.spec
index 8708c06..3a8357c 100644
--- a/xbindkeys.spec
+++ b/xbindkeys.spec
@@ -1,13 +1,12 @@
 Name:           xbindkeys
-Version:        1.8.3
-Release:        2%{?dist}
+Version:        1.8.5
+Release:        1%{?dist}
 
 Summary:        Binds keys or mouse buttons to shell commands under X
 License:        GPLv2+
 Group:          User Interface/X
 URL:            http://www.nongnu.org/xbindkeys/
 Source:         http://www.nongnu.org/xbindkeys/xbindkeys-%{version}.tar.gz
-Patch0:         xbindkeys-1.7.3-rplmalloc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  guile-devel
 BuildRequires:  libX11-devel
@@ -21,7 +20,6 @@ independent of the window manager.
 
 %prep
 %setup -q
-%patch0 -b .rplmalloc
 
 %build
 %configure
@@ -41,6 +39,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644, root, root) %{_mandir}/man?/*
 
 %changelog
+* Mon May 23 2011 Christian Krause <chkr at fedoraproject.org> - 1.8.5-1
+- Update to new upstream version 1.8.5
+- Drop rpl_malloc patch since it is not needed anymore
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list