Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7712 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 11 years ago
parent
commit
8ffc15e894
43 changed files with 435 additions and 187 deletions
  1. 97 23
      M/ModemManager/ModemManager-vl.spec
  2. 5 2
      N/NetworkManager-openconnect/NetworkManager-openconnect-vl.spec
  3. 5 2
      N/NetworkManager-openvpn/NetworkManager-openvpn-vl.spec
  4. 5 2
      N/NetworkManager-pptp/NetworkManager-pptp-vl.spec
  5. 6 3
      N/NetworkManager-vpnc/NetworkManager-vpnc-vl.spec
  6. 9 3
      N/NetworkManager/NetworkManager-vl.spec
  7. 5 2
      P/PyQt4/PyQt4-vl.spec
  8. 4 1
      a/akonadi/akonadi-vl.spec
  9. 4 1
      a/anjuta/anjuta-vl.spec
  10. 4 1
      c/caribou/caribou-vl.spec
  11. 5 2
      c/clutter-gst/clutter-gst-vl.spec
  12. 4 1
      c/cmake/cmake-vl.spec
  13. 4 1
      c/control-center/control-center-vl.spec
  14. 4 1
      e/empathy/empathy-vl.spec
  15. 4 1
      e/evolution-data-server/evolution-data-server-vl.spec
  16. 4 1
      e/evolution/evolution-vl.spec
  17. 4 1
      f/five-or-more/five-or-more-vl.spec
  18. 4 1
      f/folks/folks-vl.spec
  19. 4 1
      g/gdk-pixbuf2/gdk-pixbuf2-vl.spec
  20. 4 1
      g/gnome-bluetooth/gnome-bluetooth-vl.spec
  21. 4 1
      g/gnome-contacts/gnome-contacts-vl.spec
  22. 4 1
      g/gnome-desktop3/gnome-desktop3-vl.spec
  23. 4 1
      g/gnome-disk-utility/gnome-disk-utility-vl.spec
  24. 4 1
      g/gnome-nettool/gnome-nettool-vl.spec
  25. 5 3
      g/gnome-settings-daemon/gnome-settings-daemon-vl.spec
  26. 14 34
      g/gnome-shell-extensions/gnome-shell-extensions-vl.spec
  27. 4 1
      g/gnome-shell/gnome-shell-vl.spec
  28. 6 1
      g/grilo-plugins/grilo-plugins-vl.spec
  29. 8 6
      g/gtk-doc/gtk-doc-vl.spec
  30. 100 45
      k/kdelibs/kdelibs-vl.spec
  31. 23 4
      k/kdepimlibs/kdepimlibs-vl.spec
  32. 4 1
      l/latexila/latexila-vl.spec
  33. 4 1
      lib/libX/libX11/libX11-vl.spec
  34. 4 1
      m/mutter/mutter-vl.spec
  35. 14 8
      n/nepomuk-core/nepomuk-core-vl.spec
  36. 8 3
      n/network-manager-applet/network-manager-applet-vl.spec
  37. 4 1
      o/oxygen-icon-theme/oxygen-icon-theme-vl.spec
  38. 4 1
      q/qrencode/qrencode-vl.spec
  39. 6 1
      r/raptor2/raptor2-vl.spec
  40. 8 5
      r/rasqal/rasqal-vl.spec
  41. 4 1
      s/sip/sip-vl.spec
  42. 4 1
      s/soprano/soprano-vl.spec
  43. 10 14
      s/strigi/strigi-vl.spec

+ 97 - 23
M/ModemManager/ModemManager-vl.spec

@@ -1,12 +1,13 @@
-#%define snapshot .git20100720
-%define snapshot %{nil}
+%define git_snapshot .git20130607
+#%define snapshot %{nil}
 %define ppp_version 2.4.5
+%define glib2_version 2.32
 
 Summary: Mobile broadband modem management service
 Summary(ja): Mobile broadband modem management service
 Name: ModemManager
-Version: 0.5.2.0
-Release: 1%{?snapshot}%{?_dist_release}
+Version: 0.7.991
+Release: 1%{git_snapshot}%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -17,38 +18,75 @@ URL: http://www.gnome.org/projects/NetworkManager/
 #    ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
 #    make distcheck
 #
-Source: %{name}-%{version}%{?snapshot}.tar.xz
-Patch1: %{name}-0.3-jp-modems.patch
+Source: %{name}-%{version}%{git_snapshot}.tar.bz2
+
+Patch0: buildsys-hates-openpty.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: dbus-glib
 Requires: glib2
-BuildRequires: glib2-devel >= 2.26.1
+BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: dbus-glib-devel >= 0.92
-BuildRequires: libgudev-devel >= 143
+BuildRequires: libgudev1-devel >= 143
 BuildRequires: ppp = %{ppp_version}
 BuildRequires: ppp-devel = %{ppp_version}
-BuildRequires: polkit-devel
 BuildRequires: automake autoconf intltool libtool
+BuildRequires: gtk-doc
 # for xsltproc
 BuildRequires: libxslt
 
 %description
-The ModemManager service provides a consistent API to operate many different
-modems, including mobile broadband (3G) devices.
+The ModemManager service manages WWAN modems and provides a consistent API for
+interacting with these devices to client applications.
+
+
+%package        devel
+Summary:        Development tools for %{name}
+Summary(ja):    %{name} の開発環境
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
+
+%description	devel
+Header files and libraries for building a extension library for the %{name}.
+
+
+%package	glib
+Summary:	Libraries for adding ModemManager support to applications that use glib.
+Group:		Development/Libraries
+Requires:	glib2 >= %{glib2_version}
+
+%description	glib
+This package contains the libraries that make it easier to use some ModemManager
+functionality from applications that use glib.
+
+
+%package        glib-devel
+Summary:        Development tools for %{name}-glib
+Summary(ja):    %{name}-glib の開発環境
+Group:          Development/Libraries
+Requires:       %{name}-glib = %{version}-%{release}
+Requires:       %{name}-devel = %{version}-%{release}
+Requires:       glib2-devel
+Requires:       pkgconfig
+
+%description	glib-devel
+Header files and libraries for building a extension library for the %{name}-glib.
 
 %prep
 %setup -q
-%patch1 -p1 -b .jp-modems
+%patch0 -p1 -b .pty
 
 %build
-autoreconf -i
+autoreconf -if
+intltoolize --force
 pppddir=`ls -1d %{_libdir}/pppd/2*`
 %configure \
 	--enable-more-warnings=yes \
 	--with-udev-base-dir=/lib/udev \
 	--with-tests=yes \
-	--with-docs=yes \
+	--enable-gtk-doc=yes \
+	--without-qmi \
 	--disable-static \
 	--with-pppd-plugin-dir=$pppddir \
 	--with-polkit=no
@@ -61,10 +99,8 @@ make check
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.*/*.la
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 rm -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.*/*.so
-rm -f $RPM_BUILD_ROOT%{_includedir}/mm/mm-modem.h
 
 %post
 /sbin/ldconfig
@@ -80,20 +116,58 @@ fi
 %posttrans
 gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 
+%post   glib -p /sbin/ldconfig
+%postun glib -p /sbin/ldconfig
+
 %files
 %defattr(0644, root, root, 0755)
 %doc COPYING README
