Browse Source

new upstream release and rebuilt

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10157 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 8 years ago
parent
commit
6572c855d2
2 changed files with 15 additions and 7 deletions
  1. 10 5
      l/lxappearance-obconf/lxappearance-obconf-vl.spec
  2. 5 2
      l/lxterminal/lxterminal-vl.spec

+ 10 - 5
l/lxappearance-obconf/lxappearance-obconf-vl.spec

@@ -1,15 +1,15 @@
 Name:           lxappearance-obconf
-Version:        0.2.0
-Release:        4%{?_dist_release}
+Version:        0.2.3
+Release:        1%{?_dist_release}
 Summary:        Plugin to configure Openbox inside LXAppearance
 Summary(ja):    LXAppearance 内で OpenBox を設定するためのプラグイン
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://lxde.org/
-Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.xz
 
-Patch0:         obconf-rrbutton.patch
+#Patch0:         obconf-rrbutton.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -32,7 +32,7 @@ It is only visible when the plugin is installed and Openbox is in use.
 %prep
 %setup -q
 
-%patch0 -p1 -b .rrbutton
+#%patch0 -p1 -b .rrbutton
 
 %build
 %configure --disable-static
@@ -59,6 +59,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 11 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.3-1
+- new upstream release
+- changed archive type to xz
+- deleted Patch0
+
 * Sat Jul 26 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.2.0-4
 - rebuilt with current environment
 

+ 5 - 2
l/lxterminal/lxterminal-vl.spec

@@ -1,6 +1,6 @@
 Name:           lxterminal
 Version:        0.2.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Desktop-independent VTE-based terminal emulator
 #Summary(de):    Desktup-unabhängiger VTE-basierter Terminal Emulator
 Summary(ja):    デスクトップに依存しない VTE ベースのターミナルエミュレータ
@@ -86,7 +86,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
-* Sat Oct 25 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-2
+* Mon Apr 11 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-2
+- rebuilt
+
+* Sat Oct 25 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-1
 - new upstream release
 - fixed %%changelog in Sat May 03 2014
 - run gtk-update-icon-cache in %%post, %%postun, %%posttrans