Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9115 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 10 years ago
parent
commit
37ac0de9f5
3 changed files with 21 additions and 7 deletions
  1. 11 3
      p/pidgin/pidgin-vl.spec
  2. 6 3
      s/sqlite3/sqlite3-vl.spec
  3. 4 1
      w/webkitgtk4/webkitgtk4-vl.spec

+ 11 - 3
p/pidgin/pidgin-vl.spec

@@ -16,7 +16,7 @@
 Summary:	A GTK+ based multi-protocol instant messaging client
 Summary(ja):	マルチプロトコル対応のインスタントメッセンジャー
 Name:		pidgin
-Version:	2.10.10
+Version:	2.10.11
 Release:	1%{?_dist_release}
 License:	GPL
 Group:		Applications/Internet
@@ -30,6 +30,8 @@ Patch0:		%{name}-2.10.9_jp_vine.diff.gz
 Patch1:		%{name}-2.0.0beta7_jp-enable-shortcut.patch
 ## fix %{name}-%{version}_jp.diff.gz for vine linux
 Patch2:		%{name}-2.7.3_jp_fix_for_vine.patch
+# based on Source1
+Patch3:		%{name}-2.10.11-ja.po.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	gtk2-devel >= %{_gtk_ver}, glib2-devel >= %{_glib_ver}
@@ -186,10 +188,11 @@ and plugins.
 
 %patch0 -p1 -b .japanese
 %patch1 -p1 -b .shortcut
-%patch2 -p1 -b .vine1
+%patch2 -p1 -b .vine
 
 # update ja.po
-%__cp -f %{SOURCE1} po/ja.po
+#%__cp -f %{SOURCE1} po/ja.po
+%patch3 -p1 -b .vine
 
 %build
 autoreconf -if
@@ -286,6 +289,7 @@ fi
 %{_bindir}/pidgin
 %{_libdir}/pidgin/
 %{_mandir}/man*/pidgin.*
+%{_datadir}/appdata/pidgin.appdata.xml
 %{_datadir}/applications/pidgin.desktop
 %{_datadir}/pixmaps/pidgin/
 %{_datadir}/icons/*/*/*/pidgin.*
@@ -333,6 +337,10 @@ fi
 %{_libdir}/pkgconfig/gnt.pc
 
 %changelog
+* Mon Nov 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.11-1
+- new upstream release
+- add Patch3 (pidgin-2.10.11-ja.po.patch)
+
 * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.10-1
 - new upstream release
   (including security fix for CVE-2014-3694,3695,3696,3697,3698)

+ 6 - 3
s/sqlite3/sqlite3-vl.spec

@@ -5,9 +5,9 @@
 
 %define with_check %{?_with_check:1}%{!?_with_check:0}
 
-%define realver 3080701
-%define docver 3080701
-%define rpmver 3.8.7.1
+%define realver 3080702
+%define docver 3080702
+%define rpmver 3.8.7.2
 
 
 Summary: SQLite is a C library that implements an embeddable SQL database engine
@@ -231,6 +231,9 @@ install -D -m0644 tool/lempar.c $RPM_BUILD_ROOT/%{_datadir}/lemon/lempar.c
 
 
 %changelog
+* Mon Nov 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.7.2-1
+- new upstream release
+
 * Tue Nov 18 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.7.1-1
 - new upstream release
 - update Patch3 (sqlite-3.7.15-no-malloc-usable-size.patch)

+ 4 - 1
w/webkitgtk4/webkitgtk4-vl.spec

@@ -6,7 +6,7 @@
         cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g')
 
 Name:           webkitgtk4
-Version:        2.6.3
+Version:        2.6.4
 Release:        1%{?_dist_release}
 Summary:        GTK+ Web content engine library
 
@@ -162,6 +162,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 %{_datadir}/gir-1.0/WebKit2WebExtension-4.0.gir
 
 %changelog
+* Mon Nov 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.4-1
+- new upstream release
+
 * Tue Nov 18 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.3-1
 - new upstream release