-%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager.conf
-%{_datadir}/dbus-1/interfaces/*.xml
-%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager.service
-%attr(0755,root,root) %{_sbindir}/modem-manager
+%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf
+%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager1.service
+%attr(0755,root,root) %{_sbindir}/ModemManager
+%attr(0755,root,root) %{_bindir}/mmcli
 %dir %{_libdir}/%{name}
 %attr(0755,root,root) %{_libdir}/%{name}/*.so*
 /lib/udev/rules.d/*
-%{_datadir}/polkit-1/actions/*.policy
-%{_datadir}/icons/hicolor/22x22/apps/modem-manager.png
+%{_datadir}/dbus-1/interfaces/*.xml
+%{_datadir}/icons/hicolor/22x22/apps/*.png
+%{_mandir}/man8/*
+
+%files devel
+%defattr(0644, root, root, 0755)
+%{_includedir}/ModemManager/*.h
+%dir %{_datadir}/gtk-doc/html/%{name}
+%{_datadir}/gtk-doc/html/%{name}/*
+%{_libdir}/pkgconfig/%{name}.pc
+
+%files glib
+%defattr(0644, root, root, 0755)
+%{_libdir}/libmm-glib.so.*
+
+%files glib-devel
+%defattr(0644, root, root, 0755)
+%{_libdir}/libmm-glib.so
+%dir %{_includedir}/libmm-glib
+%{_includedir}/libmm-glib/*.h
+%{_libdir}/pkgconfig/mm-glib.pc
+%dir %{_datadir}/gtk-doc/html/libmm-glib
+%{_datadir}/gtk-doc/html/libmm-glib/*
+
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.991-1.git20130607
+- update to 0.7.991 snapshot
+- fix spec file based on FC package
+  * Fri Jun  7 2013 Dan Williams <dcbw@redhat.com> - 0.7.991-1.git20130607
+  - Update to 0.7.991 snapshot
+  - Fix SMS validity parsing
+  - Allow registration changes to 'searching' without disconnecting
+  - Fix reading SMS messages from some QMI-based devices
+  - Increase connection timeout for Novatel E362
+  - Fix PIN retries checking when unlocking Ericsson devices
+  - Better handling of supported and preferred modes (eg 2G, 3G, 4G preference)
+- add configure option (--enable-gtk-doc=yes, --without-qmi)
+
 * Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2.0-1
 - new upstream release
 

+ 5 - 2
N/NetworkManager-openconnect/NetworkManager-openconnect-vl.spec

@@ -1,4 +1,4 @@
-%define nm_version          0.9.6.0
+%define nm_version          0.9.8.2
 %define dbus_version        1.4.14
 %define gtk3_version        3.0.0
 %define openconnect_version 3.02
@@ -8,7 +8,7 @@
 Summary:   NetworkManager VPN integration for openconnect
 Summary(ja): NetworkManager の openconnect 用 VPN 統合
 Name:      NetworkManager-openconnect
-Version:   0.9.6.2
+Version:   0.9.8.2
 Release:   1%{svn_snapshot}%{?_dist_release}
 License:   GPLv2+
 Group:     System Environment/Base
@@ -110,6 +110,9 @@ fi
 %{_datadir}/gnome-vpn-properties/openconnect/nm-openconnect-dialog.ui
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.2-1
+- new upstream release
+
 * Fri Aug 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6.2-1
 - new upstream release
 

+ 5 - 2
N/NetworkManager-openvpn/NetworkManager-openvpn-vl.spec

@@ -1,4 +1,4 @@
-%define nm_version          0.9.6.0
+%define nm_version          0.9.8.2
 %define dbus_version        1.4.14
 %define gtk3_version        3.0.0
 %define openvpn_version     2.1
@@ -9,7 +9,7 @@
 Summary: NetworkManager VPN plugin for OpenVPN
 Summary(ja): OpenVPN を使った NetworkManager 用 VPN プラグイン
 Name: NetworkManager-openvpn
-Version: 0.9.6.0
+Version: 0.9.8.2
 Release: 1%{?svn_snapshot}%{?_dist_release}
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -113,6 +113,9 @@ fi
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.2-1
+- new upstream release
+
 * Fri Aug 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6.0-1
 - new upstream release
 - change BuildRequires: gcr-devel instead of gnome-keyring-devel

+ 5 - 2
N/NetworkManager-pptp/NetworkManager-pptp-vl.spec

@@ -1,4 +1,4 @@
-%define nm_version          0.9.6.0
+%define nm_version          0.9.8.2
 %define dbus_version        1.4.14
 %define gtk3_version        3.0.0
 %define ppp_version         2.4.5
@@ -8,7 +8,7 @@
 
 Summary:   NetworkManager VPN plugin for pptp
 Name:      NetworkManager-pptp
-Version:   0.9.6.0
+Version:   0.9.8.2
 Release:   1%{?svn_snapshot}%{?_dist_release}
 License:   GPLv2+
 Group:     System Environment/Base
@@ -111,6 +111,9 @@ fi
 %dir %{_datadir}/gnome-vpn-properties/pptp
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.2-1
+- new upstream release
+
 * Fri Aug 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6.0-1
 - new upstream release
 

+ 6 - 3
N/NetworkManager-vpnc/NetworkManager-vpnc-vl.spec

@@ -1,4 +1,4 @@
-%define nm_version          0.9.6.0
+%define nm_version          0.9.8.2
 %define dbus_version        1.4.14
 %define gtk3_version        3.0.0
 %define vpnc_version        0.4
@@ -9,7 +9,7 @@
 Summary:   NetworkManager VPN plugin for vpnc
 Summary(ja): NetworkManager の vpnc 用 VPN プラグイン
 Name:      NetworkManager-vpnc
-Version:   0.9.6.0
+Version:   0.9.8.2
 Release:   1%{?_dist_release}
 License:   GPLv2+
 Group:     System Environment/Base
@@ -98,6 +98,9 @@ fi
 %dir %{_datadir}/gnome-vpn-properties/vpnc
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.2-1
+- new upstream release
+
 * Fri Aug 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6.0-1
 - new upstream release
 
@@ -220,7 +223,7 @@ fi
 * Wed Oct 10 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.2.svn2970
 - Fix default username
 
-* Thu Sep 28 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.1.svn2914
+* Fri Sep 28 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.1.svn2914
 - Fix .name file on 64-bit systems
 
 * Fri Sep 28 2007 Jesse Keating <jkeating@redhat.com> - 1:0.7.0-0.2.svn2910

+ 9 - 3
N/NetworkManager/NetworkManager-vl.spec

@@ -7,12 +7,13 @@
 %define wireless_tools_version 29
 %define libnl3_version 3.2.14
 %define ppp_version 2.4.5
+%define mm_version 0.7.991
 
 
 Name: NetworkManager
 Summary: Network connection manager and user applications
 Summary(ja): ネットワーク接続マネージャとユーザアプリケーション
-Version: 0.9.8.0
+Version: 0.9.8.2
 Release: 1%{?snapshot}%{?_dist_release}
 Group: System Environment/Base
 License: GPLv2+
@@ -38,7 +39,7 @@ Requires: avahi
 Requires: dnsmasq
 Requires: initscripts >= 8.80.0
 Requires: udev
-Requires: ModemManager
+Requires: ModemManager >= %{mm_version}
 Requires: mobile-broadband-provider-info
 Obsoletes: dhcdbd
 Conflicts: %{name}-openvpn < 0.7.0.99
@@ -49,11 +50,12 @@ BuildRequires: wireless-tools-devel >= %{wireless_tools_version}
 BuildRequires: glib2-devel gtk3-devel
 BuildRequires: libnl3-devel >= %{libnl3_version}
 BuildRequires: libsoup-devel
+BuildRequires: polkit-devel
 BuildRequires: ppp-devel >= %{ppp_version}
 BuildRequires: libuuid-devel
 BuildRequires: nss-devel >= 3.11.7
-BuildRequires: polkit-devel
 BuildRequires: libgudev1-devel
+BuildRequires: ModemManager-glib-devel >= %{mm_version}
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -250,6 +252,10 @@ fi
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.2-1
+- update to 0.9.8.2
+- add BuildRequires: ModemManager-glib-devel
+
 * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.0-1
 - update to 0.9.8.0
 - remove Source1 (network-manager-applet-%%{applet_version}.tar.xz)

+ 5 - 2
P/PyQt4/PyQt4-vl.spec

@@ -10,7 +10,7 @@
 Name: 	 PyQt4
 Summary: Python bindings for Qt4
 Summary(ja): Qt4 の Python バインディング
-Version: 4.9.4
+Version: 4.10.1
 Release: 1%{?_dist_release}
 
 # GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
@@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 #{_qt4_prefix}/qsci/api/python/PyQt4.api
 
 %changelog
+* Wed Jun 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.1-1
+- new upstream release
+
 * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.4-1
 - new upstream release
 - update Patch1 (PyQt-x11-gpl-4.9.4-64bit.patch)
@@ -214,7 +217,7 @@ rm -rf $RPM_BUILD_ROOT
 * Sun Apr 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.4.4-6
 - rebuild for phonon bindings (#497680)
 
-* Wed Mar 05 2009 Rex Dieter <rdieter@fedorproject.org> - 4.4.4-5
+* Thu Mar 05 2009 Rex Dieter <rdieter@fedorproject.org> - 4.4.4-5
 - move designer plugins to main/runtime (#487622)
 
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4.4-4

+ 4 - 1
a/akonadi/akonadi-vl.spec

@@ -9,7 +9,7 @@
 Name:    akonadi
 Summary: PIM Storage Service
 Summary(ja): PIM ストレージサービス
-Version: 1.8.1
+Version: 1.9.2
 Release: 1%{?_dist_release}
 
 Group:   System Environment/Libraries
@@ -167,6 +167,9 @@ fi
 
 
 %changelog
+* Wed Jun 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.9.2-1
+- new upstream release
+
 * Sun Nov 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.8.1-1
 - new upstream release
 

+ 4 - 1
a/anjuta/anjuta-vl.spec

@@ -1,4 +1,4 @@
-%define	pkg_version	3.8.2
+%define	pkg_version	3.8.4
 
 %define	glib_required		2.32.0
 %define	gtk_required		3.4.0
@@ -236,6 +236,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.4-1
+- new upstream release
+
 * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
 - new upstream release
 

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

@@ -1,5 +1,5 @@
 Name:           caribou
-Version:        0.4.10
+Version:        0.4.11
 Release:        1%{?_dist_release}
 Summary:        A simplified in-place on-screen keyboard
 
@@ -91,6 +91,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/vala/vapi/caribou-1.0.*
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.4.11-1
+- new upstream release
+
 * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.4.10-1
 - new upstream release
 

+ 5 - 2
c/clutter-gst/clutter-gst-vl.spec

@@ -1,8 +1,8 @@
 %define		clutter_gst_version 2.0
-%define		clutter_gst_release 2%{?_dist_release}
+%define		clutter_gst_release 1%{?_dist_release}
 
 Name:           clutter-gst
-Version:        %{clutter_gst_version}.2
+Version:        %{clutter_gst_version}.4
 Release:        %{clutter_gst_release}
 Summary:        ClutterMedia interface to GStreamer
 
@@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.4-1
+- new upstream release
+
 * Sun Mar 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.2-2
 - rebuild with clutter-1.14.0
 

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

@@ -7,7 +7,7 @@
 Name: cmake
 Summary: Cross-platform make system
 Summary(ja): クロスプラットフォームな Make システム
-Version: 2.8.10.2
+Version: 2.8.11
 Release: 1%{?_dist_release}
 
 Group: Development/Tools
@@ -142,6 +142,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Wed Jun 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.11-1
+- new upstream release
+
 * Mon Apr 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.10.2-1
 - new upstream release
 - fixed desktop file warning

+ 4 - 1
c/control-center/control-center-vl.spec

@@ -17,7 +17,7 @@
 Summary: GNOME Control Center.
 Summary(ja): GNOME コントロールセンター
 Name: control-center
-Version: 3.8.2
+Version: 3.8.3
 Release: 1%{?_dist_release}
 License: GPLv2+ and GFDL+
 Group: User Interface/Desktops
@@ -223,6 +223,9 @@ fi
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
+- new upstream release
+
 * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
 - new upstream release
 - remove Patch0 (control-center-3.8.1-git20130424.patch)

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

@@ -1,5 +1,5 @@
 %define major_ver 3.8
-%define minor_ver 1
+%define minor_ver 3
 %define rel       1
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -171,6 +171,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
+- new upstream release
+
 * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
 - new upstream release
 - remove BuildRequires: gnome-panel, nautilus-sendto-devel

+ 4 - 1
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.8.2
+Version: 3.8.3
 Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
@@ -370,6 +370,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
+- new upstream release
+
 * Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
 - new upstream release
 

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

@@ -32,7 +32,7 @@
 ### Abstract ###
 
 Name: evolution
-Version: 3.8.2
+Version: 3.8.3
 Release: 1%{?_dist_release}
 License: GPLv2 and GFDL+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -505,6 +505,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
+- new upstream release
+
 * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
 - new upstream release
 

+ 4 - 1
f/five-or-more/five-or-more-vl.spec

@@ -1,7 +1,7 @@
 Name:			five-or-more
 Summary:		GNOME "Five or More"
 Summary(ja):	GNOME "Five or More"
-Version:		3.8.1
+Version:		3.8.2
 Release:		1%{?_dist_release}
 License:		GPLv2
 Group:			Applications/Games
@@ -72,6 +72,9 @@ update-desktop-database -q > /dev/null || :
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
+- new upstream release
+
 * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
 - initial build
 

+ 4 - 1
f/folks/folks-vl.spec

@@ -1,7 +1,7 @@
 %define tp_glib_ver	0.18.0
 
 Name:           folks
-Version:        0.9.1
+Version:        0.9.2
 Release:        1%{?_dist_release}
 Summary:        GObject contact aggregation library
 
@@ -114,6 +114,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2-1
+- new upstream release
+
 * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
 - new upstream release
 - change BuildRequires: libgee-devel instead of libgee06-devel

+ 4 - 1
g/gdk-pixbuf2/gdk-pixbuf2-vl.spec

@@ -8,7 +8,7 @@
 %endif
 
 Name:           gdk-pixbuf2
-Version:        2.28.1
+Version:        2.28.2
 Release:        1%{?_dist_release}
 Summary:        An image loading library
 
@@ -201,6 +201,9 @@ fi
 %endif
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
+- new upstream release
+
 * Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
 - new upstream release
 

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

@@ -1,7 +1,7 @@
 Summary: GNOME Bluetooth Subsystem
 Summary(ja): GNOME Bluetooth サブシステム
 Name: gnome-bluetooth
-Version: 3.8.0
+Version: 3.8.1
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -169,6 +169,9 @@ fi
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
+- new upstream release
+
 * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
 - new upstream release
 - remove BuildRequires: nautilus-sendto-devel

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

@@ -1,6 +1,6 @@
 # Basic Information
 Name:		gnome-contacts
-Version:	3.8.1
+Version:	3.8.2
 Release:	1%{?_dist_release}
 License:	GPLv2
 Group:		Applications/Other
@@ -73,6 +73,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_datadir}/gnome-shell/search-providers/gnome-contacts-search-provider.ini
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
+- new upstream release
+
 * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
 - new upstream release
 - add BuildRequires: vala-tools

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

@@ -8,7 +8,7 @@
 Summary: Package containing code shared among gnome-shell, gnome-session, nautilus, etc.
 Summary(ja): gnome-shell, gnome-session, nautilus などの共用プログラム
 Name: gnome-desktop3
-Version: 3.8.2
+Version: 3.8.3
 Release: 1%{?_dist_release}
 URL: http://www.gnome.org/
 Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/3.8/gnome-desktop-%{version}.tar.xz
@@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
+- new upstream release
+
 * Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
 - new upstream release
 

+ 4 - 1
g/gnome-disk-utility/gnome-disk-utility-vl.spec

@@ -6,7 +6,7 @@
 Summary: Disk management application
 Summary(ja): ディスク管理アプリケーション
 Name: gnome-disk-utility
-Version: 3.8.0
+Version: 3.8.2
 Release: 1%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -116,6 +116,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
+- new upstream release
+
 * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
 - new upstream release
 - add BuildRequires: gnome-settings-daemon-devel, libcanberra-gtk3-devel, libdvdread-devel, libnotify-devel

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

@@ -4,7 +4,7 @@
 Summary: GNOME interface for various networking tools
 Summary(ja): さまざまなネットワークツールのGNOMEインターフェース
 Name: gnome-nettool
-Version: 3.8.0
+Version: 3.8.1
 Release: 1%{?_dist_release}
 
 Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-nettool/3.8/%{name}-%{version}.tar.xz
@@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
+- new upstream release
+
 * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
 - new upstream release
 - add BuildRequires: yelp-tools

+ 5 - 3
g/gnome-settings-daemon/gnome-settings-daemon-vl.spec

@@ -2,7 +2,7 @@ Summary:	The daemon sharing settings from GNOME to GTK+/KDE applications
 Summary(ja):	GNOME から GTK+/KDE のアプリケーションで設定を共有するためのデーモン
 
 Name:		gnome-settings-daemon
-Version:	3.8.2
+Version:	3.8.3
 Release:	1%{?_dist_release}
 
 Group:		System Environment/Daemons
@@ -12,7 +12,6 @@ Source0:	http://ftp.gnome.org/pub/gnome/sources/%{name}/3.8/%{name}-%{version}.t
 
 # patch for Vine
 Patch1000:		gnome-settings-daemon-3.6.0-disable-packagekit.patch
-Patch1001:		gnome-settings-daemon-3.6.3-input-source-switch-zenkaku-hankaku.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
@@ -68,7 +67,6 @@ developing applications that use %{name}.
 %prep
 %setup -q
 %patch1000 -p1 -b .packagekit
-%patch1001 -p1 -b .zenkaku_hankaku
 
 %build
 autoreconf -if
@@ -128,6 +126,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_libdir}/pkgconfig/gnome-settings-daemon.pc
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
+- new upstream release
+- remove Patch1001 (gnome-settings-daemon-3.6.3-input-source-switch-zenkaku-hankaku.patch)
+
 * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
 - new upstream release
 

+ 14 - 34
g/gnome-shell-extensions/gnome-shell-extensions-vl.spec

@@ -1,6 +1,6 @@
 Name:           gnome-shell-extensions
-Version:        3.8.2
-Release:        2%{?_dist_release}
+Version:        3.8.3
+Release:        1%{?_dist_release}
 Summary:        Modify and extend GNOME Shell functionality and behavior
 Summary(ja):    GNOME Shell の機能や振る舞いを変更・拡張する
 Group:          User Interface/Desktops
@@ -36,12 +36,10 @@ Enabled extensions:
   * alternative-status-menu
   * apps-menu
   * auto-move-windows
-  * default-min-max
   * drive-menu
   * launch-new-instance
   * native-window-placement
   * places-menu
-  * static-workspaces
   * systemMonitor
   * user-theme
   * window-list
@@ -68,10 +66,8 @@ Group:          User Interface/Desktops
 License:        GPLv2+
 Requires:       %{name}-alternate-tab = %{version}-%{release}
 Requires:       %{name}-apps-menu = %{version}-%{release}
-Requires:       %{name}-default-min-max = %{version}-%{release}
 Requires:       %{name}-launch-new-instance = %{version}-%{release}
 Requires:       %{name}-places-menu = %{version}-%{release}
-Requires:       %{name}-static-workspaces = %{version}-%{release}
 Requires:       %{name}-window-list = %{version}-%{release}
 # Obsolete fallback mode components
 Obsoletes:      gnome-applets < 3.5.93
@@ -79,6 +75,8 @@ Obsoletes:      gnome-applets < 3.5.93
 Obsoletes:      gnome-panel < %{gnome_panel_obsolete_ver}
 Obsoletes:      gnome-panel-devel < %{gnome_panel_obsolete_ver}
 Obsoletes:      gnome-panel-libs < %{gnome_panel_obsolete_ver}
+Obsoletes:       %{name}-default-min-max < 3.8.3
+Obsoletes:       %{name}-static-workspaces < 3.8.3
 
 %description -n gnome-classic-session
 This package contains the required components for the GNOME Shell
@@ -149,16 +147,6 @@ Lets you manage your workspaces more easily, assigning a specific workspace to
 each application as soon as it creates a window, in a manner configurable with a
 GSettings key.
 
-%package        default-min-max
-Summary:        Add minimize and maximize titlebar buttons in GNOME Shell
-Group:          User Interface/Desktops
-License:        GPLv2+
-Requires:       %{name}-common = %{version}-%{release}
-
-%description    default-min-max
-This GNOME Shell extension adds minimize and maximize buttons to the
-titlebar by default.
-
 %package        drive-menu
 Summary:        Disk device manager in the system status area
 Group:          User Interface/Desktops
@@ -189,18 +177,6 @@ Requires:       %{name}-common = %{version}-%{release}
 Adds a menu in the system status area that resembles the Places menu from
 GNOME 2.x
 
-%package        static-workspaces
-Summary:        Disable dynamic workspace management in GNOME Shell
-Group:          User Interface/Desktops
-License:        GPLv2+
-Requires:       %{name}-common = %{version}-%{release}
-# Should be pulled in by control-center, but in case someone tries for a
-# minimalist gnome-shell installation
-Requires:       libgtop2
-
-%description    static-workspaces
-This GNOME Shell extension disables dynamic workspace management.
-
 %package        native-window-placement
 Summary:        Arrange windows in overview in a more native way
 Group:          User Interface/Desktops
@@ -283,6 +259,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-shell-classi
 
 %files -n gnome-classic-session
 %{_datadir}/applications/gnome-shell-classic.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.classic-overrides.gschema.xml
 %{_datadir}/gnome-session/sessions/gnome-classic.session
 %{_datadir}/gnome-shell/modes/classic.json
 %{_datadir}/gnome-shell/theme/*.svg
@@ -307,9 +284,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-shell-classi
 %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
 %{_datadir}/gnome-shell/extensions/user-theme*
 
-%files default-min-max
-%{_datadir}/gnome-shell/extensions/default-min-max*/
-
 %files drive-menu
 %defattr(-,root,root,-)
 %{_datadir}/gnome-shell/extensions/drive-menu*
