Accepting request 24309 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 24309 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/24309 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=58
This commit is contained in:
parent
3b40ae9647
commit
dc1670c23e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4898d340c830a5903115412ec5b95eb03b410efdfb1c5316d36f12f8be85577d
|
||||
size 5476114
|
3
glib-2.22.2.tar.bz2
Normal file
3
glib-2.22.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4a41d02fc2d3f5effa1fc3466918e0b3ab60e9eb0a08139b997f2649cbacca3
|
||||
size 5490926
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 17:43:50 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.22.2:
|
||||
+ GIO:
|
||||
- Support case-sensitive globs in the shared mime database,
|
||||
including support for the newer cache format that allows
|
||||
these.
|
||||
+ GObject:
|
||||
- Speed up creation of simple objects
|
||||
+ Bugs fixed:
|
||||
- bgo#597194: Typo in _G_TYPE_CVH macro
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 27 17:27:47 CET 2009 - sbrabec@suse.cz
|
||||
|
||||
- Added support for translation-update-upstream (FATE#301344).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 10:17:15 CEST 2009 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package glib2 (Version 2.22.1)
|
||||
# spec file for package glib2 (Version 2.22.2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -25,6 +25,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: translation-update-upstream
|
||||
%if %suse_version > 1100
|
||||
BuildRequires: libselinux-devel
|
||||
%endif
|
||||
@ -36,7 +37,7 @@ AutoReqProv: on
|
||||
Obsoletes: glib2-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 2.22.1
|
||||
Version: 2.22.2
|
||||
Release: 1
|
||||
Summary: A Library with Convenient Functions Written in C
|
||||
Url: http://www.gtk.org/
|
||||
@ -213,6 +214,7 @@ to a C programmer and is used by Gtk+ and GNOME.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
translation-update-upstream
|
||||
%patch0
|
||||
%patch1
|
||||
%patch8
|
||||
|
Loading…
Reference in New Issue
Block a user