Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6155 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 12 years ago
parent
commit
8bd894b9ac
2 changed files with 30 additions and 2 deletions
  1. 4 1
      g/gnutls/gnutls-vl.spec
  2. 26 1
      p/pygobject/pygobject-vl.spec

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

@@ -3,7 +3,7 @@
 Summary:	GNU TLS Library
 Summary(ja):	GNU TLS ライブラリ
 Name:		gnutls
-Version:	2.12.18
+Version:	2.12.19
 Release:	1%{?_dist_release}
 License:	GPLv3+ and LGPLv2+
 # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
@@ -278,6 +278,9 @@ fi
 %endif
 
 %changelog
+* Tue May 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.19-1
+- new upstream release
+
 * Sun Mar 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.12.18-1
 - new upstream release
 - changed BuildRequires: p11-kit-devel >= 0.11

+ 26 - 1
p/pygobject/pygobject-vl.spec

@@ -4,13 +4,24 @@ Name: pygobject
 Summary: Python bindings for GObject
 Summary(ja): GObject の Python バインディング
 Version: 2.28.6
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 
 Group: Development/Languages
 License: LGPL
 URL: http://www.pygtk.org/
 
 Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-%{version}.tar.xz
+Patch0: 00git_cairo_init.patch
+Patch1: 00git_enum_properties.patch
+Patch2: 00git_fix_qdata_warning.patch
+Patch3: 00git_gio_flag_type.patch
+Patch4: 00git_gio_test.patch
+Patch5: 00git_messagebox_type.patch
+Patch6: 00git_python3-maketrans.patch
+Patch7: 00git_python3_build.patch
+Patch8: 00git_test_case_hang.patch
+Patch9: 00git_textiter_crash.patch
+Patch10: 20_deprecated_spam.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: glib2-devel >= 2.26.0
@@ -49,6 +60,17 @@ This package contains documentation files for pygobject.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
 
 %build
 # --disable-docs doesn't work; it builds the docs anyway.
@@ -107,6 +129,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/pygobject
 
 %changelog
+* Tue May 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.28.6-4
+- added Patch0-10 from Debian sid
+
 * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.6-3
 - rebuild with python-2.7.2