This commit is contained in:
parent
cace596614
commit
c1ad6a5cd4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6fb4269a187bee6f7825c358fd6f0e0e99e6ad71f7f995ddcbfe9466ec8f6631
|
|
||||||
size 4956969
|
|
3
glib-2.20.1.tar.bz2
Normal file
3
glib-2.20.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5bade2d900514cf00fb5131c2f42b697bc3cb6ce7b3c5579bc43de8f19d4af59
|
||||||
|
size 5000484
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 11 23:34:21 CEST 2009 - mboman@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.20.1:
|
||||||
|
+ bgo#575555 Use fsync() when replacing files to avoid data loss
|
||||||
|
+ bgo#575708 runaway inotify madness
|
||||||
|
+ bgo#575270 GVolumeMonitor::mount-pre-unmount not being emitted
|
||||||
|
+ bgo#577128 glib make check Failed to execute child process...
|
||||||
|
+ bgo#573673 Always show "backup" directories
|
||||||
|
+ bgo#578369 g_time_val_from_iso8601() parses timezones
|
||||||
|
incorrectly
|
||||||
|
+ bgo#578002 Fix a small typo in GFile docs
|
||||||
|
+ bgo#578017 G_DEFINE_TYPE_EXTENDED docs
|
||||||
|
+ Translation updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 14 00:55:21 CET 2009 - mboman@suse.de
|
Sat Mar 14 00:55:21 CET 2009 - mboman@suse.de
|
||||||
|
|
||||||
|
36
glib2.spec
36
glib2.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glib2 (Version 2.20.0)
|
# spec file for package glib2 (Version 2.20.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -36,7 +36,7 @@ AutoReqProv: on
|
|||||||
Obsoletes: glib2-64bit
|
Obsoletes: glib2-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 2.20.0
|
Version: 2.20.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A Library with Convenient Functions Written in C
|
Summary: A Library with Convenient Functions Written in C
|
||||||
Url: http://www.gtk.org/
|
Url: http://www.gtk.org/
|
||||||
@ -525,6 +525,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_datadir}/gtk-doc/html
|
%dir %{_datadir}/gtk-doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 11 2009 mboman@suse.de
|
||||||
|
- Update to version 2.20.1:
|
||||||
|
+ bgo#575555 Use fsync() when replacing files to avoid data loss
|
||||||
|
+ bgo#575708 runaway inotify madness
|
||||||
|
+ bgo#575270 GVolumeMonitor::mount-pre-unmount not being emitted
|
||||||
|
+ bgo#577128 glib make check Failed to execute child process...
|
||||||
|
+ bgo#573673 Always show "backup" directories
|
||||||
|
+ bgo#578369 g_time_val_from_iso8601() parses timezones
|
||||||
|
incorrectly
|
||||||
|
+ bgo#578002 Fix a small typo in GFile docs
|
||||||
|
+ bgo#578017 G_DEFINE_TYPE_EXTENDED docs
|
||||||
|
+ Translation updates
|
||||||
* Sat Mar 14 2009 mboman@suse.de
|
* Sat Mar 14 2009 mboman@suse.de
|
||||||
- Update to version 2.20.0:
|
- Update to version 2.20.0:
|
||||||
+ Base64 support: Avoid integer overflows. CVE-2008-4316
|
+ Base64 support: Avoid integer overflows. CVE-2008-4316
|
||||||
@ -603,7 +615,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
count == -1
|
count == -1
|
||||||
* bgo#568575 _async functions for GDataInputStream
|
* bgo#568575 _async functions for GDataInputStream
|
||||||
+ Translation updates
|
+ Translation updates
|
||||||
* Sat Jan 31 2009 vuntz@novell.com
|
* Sun Feb 01 2009 vuntz@novell.com
|
||||||
- Split glib2-fate300461-desktop-gettext.patch in two patches:
|
- Split glib2-fate300461-desktop-gettext.patch in two patches:
|
||||||
+ glib2-bgo569829-gettext-gkeyfile.patch: this is the part that
|
+ glib2-bgo569829-gettext-gkeyfile.patch: this is the part that
|
||||||
is being discussed upstream.
|
is being discussed upstream.
|
||||||
@ -714,7 +726,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
* Mon Oct 06 2008 sbrabec@suse.cz
|
* Mon Oct 06 2008 sbrabec@suse.cz
|
||||||
- Conflict with other branding providers (FATE#304881).
|
- Conflict with other branding providers (FATE#304881).
|
||||||
* Sun Sep 28 2008 ro@suse.de
|
* Mon Sep 29 2008 ro@suse.de
|
||||||
- add gcc-c++ to buildreqires to work around libtool problem
|
- add gcc-c++ to buildreqires to work around libtool problem
|
||||||
* Fri Sep 19 2008 maw@suse.de
|
* Fri Sep 19 2008 maw@suse.de
|
||||||
- Update to version 2.18.1:
|
- Update to version 2.18.1:
|
||||||
@ -766,7 +778,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
bgo#544177, bgo#545395, bgo#541036, bgo#546079, bgo#545395,
|
bgo#544177, bgo#545395, bgo#541036, bgo#546079, bgo#545395,
|
||||||
and bgo#546017
|
and bgo#546017
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
* Thu Jul 31 2008 maw@suse.de
|
* Fri Aug 01 2008 maw@suse.de
|
||||||
- Update to version 2.17.4:
|
- Update to version 2.17.4:
|
||||||
+ GIO:
|
+ GIO:
|
||||||
* New API to handle content types: g_mount_guess_content_type,
|
* New API to handle content types: g_mount_guess_content_type,
|
||||||
@ -804,7 +816,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
resulting in misleading libglitz.la related build failures.
|
resulting in misleading libglitz.la related build failures.
|
||||||
- run make check, so that the next time the aforementioned problem
|
- run make check, so that the next time the aforementioned problem
|
||||||
is caught before it causes further problems.
|
is caught before it causes further problems.
|
||||||
* Wed Jul 16 2008 maw@suse.de
|
* Thu Jul 17 2008 maw@suse.de
|
||||||
- Update to version 2.17.3:
|
- Update to version 2.17.3:
|
||||||
+ Bugs fixed: bgo#538119, bgo#537635, bgo#539067, bgo#535949,
|
+ Bugs fixed: bgo#538119, bgo#537635, bgo#539067, bgo#535949,
|
||||||
bgo#539123, bgo#539074, bgo#316221, bgo#539770, bgo#539626,
|
bgo#539123, bgo#539074, bgo#316221, bgo#539770, bgo#539626,
|
||||||
@ -901,7 +913,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Mon Apr 14 2008 sbrabec@suse.cz
|
* Mon Apr 14 2008 sbrabec@suse.cz
|
||||||
- Use packageand form of branding supplement and removed self
|
- Use packageand form of branding supplement and removed self
|
||||||
conflict.
|
conflict.
|
||||||
* Fri Apr 11 2008 maw@suse.de
|
* Sat Apr 12 2008 maw@suse.de
|
||||||
- Tag glib2-libtool.diff, which was added in the previous
|
- Tag glib2-libtool.diff, which was added in the previous
|
||||||
submission.
|
submission.
|
||||||
* Fri Apr 11 2008 schwab@suse.de
|
* Fri Apr 11 2008 schwab@suse.de
|
||||||
@ -1106,7 +1118,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
+ Bugs (bugzilla.gnome.org) fixed: #453998, #462549, and
|
+ Bugs (bugzilla.gnome.org) fixed: #453998, #462549, and
|
||||||
[#417068]
|
[#417068]
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
* Fri Aug 24 2007 maw@suse.de
|
* Sat Aug 25 2007 maw@suse.de
|
||||||
- Update glib-casts.patch to fix g_array_index on ia64.
|
- Update glib-casts.patch to fix g_array_index on ia64.
|
||||||
* Thu Aug 09 2007 sbrabec@suse.cz
|
* Thu Aug 09 2007 sbrabec@suse.cz
|
||||||
- Removed gtk-doc from BuildRequires and included required
|
- Removed gtk-doc from BuildRequires and included required
|
||||||
@ -1264,7 +1276,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Thu Dec 07 2006 sbrabec@suse.cz
|
* Thu Dec 07 2006 sbrabec@suse.cz
|
||||||
- Prefix changed to /usr.
|
- Prefix changed to /usr.
|
||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
* Thu Nov 02 2006 jhargadon@suse.de
|
* Fri Nov 03 2006 jhargadon@suse.de
|
||||||
- added a patch to m4macros/glib-gettext.m4 so that the build
|
- added a patch to m4macros/glib-gettext.m4 so that the build
|
||||||
variables expand properly.
|
variables expand properly.
|
||||||
* Mon Oct 02 2006 jhargadon@suse.de
|
* Mon Oct 02 2006 jhargadon@suse.de
|
||||||
@ -1362,7 +1374,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Update to version 2.7.2
|
- Update to version 2.7.2
|
||||||
* Thu Jun 23 2005 sbrabec@suse.cz
|
* Thu Jun 23 2005 sbrabec@suse.cz
|
||||||
- Fixed devel dependencies.
|
- Fixed devel dependencies.
|
||||||
* Thu Jun 16 2005 gekker@suse.de
|
* Fri Jun 17 2005 gekker@suse.de
|
||||||
- Update to version 2.7.0.
|
- Update to version 2.7.0.
|
||||||
- Fix SENTINEL patch to work with upstream version.
|
- Fix SENTINEL patch to work with upstream version.
|
||||||
* Tue Jun 07 2005 gekker@suse.de
|
* Tue Jun 07 2005 gekker@suse.de
|
||||||
@ -1380,7 +1392,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Updated to version 2.6.3.
|
- Updated to version 2.6.3.
|
||||||
* Mon Feb 07 2005 sbrabec@suse.cz
|
* Mon Feb 07 2005 sbrabec@suse.cz
|
||||||
- Updated to version 2.6.2.
|
- Updated to version 2.6.2.
|
||||||
* Wed Jan 19 2005 meissner@suse.de
|
* Thu Jan 20 2005 meissner@suse.de
|
||||||
- define G_GNUC_SENTINEL for gcc >= 4
|
- define G_GNUC_SENTINEL for gcc >= 4
|
||||||
- specify G_GNUC_SENTINEL where applicable.
|
- specify G_GNUC_SENTINEL where applicable.
|
||||||
* Sun Jan 16 2005 clahey@suse.de
|
* Sun Jan 16 2005 clahey@suse.de
|
||||||
@ -1394,7 +1406,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Remove the no-no patch, as it is upstreamed.
|
- Remove the no-no patch, as it is upstreamed.
|
||||||
* Tue Nov 16 2004 clahey@suse.de
|
* Tue Nov 16 2004 clahey@suse.de
|
||||||
- Update to glib 2.5.6.
|
- Update to glib 2.5.6.
|
||||||
* Mon Oct 18 2004 ro@suse.de
|
* Tue Oct 19 2004 ro@suse.de
|
||||||
- remove no locale support: nb is already there
|
- remove no locale support: nb is already there
|
||||||
* Tue Oct 12 2004 sbrabec@suse.cz
|
* Tue Oct 12 2004 sbrabec@suse.cz
|
||||||
- Require gnome-filesystem (#47068).
|
- Require gnome-filesystem (#47068).
|
||||||
|
Loading…
Reference in New Issue
Block a user