Browse Source

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

kudoh 11 years ago
parent
commit
be3638df98
4 changed files with 22 additions and 9 deletions
  1. 4 1
      c/cherrytree/cherrytree-vl.spec
  2. 4 3
      e/e16/e16-vl.spec
  3. 4 1
      l/liferea/liferea-vl.spec
  4. 10 4
      x/xnoise/xnoise-vl.spec

+ 4 - 1
c/cherrytree/cherrytree-vl.spec

@@ -3,7 +3,7 @@
 Summary:   CherryTree - note taking application
 Summary(ja): CherryTree - ノート作成アプリケーション
 Name:	   cherrytree
-Version:   0.27
+Version:   0.27.1
 Release:   1%{?_dist_release}
 License:   GPLv2+
 Group:     Applications/Productivity
@@ -94,6 +94,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Oct 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.27.1-1
+- new upstream release
+
 * Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.27-1
 - new upstream release
 - changed source archive type to xz

+ 4 - 3
e/e16/e16-vl.spec

@@ -1,7 +1,7 @@
 Summary: The Enlightenment window manager, DR16.
 Summary(ja): Enlightenment ウィンドウマネージャ(DR16)
 Name: e16
-Version: 1.0.10.002
+Version: 1.0.11
 Release: 1%{?_dist_release}
 License: BSD
 Group: User Interface/Desktops
@@ -79,8 +79,6 @@ cp $RPM_BUILD_ROOT/usr/share/e16/misc/Xclients.* $RPM_BUILD_ROOT/etc/X11/xinit/X
 %endif
 
 # Desktop file
-#%{__rm} -f %{buildroot}%{_datadir}/applications/%{name}.desktop
-
 #%{__cp} %{buildroot}%{_datadir}/e16/misc/e16.desktop-app \
 #    %{buildroot}%{_datadir}/applications/%{name}.desktop
 desktop-file-install --dir %{buildroot}%{_datadir}/applications \
@@ -121,6 +119,9 @@ fi
 %{_mandir}/*
 
 %changelog
+* Thu Oct 04 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.11-1
+- new upstream release
+
 * Fri Sep 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.10.002-1
 - new upstream snapshot
 

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

@@ -1,5 +1,5 @@
 Name: liferea
-Version: 1.8.8
+Version: 1.8.9
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Internet
@@ -105,6 +105,9 @@ fi
 %{_mandir}/man?/*
 
 %changelog
+* Tue Oct 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.9-1
+- new upstream release
+
 * Sun Sep 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.8.8-1
 - new upstream release
 

+ 10 - 4
x/xnoise/xnoise-vl.spec

@@ -1,7 +1,7 @@
 %define XNOISE_BIN %{_libexecdir}/%{name}
 
 Name: xnoise
-Version: 0.2.11
+Version: 0.2.12
 Release: 1%{?_dist_release}
 Summary: Tracklist-centric Media Player
 Summary(ja): トラックリストを中心とするメディアプレーヤー
@@ -23,13 +23,13 @@ BuildRequires: gtk3-devel
 BuildRequires: gstreamer-plugins-base-devel >= 0.10.23
 BuildRequires: intltool
 BuildRequires: libxml2-devel >= 2.6.32
-BuildRequires: libnotify-devel >= 0.7.0
+#BuildRequires: libnotify-devel >= 0.7.0
 BuildRequires: libsoup-devel >= 2.26.0
 BuildRequires: perl-XML-Parser
 BuildRequires: sqlite3-devel >= 3.6
 BuildRequires: taglib-devel >= 1.6.0
 BuildRequires: unique-devel
-BuildRequires: vala-devel >= 0.15.0
+BuildRequires: vala-devel >= 0.16.0
 BuildRequires: desktop-file-utils gettext intltool
 Requires: hicolor-icon-theme
 # xnoise >= 0.1.14 bundles the plug-ins
@@ -58,7 +58,7 @@ developing applications that use %{name}.
 %prep
 %setup -q
 %{__cp} -f %{SOURCE1} po/ja.po
-sed -i s/hu/hu\\nja/g po/LINGUAS
+#sed -i s/hu/hu\\nja/g po/LINGUAS
 
 %build
 %configure --enable-soundmenu2=no --disable-ubuntuone
@@ -131,6 +131,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Oct 04 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.12-1
+- new upstream release
+- updated Source1
+- deleted BuildRequires: libnotify-devel >= 0.7.0
+- changed BuildRequires: vala-devel >= 0.15.0 to 0.16.0
+
 * Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.11-1
 - new upstream release
 - updated Source1