From 62ccd829450c81596db9669a7ebf4525ed0a2932 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Update atk to 1.24.0 release --- atk/atk-1.23.5-mingw.patch | 24 ------------------------ atk/compare.supp | 2 +- atk/mingw-atk.spec | 11 ++++++----- 3 files changed, 7 insertions(+), 30 deletions(-) delete mode 100644 atk/atk-1.23.5-mingw.patch diff --git a/atk/atk-1.23.5-mingw.patch b/atk/atk-1.23.5-mingw.patch deleted file mode 100644 index 6da4129..0000000 --- a/atk/atk-1.23.5-mingw.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -rup atk-1.23.5/atk/Makefile.am atk-1.23.5-new/atk/Makefile.am ---- atk-1.23.5/atk/Makefile.am 2008-07-21 02:49:43.000000000 -0400 -+++ atk-1.23.5-new/atk/Makefile.am 2008-09-09 11:25:26.000000000 -0400 -@@ -139,7 +139,7 @@ s-enum-types-c: @REBUILD@ $(atk_headers) - if OS_WIN32 - atk_def = atk.def - libatk_1_0_la_LDFLAGS += -export-symbols $(srcdir)/atk.def -no-undefined -Wl,atk-win32-res.o --libatk_1_0_la_DEPENDENCIES = atk-win32-res.o -+libatk_1_0_la_DEPENDENCIES = atk-win32-res.o atk.def - - install-def-file: - $(INSTALL) $(srcdir)/atk.def $(DESTDIR)$(libdir)/atk-1.0.def -diff -rup atk-1.23.5/atk/Makefile.in atk-1.23.5-new/atk/Makefile.in ---- atk-1.23.5/atk/Makefile.in 2008-07-21 02:50:09.000000000 -0400 -+++ atk-1.23.5-new/atk/Makefile.in 2008-09-09 11:25:31.000000000 -0400 -@@ -334,7 +334,7 @@ BUILT_SOURCES = atkmarshal.h atkmarshal. - - # ---------- Win32 stuff ---------- - @OS_WIN32_TRUE@atk_def = atk.def --@OS_WIN32_TRUE@libatk_1_0_la_DEPENDENCIES = atk-win32-res.o -+@OS_WIN32_TRUE@libatk_1_0_la_DEPENDENCIES = atk-win32-res.o atk.def - @MS_LIB_AVAILABLE_TRUE@noinst_DATA = atk-$(ATK_API_VERSION).lib - EXTRA_DIST = atk.symbols atk.rc.in atkmarshal.list atkintl.h - DISTCLEANFILES = \ diff --git a/atk/compare.supp b/atk/compare.supp index 91efa7d..5f649e7 100644 --- a/atk/compare.supp +++ b/atk/compare.supp @@ -1 +1 @@ -extra patch 'atk-1.23.5-mingw.patch' +extra patch 'atk-1.24.0-mingw.patch' diff --git a/atk/mingw-atk.spec b/atk/mingw-atk.spec index f60bc35..35da21b 100644 --- a/atk/mingw-atk.spec +++ b/atk/mingw-atk.spec @@ -5,16 +5,15 @@ %define __find_provides %{_mingw_findprovides} Name: mingw-atk -Version: 1.23.5 -Release: 2%{?dist} +Version: 1.24.0 +Release: 1%{?dist} Summary: MinGW Windows Atk library License: LGPLv2+ Group: Development/Libraries URL: http://developer.gnome.org/projects/gap/ -Source: http://download.gnome.org/sources/atk/1.23/atk-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/atk/1.24/atk-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch1: atk-%{version}-mingw.patch BuildArch: noarch @@ -36,7 +35,6 @@ MinGW Windows Atk library. %prep %setup -q -n atk-%{version} -%patch1 -p1 %build %{_mingw_configure} @@ -66,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %{_mingw_datadir}/locale/*/LC_MESSAGES/atk10.mo %changelog +* Mon Sep 22 2008 Daniel P. Berrange - 1.24.0-1 +- Update to 1.24.0 release + * Thu Sep 11 2008 Daniel P. Berrange - 1.23.5-2 - Added dep on pkgconfig and glib2-devel (native) -- 1.8.3.1