@@ -321,9 +295,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-shell-classi
 %defattr(-,root,root,-)
 %{_datadir}/gnome-shell/extensions/places-menu*
 
-%files static-workspaces
-%{_datadir}/gnome-shell/extensions/static-workspaces*/
-
 %files window-list
 %{_datadir}/gnome-shell/extensions/window-list*/
 %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml
@@ -372,6 +343,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
 %posttrans window-list
 glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
 
+%posttrans -n gnome-classic-session
+glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
+
 %postun user-theme
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
@@ -390,9 +364,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %postun window-list
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
+%postun -n gnome-classic-session
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %changelog
+* Mon Jun 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
+- new upstream release
+- remove defualt-min-max and static-workspaces
+
 * Mon Jun 03 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.8.2-2
 - add gnome-classic-session, default-min-max, static-workspaces
   and window-list.

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

@@ -1,4 +1,4 @@
-%define pkg_version 3.8.2
+%define pkg_version 3.8.3
 %define pkg_release 1%{?_dist_release}
 
 Summary:	Window management and application launching for GNOME
@@ -167,6 +167,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
+- new upstream release
+
 * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
 - new upstream release
 

+ 6 - 1
g/grilo-plugins/grilo-plugins-vl.spec

@@ -1,5 +1,5 @@
 Name:           grilo-plugins
