From 09bb64dd76e12f3016ffe87e442d47b374355ed9 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Feb 29 2012 02:53:33 +0000 Subject: Update to 0.55 --- diff --git a/.gitignore b/.gitignore index bf14745..55c324b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /zim-0.52.tar.gz /zim-0.53.tar.gz /zim-0.54.tar.gz +/zim-0.55.tar.gz diff --git a/Zim.spec b/Zim.spec index 9b596a4..7a43751 100644 --- a/Zim.spec +++ b/Zim.spec @@ -1,6 +1,6 @@ Name: Zim -Version: 0.54 -Release: 2%{?dist} +Version: 0.55 +Release: 1%{?dist} Summary: Desktop wiki & notekeeper Group: Applications/Editors @@ -8,8 +8,6 @@ Group: Applications/Editors License: GPLv2+ and LGPLv3+ URL: http://zim-wiki.org/ Source0: http://www.zim-wiki.org/downloads/zim-%{version}.tar.gz -# https://bugs.launchpad.net/zim/+bug/907979 -Patch0: zim-0.54-desktop.patch BuildArch: noarch BuildRequires: desktop-file-utils @@ -29,7 +27,6 @@ or to serve as a personal scratch book. %prep %setup -q -n zim-%{version} -%patch0 -p1 %build ./setup.py build @@ -82,6 +79,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python_sitelib}/zim/ %changelog +* Wed Feb 29 2012 Robin Lee - 0.55-1 +- Update to 0.55 + * Fri Dec 23 2011 Robin Lee - 0.54-2 - Just use %%{_datadir} diff --git a/sources b/sources index 4649295..bc35498 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a66af7ef55ce1af20e988d8b4c3196ee zim-0.54.tar.gz +f0482964b25302152b1ea3ecf7854947 zim-0.55.tar.gz diff --git a/zim-0.54-desktop.patch b/zim-0.54-desktop.patch deleted file mode 100644 index 378a230..0000000 --- a/zim-0.54-desktop.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/xdg/zim.desktop b/xdg/zim.desktop -index ca894a2..80ac29d 100644 ---- a/xdg/zim.desktop -+++ b/xdg/zim.desktop -@@ -92,12 +92,12 @@ Comment[zh_TW]=以維基樣式編輯文字檔案 - GenericName[zh_TW]=文字編輯器 - X-Ayatana-Desktop-Shortcuts=QuickNote;QuickNoteClipboard; - --[QuickNote Shortcut Group] -+[X-QuickNote Shortcut Group] - Name=Quick Note - Exec=zim --plugin quicknote - TargetEnvironment=Unity - --[QuickNoteClipboard Shortcut Group] -+[X-QuickNoteClipboard Shortcut Group] - Name=Quick Note from Clipboard - Exec=zim --plugin quicknote input=clipboard - TargetEnvironment=Unity