]> git.pld-linux.org Git - packages/glib2.git/commitdiff
Update to 2.36.0 auto/th/glib2-2.36.0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 25 Mar 2013 22:21:14 +0000 (23:21 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 25 Mar 2013 22:21:14 +0000 (23:21 +0100)
- updated -makefile.patch and removed applied upstream -am.patch

glib2-am.patch [deleted file]
glib2-makefile.patch
glib2.spec

diff --git a/glib2-am.patch b/glib2-am.patch
deleted file mode 100644 (file)
index feb9e45..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- glib-2.34.3/configure.ac.orig      2012-11-26 18:10:04.000000000 +0100
-+++ glib-2.34.3/configure.ac   2013-01-05 16:34:55.719636370 +0100
-@@ -291,7 +291,7 @@
- AM_CONDITIONAL(HAVE_CXX, [test "$CXX" != ""])
- AC_LANG_RESTORE
--AM_PROG_CC_STDC
-+AC_PROG_CC
- AM_PROG_CC_C_O
- AC_PROG_INSTALL
index 57e2fd94accde23f951dde3e1350a6f163af73d2..ed0a5830c55b49c24b663ae9c7814da101acfb6b 100644 (file)
@@ -1,15 +1,14 @@
-diff -aurN glib-2.7.1.orig/glib/Makefile.am glib-2.7.1/glib/Makefile.am
---- glib-2.7.1.orig/glib/Makefile.am   2005-06-26 20:04:07.000000000 +0200
-+++ glib-2.7.1/glib/Makefile.am        2005-07-02 21:51:56.707643632 +0200
-@@ -187,11 +187,6 @@
-       gprintf.h
+--- glib-2.36.0/glib/Makefile.am.makefile      2013-03-25 22:56:57.103911399 +0100
++++ glib-2.36.0/glib/Makefile.am       2013-03-25 22:57:04.707203541 +0100
+@@ -326,11 +326,6 @@ CLEANFILES += glib-public-headers.txt
+ all-local: glib-public-headers.txt
  
- install-data-local: install-ms-lib install-def-file
+ install-data-local: install-ms-lib
 -      @if test -f $(glibincludedir)/glist.h ; then                                    \
 -        echo "*** Old headers found in $(glibincludedir). You should remove the" ;    \
 -        echo "*** contents of this directory and type 'make install' again." ;        \
 -        false ;                                                                       \
 -      fi
  
- uninstall-local: uninstall-ms-lib uninstall-def-file
+ uninstall-local: uninstall-ms-lib uninstall-gdb
  
index 63641a3bda989b7eb0a32836c5dc3fca82a1e03b..73b9572e813930688fa318bf5f4e9e727831dabd 100644 (file)
@@ -18,15 +18,14 @@ Summary(pt_BR.UTF-8):       Conjunto de funções gráficas utilitárias
 Summary(tr.UTF-8):     Yararlı ufak yordamlar kitaplığı
 Summary(zh_CN.UTF-8):  实用工具函数库
 Name:          glib2
-Version:       2.34.3
-Release:       2
+Version:       2.36.0
+Release:       1
 Epoch:         1
 License:       LGPL v2+
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/glib/2.34/glib-%{version}.tar.xz
-# Source0-md5: a4ca31e258273c3761e3de2edd607661
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/glib/2.36/glib-%{version}.tar.xz
+# Source0-md5: 2047dff287473450593edecb18f79c17
 Patch0:                %{name}-makefile.patch
-Patch1:                %{name}-am.patch
 URL:           http://www.gtk.org/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake >= 1:1.11
@@ -205,7 +204,6 @@ Bashowe uzupełnianie nazw dla narzędzi gio: gdbus i gsettings.
 %prep
 %setup -q -n glib-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %if %{without apidocs}
 %{__sed} -e '/SUBDIRS/s/docs//' -i Makefile.am
@@ -313,14 +311,12 @@ umask 022
 %attr(755,root,root) %{_libdir}/libgmodule-2.0.so
 %attr(755,root,root) %{_libdir}/libgobject-2.0.so
 %attr(755,root,root) %{_libdir}/libgthread-2.0.so
-%dir %{_libdir}/gdbus-2.0
-%dir %{_libdir}/gdbus-2.0/codegen
-%{_libdir}/gdbus-2.0/codegen/*.py*
 %{_libdir}/glib-2.0
 %{_includedir}/gio-unix-2.0
 %{_includedir}/glib-2.0
+%dir %{_datadir}/glib-2.0/codegen
+%{_datadir}/glib-2.0/codegen/*.py*
 %dir %{_datadir}/glib-2.0/gettext
-%attr(755,root,root) %{_datadir}/glib-2.0/gettext/mkinstalldirs
 %{_datadir}/glib-2.0/gettext/po
 %{_datadir}/glib-2.0/schemas/gschema.dtd
 %{_libdir}/libgio-2.0.la
This page took 0.051583 seconds and 4 git commands to generate.