Browse Source

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

kudoh 13 years ago
parent
commit
db0535b14b
2 changed files with 17 additions and 4 deletions
  1. 4 1
      b/bleachbit/bleachbit-vl.spec
  2. 13 3
      r/rxvt-unicode/rxvt-unicode-vl.spec

+ 4 - 1
b/bleachbit/bleachbit-vl.spec

@@ -1,7 +1,7 @@
 %define _prefix	/usr
 
 Name:			bleachbit
-Version:		0.8.1
+Version:		0.8.2
 Release:		1%{?_dist_release}
 Summary:		Tool for remove unnecessary files, free space, and maintain privacy
 Summary(ja):		不要ファイルの削除、スペースの解放、プライバシーの保全のためのツール
@@ -117,6 +117,9 @@ update-desktop-database &> /dev/null ||:
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Tue Nov 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.2-1
+- new upstream release
+
 * Wed Oct 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.1-1
 - new upstream release
 

+ 13 - 3
r/rxvt-unicode/rxvt-unicode-vl.spec

@@ -1,5 +1,5 @@
 Name:           rxvt-unicode
-Version:        9.07
+Version:        9.09
 Release:        1%{?_dist_release}
 Summary:        Rxvt-unicode is an unicode version of rxvt
 Summary(ja):    Rxvt-unicode は rxvt のユニコードバージョンです
@@ -8,6 +8,7 @@ Group:          User Interface/X
 License:        GPLv2+
 URL:            http://software.schmorp.de/
 Source0:        http://dist.schmorp.de/%{name}/%{name}-%{version}.tar.bz2
+Patch0:         rxvt-unicode-scroll-modupdown.patch
 #convert from rxvt origina icon
 Source1:        urxvt.xpm
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
@@ -18,6 +19,7 @@ BuildRequires:  freetype2-devel
 BuildRequires:  glib2-devel
 BuildRequires:  libAfterImage-devel
 BuildRequires:  libICE-devel
+BuildRequires:  librsvg2-devel
 BuildRequires:  libX11-devel
 BuildRequires:  libXft-devel
 BuildRequires:  libXrender-devel
@@ -36,7 +38,8 @@ Xft fonts.
 
 %prep
 %setup -q
-patch -p1 < doc/urxvt-8.2-256color.patch
+#patch -p1 < doc/urxvt-8.2-256color.patch
+%patch0 -p1 -b .scroll-modupdown
 
 %build
 %configure --enable-xft --enable-font-styles --enable-afterimage \
@@ -48,7 +51,7 @@ patch -p1 < doc/urxvt-8.2-256color.patch
   --enable-mousewheel --enable-slipwheeling --enable-smart-resize \
   --enable-pointer-blank \
   --enable-xim --enable-resources \
-  --enable-xterm-colors=256 \
+  --enable-256-color \
   --with-codesets=all --enable-iso14755 --enable-frills
 
 make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags}
@@ -100,6 +103,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/pixmaps/urxvt.xpm
 
 %changelog
+* Tue Nov 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 9.09-1
+- new upstream release
+- added patch0 from Fedora development
+- added BuildRequires: librsvg2-devel
+- did not apply urxvt-8.2-256color.patch
+  - enabled default
+
 * Sat Jun 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 9.07-1
 - initial build for VineLinux