Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9590 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 9 years ago
parent
commit
c48a8681c0

+ 7 - 18
e/evolution-data-server/evolution-data-server-vl.spec

@@ -30,7 +30,7 @@
 Summary: Backend data server for evolution
 Summary(ja): Evolution バックエンドデータサーバ
 Name: evolution-data-server
-Version: 3.16.2
+Version: 3.16.3
 Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
@@ -63,7 +63,6 @@ BuildRequires: intltool >= %{intltool_version}
 BuildRequires: libsoup-devel >= %{soup_version}
 BuildRequires: libtool
 BuildRequires: libgnome-keyring-devel
-BuildRequires: gtk-doc >= 1.14
 BuildRequires: sqlite3-devel
 BuildRequires: libgweather-devel >= %{libgweather_version}
 BuildRequires: libical-devel >= %{libical_version}
@@ -102,6 +101,8 @@ BuildRequires: krb5-devel
 #define krb5dir `pwd`/krb5-fakeprefix
 %endif
 
+Obsoletes: %{name}-doc < 3.16.3
+
 Vendor: Project Vine
 Distribution: Vine Linux
 
@@ -126,17 +127,6 @@ Development files needed for building things which link against
 evolution-data-server.
 
 
-%package	doc
-Summary:	Documentation for %{name}
-Summary(ja):	%{name} 用のドキュメント
-Group:		Documentation
-Requires:	%{name} = %{version}-%{release}
-BuildArch:	noarch
-
-%description doc
-This package contains documentation for %{name}.
-
-
 %package        vala
 Summary:        Vala bindings for %{name}
 Summary(ja):    %{name} の Vala バインディング
@@ -345,11 +335,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/gir-1.0/*.gir
 
-%files doc
-%defattr(-,root,root,-)
-%{_datadir}/gtk-doc/html/camel
-%{_datadir}/gtk-doc/html/eds
-
 %files vala
 %defattr(-,root,root,-)
 %{_datadir}/vala/vapi/libebook-1.2.deps
@@ -361,6 +346,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.3-1
+- new upstream release
+- remove %%{name}-doc subpackage
+
 * Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
 - new upstream release
 

+ 4 - 1
e/evolution/evolution-vl.spec

@@ -31,7 +31,7 @@
 ### Abstract ###
 
 Name: evolution
-Version: 3.16.2.1
+Version: 3.16.3
 Release: 1%{?_dist_release}
 License: GPLv2 and GFDL+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -490,6 +490,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml
 
 %changelog
+* Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.3-1
+- new upstream release
+
 * Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2.1-1
 - new upstream release
 

+ 4 - 1
g/gnome-calculator/gnome-calculator-vl.spec

@@ -1,5 +1,5 @@
 Name: gnome-calculator
-Version: 3.16.1
+Version: 3.16.2
 Release: 1%{?_dist_release}
 Summary: Gnome Calculator application
 Summary(ja): GNOME 電卓アプリケーション
@@ -79,6 +79,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_mandir}/man1/*
 
 %changelog
+* Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
+- new upstream release
+
 * Sat May 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
 - new upstream release
 

+ 4 - 1
g/gnome-online-accounts/gnome-online-accounts-vl.spec

@@ -1,4 +1,4 @@
-%define         package_version 3.16.2
+%define         package_version 3.16.3
 %define         package_release 1%{?_dist_release}
 
 Name:           gnome-online-accounts
@@ -129,6 +129,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.3-1
+- new upstream release
+
 * Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
 - new upstream release
 

+ 5 - 2
lib/libx/libxml++/libxml++-vl.spec

@@ -1,6 +1,6 @@
 %global 	apiver 2.6
 Name:           libxml++
-Version:        2.36.0
+Version:        2.38.1
 Release:        1%{?_dist_release}
 Summary:        C++ wrapper for the libxml2 XML parser library
 Summary(ja):    libxml2 XML 解析ライブラリの C++ ラッパー
@@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.38.1-1
+- new upstream release
+
 * Tue Nov 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.0-1
 - new upstream release
 
@@ -195,7 +198,7 @@ rm -rf $RPM_BUILD_ROOT
 * Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.26.0-5
 - rebuild on all arches
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 
 * Tue Nov 04 2003 Panu Matilainen <pmatilai@welho.com> - 0:0:26.0-0.fdr.3

+ 4 - 1
m/mesa/mesa-vl.spec

@@ -18,7 +18,7 @@
 Summary: Mesa graphics libraries
 Summary(ja): Mesa グラフィックスライブラリ
 Name: mesa
-Version: 10.5.6
+Version: 10.5.7
 Release: 1%{?_dist_release}
 License: MIT
 Group: System Environment/Libraries
@@ -679,6 +679,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.7-1
+- update to 10.5.7
+
 * Fri May 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.6-1
 - update to 10.5.6
 

+ 5 - 2
t/task-gnome/task-gnome-vl.spec

@@ -1,7 +1,7 @@
 Summary: Virtual package for GNOME
 Summary(ja): GNOME バーチャルパッケージ
 Name: task-gnome
-Version: 3.16.0
+Version: 3.16.2
 Release: 1%{?_dist_release}
 License: GPL
 Group: User Interface/Desktops
@@ -90,7 +90,6 @@ Requires: evince-dvi >= 3.14.0
 Requires: evolution >= 3.12.7
 Requires: evolution-bogofilter >= 3.12.7
 Requires: evolution-data-server >= 3.12.7
-Requires: evolution-data-server-doc >= 3.12.7
 Requires: evolution-help >= 3.12.7
 Requires: evolution-spamassassin >= 3.12.7
 Requires: file-roller >= 3.14.0
@@ -217,6 +216,10 @@ This is a virtual package for GNOME3 development files.
 %files devel
 
 %changelog
+* Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
+- update for gnome-3.16.2
+- remove evolution-data-server-doc
+
 * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
 - update for gnome-3.16.0
 - fix Requires of task-gnome