-Version:        0.2.7
+Version:        0.2.8
 Release:        1%{?_dist_release}
 Summary:        A collection of plugins for the Grilo framework
 Summary(ja):    Grilo フレームワーク用のプラグイン集
@@ -65,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/grilo-0.2/grl-jamendo.xml
 %{_libdir}/grilo-0.2/grl-lastfm-albumart.xml
 %{_libdir}/grilo-0.2/grl-local-metadata.xml
+%{_libdir}/grilo-0.2/grl-magnatune.xml
 %{_libdir}/grilo-0.2/grl-metadata-store.xml
 %{_libdir}/grilo-0.2/grl-optical-media.xml
 %{_libdir}/grilo-0.2/grl-podcasts.xml
@@ -84,6 +85,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/grilo-0.2/libgrljamendo.so
 %{_libdir}/grilo-0.2/libgrllastfm-albumart.so
 %{_libdir}/grilo-0.2/libgrllocalmetadata.so
+%{_libdir}/grilo-0.2/libgrlmagnatune.so
 %{_libdir}/grilo-0.2/libgrlmetadatastore.so
 %{_libdir}/grilo-0.2/libgrloptical-media.so
 %{_libdir}/grilo-0.2/libgrlpodcasts.so
@@ -96,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.8-1
+- new upstream release
+
 * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.7-1
 - new upstream release
 

