Browse Source

--force-log

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7753 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 10 years ago
parent
commit
7cd28cd516
3 changed files with 19 additions and 3 deletions
  1. 4 1
      l/liferea/liferea-vl.spec
  2. 4 1
      lib/libg/libgcrypt/libgcrypt-vl.spec
  3. 11 1
      p/parcellite/parcellite-vl.spec

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

@@ -1,5 +1,5 @@
 Name: liferea
-Version: 1.10.0
+Version: 1.10.1a
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Internet
@@ -126,6 +126,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_mandir}/pl/*
 
 %changelog
+* Sat Aug 10 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.10.1a-1
+- new upstream release
+
 * Sat Jul 20 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.10.0-1
 - new upstream release
 - maintained BuildRequires

+ 4 - 1
lib/libg/libgcrypt/libgcrypt-vl.spec

@@ -2,7 +2,7 @@
 Summary: A cryptographic library based on the code from GnuPG.
 Summary(ja): GnuPG のコードをベースとした暗号化ライブラリ
 Name: libgcrypt
-Version: 1.4.6
+Version: 1.5.3
 Release: 1%{?_dist_release}
 URL: http://www.gnu.org/directory/security/libgcrypt.html
 Source0: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2
@@ -120,6 +120,9 @@ fi
 %endif
 
 %changelog
+* Sat Aug 10 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.3-1
+- new upstream release
+
 * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-1
 - new upstream release
 

+ 11 - 1
p/parcellite/parcellite-vl.spec

@@ -1,5 +1,5 @@
 Name:           parcellite
-Version:        1.1.5
+Version:        1.1.6
 Release:        1%{?_dist_release}
 Summary:        A lightweight GTK+ clipboard manager
 Summary(ja):    軽量な GTK+ クリップボードマネージャ
@@ -37,6 +37,11 @@ Parcellite はシンプルさを好む人々のための使用メモリ量が小
 %setup -q -n %{name}-%{version}
 %patch1 -p1 -b .dsofix
 
+%if %{?_dist_release} == "vl6"
+sed -i 's/\(OnlyShowIn=GNOME\;KDE\;LXDE\;\)MATE\;Razor\;ROX\;TDE\;Unity\;XFCE\;Old\;/\1XFCE;/g' \
+data/parcellite.desktop.in
+%endif
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -72,6 +77,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 10 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.6-1
+- new upstream release
+- set conditional branch for Vine 6
+  - fix .desktop value
+
 * Sat Jul 20 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.5-1
 - new upstream release