Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4290 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 12 years ago
parent
commit
96c4fb4aa3
3 changed files with 18 additions and 4 deletions
  1. 5 2
      k/keepnote/keepnote-vl.spec
  2. 4 1
      l/liferea/liferea-vl.spec
  3. 9 1
      r/rxvt-unicode/rxvt-unicode-vl.spec

+ 5 - 2
k/keepnote/keepnote-vl.spec

@@ -3,7 +3,7 @@
 Summary:        A note taking application
 Summary(ja):    ノート作成アプリケーション
 Name:           keepnote
-Version:        0.7.2
+Version:        0.7.4
 Release:        1%{?_dist_release}
 Group:          Applications/Editors
 License:        GPLv2+
@@ -86,6 +86,9 @@ update-desktop-database > /dev/null 2>&1 || :
 
 
 %changelog
+* Thu Jul 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.4-1
+- new upstream release
+
 * Wed May 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-1
 - new upstream release
 - dropt source1
@@ -135,4 +138,4 @@ update-desktop-database > /dev/null 2>&1 || :
 
 * Fri Jul 31 2009 Texstar <texstar@gmail.com> 0.5.3-1pclos2009
 - create
-file:///home/toshi/rpm/SOURCES/keepnote/keepnote-0.7.2/desktop/keepnote.desktop
+file:///home/toshi/rpm/SOURCES/keepnote/keepnote-0.7.2/desktop/keepnote.desktop

+ 4 - 1
l/liferea/liferea-vl.spec

@@ -1,5 +1,5 @@
 Name: liferea
-Version: 1.6.5
+Version: 1.6.6b
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Internet
@@ -108,6 +108,9 @@ fi
 %{_mandir}/man?/*
 
 %changelog
+* Wed Jun 29 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.6b-1
+- new upstream release
+
 * Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.5-1
 - new upstream release
 - added BuildRequires: libtool, libSM-devel, perl-XML-Parser

+ 9 - 1
r/rxvt-unicode/rxvt-unicode-vl.spec

@@ -1,5 +1,5 @@
 Name:           rxvt-unicode
-Version:        9.11
+Version:        9.12
 Release:        1%{?_dist_release}
 Summary:        Rxvt-unicode is an unicode version of rxvt
 Summary(ja):    Rxvt-unicode は rxvt のユニコードバージョンです
@@ -9,6 +9,7 @@ License:        GPLv2+
 URL:            http://software.schmorp.de/
 Source0:        http://dist.schmorp.de/%{name}/%{name}-%{version}.tar.bz2
 Patch0:         rxvt-unicode-scroll-modupdown.patch
+Patch1:         rxvt-unicode-screen.patch
 #convert from rxvt origina icon
 Source1:        urxvt.xpm
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
@@ -40,6 +41,9 @@ Xft fonts.
 %setup -q
 #patch -p1 < doc/urxvt-8.2-256color.patch
 %patch0 -p1 -b .scroll-modupdown
+pushd src
+%patch1 -b .screen
+popd
 
 %build
 %configure --enable-xft --enable-font-styles --enable-afterimage \
@@ -103,6 +107,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/pixmaps/urxvt.xpm
 
 %changelog
+* Thu Jul 07 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 9.12-1
+- new upstream release
+- added patch1 from Fedora development
+
 * Tue May 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 9.11-1
 - new upstream release