Browse Source

rebuilt with rpm-4.8.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1978 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 14 years ago
parent
commit
4fb90b7ffb

+ 6 - 1
f/farsight2/farsight2-vl.spec

@@ -7,7 +7,7 @@
 
 Name:           farsight2
 Version:        0.0.17
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Libraries for videoconferencing
 Summary(ja):    ビデオ会議のためのライブラリ
 
@@ -22,6 +22,7 @@ BuildRequires:  gstreamer-devel >= %{gst_ver}
 BuildRequires:	gstreamer-plugins-base-devel >= %{gst_plugins_base_ver}
 BuildRequires:	gstreamer-python >= %{gst_python}
 BuildRequires:	libnice-devel >= 0.0.9
+BuildRequires:	gupnp-devel
 BuildRequires:	gupnp-igd-devel
 BuildRequires:	python-devel
 BuildRequires:	pygobject-devel
@@ -111,6 +112,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.0.17-2
+- rebuilt with rpm-4.8.1 for pkg-config
+- added BR: gupnp-devel
+
 * Sat Feb 06 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.0.17-1
 - new upstream release
 

+ 4 - 1
g/gwenhywfar/gwenhywfar-vl.spec

@@ -1,7 +1,7 @@
 Summary: A multi-platform helper library for other libraries
 Name: gwenhywfar
 Version: 3.11.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: System Environment/Libraries
 License: LGPLv2+
 Source: %{name}-%{version}.tar.gz
@@ -73,6 +73,9 @@ find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
 
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 3.11.3-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sat Feb 13 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.11.3-1
 - new upstream release
 

+ 4 - 1
lib/libi/libiodbc/libiodbc-vl.spec

@@ -6,7 +6,7 @@ Summary: iODBC Driver Manager
 Summary(ja): iODBC ドライバマネージャ
 Name: libiodbc
 Version: 3.52.7
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Group: System Environment/Libraries
 License: LGPLv2 or BSD
 URL: http://www.iodbc.org/
@@ -120,6 +120,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 3.52.7-3
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.52.7-2
 - initial build for Vine Linux
 

+ 4 - 1
p/pulseaudio/pulseaudio-vl.spec

@@ -5,7 +5,7 @@ Name:		pulseaudio
 Summary: 	PulseAudio sound server
 Summary(ja): 	PulseAudio サウンドサーバ
 Version:	0.9.21
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:	GPLv2+
 URL:		http://pulseaudio.org
 Group:		System Environment/Daemons
@@ -595,6 +595,9 @@ fi
 %endif
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.9.21-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sat Feb 13 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.21-1
 - new upstream release
 - add patch0-31 from fedora and upstream

+ 4 - 1
p/pygtkglext/pygtkglext-vl.spec

@@ -3,7 +3,7 @@
 
 Name:           pygtkglext
 Version:        1.1.0
-Release:        3%{_dist_release}
+Release:        4%{_dist_release}
 Summary:        Python bindings for GtkGLExt
 License:        LGPLv2+
 Group:          System Environment/Libraries
@@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 1.1.0-4
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.1.0-3
 - rebuilt with python-2.6.4
 

+ 4 - 1
t/telepathy-farsight/telepathy-farsight-vl.spec

@@ -6,7 +6,7 @@
 
 Name:           telepathy-farsight
 Version:        0.0.13
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Telepathy client to handle media streaming channels
 
 Group:          System Environment/Libraries
@@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.0.13-3
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sat Feb  6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.0.13-2
 - add BuildRequires: python-devel, pygobject-devel