2019-08-28 00:08:04 +00:00
|
|
|
%{?mingw_package_header}
|
2012-03-10 16:57:37 +00:00
|
|
|
|
2012-03-06 20:16:22 +00:00
|
|
|
Name: mingw-pixman
|
2024-01-10 12:22:21 +00:00
|
|
|
Version: 0.43.0
|
2024-01-21 07:55:13 +00:00
|
|
|
Release: 2%{?dist}
|
2009-01-30 11:48:10 +00:00
|
|
|
Summary: MinGW Windows Pixman library
|
|
|
|
|
|
|
|
License: MIT
|
2009-08-12 22:31:15 +00:00
|
|
|
URL: http://cgit.freedesktop.org/pixman/
|
2009-01-30 11:48:10 +00:00
|
|
|
|
2016-05-03 14:34:41 +00:00
|
|
|
Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz
|
2009-01-30 11:48:10 +00:00
|
|
|
Source1: make-pixman-snapshot.sh
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
2012-03-10 16:57:37 +00:00
|
|
|
BuildRequires: mingw32-filesystem >= 95
|
2009-01-30 11:48:10 +00:00
|
|
|
BuildRequires: mingw32-gcc
|
|
|
|
BuildRequires: mingw32-binutils
|
2019-08-28 00:08:04 +00:00
|
|
|
BuildRequires: mingw32-libgomp
|
2012-03-10 16:57:37 +00:00
|
|
|
|
|
|
|
BuildRequires: mingw64-filesystem >= 95
|
|
|
|
BuildRequires: mingw64-gcc
|
|
|
|
BuildRequires: mingw64-binutils
|
2019-08-28 00:08:04 +00:00
|
|
|
BuildRequires: mingw64-libgomp
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: meson
|
2012-03-10 16:57:37 +00:00
|
|
|
|
2009-01-30 11:48:10 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
MinGW Windows Pixman library.
|
|
|
|
|
|
|
|
|
2012-03-10 16:57:37 +00:00
|
|
|
# Win32
|
2012-03-06 20:16:22 +00:00
|
|
|
%package -n mingw32-pixman
|
|
|
|
Summary: MinGW Windows Pixman library
|
|
|
|
|
|
|
|
%description -n mingw32-pixman
|
|
|
|
MinGW Windows Pixman library.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n mingw32-pixman-static
|
2009-04-14 19:30:36 +00:00
|
|
|
Summary: Static version of the MinGW Windows Pixman library
|
2012-03-06 20:16:22 +00:00
|
|
|
Requires: mingw32-pixman = %{version}-%{release}
|
2009-04-14 19:30:36 +00:00
|
|
|
|
2012-03-06 20:16:22 +00:00
|
|
|
%description -n mingw32-pixman-static
|
2009-04-14 19:30:36 +00:00
|
|
|
Static version of the MinGW Windows Pixman library.
|
|
|
|
|
2012-03-10 16:57:37 +00:00
|
|
|
# Win64
|
|
|
|
%package -n mingw64-pixman
|
|
|
|
Summary: MinGW Windows Pixman library
|
|
|
|
|
|
|
|
%description -n mingw64-pixman
|
|
|
|
MinGW Windows Pixman library.
|
|
|
|
|
|
|
|
%package -n mingw64-pixman-static
|
|
|
|
Summary: Static version of the cross compiled Pixman library
|
|
|
|
Requires: mingw64-pixman = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n mingw64-pixman-static
|
|
|
|
Static version of the cross compiled Pixman library.
|
2009-04-14 19:30:36 +00:00
|
|
|
|
2012-03-10 16:57:37 +00:00
|
|
|
|
2019-08-28 00:08:04 +00:00
|
|
|
%{?mingw_debug_package}
|
2009-08-12 22:50:52 +00:00
|
|
|
|
|
|
|
|
2009-01-30 11:48:10 +00:00
|
|
|
%prep
|
2019-08-28 00:08:04 +00:00
|
|
|
%autosetup -p1 -n pixman-%{version}
|
2009-01-30 11:48:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-08-28 00:08:04 +00:00
|
|
|
# Uses GTK for its testsuite, so disable this otherwise we have a chicken & egg problem on mingw
|
|
|
|
%mingw_meson --default-library=both -Dgtk=disabled
|
|
|
|
%mingw_ninja
|
2009-01-30 11:48:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-08-28 00:08:04 +00:00
|
|
|
%mingw_ninja_install
|
2009-01-30 11:48:10 +00:00
|
|
|
|
|
|
|
|
2012-03-10 16:57:37 +00:00
|
|
|
# Win32
|
2012-03-06 20:16:22 +00:00
|
|
|
%files -n mingw32-pixman
|
2015-08-23 09:28:54 +00:00
|
|
|
%license COPYING
|
2012-03-06 20:16:45 +00:00
|
|
|
%{mingw32_bindir}/libpixman-1-0.dll
|
|
|
|
%{mingw32_includedir}/pixman-1
|
|
|
|
%{mingw32_libdir}/libpixman-1.dll.a
|
|
|
|
%{mingw32_libdir}/pkgconfig/pixman-1.pc
|
2009-01-30 11:48:10 +00:00
|
|
|
|
2012-03-06 20:16:22 +00:00
|
|
|
%files -n mingw32-pixman-static
|
2012-03-06 20:16:45 +00:00
|
|
|
%{mingw32_libdir}/libpixman-1.a
|
2009-04-14 19:30:36 +00:00
|
|
|
|
2012-03-10 16:57:37 +00:00
|
|
|
# Win64
|
|
|
|
%files -n mingw64-pixman
|
2015-08-23 09:28:54 +00:00
|
|
|
%license COPYING
|
2012-03-10 16:57:37 +00:00
|
|
|
%{mingw64_bindir}/libpixman-1-0.dll
|
|
|
|
%{mingw64_includedir}/pixman-1
|
|
|
|
%{mingw64_libdir}/libpixman-1.dll.a
|
|
|
|
%{mingw64_libdir}/pkgconfig/pixman-1.pc
|
|
|
|
|
|
|
|
%files -n mingw64-pixman-static
|
|
|
|
%{mingw64_libdir}/libpixman-1.a
|
|
|
|
|
2009-04-14 19:30:36 +00:00
|
|
|
|
2009-01-30 11:48:10 +00:00
|
|
|
%changelog
|
2024-01-21 07:55:13 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.43.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-10 12:22:21 +00:00
|
|
|
* Wed Jan 10 2024 Sandro Mani <manisandro@gmail.com> - 0.43.0-1
|
|
|
|
- Update to 0.43.0
|
|
|
|
|
2023-07-20 14:56:47 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.42.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-19 19:58:41 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.42.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-11-04 10:27:39 +00:00
|
|
|
* Fri Nov 04 2022 Sandro Mani <manisandro@gmail.com> - 0.42.2-1
|
|
|
|
- Update to 0.42.2
|
|
|
|
|
2022-07-21 21:34:56 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-03-25 13:35:54 +00:00
|
|
|
* Fri Mar 25 2022 Sandro Mani <manisandro@gmail.com> - 0.40.0-6
|
|
|
|
- Rebuild with mingw-gcc-12
|
|
|
|
|
2022-01-20 19:42:57 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 14:44:39 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 20:12:50 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 07:52:07 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-04-21 09:53:57 +00:00
|
|
|
* Tue Apr 21 2020 Sandro Mani <manisandro@gmail.com> - 0.40.0-1
|
|
|
|
- Update to 0.40.0
|
|
|
|
|
2020-01-29 13:19:39 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-10-08 16:58:35 +00:00
|
|
|
* Tue Oct 08 2019 Sandro Mani <manisandro@gmail.com> - 0.38.4-2
|
|
|
|
- Rebuild (Changes/Mingw32GccDwarf2)
|
|
|
|
|
2019-09-16 09:50:07 +00:00
|
|
|
* Mon Sep 16 2019 Sandro Mani <manisandro@gmail.com> - 0.38.4-1
|
|
|
|
- Update to 0.38.4
|
|
|
|
|
2019-08-28 00:08:04 +00:00
|
|
|
* Wed Aug 28 2019 Sandro Mani <manisandro@gmail.com> - 0.38.0-1
|
|
|
|
- Update to 0.38.0
|
|
|
|
|
2019-07-25 17:02:21 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 10:48:29 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 10:34:36 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-08 02:28:19 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-26 21:46:12 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 21:16:29 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-05-03 14:34:41 +00:00
|
|
|
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 0.34.0-1
|
|
|
|
- Update to 0.34.0
|
|
|
|
|
2016-02-04 08:20:12 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.33.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-08-23 09:28:32 +00:00
|
|
|
* Sat Aug 22 2015 Kalev Lember <klember@redhat.com> - 0.33.2-1
|
|
|
|
- Update to 0.33.2
|
2015-08-23 09:28:54 +00:00
|
|
|
- Use license macro for COPYING files
|
2015-08-23 09:28:32 +00:00
|
|
|
|
2015-06-17 20:32:21 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-10-14 19:35:56 +00:00
|
|
|
* Tue Oct 14 2014 Kalev Lember <kalevlember@gmail.com> - 0.32.6-1
|
|
|
|
- Update to 0.32.6
|
|
|
|
|
2014-06-07 10:07:37 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-29 18:19:43 +00:00
|
|
|
* Sat Mar 29 2014 Kalev Lember <kalevlember@gmail.com> - 0.32.0-1
|
|
|
|
- Update to 0.32.0
|
|
|
|
|
2013-09-04 17:14:10 +00:00
|
|
|
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 0.30.0-4
|
|
|
|
- Disable SSE2 (fdo#68300)
|
|
|
|
|
2013-08-03 10:59:14 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-15 17:50:06 +00:00
|
|
|
* Sat Jun 15 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.30.0-2
|
|
|
|
- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries
|
|
|
|
|
2013-05-14 21:11:57 +00:00
|
|
|
* Tue May 14 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.30.0-1
|
|
|
|
- Update to 0.30.0
|
|
|
|
|
2013-02-14 07:09:54 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-21 23:00:05 +00:00
|
|
|
* Thu Nov 22 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.28.0-1
|
|
|
|
- Update to 0.28.0
|
|
|
|
|
2012-11-21 22:44:35 +00:00
|
|
|
* Wed Nov 21 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.26.2-1
|
|
|
|
- Update to 0.26.2
|
|
|
|
|
2012-07-20 01:45:14 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-10 16:57:37 +00:00
|
|
|
* Sat Mar 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.24.4-3
|
|
|
|
- Added win64 support
|
|
|
|
- Dropped unneeded BR: mingw32-dlfcn
|
|
|
|
|
2012-03-06 20:16:22 +00:00
|
|
|
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 0.24.4-2
|
|
|
|
- Renamed the source package to mingw-pixman (#800445)
|
2012-03-06 20:16:45 +00:00
|
|
|
- Use mingw macros without leading underscore
|
2012-03-06 20:16:22 +00:00
|
|
|
|
2012-02-28 12:38:00 +00:00
|
|
|
* Tue Feb 28 2012 Kalev Lember <kalevlember@gmail.com> - 0.24.4-1
|
|
|
|
- Update to 0.24.4
|
|
|
|
- Remove .la files
|
|
|
|
|
2012-02-27 19:31:02 +00:00
|
|
|
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.24.2-2
|
|
|
|
- Rebuild against the mingw-w64 toolchain
|
|
|
|
|
2012-02-01 19:13:38 +00:00
|
|
|
* Wed Feb 01 2012 Kalev Lember <kalevlember@gmail.com> - 0.24.2-1
|
|
|
|
- Update to 0.24.2
|
|
|
|
|
2012-01-13 10:06:44 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-16 11:19:11 +00:00
|
|
|
* Sat Jul 16 2011 Kalev Lember <kalevlember@gmail.com> - 0.22.2-1
|
|
|
|
- Update to 0.22.2
|
2011-07-16 11:19:42 +00:00
|
|
|
- Use automatic mingw dep extraction
|
|
|
|
- Cleaned up the spec file for modern rpmbuild
|
2011-07-16 11:19:11 +00:00
|
|
|
|
2011-05-08 20:03:11 +00:00
|
|
|
* Sun May 08 2011 Kalev Lember <kalev@smartlink.ee> - 0.22.0-1
|
|
|
|
- Update to 0.22.0
|
|
|
|
|
2011-04-24 21:07:11 +00:00
|
|
|
* Mon Apr 25 2011 Kalev Lember <kalev@smartlink.ee> - 0.20.2-1
|
|
|
|
- Update to 0.20.2
|
|
|
|
|
2011-02-08 19:02:40 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-09-24 13:37:54 +00:00
|
|
|
* Fri Sep 24 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.19.4-1
|
|
|
|
- Update to 0.19.4
|
|
|
|
- Fixed Source URL
|
|
|
|
- Fixed a small rpmlint warning
|
|
|
|
|
2010-09-07 19:20:42 +00:00
|
|
|
* Tue Sep 7 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.19.2-1
|
|
|
|
- Update to 0.19.2
|
|
|
|
|
2010-07-12 16:07:30 +00:00
|
|
|
* Mon Jul 12 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.18.2-1
|
|
|
|
- Update to 0.18.2 (RHBZ #613665)
|
|
|
|
|
2009-09-29 21:19:51 +00:00
|
|
|
* Tue Sep 29 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.16.2-1
|
|
|
|
- Update to 0.16.2
|
|
|
|
|
2009-09-18 21:54:41 +00:00
|
|
|
* Fri Sep 18 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.16.0-2
|
|
|
|
- Rebuild because of broken mingw32-gcc/mingw32-binutils
|
|
|
|
|
2009-08-29 20:56:33 +00:00
|
|
|
* Sat Aug 29 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.16.0-1
|
|
|
|
- Update to 0.16.0
|
|
|
|
|
2009-08-12 22:31:15 +00:00
|
|
|
* Thu Aug 13 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.15.20-1
|
|
|
|
- Update to version 0.15.20
|
|
|
|
- Updated SOURCE0 and URL
|
2009-08-12 22:50:52 +00:00
|
|
|
- Automatically generate debuginfo subpackage
|
|
|
|
- Don't build the 'blitters-test' testcase as it requires the memalign function
|
|
|
|
which we don't have on MinGW
|
2009-08-12 22:31:15 +00:00
|
|
|
|
2009-07-25 14:29:19 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-10 19:35:34 +00:00
|
|
|
* Wed Jun 10 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.15.10-1
|
|
|
|
- Update to 0.15.10
|
|
|
|
- Use %%global instead of %%define
|
|
|
|
- Dropped pixman-0.13.2-license.patch as freedesktop bug #19582 is resolved
|
|
|
|
|
2009-04-14 19:30:36 +00:00
|
|
|
* Fri Apr 3 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.13.2-5
|
|
|
|
- Fixed %%defattr line
|
|
|
|
- Added -static subpackage
|
|
|
|
|
2009-02-26 01:20:54 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-20 23:29:20 +00:00
|
|
|
* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 0.13.2-3
|
|
|
|
- Rebuild for mingw32-gcc 4.4
|
|
|
|
|
2009-01-30 11:48:10 +00:00
|
|
|
* Thu Jan 15 2009 Richard W.M. Jones <rjones@redhat.com> - 0.13.2-2
|
|
|
|
- Include LICENSE file (freedesktop bug 19582).
|
|
|
|
|
|
|
|
* Tue Jan 13 2009 Richard W.M. Jones <rjones@redhat.com> - 0.13.2-1
|
|
|
|
- Resynch with Fedora package (0.13.2).
|
|
|
|
- Disable static library for speed.
|
|
|
|
- Use _smp_mflags.
|
|
|
|
- Requires pkgconfig.
|
|
|
|
- Depends on dlfcn.
|
|
|
|
|
|
|
|
* Wed Sep 24 2008 Richard W.M. Jones <rjones@redhat.com> - 0.12.0-2
|
|
|
|
- Rename mingw -> mingw32.
|
|
|
|
|
|
|
|
* Mon Sep 22 2008 Daniel P. Berrange <berrange@redhat.com> - 0.12.0-1
|
|
|
|
- Update to 0.12.0 release
|
|
|
|
|
|
|
|
* Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 0.11.10-2
|
|
|
|
- Remove static library.
|
|
|
|
|
|
|
|
* Tue Sep 9 2008 Daniel P. Berrange <berrange@redhat.com> - 0.11.10-1
|
|
|
|
- Initial RPM release
|