Update atk to 1.24.0 release
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 22 Sep 2008 21:53:50 +0000 (17:53 -0400)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 22 Sep 2008 21:53:50 +0000 (17:53 -0400)
atk/atk-1.23.5-mingw.patch [deleted file]
atk/compare.supp
atk/mingw-atk.spec

diff --git a/atk/atk-1.23.5-mingw.patch b/atk/atk-1.23.5-mingw.patch
deleted file mode 100644 (file)
index 6da4129..0000000
+++ /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 = \
index 91efa7d..5f649e7 100644 (file)
@@ -1 +1 @@
-extra patch 'atk-1.23.5-mingw.patch'
+extra patch 'atk-1.24.0-mingw.patch'
index f60bc35..35da21b 100644 (file)
@@ -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 <berrange@redhat.com> - 1.24.0-1
+- Update to 1.24.0 release
+
 * Thu Sep 11 2008 Daniel P. Berrange <berrange@redhat.com> - 1.23.5-2
 - Added dep on pkgconfig and glib2-devel (native)