+ 8 - 6
g/gtk-doc/gtk-doc-vl.spec

@@ -1,6 +1,6 @@
 %define	name	gtk-doc
-%define	ver	1.18
-%define rel	2%{_dist_release}
+%define	ver	1.19
+%define rel	1%{_dist_release}
 
 Summary:	API documentation generation tool for GTK+ and GNOME
 Summary(ja):	GTK+/GNOME 用 API ドキュメント生成ツール
@@ -9,7 +9,7 @@ Version:	%{ver}
 Release:	%{rel}
 License:	LGPL
 Group:		Development/Tools
-Source:         http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.18/%{name}-%{version}.tar.xz
+Source:         http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.19/%{name}-%{version}.tar.xz
 Source1:        filter-requires-gtk-doc.sh
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 URL:		http://www.gtk.org/gtk-doc/
@@ -29,7 +29,6 @@ Requires:	libxslt
 Requires:	vim
 Requires:	diffutils
 
-Patch0:		gtk-doc-1.18-git20120924.patch
 
 #define __find_requires %{SOURCE1}
 %define __perl_requires %{SOURCE1}
@@ -46,7 +45,6 @@ and GNOME.
 %prep
 %setup -q
 rm COPYING 
-%patch0 -p1
 # Move this doc file to avoid name collisions
 mv doc/README doc/README.docs
 
