OBS User unknown 2009-03-11 15:36:39 +00:00 committed by Git OBS Bridge
parent 67b9021d4a
commit 9e7fda8931
4 changed files with 45 additions and 8 deletions

3
glib-2.19.10.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e983003805c9a14ae40eead9b54de5e17d78a05f18295d495d9e6319992c5cea
size 4937424

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14c3128836a959b4f3dfe9cbf830de64ef9aff2e56308b1f6e5bbe97445b3ea2
size 4899747

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Mar 6 02:54:11 CET 2009 - vuntz@novell.com
- Update to version 2.19.10:
+ GMarkup:
- Considerable speedup
+ GIO:
- Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
the destination of a copying operation as if it did not exit
before.
- Be more careful when classifying files as desktop files
- Support desktop file key X-GIO-NoFuse which disables the use
of fuse pathnames for %u and %U arguments
+ Bugs fixed: bgo#572672, bgo#572464, bgo#572151, bgo#570501,
bgo#167569, bgo#572508, bgo#560564, bgo#549298, bgo#543183,
bgo#540461, bgo#573462, bgo#573421, bgo#573658, bgo#556706,
bgo#573527, bgo#573128,
+ Updated translations:
- Remove -fno-strict-aliasing from CFLAGS.
- Use makeinstall.
-------------------------------------------------------------------
Thu Feb 19 03:39:05 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package glib2 (Version 2.19.8)
# spec file for package glib2 (Version 2.19.10)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -36,7 +36,7 @@ AutoReqProv: on
Obsoletes: glib2-64bit
%endif
#
Version: 2.19.8
Version: 2.19.10
Release: 1
Summary: A Library with Convenient Functions Written in C
Url: http://www.gtk.org/
@ -400,8 +400,6 @@ fi
%build
autoreconf -fiv
# needed for glib-2.12.4:
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
--enable-static \
%if %suse_version > 1100
@ -415,7 +413,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
# %{__make} %{?jobs:-j%jobs} check
%install
make install DESTDIR=$RPM_BUILD_ROOT
%makeinstall
mkdir -p $RPM_BUILD_ROOT/etc/profile.d
install -D -m0644 glib2.sh $RPM_BUILD_ROOT/etc/profile.d/zzz-glib2.sh
install -D -m0644 glib2.csh $RPM_BUILD_ROOT/etc/profile.d/zzz-glib2.csh
@ -530,6 +528,24 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/gtk-doc/html
%changelog
* Fri Mar 06 2009 vuntz@novell.com
- Update to version 2.19.10:
+ GMarkup:
- Considerable speedup
+ GIO:
- Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
the destination of a copying operation as if it did not exit
before.
- Be more careful when classifying files as desktop files
- Support desktop file key X-GIO-NoFuse which disables the use
of fuse pathnames for %%u and %%U arguments
+ Bugs fixed: bgo#572672, bgo#572464, bgo#572151, bgo#570501,
bgo#167569, bgo#572508, bgo#560564, bgo#549298, bgo#543183,
bgo#540461, bgo#573462, bgo#573421, bgo#573658, bgo#556706,
bgo#573527, bgo#573128,
+ Updated translations:
- Remove -fno-strict-aliasing from CFLAGS.
- Use makeinstall.
* Thu Feb 19 2009 vuntz@novell.com
- Review changes.
* Wed Feb 18 2009 lmedinas@gmail.com