Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2678 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 years ago
parent
commit
717500382a
2 changed files with 17 additions and 11 deletions
  1. 11 8
      g/glib2/glib2-vl.spec
  2. 6 3
      g/gtk2/gtk2-vl.spec

+ 11 - 8
g/glib2/glib2-vl.spec

@@ -1,11 +1,11 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 Summary: A library of handy utility functions.
 Summary: A library of handy utility functions.
 Name: glib2
 Name: glib2
-Version: 2.26.1
-Release: 2%{?_dist_release}
+Version: 2.28.0
+Release: 1%{?_dist_release}
 License: LGPLv2+
 License: LGPLv2+
 Group: System Environment/Libraries
 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
 Source2: glib2.sh
 Source3: glib2.csh
 Source3: glib2.csh
 BuildRoot: %{_tmppath}/glib-%{version}-root
 BuildRoot: %{_tmppath}/glib-%{version}-root
@@ -18,7 +18,7 @@ URL: http://www.gtk.org
 
 
 Vendor: Project Vine
 Vendor: Project Vine
 Distribution: Vine Linux
 Distribution: Vine Linux
-Packager: Daisuke SUZUKI <daisuke@linux.or.jp>
+Packager: Daisuke SUZUKI <daisuke@linux.or.jp>, Takemikaduchi
 
 
 %description 
 %description 
 GLib is the low-level core library that forms the basis
 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
 functionality as an event loop, threads, dynamic loading, and an
 object system.
 object system.
 
 
-This package provides version 2.26 of GLib.
+This package provides version 2.28 of GLib.
 
 
 %package devel
 %package devel
 Summary: Development files for the GLib library
 Summary: Development files for the GLib library
@@ -39,7 +39,7 @@ Conflicts: glib-devel <= 1.2.8
 
 
 %description devel
 %description devel
 The glib-devel package includes the header files for 
 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
 ## 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
 functionality as an event loop, threads, dynamic loading, and an
 object system.
 object system.
 
 
-This package provides version 2.26 of GLib.
+This package provides version 2.28 of GLib.
 
 
 %package -n compat32-%{name}-devel
 %package -n compat32-%{name}-devel
 Summary: Development files for the GLib library
 Summary: Development files for the GLib library
@@ -65,7 +65,7 @@ Conflicts: glib-devel <= 1.2.8
 
 
 %description -n compat32-%{name}-devel
 %description -n compat32-%{name}-devel
 The glib-devel package includes the header files for 
 The glib-devel package includes the header files for 
-version 2.26 of the GLib library. 
+version 2.28 of the GLib library. 
 
 
 %prep
 %prep
 %setup -q -n glib-%{version}
 %setup -q -n glib-%{version}
@@ -158,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 %endif
 
 
 %changelog
 %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
 * 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
 - move the following files from glib2-devel to glib2 package
    (gdbus, gio-querymodules, glib-compile-schemas, gsettings)
    (gdbus, gio-querymodules, glib-compile-schemas, gsettings)

+ 6 - 3
g/gtk2/gtk2-vl.spec

@@ -1,6 +1,6 @@
 # Note that this is NOT a relocatable package
 # Note that this is NOT a relocatable package
 
 
-%define glib2_base_version 2.26.0
+%define glib2_base_version 2.28.0
 %define glib2_version %{glib2_base_version}-1
 %define glib2_version %{glib2_base_version}-1
 %define pango_base_version 1.28.3
 %define pango_base_version 1.28.3
 %define pango_version %{pango_base_version}-1
 %define pango_version %{pango_base_version}-1
@@ -12,7 +12,7 @@
 %define gdkpixbuf2_version %{gdkpixbuf2_base_version}-1
 %define gdkpixbuf2_version %{gdkpixbuf2_base_version}-1
 %define gobject_introspection_version 0.9.8
 %define gobject_introspection_version 0.9.8
 
 
-%define base_version 2.22.1
+%define base_version 2.24.0
 %define bin_version 2.10.0
 %define bin_version 2.10.0
 
 
 # biarch support
 # biarch support
@@ -86,7 +86,7 @@ Requires: libXrandr >= 1.3.0
 
 
 Vendor: Project Vine
 Vendor: Project Vine
 Distribution: Vine Linux
 Distribution: Vine Linux
-Packager: daisuke
+Packager: daisuke, Takemikaduchi
 
 
 
 
 %description
 %description
@@ -325,6 +325,9 @@ fi
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Sat Feb 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.0-1
+- new upstream release
+
 * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.1-1
 * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.1-1
 - new upstream release
 - new upstream release