Browse Source

new upstream release

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

+ 7 - 1
b/bluez-hcidump/bluez-hcidump-vl.spec

@@ -1,7 +1,7 @@
 Summary: Bluetooth HCI protocol analyser
 Summary(ja): Bluetooth の HCIプロトコル解析ツール
 Name: bluez-hcidump
-Version: 2.1
+Version: 2.2
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Applications/System
@@ -18,6 +18,9 @@ Requires: glibc >= 2.2.4
 Requires: bluez-libs >= 3.14
 ExcludeArch: s390 s390x
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: Takemikaduchi
 #----------------------------------------------------------------------------
 %description
 Protocol analyser for Bluetooth traffic.
@@ -58,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 #
 #----------------------------------------------------------------------------
 %changelog
+* Sun Dec 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2-1
+- new upstream release
+
 * Sun Aug 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1-1
 - new upstream release
 

+ 17 - 22
b/bluez/bluez-vl.spec

@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities
 Summary(ja): Bluetooth ユーティリティ 
 Name: bluez
-Version: 4.96
+Version: 4.97
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Applications/System
@@ -21,31 +21,26 @@ Source3: bluez-uinput.modules
 Source11: trusts.txt
 Source20: main.conf
 
-Patch1: bluez-utils-oui-usage.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=450081
-# http://thread.gmane.org/gmane.linux.bluez.kernel/1687
-Patch2: bluez-try-utf8-harder.patch
 # http://thread.gmane.org/gmane.linux.bluez.kernel/1754
 Patch3: bluez-activate-wacom-mode2.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=498756
 Patch4: bluez-socket-mobile-cf-connection-kit.patch
-# http://thread.gmane.org/gmane.linux.bluez.kernel/2396
-Patch5: 0001-Add-sixaxis-cable-pairing-plugin.patch
-# http://thread.gmane.org/gmane.linux.bluez.kernel/2579
-Patch6: 0001-Add-udev-rules-to-start-bluetooth-on-demand.patch
 
 #----------------------------------------------------------------------------
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
-BuildRequires: flex
-BuildRequires: dbus-devel >= 0.90
-BuildRequires: glib2-devel
-BuildRequires: libusb-devel
-BuildRequires: libudev-devel
-BuildRequires: alsa-lib-devel
-BuildRequires: gstreamer-devel
-BuildRequires: gstreamer-plugins-base-devel
-BuildRequires: libsndfile-devel
+BuildRequires:	flex
+BuildRequires:	bison
+BuildRequires:	check-devel
+BuildRequires:	dbus-devel
+BuildRequires:	glib2-devel
+BuildRequires:	libusb-devel
+BuildRequires:	libudev-devel
+BuildRequires:	alsa-lib-devel
+BuildRequires:	gstreamer-devel
+BuildRequires:	gstreamer-plugins-base-devel
+BuildRequires:	libsndfile-devel
+BuildRequires:	readline-devel
 
 ExcludeArch: s390 s390x
 
@@ -175,12 +170,8 @@ Bluetooth オーディオ機器のためのALSAサポートを含むパッケー
 rm -rf $RPM_BUILD_ROOT
 
 %setup -q
-## %patch1 -p0 -b .oui
-## %patch2 -p1 -b .non-utf8-name
 %patch3 -p1 -b .wacom
 %patch4 -p1 -b .socket-mobile
-## %patch5 -p1 -b .cable-pairing
-## %patch6 -p1 -b .udev
 
 %build
 libtoolize -f -c
@@ -295,6 +286,10 @@ exit 0
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Sun Dec 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.97-1
+- new upstream release
+- add BuildRequires: check-devel, readline-devel
+
 * Sun Aug 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.96-1
 - new upstream release
 - add BuildRequires: libudev-devel

+ 10 - 3
lib/libs/libsigc++/libsigc++-vl.spec

@@ -1,6 +1,6 @@
 %define name libsigc++
-%define version 2.2.8
-%define release 2%{?_dist_release}
+%define version 2.2.10
+%define release 1%{?_dist_release}
 
 %define lib_name sigc++-2.0
 
@@ -14,12 +14,16 @@ Group: System Environment/Libraries
 License: LGPLv2
 URL: http://libsigc.sourceforge.net/
 
-Source: ftp://download.sourceforge.net/pub/sourceforge/libsigc/%{name}-%{version}.tar.bz2
+Source: ftp://download.sourceforge.net/pub/sourceforge/libsigc/%{name}-%{version}.tar.xz
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gcc-c++
 BuildRequires: m4
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
+
 %description
 This library implements a full callback system for use in widget libraries,
 abstract interfaces, and general programming. Originally part of the Gtk--
@@ -114,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{lib_name}/tests
 
 %changelog
+* Sun Dec 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.10-1
+- new upstream release
+
 * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.2.8-2
 - build with rpm-4.8.1-1 for pkg-config file
 

+ 4 - 1
o/obexd/obexd-vl.spec

@@ -1,5 +1,5 @@
 Name:		obexd
-Version:	0.42
+Version:	0.43
 Release:	1%{?_dist_release}
 Summary:	D-Bus service for Obex Client access
 Summary(ja):    Obex クライアントアクセスのための D-Bus サービス
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Dec 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.43-1
+- new upstream release
+
 * Sun Aug 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.42-1
 - new upstream release
 

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

@@ -1,4 +1,4 @@
-%define pkg_version 0.63.02
+%define pkg_version 0.63.03
 %define pkg_release 1%{?_dist_release}
 
 Summary:	Vector animation rendere
@@ -96,6 +96,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 
 %changelog
+* Sun Dec 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.63.03-1
+- new upstream release
+
 * Sat Oct 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.63.02-1
 - initial build for Vine Linux
 

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

@@ -1,4 +1,4 @@
-%define pkg_version 0.63.02
+%define pkg_version 0.63.03
 %define pkg_release 1%{?_dist_release}
 
 Summary:	Vector animation studio
@@ -103,6 +103,9 @@ fi
 
 
 %changelog
+* Sun Dec 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.63.03-1
+- new upstream release
+
 * Sat Oct 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.63.02-1
 - initial build for Vine Linux