|
@@ -1,11 +1,11 @@
|
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
Summary: A library of handy utility functions.
|
|
|
Name: glib2
|
|
|
-Version: 2.26.1
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 2.28.0
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: LGPLv2+
|
|
|
Group: System Environment/Libraries
|
|
|
-Source: http://ftp.gnome.org/pub/GNOME/sources/glib/2.26/glib-%{version}.tar.bz2
|
|
|
+Source: http://ftp.gnome.org/pub/GNOME/sources/glib/2.28/glib-%{version}.tar.bz2
|
|
|
Source2: glib2.sh
|
|
|
Source3: glib2.csh
|
|
|
BuildRoot: %{_tmppath}/glib-%{version}-root
|
|
@@ -18,7 +18,7 @@ URL: http://www.gtk.org
|
|
|
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
|
-Packager: Daisuke SUZUKI <daisuke@linux.or.jp>
|
|
|
+Packager: Daisuke SUZUKI <daisuke@linux.or.jp>, Takemikaduchi
|
|
|
|
|
|
%description
|
|
|
GLib is the low-level core library that forms the basis
|
|
@@ -27,7 +27,7 @@ handling for C, portability wrappers, and interfaces for such runtime
|
|
|
functionality as an event loop, threads, dynamic loading, and an
|
|
|
object system.
|
|
|
|
|
|
-This package provides version 2.26 of GLib.
|
|
|
+This package provides version 2.28 of GLib.
|
|
|
|
|
|
%package devel
|
|
|
Summary: Development files for the GLib library
|
|
@@ -39,7 +39,7 @@ Conflicts: glib-devel <= 1.2.8
|
|
|
|
|
|
%description devel
|
|
|
The glib-devel package includes the header files for
|
|
|
-version 2.26 of the GLib library.
|
|
|
+version 2.28 of the GLib library.
|
|
|
|
|
|
|
|
|
## to build compat32 for x86_64 architecture support
|
|
@@ -54,7 +54,7 @@ handling for C, portability wrappers, and interfaces for such runtime
|
|
|
functionality as an event loop, threads, dynamic loading, and an
|
|
|
object system.
|
|
|
|
|
|
-This package provides version 2.26 of GLib.
|
|
|
+This package provides version 2.28 of GLib.
|
|
|
|
|
|
%package -n compat32-%{name}-devel
|
|
|
Summary: Development files for the GLib library
|
|
@@ -65,7 +65,7 @@ Conflicts: glib-devel <= 1.2.8
|
|
|
|
|
|
%description -n compat32-%{name}-devel
|
|
|
The glib-devel package includes the header files for
|
|
|
-version 2.26 of the GLib library.
|
|
|
+version 2.28 of the GLib library.
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n glib-%{version}
|
|
@@ -158,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Feb 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* Fri Dec 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.1-2
|
|
|
- move the following files from glib2-devel to glib2 package
|
|
|
(gdbus, gio-querymodules, glib-compile-schemas, gsettings)
|