This commit is contained in:
committed by
Git OBS Bridge
parent
ed3affe1c7
commit
cd663b16a2
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 10:48:21 CET 2008 - sbrabec@suse.cz
|
||||
|
||||
- Use glibc locale for week info with glibc >= 2.7 (bnc#104417).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 10:06:50 CST 2008 - maw@suse.de
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
PreReq: /usr/bin/touch /bin/rm /bin/rmdir
|
||||
Version: 2.12.5
|
||||
Release: 1
|
||||
Release: 4
|
||||
Summary: Library for Creation of Graphical User Interfaces (version 2)
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
|
||||
Source1: SuSEconfig.gtk2
|
||||
@@ -225,11 +225,13 @@ export CFLAGS="$CFLAGS -fstack-protector"
|
||||
%ifarch ppc64
|
||||
export CFLAGS="$CFLAGS -mminimal-toc"
|
||||
%endif
|
||||
# Do not believe glibc first weekday:
|
||||
%if %suse_version <= 1030
|
||||
# Do not believe glibc first weekday for glibc < 2.7:
|
||||
# https://bugzilla.novell.com/show_bug.cgi?id=130787
|
||||
# https://bugzilla.novell.com/show_bug.cgi?id=104417
|
||||
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=2388
|
||||
sed -i /HAVE__NL_TIME_FIRST_WEEKDAY/d config.h.in
|
||||
%endif
|
||||
# needed for gtk+-2.10.6:
|
||||
export CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||
%if %DIRECTFB_SUPPORT
|
||||
@@ -367,6 +369,8 @@ fi
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 29 2008 sbrabec@suse.cz
|
||||
- Use glibc locale for week info with glibc >= 2.7 (bnc#104417).
|
||||
* Wed Jan 23 2008 maw@suse.de
|
||||
- Update to version 2.12.5:
|
||||
+ Bugs (bugzilla.gnome.org) fixed: #494667, #496546, #503824,
|
||||
@@ -439,7 +443,7 @@ fi
|
||||
* Mon Aug 13 2007 federico@novell.com
|
||||
- Removed references to obsolete patches from the SPEC file. Fixes
|
||||
https://bugzilla.novell.com/show_bug.cgi?id=299262
|
||||
* Mon Aug 06 2007 maw@suse.de
|
||||
* Tue Aug 07 2007 maw@suse.de
|
||||
- Split out a -lang subpackage
|
||||
- Use %%fdupes.
|
||||
* Thu Jul 26 2007 maw@suse.de
|
||||
@@ -514,7 +518,7 @@ fi
|
||||
- adding hicolor-icon-theme to Requires [#249043]
|
||||
* Thu Apr 19 2007 sbrabec@suse.cz
|
||||
- Correctly initialize XDG_DATA_DIRS in SuSEconfig (#240603).
|
||||
* Wed Apr 11 2007 maw@suse.de
|
||||
* Thu Apr 12 2007 maw@suse.de
|
||||
- Remove some extraneous comments that were inadvertently left
|
||||
in the .spec.
|
||||
* Tue Apr 10 2007 sbrabec@suse.cz
|
||||
@@ -543,7 +547,7 @@ fi
|
||||
https://bugzilla.novell.com/show_bug.cgi?id=216883. The "Home" and
|
||||
"Desktop" items in the shortcuts pane of the file chooser would not
|
||||
show sometimes in SAVE mode.
|
||||
* Wed Jan 17 2007 maw@suse.de
|
||||
* Thu Jan 18 2007 maw@suse.de
|
||||
- Add gtk2-235661-pixbuf-loader-error-checking.diff (#235661).
|
||||
* Tue Jan 16 2007 sbrabec@suse.cz
|
||||
- Build with correct CFLAGS.
|
||||
@@ -568,7 +572,7 @@ fi
|
||||
- 359053 Reduce relocations
|
||||
- 359052 gtk_print_settings_get_duplex() return wrong
|
||||
value for one of vertical setting
|
||||
* Sat Oct 14 2006 danw@suse.de
|
||||
* Sun Oct 15 2006 danw@suse.de
|
||||
- Remove dead patches
|
||||
- Remove gtk2-179040-file-chooser-location-entry-folder.diff, which
|
||||
never actually worked, but was effectively reverted in CODE10 by
|
||||
@@ -618,7 +622,7 @@ fi
|
||||
* Wed Aug 09 2006 aj@suse.de
|
||||
- Fix lib64 patch to apply.
|
||||
- Fix po files to pass new gettext checks.
|
||||
* Fri Jul 28 2006 gekker@suse.de
|
||||
* Sat Jul 29 2006 gekker@suse.de
|
||||
- Update to version 2.10.1
|
||||
- Remove upstream patchesa
|
||||
- lots of updates in the printing area
|
||||
@@ -689,7 +693,7 @@ fi
|
||||
https://bugzilla.novell.com/show_bug.cgi?id=151580 (about Beagle
|
||||
support) and https://bugzilla.novell.com/show_bug.cgi?id=148896
|
||||
(about not having a highlighted shortcut at startup).
|
||||
* Fri Feb 03 2006 federico@novell.com
|
||||
* Sat Feb 04 2006 federico@novell.com
|
||||
- Added gtk2-117163-cairo-repeat-pattern-workaround.diff as a fix for bug #117163.
|
||||
In this bug, the desktop gets repainted very slowly due to bugs in Cairo and XRENDER.
|
||||
The workaround uses a faster code path in GTK+.
|
||||
@@ -736,7 +740,7 @@ fi
|
||||
* Fri Oct 28 2005 federico@novell.com
|
||||
- Added gtk2-127646-dnd-cursor-offset.diff to fix the position of the default
|
||||
cursor for drag and drop.
|
||||
* Tue Oct 11 2005 gekker@suse.de
|
||||
* Wed Oct 12 2005 gekker@suse.de
|
||||
- Update to version 2.8.6
|
||||
- Fix return of random data
|
||||
* Wed Oct 05 2005 federico@novell.com
|
||||
@@ -776,7 +780,7 @@ fi
|
||||
* Thu Aug 11 2005 gekker@suse.de
|
||||
- Update to version 2.7.5
|
||||
- Remove upstreamed patch
|
||||
* Wed Aug 10 2005 clahey@suse.de
|
||||
* Thu Aug 11 2005 clahey@suse.de
|
||||
- Patch to check for updated icon theme (especially cache) every
|
||||
30 seconds.
|
||||
* Fri Aug 05 2005 sbrabec@suse.cz
|
||||
@@ -803,7 +807,7 @@ fi
|
||||
- Fix sentinel patch to work with new version of glib2.
|
||||
* Wed Jun 01 2005 sbrabec@suse.cz
|
||||
- Use current name for XFree86-devel in Requires (#54136).
|
||||
* Mon May 02 2005 gekker@suse.de
|
||||
* Tue May 03 2005 gekker@suse.de
|
||||
- Fix crasher in gtktextview (380).
|
||||
* Mon Apr 04 2005 aj@suse.de
|
||||
- Disable visibility to build with GCC4. This should be
|
||||
@@ -845,7 +849,7 @@ fi
|
||||
- Added work-around for GTK_PATH bi-arch problems (#45386).
|
||||
* Mon Sep 06 2004 meissner@suse.de
|
||||
- Added ico overflow security patch, CAN-2004-0788.
|
||||
* Tue Aug 31 2004 dave@suse.de
|
||||
* Wed Sep 01 2004 dave@suse.de
|
||||
- Added gtk2-cancel-rename.patch, ximian #59669
|
||||
* Fri Aug 27 2004 federico@ximian.com
|
||||
- Removed stray g_print() from gtk-xpm-secfix.dif; normalized the patch
|
||||
@@ -857,7 +861,7 @@ fi
|
||||
CAN-2004-0782, CAN-2004-0783.
|
||||
* Wed Aug 04 2004 clahey@suse.de
|
||||
- Added gtk2-esc-closes.patch from Federico.
|
||||
* Fri Jun 04 2004 clahey@suse.de
|
||||
* Sat Jun 05 2004 clahey@suse.de
|
||||
- Fixed filesel patch to just go directly to Desktop.
|
||||
* Tue Apr 27 2004 sbrabec@suse.cz
|
||||
- Fixed gtk64.patch.
|
||||
|
||||
Reference in New Issue
Block a user