@@ -82,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
 %{_datadir}/pkgconfig/*.pc
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.19-1
+- new upstream release
+- remove Patch0 (gtk-doc-1.18-git20120924.patch)
+
 * Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18-2
 - add Patch0 (gtk-doc-1.18-git20120924.patch)
 - add BuildRequires: yelp-tools
@@ -165,7 +167,7 @@ rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
     docbook-utils requirement.
   - Use public identifier in custom stylesheets.
 
-* Wed Apr 13 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.4-0vl2
+* Fri Apr 13 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.4-0vl2
 - Added a build depends.
 
 * Tue Jan  2 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.4-0vl1

+ 100 - 45
k/kdelibs/kdelibs-vl.spec

@@ -13,7 +13,7 @@
 Summary: KDE Libraries
 Summary(ja): KDE ライブラリ
 Name: kdelibs
-Version: 4.9.5
+Version: 4.10.4
 Release: 1%{?_dist_release}
 
 License: LGPLv2+
@@ -22,47 +22,45 @@ URL: http://www.kde.org/
 
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
 
+
 # make kdelibs-devel parallel-installable with kdelibs3-devel
-Patch0: kdelibs-4.5.80-parallel_devel.patch
+Patch0: kdelibs-4.9.95-parallel_devel.patch
 
-# fix kde#149705
-Patch2: kdelibs-4.2.85-kde149705.patch
+# fix http://bugs.kde.org/149705
+Patch2: kdelibs-4.10.0-kde149705.patch
 
 # install all .css files and Doxyfile.global in kdelibs-common to build
 # kdepimlibs-apidocs against
 Patch8: kdelibs-4.3.90-install_all_css.patch
 
-# add Fedora/V-R to KHTML UA string
-Patch9: kdelibs-4.6.80-branding.patch
-
-# don't cache kdeglobals paths because they change after profile directories
-# are loaded from kde4rc
-Patch10: kdelibs-4.1.72-no-cache-kdeglobals-paths.patch
-
 # adds the Administration menu from redhat-menus which equals System + Settings
 # This prevents the stuff getting listed twice, under both System and Settings.
-Patch12: kdelibs-4.1.0-xdg-menu.patch
+Patch12: kdelibs-4.10.0-xdg-menu.patch
 
 # patch KStandardDirs to use %{_libexecdir}/kde4 instead of %{_libdir}/kde4/libexec
-Patch14: kdelibs-4.8.0-libexecdir.patch
+Patch14: kdelibs-4.9.97-libexecdir.patch
 
 # kstandarddirs changes: search /etc/kde, find %{_kde4_libexecdir}
-Patch18: kdelibs-4.6.90-kstandarddirs.patch
+Patch18: kdelibs-4.10.0-kstandarddirs.patch
 
 # set build type
-Patch20: kdelibs-4.1.70-cmake.patch
-
-# disable drkonqi by default, RHEL prefers/wants abrt
-Patch24: kdelibs-4.3.1-drkonq.patch
+Patch20: kdelibs-4.10.0-cmake.patch
 
 # die rpath die, since we're using standard paths, we can avoid
 # this extra hassle (even though cmake is *supposed* to not add standard
 # paths (like /usr/lib64) already! With this, we can drop
 # -DCMAKE_SKIP_RPATH:BOOL=ON (finally)
-Patch27: kdelibs-4.5.80-no_rpath.patch
+Patch27: kdelibs-4.10.0-no_rpath.patch
+
+## libplasma PackageKit integration
 
-# udisks2 Solid backend
-Patch47: kdelibs-udisks2-backend.patch
+# Trigger installation of missing components when installing a package.
+# https://git.reviewboard.kde.org/r/102291/
+Patch41: 0002-Trigger-installation-of-missing-components-when-inst.patch
+
+# Implement automatic scanning of source code for required data engines.
+# https://git.reviewboard.kde.org/r/102350/
+Patch42: 0003-Implement-automatic-scanning-of-source-code-for-requ.patch
 
 # limit solid qDebug spam
 # http://bugzilla.redhat.com/882731
@@ -74,27 +72,44 @@ Patch49: kdelibs-solid_qt_no_debug_output.patch
 # https://git.reviewboard.kde.org/r/102439/
 Patch50: kdelibs-4.7.0-knewstuff2_gpg2.patch
 
-# https://bugs.kde.org/show_bug.cgi?id=269045
-# https://git.reviewboard.kde.org/r/101231/
-Patch51: kdelibs-4.6.2-uri_mimetypes.patch
-
 # Toggle solid upnp support at runtime via env var SOLID_UPNP=1 (disabled by default)
-Patch52: kdelibs-4.7.4-SOLID_UPNP.patch
+Patch52: kdelibs-4.10.0-SOLID_UPNP.patch
 
 # return valid locale (RFC 1766)
 Patch54: kdelibs-4.8.4-kjs-locale.patch
 
+# patch FindSamba.cmake to find samba4 libs (using pkg-config hints)
+# https://git.reviewboard.kde.org/r/106861/
+Patch55: FindSamba.cmake-help-find-samba4-more-reliably.patch
 
-# make filter working
+# make filter working, TODO: upstream?  -- rex
 Patch59: kdelibs-4.9.3-kcm_ssl.patch
 
+# disable dot to reduce apidoc size
+Patch61: kdelibs-4.9.3-dot.patch
+
 ## upstream
-# FindKdcraw.cmake fixes
-Patch100: kdelibs-FindKdcraw.patch
+
+# revert these commits for
+#https://bugs.kde.org/315578
+# for now, causes regression,
+#https://bugs.kde.org/317138
+Patch090: return-not-break.-copy-paste-error.patch
+Patch091: coding-style-fixes.patch
+Patch092: return-application-icons-properly.patch
 
 ## security fix
-# Not Upstreamed? why not ? -- Rex
-Patch200: kdelibs-4.3.1-CVE-2009-2702.patch
+
+# rhel patches
+
+# disable webkit
+Patch300: kdelibs-4.10.0-webkit.patch
+
+# set abrt default
+Patch301: kdelibs-4.x-abrt.patch
+
+# vine patch
+Patch1001: kdelibs-4.10.4-disable-hal.patch
 
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -137,6 +152,7 @@ BuildRequires: soprano-devel >= %{soprano_ver}
 BuildRequires: strigi-devel >= %{strigi_ver}
 BuildRequires: xz-devel
 BuildRequires: zlib-devel
+BuildRequires: udisks2-devel
 
 BuildRequires: libSM-devel libXcomposite-devel libXdamage-devel
 BuildRequires: libxkbfile-devel libXpm-devel libXScrnSaver-devel
@@ -258,30 +274,40 @@ API ドキュメントを含んでいます.
 %patch0 -p1 -b .parallel_devel
 %patch2 -p1 -b .kde149705
 %patch8 -p1 -b .install_all_css
-#patch9 -p1 -b .branding
-#sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanager.cpp
 %patch12 -p1 -b .Administration-menu
 %patch14 -p1 -b .libexecdir
 %patch18 -p1 -b .kstandarddirs
 %patch20 -p1 -b .xxcmake
-#patch24 -p1 -b .drkonq
 %patch27 -p1 -b .no_rpath
 
-%patch47 -p1 -b .udisks2backend
+# libplasma PackageKit integration
+## hrm, seems only 0001 is upstreamed so far, need to poke Kevin why that is.  -- rex
+%patch41 -p1 -b .libplasma-pk-0002
+%patch42 -p1 -b .libplasma-pk-0003
+
 %patch49 -p1 -b .solid_qt_no_debug_output
 
 # upstreamable patches
-%patch50 -p1 -b .knewstuff_gpg2
-%patch51 -p1 -b .uri_mimetypes
+%patch50 -p1 -b .knewstuff2_gpg2
 %patch52 -p1 -b .SOLID_UPNP
 %patch54 -p1 -b .kjs-locale
+%patch55 -p1 -b .FindSamba-samba4
 %patch59 -p1 -b .filter
+%patch61 -p1 -b .dot
 
 # upstream patches
-%patch100 -p1 -b .FindKdcraw
+%patch90 -p1 -R -b .return-not-break.-copy-paste-error
+%patch91 -p1 -R -b .coding-style-fixes.patch
+%patch92 -p1 -R -b .return-application-icons-properly
+
+# security fixes
 
-# security fix
-%patch200 -p1 -b .CVE-2009-2702
+# rhel patches
+%patch300 -p1 -b .webkit
+%patch301 -p1 -b .abrt
+
+# vine patch
+%patch1001 -p1 -b .hal
 
 
 %build
@@ -419,11 +445,9 @@ gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
 %{_libexecdir}/kde4/kio_http_cache_cleaner
 %{_libexecdir}/kde4/kioslave
 %{_libexecdir}/kde4/klauncher
-%{_libexecdir}/kde4/kmailservice
 # see kio/misc/kpac/README.wpad 
 %attr(4755,root,root) %{_libexecdir}/kde4/kpac_dhcp_helper
 %{_libexecdir}/kde4/ksendbugmail
-%{_libexecdir}/kde4/ktelnetservice
 %{_libexecdir}/kde4/lnusertemp
 %{_libexecdir}/kde4/start_kdeinit
 %{_libexecdir}/kde4/start_kdeinit_wrapper
@@ -479,6 +503,37 @@ gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
 %doc %{_docdir}/HTML/en/kdelibs4-apidocs
 
 %changelog
+* Sat Jun 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.4-1
+- new upstream release
+- update patches from fedora
+  - Patch0 (kdelibs-4.9.95-parallel_devel.patch)
+  - Patch2 (kdelibs-4.10.0-kde149705.patch)
+  - Patch12 (kdelibs-4.10.0-xdg-menu.patch)
+  - Patch14 (kdelibs-4.9.97-libexecdir.patch)
+  - Patch18 (kdelibs-4.10.0-kstandarddirs.patch)
+  - Patch20 (kdelibs-4.10.0-cmake.patch)
+  - Patch27 (kdelibs-4.10.0-no_rpath.patch)
+  - Patch52 (kdelibs-4.10.0-SOLID_UPNP.patch)
+- add patches from fedora
+  - Patch41 (0002-Trigger-installation-of-missing-components-when-inst.patch)
+  - Patch42 (0003-Implement-automatic-scanning-of-source-code-for-requ.patch)
+  - Patch55 (FindSamba.cmake-help-find-samba4-more-reliably.patch)
+  - Patch61 (kdelibs-4.9.3-dot.patch)
+  - Patch90 (return-not-break.-copy-paste-error.patch)
+  - Patch91 (coding-style-fixes.patch)
+  - Patch92 (return-application-icons-properly.patch)
+  - Patch300 (kdelibs-4.10.0-webkit.patch)
+  - Patch301 (kdelibs-4.x-abrt.patch)
+- remove patches
+  - Patch9 (kdelibs-4.6.80-branding.patch)
+  - Patch10 (kdelibs-4.1.72-no-cache-kdeglobals-paths.patch)
+  - Patch24 (kdelibs-4.3.1-drkonq.patch)
+  - Patch47 (kdelibs-udisks2-backend.patch)
+  - Patch51 (kdelibs-4.6.2-uri_mimetypes.patch)
+  - Patch100 (kdelibs-FindKdcraw.patch)
+  - Patch200 (kdelibs-4.3.1-CVE-2009-2702.patch)
+- add Patch1001 (kdelibs-4.10.4-disable-hal.patch)
+
 * Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
 - new upstream release
 - add Patches from fedora
@@ -559,7 +614,7 @@ gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
 - new upstream release
 - added BR: dbusmenu-qt-devel
 
-* Wed May  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
+* Tue May  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
 - new upstream release
 - updated spec files for Vine Linux 5/VineSeed
 
@@ -571,7 +626,7 @@ gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
 - dropt kde4.(sh|csh) (kde-settings provides them) 
 - new upstream release
 
-* Sun Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.0-1
+* Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.0-1
 - new upstream release
 - built with new toolchain
 
@@ -1400,7 +1455,7 @@ gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
 - almost completely rewrite spec file - move to DESTDIR system
 - current snapshot
 
-* Thu Oct 15 1999 Bernhard Rosenkraenzer <bero@redhat.de>
+* Fri Oct 15 1999 Bernhard Rosenkraenzer <bero@redhat.de>
 - 2.0 snapshots
 - Change prefix to respect %{prefix} so we can coexist with KDE 1.x
 - kdelibs-devel requires kdelibs

+ 23 - 4
k/kdepimlibs/kdepimlibs-vl.spec

@@ -7,7 +7,7 @@
 Name: kdepimlibs
 Summary: KDE PIM Libraries
 Summary(ja): KDE PIM ライブラリ
-Version: 4.9.5
+Version: 4.10.4
 Release: 1%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
@@ -17,13 +17,17 @@ URL: http://www.kde.org/
 
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdepimlibs-%{version}.tar.xz
 
+# patch from fedora
+Patch0:	kdepimlibs-4.10.4-kimap_recursion.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: kdelibs4-devel >= %{version}
+BuildRequires: nepomuk-core-devel >= %{version}
 BuildRequires: akonadi-devel >= %{akonadi_version_min} 
 BuildRequires: libboost-devel >= 1.34.0
 BuildRequires: libboost-graph >= 1.34.0
 BuildRequires: cyrus-sasl-devel
 BuildRequires: gpgme-devel >= 1.1.7
-BuildRequires: kdelibs4-devel >= %{version}
 BuildRequires: libXpm-devel libXtst-devel
 BuildRequires: openldap-devel
 BuildRequires: prison-devel
@@ -32,6 +36,8 @@ BuildRequires: shared-desktop-ontologies-devel >= 0.4
 BuildRequires: soprano-devel 
 BuildRequires: libical-devel >= 0.33
 BuildRequires: libuuid-devel
+BuildRequires: qjson-devel
+BuildRequires: libxslt-devel
 
 BuildRequires: doxygen
 BuildRequires: graphviz
@@ -100,6 +106,7 @@ format for easy browsing.
 
 %prep
 %setup -q -n kdepimlibs-%{version}
+%patch0 -p1 -b .kimap_recursion
 
 %build
 mkdir -p %{_target_platform}
@@ -109,7 +116,7 @@ pushd %{_target_platform}
     -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
     -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
     -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
-    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
+    -DLIB_INSTALL_DIR:PATH=%{_libdir}\
     -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
     -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
     ..
@@ -166,6 +173,8 @@ popd
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/HTML/en
 cp -prf kdepimlibs-%{version}-apidocs $RPM_BUILD_ROOT%{_docdir}/HTML/en/kdepimlibs-apidocs
 
+# remove static library
+find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
 
 %post -p /sbin/ldconfig
 
@@ -191,6 +200,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/kde4/apps/libkholidays/
 %{_datadir}/mime/packages/kdepimlibs-mime.xml
 %if %{akonadi_subpkg}
+%exclude %{_bindir}/akonadi_benchmarker
+%exclude %{_bindir}/akonaditest
 %exclude %{_libdir}/libakonadi-*.so.*
 %exclude %{_libdir}/libmailtransport.so.*
 %exclude %{_libdir}/kde4/kcm_mailtransport.so
@@ -198,9 +209,12 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_datadir}/kde4/apps/kconf_update/mailtransports.upd
 %exclude %{_datadir}/kde4/apps/kconf_update/migrate-transports.pl
 %exclude %{_datadir}/kde4/services/kcm_mailtransport.desktop
+%exclude %{_datadir}/mime/packages/x-vnd.akonadi.socialfeeditem.xml
 
 %files akonadi
 %defattr(-,root,root,-)
+%{_bindir}/akonadi_benchmarker
+%{_bindir}/akonaditest
 %{_libdir}/libakonadi-*.so.*
 %{_libdir}/libmailtransport.so.*
 %{_libdir}/kde4/kcm_mailtransport.so
@@ -210,6 +224,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/kde4/services/kcm_mailtransport.desktop
 %{_datadir}/kde4/apps/akonadi
 %{_datadir}/kde4/apps/akonadi-kde
+%{_datadir}/mime/packages/x-vnd.akonadi.socialfeeditem.xml
 %else
 %{_datadir}/kde4/apps/akonadi
 %{_datadir}/kde4/apps/akonadi-kde
@@ -230,6 +245,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.4-1
+- new upstream release
+- add BuildRequires: nepomuk-core-devel, qjson-devel, libxslt-devel
+
 * Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
 - new upstream release
 
@@ -558,7 +577,7 @@ rm -rf $RPM_BUILD_ROOT
 * Sat Jul 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-1
 - kde-3.92 (kde-4-beta1)
 
-* Thu Jun 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-3
+* Fri Jun 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-3
 - fix %%_sysconfdir for %%_prefix != /usr case.
 
 * Thu Jun 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-2

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

@@ -1,5 +1,5 @@
 Name:		latexila
-Version:	2.8.1
+Version:	2.8.2
 Release:	1%{?_dist_release}
 Summary:	Integrated LaTeX Environment for the GNOME desktop
 
@@ -92,6 +92,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.2-1
+- new upstream release
+
 * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.1-1
 - new upstream release
 

+ 4 - 1
lib/libX/libX11/libX11-vl.spec

@@ -3,7 +3,7 @@
 Summary: X.Org X11 libX11 runtime library
 Summary(ja): X.Org X11 libX11 ランタイムライブラリ
 Name: libX11
-Version: 1.5.99.902
+Version: 1.6.0
 Release: 1%{?_dist_release}
 License: MIT/X11
 Group: System Environment/Libraries
@@ -303,6 +303,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sat Jun 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
+- new upstream release
+
 * Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.99.902-1
 - new upstream release
   (including security fix for CVE-2013-1981,1997,2004)

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

@@ -1,4 +1,4 @@
-%define pkg_version 3.8.2
+%define pkg_version 3.8.3
 %define pkg_release 1%{?_dist_release}
 
 Summary:     Window and compositing manager based on Clutter
@@ -129,6 +129,9 @@ fi
 %{_datadir}/gtk-doc/html/meta
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
+- new upstream release
+
 * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
 - new upstream release
 - remove Patch101 (mutter-vine-customize.patch)

+ 14 - 8
n/nepomuk-core/nepomuk-core-vl.spec

@@ -1,7 +1,7 @@
 Name:          nepomuk-core
 Summary:       Nepomuk core utilities and libraries 
 Summary(ja):   Nepomuk core ユーティリティーとライブラリ
-Version:       4.9.5
+Version:       4.10.4
 Release:       1%{?_dist_release}
 
 License:       GPLv2,GPLv3,LGPLv2,LGPLv3
@@ -13,9 +13,11 @@ Source0:       ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:	kdelibs-devel >= %{version}
-BuildRequires:	kdebase-workspace-devel >= %{version}
 BuildRequires:	soprano-devel >= 2.7.56
 BuildRequires:	strigi-devel >= 0.7.3
+BuildRequires:	exiv2-devel >= 0.20
+BuildRequires:	poppler-qt4-devel
+BuildRequires:	taglib-devel
 
 Requires: %{name}-libs = %{version}-%{release}
 
@@ -42,9 +44,6 @@ Summary: Runtime libraries for %{name}
 Summary(ja): %{name} のランタイムライブラリ
 Group:   System Environment/Libraries
 Requires: kdelibs4 >= %{version}
-Requires: kdepimlibs >= %{version}
-# cagibi is runtime dep, a dbus service
-Requires: cagibi
 
 %description libs
 %{summary}.
@@ -96,12 +95,16 @@ fi
 %files
 %defattr(-,root,root,-)
 %{_bindir}/nepomuk-simpleresource-rcgen
+%{_bindir}/nepomuk2-rcgen
 %{_bindir}/nepomukbackup
+%{_bindir}/nepomukcleaner
 %{_bindir}/nepomukindexer
 %{_bindir}/nepomukserver
 %{_bindir}/nepomukservicestub
+%{_libdir}/kde4/*.so
 %{_libdir}/libkdeinit4_nepomukserver.so
 %{_datadir}/applications/kde4/nepomukbackup.desktop
+%{_datadir}/applications/kde4/nepomukcleaner.desktop
 %{_datadir}/autostart/nepomukserver.desktop
 %{_datadir}/dbus-1/interfaces/*
 %{_datadir}/kde4/apps/*
@@ -114,18 +117,21 @@ fi
 %{_includedir}/kde4/Nepomuk2
 %{_includedir}/kde4/nepomuk2
 %{_libdir}/libnepomukcore.so
-%{_libdir}/libnepomuksync.so
 %{_libdir}/cmake/NepomukCore
 
 %files libs
 %defattr(-,root,root,-)
 %{_libdir}/libnepomukcore.so.*
-%{_libdir}/libnepomuksync.so.*
 %{_libdir}/libnepomukcommon.so
-%{_libdir}/kde4/*.so
+%{_libdir}/libnepomukextractor.so
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.4-1
+- new upstream release
+- remove BuildRequires: kdebase-workspace-devel
+- add BuildRequires: exiv2-devel, poppler-qt4-devel, taglib-devel
+
 * Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
 - new upstream release
 

+ 8 - 3
n/network-manager-applet/network-manager-applet-vl.spec

@@ -14,7 +14,7 @@
 Name: network-manager-applet
 Summary: GNOME applications for use with NetworkManager
 Summary(ja): NetworkManager 用 GNOME アプリケーション
-Version: 0.9.8.0
+Version: 0.9.8.2
 Release: 1%{?snapshot}%{?_dist_release}
 Group: Applications/Internet
 License: GPLv2+
@@ -28,7 +28,7 @@ Requires(post): chkconfig
 Requires(preun): chkconfig
 
 Requires: libnm-gtk = %{version}-%{release}
-Requires: NetworkManager
+Requires: NetworkManager >= %{version}
 
 Requires: dbus
 Requires: dbus-glib
@@ -40,7 +40,7 @@ Requires: gnome-icon-theme
 Obsoletes:	NetworkManager-gnome < 0.9.7.0
 Provides:	NetworkManager-gnome = 0.9.7.0
 
-BuildRequires: NetworkManager-glib-devel
+BuildRequires: NetworkManager-glib-devel >= %{version}
 BuildRequires: dbus-devel >= %{dbus_version}
 BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
 BuildRequires: gtk3-devel
@@ -49,6 +49,7 @@ BuildRequires: libgnome-keyring-devel
 BuildRequires: gettext
 BuildRequires: libnotify-devel >= 0.7
 BuildRequires: libgudev1-devel
+BuildRequires: libsecret-devel
 BuildRequires: iso-codes
 
 Vendor: Project Vine
@@ -170,6 +171,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.2-1
+- update to 0.9.8.2
+- add BuildRequires: libsecret-devel
+
 * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.0-1
 - initial package split from NetworkManager
 

+ 4 - 1
o/oxygen-icon-theme/oxygen-icon-theme-vl.spec

@@ -1,7 +1,7 @@
 Name:          oxygen-icon-theme 
 Summary:       Oxygen icon theme 
 Summary(ja):   Oxygen アイコンテーマ
-Version:       4.9.5
+Version:       4.10.4
 Release:       1%{?_dist_release}
 
 License:       LGPLv3+ 
@@ -69,6 +69,9 @@ fi
 %{_datadir}/icons/oxygen/*
 
 %changelog
+* Wed Jun 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.4-1
+- new upstream release
+
 * Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
 - new upstream release
 

+ 4 - 1
q/qrencode/qrencode-vl.spec

@@ -1,6 +1,6 @@
 Name:           qrencode
 Summary:        Generate QR 2D barcodes
-Version:        3.3.1
+Version:        3.4.2
 Release:        1%{?_dist_release}
 
 Group:          Applications/Engineering
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.4.2-1
+- new upstream release
+
 * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.3.1-1
 - new upstream release
 - add BuildRequires: SDL-devel

+ 6 - 1
r/raptor2/raptor2-vl.spec

@@ -1,6 +1,6 @@
 Name:    raptor2
 Summary: RDF Parser Toolkit for Redland
-Version: 2.0.8
+Version: 2.0.9
 Release: 1%{?_dist_release}
 
 License: GPLv2+ or LGPLv2+ or ASL 2.0
@@ -33,6 +33,8 @@ Summary: Development files for %{name}
 Summary(ja): %{name} の開発用ファイル 
 Group:   Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: curl-devel >= 7.12.0
+Requires: libxml2-devel >= 2.6.8
 
 %description devel
 %{summary}.
@@ -93,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.9-1
+- new upstream release
+
 * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.8-1
 - new upstream release
 

+ 8 - 5
r/rasqal/rasqal-vl.spec

@@ -1,6 +1,6 @@
 Name:      rasqal
 Summary:   RDF Query Library
-Version:   0.9.29
+Version:   0.9.30
 Release:   1%{?_dist_release}
 
 Group:     System Environment/Libraries
@@ -93,6 +93,9 @@ fi
 
 
 %changelog
+* Wed Jun 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.30-1
+- new upstream release
+
 * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.29-1
 - new upstream release
 
@@ -112,7 +115,7 @@ fi
 * Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.19-1
 - new upstream release
 
-* Sun Feb  6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.17-1
+* Sat Feb  6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.17-1
 - new upstream release
 - built with new toolchain
 
@@ -132,14 +135,14 @@ fi
 * Fri May 18 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.9.14-0vl1
 - initial release for VineSeed
 
-* Wed Aug 11 2005  Dave Beckett <dave.beckett@bristol.ac.uk>
+* Thu Aug 11 2005  Dave Beckett <dave.beckett@bristol.ac.uk>
 - Update Source:
 - Use %%makeinstall
 
 * Wed Aug 10 2005  Dave Beckett <dave.beckett@bristol.ac.uk>
 - Use %%configure.
 
-* Fri Jul 28 2005  Dave Beckett <dave.beckett@bristol.ac.uk>
+* Thu Jul 28 2005  Dave Beckett <dave.beckett@bristol.ac.uk>
 - Updated for gtk-doc locations
 
 * Fri Oct 22 2004 <Dave.Beckett@bristol.ac.uk>
@@ -152,7 +155,7 @@ fi
 * Sat May 1 2004 <Dave.Beckett@bristol.ac.uk>
 - Requires raptor 1.3.0
 
-* Mon Feb 24 2004 <Dave.Beckett@bristol.ac.uk>
+* Tue Feb 24 2004 <Dave.Beckett@bristol.ac.uk>
 - Requires raptor
 
 * Mon Aug 11 2003 <Dave.Beckett@bristol.ac.uk>

+ 4 - 1
s/sip/sip-vl.spec

@@ -5,7 +5,7 @@
 Name: 		sip
 Summary: 	Python/C++ Bindings Generator
 Summary(ja): 	Python/C++ インターフェイス生成ツール
-Version: 	4.13.3
+Version: 	4.14.6
 Release: 	1%{?_dist_release}
 
 License:	GPLv2 or GPLv3
@@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/sip
 
 %changelog
+* Wed Jun 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.6-1
+- new upstream release
+
 * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.13.3-1
 - new upstream release
 

+ 4 - 1
s/soprano/soprano-vl.spec

@@ -1,7 +1,7 @@
 Name:      soprano
 Summary:   the Qt/C++ RDF framework
 Summary(ja): Qt/C++ RDF フレームワーク
-Version:   2.9.0
+Version:   2.9.2
 Release:   1%{?_dist_release}
 
 License:   LGPLv2+
@@ -106,6 +106,9 @@ make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 
 
 %changelog
+* Wed Jun 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.2-1
+- new upstream release
+
 * Sat Jan 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.0-1
 - new upstream release
 

+ 10 - 14
s/strigi/strigi-vl.spec

@@ -1,8 +1,8 @@
 Name:		strigi
 Summary:	A desktop search program
 Summary(ja):	デスクトップ検索プログラム
-Version:	0.7.5
-Release:	3%{?_dist_release}
+Version:	0.7.8
+Release:	1%{?_dist_release}
 
 Group:		Applications/Productivity
 License:	LGPLv2+
@@ -13,10 +13,6 @@ Source0:	http://www.vandenoever.info/software/strigi/strigi-%{version}.tar.bz2
 Source1:	strigiclient.desktop
 Source2:	strigi-daemon.desktop
 
-## upstreamable patches
-# exlicitly mark convenience libs static
-Patch50: 	strigi-0.7.5-static_convenience_libs.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:	bison
 BuildRequires:	bzip2-devel
@@ -64,7 +60,6 @@ Development files for the strigi desktop search engine
 
 %prep
 %setup -q
-%patch50 -p1 -b .static_convenience_libs
 
 %build
 mkdir build
@@ -119,26 +114,27 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/strigiclient.desktop
 %{_datadir}/dbus-1/services/*
 %{_datadir}/strigi
-#{_libdir}/strigi/strigiindex_clucene.so
 
 %files libs
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
 %{_libdir}/strigi
-%exclude %{_libdir}/strigi/*.cmake
-#exclude %{_libdir}/strigi/strigiindex_clucene.so
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/strigi
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libstream*.pc
-%{_libdir}/strigi/*.cmake
-%{_libdir}/libsearchclient/*.cmake
-%{_libdir}/libstreamanalyzer/*.cmake
-%{_libdir}/libstreams/*.cmake
+%{_libdir}/cmake/LibSearchClient
+%{_libdir}/cmake/LibStreamAnalyzer
+%{_libdir}/cmake/LibStreams
+%{_libdir}/cmake/Strigi/
 
 %changelog
+* Wed Jun 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.8-1
+- new upstream release
+- remove Patch50 (strigi-0.7.5-static_convenience_libs.patch)
+
 * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.5-3
 - rebuild with exiv2-0.23