From 161a2887031cc4a7d095f4fdb9ba31af5c795b2c Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:18:04 +0000 Subject: [PATCH 01/59] Setup of module libart_lgpl --- .cvsignore | 0 Makefile | 6 ++++++ sources | 0 3 files changed, 6 insertions(+) create mode 100644 .cvsignore create mode 100644 Makefile create mode 100644 sources diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..e69de29 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5042a2f --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +# Makefile for source rpm: libart_lgpl +# $Id$ +NAME := libart_lgpl +SPECFILE = $(firstword $(wildcard *.spec)) + +include ../common/Makefile.common diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From 98f64f2a7c1a8882866fda222a2ddbe86fa24e5f Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:18:08 +0000 Subject: [PATCH 02/59] auto-import changelog data from libart_lgpl-2.3.8-0.5.src.rpm Thu Jan 24 2002 Havoc Pennington - actually increase version to 2.3.8 Thu Jan 24 2002 Havoc Pennington - upgrade to 2.3.8 so header files don't break eel2 Wed Jan 09 2002 Tim Powers - automated rebuild Wed Jan 02 2002 Havoc Pennington - 2.3.7.91 snap Sun Nov 25 2001 Havoc Pennington - cvs snap, rebuild with new glib Thu Oct 04 2001 Havoc Pennington - 2.3.6 Fri Sep 21 2001 Havoc Pennington - new CVS snap with upstream changes merged Thu Sep 13 2001 Havoc Pennington - Initial build. --- .cvsignore | 1 + libart_lgpl.spec | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 88 insertions(+) create mode 100644 libart_lgpl.spec diff --git a/.cvsignore b/.cvsignore index e69de29..c7cc4ec 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libart_lgpl-2.3.8.tar.gz diff --git a/libart_lgpl.spec b/libart_lgpl.spec new file mode 100644 index 0000000..894dbce --- /dev/null +++ b/libart_lgpl.spec @@ -0,0 +1,86 @@ +Summary: Library of graphics routines used by libgnomecanvas +Name: libart_lgpl +Version: 2.3.8 +Release: 0.5 +URL: http://www.gnome.org/ +Source0: %{name}-%{version}.tar.gz +License: LGPL +Group: System Environment/Libraries +BuildRoot: %{_tmppath}/%{name}-root + +%description + +Graphics routines used by the GnomeCanvas widget and some other +applications. libart renders vector paths and the like. + +%package devel +Summary: Libraries and headers for libart_lgpl. +Group: Development/Libraries +Requires: %name = %{version} +Conflicts: gnome-libs-devel < 1.4.1.2 + +%description devel + +Graphics routines used by the GnomeCanvas widget and some other +applications. libart renders vector paths and the like. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} +%makeinstall + +%clean +rm -rf %{buildroot} + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) + +%doc AUTHORS COPYING ChangeLog NEWS README + +%{_libdir}/lib*.so.* + +%files devel +%defattr(-,root,root) + +%{_libdir}/lib*.a +%{_libdir}/lib*.so +%{_libdir}/pkgconfig/* +%{_bindir}/libart2-config +%{_includedir}/* + +%changelog +* Thu Jan 24 2002 Havoc Pennington +- actually increase version to 2.3.8 + +* Thu Jan 24 2002 Havoc Pennington +- upgrade to 2.3.8 so header files don't break eel2 + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Wed Jan 2 2002 Havoc Pennington +- 2.3.7.91 snap + +* Sun Nov 25 2001 Havoc Pennington +- cvs snap, rebuild with new glib + +* Thu Oct 4 2001 Havoc Pennington +- 2.3.6 + +* Fri Sep 21 2001 Havoc Pennington +- new CVS snap with upstream changes merged + +* Thu Sep 13 2001 Havoc Pennington +- Initial build. + + diff --git a/sources b/sources index e69de29..b8d91fc 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9052c4fb73978a6a08b8223805a5c84a libart_lgpl-2.3.8.tar.gz From cac66ffc29da8ed07147af467524a052ce336734 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:18:10 +0000 Subject: [PATCH 03/59] auto-import changelog data from libart_lgpl-2.3.8-2.src.rpm Thu Apr 04 2002 Jeremy Katz - rebuild --- libart_lgpl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 894dbce..6fa8ac2 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.8 -Release: 0.5 +Release: 2 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.gz License: LGPL @@ -16,8 +16,8 @@ applications. libart renders vector paths and the like. %package devel Summary: Libraries and headers for libart_lgpl. Group: Development/Libraries -Requires: %name = %{version} -Conflicts: gnome-libs-devel < 1.4.1.2 +Requires: %name = %{version} +Conflicts: gnome-libs-devel < 1.4.1.2 %description devel @@ -59,6 +59,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Thu Apr 4 2002 Jeremy Katz +- rebuild + * Thu Jan 24 2002 Havoc Pennington - actually increase version to 2.3.8 From 7253ab87b7dd0b68059f8af7c4c40172f3686fda Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:18:27 +0000 Subject: [PATCH 04/59] auto-import changelog data from libart_lgpl-2.3.9-1.src.rpm Mon Jun 24 2002 Havoc Pennington - 2.3.9, should give gdm login screen a kick in the ass Fri Jun 21 2002 Tim Powers - automated rebuild Sun May 26 2002 Tim Powers - automated rebuild Fri May 17 2002 Havoc Pennington - rebuild in different environment Wed Apr 24 2002 Havoc Pennington - rebuild in different environment --- .cvsignore | 2 +- libart_lgpl.spec | 21 ++++++++++++++++++--- sources | 2 +- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index c7cc4ec..73994ab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libart_lgpl-2.3.8.tar.gz +libart_lgpl-2.3.9.tar.bz2 diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 6fa8ac2..ba9a7b7 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,9 +1,9 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl -Version: 2.3.8 -Release: 2 +Version: 2.3.9 +Release: 1 URL: http://www.gnome.org/ -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.bz2 License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root @@ -59,6 +59,21 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Mon Jun 24 2002 Havoc Pennington +- 2.3.9, should give gdm login screen a kick in the ass + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Sun May 26 2002 Tim Powers +- automated rebuild + +* Fri May 17 2002 Havoc Pennington +- rebuild in different environment + +* Wed Apr 24 2002 Havoc Pennington + - rebuild in different environment + * Thu Apr 4 2002 Jeremy Katz - rebuild diff --git a/sources b/sources index b8d91fc..55cd6ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9052c4fb73978a6a08b8223805a5c84a libart_lgpl-2.3.8.tar.gz +0453ceffd05e6a528455de8ac7890ab3 libart_lgpl-2.3.9.tar.bz2 From a9a086bf8347b2e28f14aa2c0ca7b576a2a52757 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:18:31 +0000 Subject: [PATCH 05/59] auto-import changelog data from libart_lgpl-2.3.10-1.src.rpm Sat Jul 27 2002 Havoc Pennington - 2.3.10, required by nautilus 2.0.2 for some reason --- .cvsignore | 2 +- libart_lgpl.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 73994ab..f6cd0ea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libart_lgpl-2.3.9.tar.bz2 +libart_lgpl-2.3.10.tar.bz2 diff --git a/libart_lgpl.spec b/libart_lgpl.spec index ba9a7b7..5f1b95f 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,6 +1,6 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl -Version: 2.3.9 +Version: 2.3.10 Release: 1 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 @@ -59,6 +59,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Sat Jul 27 2002 Havoc Pennington +- 2.3.10, required by nautilus 2.0.2 for some reason + * Mon Jun 24 2002 Havoc Pennington - 2.3.9, should give gdm login screen a kick in the ass diff --git a/sources b/sources index 55cd6ba..cded72c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0453ceffd05e6a528455de8ac7890ab3 libart_lgpl-2.3.9.tar.bz2 +520714e99efd4bbda7f0c685d0a9c360 libart_lgpl-2.3.10.tar.bz2 From d5287028f3d9b978ad32434ee8f683b1812dca64 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:18:35 +0000 Subject: [PATCH 06/59] auto-import changelog data from libart_lgpl-2.3.11-2.src.rpm Wed Jan 22 2003 Tim Powers - rebuilt Mon Dec 09 2002 Alexander Larsson 2.3.11 - Update to 2.3.11 Tue Dec 03 2002 Elliot Lee 2.3.10-2 - Remove unpackaged file --- .cvsignore | 2 +- libart_lgpl.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index f6cd0ea..ccc5e0a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libart_lgpl-2.3.10.tar.bz2 +libart_lgpl-2.3.11.tar.bz2 diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 5f1b95f..bccd44d 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl -Version: 2.3.10 -Release: 1 +Version: 2.3.11 +Release: 2 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 License: LGPL @@ -35,6 +35,8 @@ make %{?_smp_mflags} rm -rf %{buildroot} %makeinstall +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la + %clean rm -rf %{buildroot} @@ -59,6 +61,15 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Mon Dec 9 2002 Alexander Larsson 2.3.11 +- Update to 2.3.11 + +* Tue Dec 03 2002 Elliot Lee 2.3.10-2 +- Remove unpackaged file + * Sat Jul 27 2002 Havoc Pennington - 2.3.10, required by nautilus 2.0.2 for some reason diff --git a/sources b/sources index cded72c..d52cbac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -520714e99efd4bbda7f0c685d0a9c360 libart_lgpl-2.3.10.tar.bz2 +7edff43ad20c349eb469861991ebf810 libart_lgpl-2.3.11.tar.bz2 From 027a95070ad90ce9a930fcfa70b7f1c9cf23be97 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:19:23 +0000 Subject: [PATCH 07/59] auto-import changelog data from libart_lgpl-2.3.16-1.src.rpm Mon Oct 06 2003 Alexander Larsson 2.3.16-1 - 2.3.16 Tue Aug 12 2003 Alexander Larsson 2.3.14-1 - 2.3.14 Wed Jun 04 2003 Elliot Lee - rebuilt --- .cvsignore | 2 +- libart_lgpl.spec | 15 ++++++++++++--- sources | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index ccc5e0a..4f897a3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libart_lgpl-2.3.11.tar.bz2 +libart_lgpl-2.3.16.tar.bz2 diff --git a/libart_lgpl.spec b/libart_lgpl.spec index bccd44d..9642ce8 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl -Version: 2.3.11 -Release: 2 +Version: 2.3.16 +Release: 1 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 License: LGPL @@ -17,7 +17,7 @@ applications. libart renders vector paths and the like. Summary: Libraries and headers for libart_lgpl. Group: Development/Libraries Requires: %name = %{version} -Conflicts: gnome-libs-devel < 1.4.1.2 +Conflicts: gnome-libs-devel < 1:1.4.1.2 %description devel @@ -61,6 +61,15 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Mon Oct 6 2003 Alexander Larsson 2.3.16-1 +- 2.3.16 + +* Tue Aug 12 2003 Alexander Larsson 2.3.14-1 +- 2.3.14 + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + * Wed Jan 22 2003 Tim Powers - rebuilt diff --git a/sources b/sources index d52cbac..4078f54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7edff43ad20c349eb469861991ebf810 libart_lgpl-2.3.11.tar.bz2 +6bb13292b00649d01400a5b29a6c87cb libart_lgpl-2.3.16.tar.bz2 From f01c5e263b91d65f11fa10e3e6edf36c54fb2bbd Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:19:51 +0000 Subject: [PATCH 08/59] auto-import changelog data from libart_lgpl-2.3.16-2.1.src.rpm Tue Mar 02 2004 Elliot Lee - rebuilt Fri Feb 13 2004 Elliot Lee - rebuilt --- libart_lgpl.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 9642ce8..84dbb9e 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.16 -Release: 1 +Release: 2.1 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 License: LGPL @@ -61,6 +61,12 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + * Mon Oct 6 2003 Alexander Larsson 2.3.16-1 - 2.3.16 From 16326611db64316fba84cb08f7acfb5daa946f43 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:19:53 +0000 Subject: [PATCH 09/59] auto-import changelog data from libart_lgpl-2.3.16-3.src.rpm Tue Jun 15 2004 Elliot Lee - rebuilt --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 84dbb9e..8eed41e 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.16 -Release: 2.1 +Release: 3 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 License: LGPL @@ -61,6 +61,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Tue Jun 15 2004 Elliot Lee +- rebuilt + * Tue Mar 02 2004 Elliot Lee - rebuilt From 57eb6bbe7998cfdf370717dad8f5f8c601ff9a70 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 26 Jan 2005 16:50:05 +0000 Subject: [PATCH 10/59] update to 2.3.17 --- .cvsignore | 1 + libart_lgpl.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4f897a3..036e2a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ libart_lgpl-2.3.16.tar.bz2 +libart_lgpl-2.3.17.tar.bz2 diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 8eed41e..79fa0cb 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl -Version: 2.3.16 -Release: 3 +Version: 2.3.17 +Release: 1 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 License: LGPL @@ -61,6 +61,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Wed Jan 26 2005 Matthias Clasen 2.3.17-1 +- update to 2.3.17 + * Tue Jun 15 2004 Elliot Lee - rebuilt diff --git a/sources b/sources index 4078f54..f4a7ec4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6bb13292b00649d01400a5b29a6c87cb libart_lgpl-2.3.16.tar.bz2 +dfca42529393c8a8f59dc4dc10675a46 libart_lgpl-2.3.17.tar.bz2 From 7aef9f46cc7ce59d6681dd72f923942274a27eb8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 2 Mar 2005 15:54:44 +0000 Subject: [PATCH 11/59] Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 79fa0cb..7c9718f 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.17 -Release: 1 +Release: 2 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 License: LGPL @@ -61,6 +61,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Wed Mar 2 2005 Matthias Clasen 2.3.17-2 +- Rebuild with gcc4 + * Wed Jan 26 2005 Matthias Clasen 2.3.17-1 - update to 2.3.17 From d81d509d109fe0902a0685969626e17436a0a114 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 9 Dec 2005 22:41:30 +0000 Subject: [PATCH 12/59] gcc update bump --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 7c9718f..e102e27 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.17 -Release: 2 +Release: 2.1 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 License: LGPL @@ -61,6 +61,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Fri Dec 09 2005 Jesse Keating +- rebuilt + * Wed Mar 2 2005 Matthias Clasen 2.3.17-2 - Rebuild with gcc4 From f10d927ff5b07e031db285680336cdadab31f3aa Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 7 Feb 2006 12:28:50 +0000 Subject: [PATCH 13/59] bump for new gcc/glibc --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index e102e27..c97e4b3 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.17 -Release: 2.1 +Release: 2.2 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 License: LGPL @@ -61,6 +61,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Tue Feb 07 2006 Jesse Keating - 2.3.17-2.2 +- rebuilt for new gcc4.1 snapshot and glibc changes + * Fri Dec 09 2005 Jesse Keating - rebuilt From 282d3c7eb1aba8f6f0d9c360274691d7cc855b51 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 11 Feb 2006 03:52:19 +0000 Subject: [PATCH 14/59] bump for bug in double-long on ppc(64) --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index c97e4b3..cf99b20 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.17 -Release: 2.2 +Release: 2.2.1 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 License: LGPL @@ -61,6 +61,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Fri Feb 10 2006 Jesse Keating - 2.3.17-2.2.1 +- bump again for double-long bug on ppc(64) + * Tue Feb 07 2006 Jesse Keating - 2.3.17-2.2 - rebuilt for new gcc4.1 snapshot and glibc changes From df80f39e1044d7b4354ec2334dbb07884c66ad1a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 12 Jul 2006 06:45:43 +0000 Subject: [PATCH 15/59] bumped for rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index cf99b20..9fa3f8c 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.17 -Release: 2.2.1 +Release: 2.2.2 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 License: LGPL @@ -61,6 +61,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Wed Jul 12 2006 Jesse Keating - 2.3.17-2.2.2 +- rebuild + * Fri Feb 10 2006 Jesse Keating - 2.3.17-2.2.1 - bump again for double-long bug on ppc(64) From c1abf41029d1cc37bd895222c9665d00d0fb0182 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 27 Jul 2006 22:09:32 +0000 Subject: [PATCH 16/59] fix multilib conflicts, don't ship .a --- libart-multilib.patch | 33 +++++++++++++++++++++++++++++++++ libart_lgpl.spec | 39 ++++++++++++++++++++++++++++++++++++--- 2 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 libart-multilib.patch diff --git a/libart-multilib.patch b/libart-multilib.patch new file mode 100644 index 0000000..0798e15 --- /dev/null +++ b/libart-multilib.patch @@ -0,0 +1,33 @@ +--- libart_lgpl-2.3.17/libart-config.in.multilib 2006-07-27 18:02:06.000000000 -0400 ++++ libart_lgpl-2.3.17/libart-config.in 2006-07-27 18:02:11.000000000 -0400 +@@ -1,7 +1,9 @@ + #!/bin/sh + +-prefix=@prefix@ +-exec_prefix=@exec_prefix@ ++includedir=`pkg-config --variable includedir libart-2.0` ++libdir=`pkg-config --variable libdir libart-2.0` ++prefix=`pkg-config --variable prefix libart-2.0` ++exec_prefix=`pkg-config --variable exec_prefix libart-2.0` + exec_prefix_set=no + + usage="\ +@@ -36,15 +38,13 @@ + echo $exec_prefix + ;; + --version) +- echo @LIBART_VERSION@ ++ pkg-config --modversion libart-2.0 + ;; + --cflags) +- includes=-I@includedir@/libart-2.0 +- echo $includes ++ echo -I$includedir/libart-2.0 + ;; + --libs) +- libdirs=-L@libdir@ +- echo $libdirs -lart_lgpl_2 -lm ++ echo -L$libdir -lart_lgpl_2 -lm + ;; + *) + echo "${usage}" 1>&2 diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 9fa3f8c..de229e6 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,9 +1,10 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.17 -Release: 2.2.2 +Release: 3 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 +Patch0: libart-multilib.patch License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root @@ -14,7 +15,7 @@ Graphics routines used by the GnomeCanvas widget and some other applications. libart renders vector paths and the like. %package devel -Summary: Libraries and headers for libart_lgpl. +Summary: Libraries and headers for libart_lgpl Group: Development/Libraries Requires: %name = %{version} Conflicts: gnome-libs-devel < 1:1.4.1.2 @@ -26,6 +27,7 @@ applications. libart renders vector paths and the like. %prep %setup -q +%patch0 -p1 -b .multilib %build %configure @@ -35,8 +37,36 @@ make %{?_smp_mflags} rm -rf %{buildroot} %makeinstall +rm -f $RPM_BUILD_ROOT%{_libdir}/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +# fix multilib issues +%ifarch x86_64 s390x ia64 ppc64 +%define wordsize 64 +%else +%define wordsize 32 +%endif + +mv $RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h \ + $RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h-%{wordsize}.h + +cat >$RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h < + +#if __WORDSIZE == 32 +# include "art_config-32.h" +#elif __WORDSIZE == 64 +# include "art_config-64.h" +#else +# error "unexpected value for __WORDSIZE macro" +#endif + +#endif +EOF + %clean rm -rf %{buildroot} @@ -54,13 +84,16 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root) -%{_libdir}/lib*.a %{_libdir}/lib*.so %{_libdir}/pkgconfig/* %{_bindir}/libart2-config %{_includedir}/* %changelog +* Thu Jul 27 2006 Matthias Clasen - 2.3.17-3 +- Fix multilib conflicts +- Don't ship static libraries + * Wed Jul 12 2006 Jesse Keating - 2.3.17-2.2.2 - rebuild From 73667a6c0a6e66c809bfac4490644ee8bb00ac01 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 31 Jul 2006 22:18:05 +0000 Subject: [PATCH 17/59] - Fix typo in header name --- libart_lgpl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index de229e6..618da5b 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.17 -Release: 3 +Release: 4 URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 Patch0: libart-multilib.patch @@ -48,7 +48,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %endif mv $RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h \ - $RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h-%{wordsize}.h + $RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config-%{wordsize}.h cat >$RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h < - 2.3.17-4 +- Fix typo in header name + * Thu Jul 27 2006 Matthias Clasen - 2.3.17-3 - Fix multilib conflicts - Don't ship static libraries From 882abba1c2019a335d2933a792390e096b53129e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 Feb 2007 14:51:36 +0000 Subject: [PATCH 18/59] 2.3.18 --- .cvsignore | 3 +-- libart_lgpl.spec | 16 +++++++++------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index 036e2a6..1766060 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -libart_lgpl-2.3.16.tar.bz2 -libart_lgpl-2.3.17.tar.bz2 +libart_lgpl-2.3.18.tar.bz2 diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 618da5b..5745e30 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,13 +1,13 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl -Version: 2.3.17 -Release: 4 +Version: 2.3.18 +Release: 1%{?dist} URL: http://www.gnome.org/ -Source0: %{name}-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 Patch0: libart-multilib.patch License: LGPL Group: System Environment/Libraries -BuildRoot: %{_tmppath}/%{name}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -17,7 +17,7 @@ applications. libart renders vector paths and the like. %package devel Summary: Libraries and headers for libart_lgpl Group: Development/Libraries -Requires: %name = %{version} +Requires: %name = %{version}-%{release} Conflicts: gnome-libs-devel < 1:1.4.1.2 %description devel @@ -30,14 +30,13 @@ applications. libart renders vector paths and the like. %patch0 -p1 -b .multilib %build -%configure +%configure --disable-static make %{?_smp_mflags} %install rm -rf %{buildroot} %makeinstall -rm -f $RPM_BUILD_ROOT%{_libdir}/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/*.la # fix multilib issues @@ -90,6 +89,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Tue Feb 27 2007 Matthias Clasen - 2.3.18-1 +- Update to 2.3.18 + * Mon Jul 31 2006 Jesse Keating - 2.3.17-4 - Fix typo in header name diff --git a/sources b/sources index f4a7ec4..a126f9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dfca42529393c8a8f59dc4dc10675a46 libart_lgpl-2.3.17.tar.bz2 +7beb9139354896c12a578b9f35a88911 libart_lgpl-2.3.18.tar.bz2 From 7cc319922e58fe99e2b320c127df67503b90334c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 28 Feb 2007 13:54:12 +0000 Subject: [PATCH 19/59] 2.3.19 --- .cvsignore | 2 +- libart_lgpl.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1766060..9c6818d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libart_lgpl-2.3.18.tar.bz2 +libart_lgpl-2.3.19.tar.bz2 diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 5745e30..6c9a66e 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,6 +1,6 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl -Version: 2.3.18 +Version: 2.3.19 Release: 1%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 @@ -89,6 +89,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Wed Feb 28 2007 Matthias Clasen - 2.3.19-1 +- Update to 2.3.19 + * Tue Feb 27 2007 Matthias Clasen - 2.3.18-1 - Update to 2.3.18 diff --git a/sources b/sources index a126f9c..b9682c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7beb9139354896c12a578b9f35a88911 libart_lgpl-2.3.18.tar.bz2 +ac885805d1918026a18b560f4015bc66 libart_lgpl-2.3.19.tar.bz2 From 1e2a06fa004d88aee540aec09de1aa4d726a228e Mon Sep 17 00:00:00 2001 From: besfahbo Date: Thu, 1 Mar 2007 21:32:05 +0000 Subject: [PATCH 20/59] - Add upstreamed patch libart-2.3.19-header.patch - Resolves: #230571 --- libart-2.3.19-header.patch | 18 ++++++++++++++++++ libart_lgpl.spec | 8 +++++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 libart-2.3.19-header.patch diff --git a/libart-2.3.19-header.patch b/libart-2.3.19-header.patch new file mode 100644 index 0000000..e87c87c --- /dev/null +++ b/libart-2.3.19-header.patch @@ -0,0 +1,18 @@ +--- libart_lgpl-2.3.19/art_misc.h.extern-c 2007-01-02 00:59:22.000000000 +0100 ++++ libart_lgpl-2.3.19/art_misc.h 2007-03-01 09:19:06.000000000 +0100 +@@ -34,9 +34,15 @@ + #include + #endif + ++#ifdef __cplusplus ++extern "C" { ++#endif + void *art_alloc(size_t size); + void art_free(void *ptr); + void *art_realloc(void *ptr, size_t size); ++#ifdef __cplusplus ++} ++#endif /* __cplusplus */ + + /* These aren't, strictly speaking, configuration macros, but they're + damn handy to have around, and may be worth playing with for diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 6c9a66e..ab9030d 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,10 +1,11 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.19 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 Patch0: libart-multilib.patch +Patch1: libart-2.3.19-header.patch License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -28,6 +29,7 @@ applications. libart renders vector paths and the like. %prep %setup -q %patch0 -p1 -b .multilib +%patch1 -p1 -b .header %build %configure --disable-static @@ -89,6 +91,10 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Thu Mar 01 2007 Behdad Esfahbod - 2.3.19-2 +- Add upstreamed patch libart-2.3.19-header.patch +- Resolves: #230571 + * Wed Feb 28 2007 Matthias Clasen - 2.3.19-1 - Update to 2.3.19 From f8f6d33e94d284a51f386721615983456222b708 Mon Sep 17 00:00:00 2001 From: besfahbo Date: Mon, 16 Apr 2007 20:39:01 +0000 Subject: [PATCH 21/59] Add alpha to 64-bit archs --- libart_lgpl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index ab9030d..b8d2ef0 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -42,7 +42,7 @@ rm -rf %{buildroot} rm -f $RPM_BUILD_ROOT%{_libdir}/*.la # fix multilib issues -%ifarch x86_64 s390x ia64 ppc64 +%ifarch x86_64 s390x ia64 ppc64 alpha %define wordsize 64 %else %define wordsize 32 From 432ab44af9272414ebf650d97857b8958c52f32e Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 23 Aug 2007 17:22:46 +0000 Subject: [PATCH 22/59] - Rebuild for build ID --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index b8d2ef0..d3006be 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.19 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 Patch0: libart-multilib.patch @@ -91,6 +91,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Thu Aug 23 2007 Adam Jackson - 2.3.19-3 +- Rebuild for build ID + * Thu Mar 01 2007 Behdad Esfahbod - 2.3.19-2 - Add upstreamed patch libart-2.3.19-header.patch - Resolves: #230571 From 5d0c6864d168470ac4e4606d186a29023bfa7d6f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 15 Oct 2007 18:59:21 +0000 Subject: [PATCH 23/59] makefile update to properly grab makefile.common --- Makefile | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5042a2f..3f7d0b5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,21 @@ # Makefile for source rpm: libart_lgpl -# $Id$ +# $Id: Makefile,v 1.1 2004/09/09 07:18:04 cvsdist Exp $ NAME := libart_lgpl SPECFILE = $(firstword $(wildcard *.spec)) -include ../common/Makefile.common +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attempt a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) From 4d5923790b2f42b0af4784024fc8a44472f37cbf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 31 Jan 2008 03:18:36 +0000 Subject: [PATCH 24/59] 2.3.20 --- .cvsignore | 2 +- libart_lgpl.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9c6818d..d15d3c9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libart_lgpl-2.3.19.tar.bz2 +libart_lgpl-2.3.20.tar.bz2 diff --git a/libart_lgpl.spec b/libart_lgpl.spec index d3006be..6b4102d 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,12 +1,11 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl -Version: 2.3.19 -Release: 3%{?dist} +Version: 2.3.20 +Release: 1%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 Patch0: libart-multilib.patch -Patch1: libart-2.3.19-header.patch -License: LGPL +License: LGPLv2+ Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -29,7 +28,6 @@ applications. libart renders vector paths and the like. %prep %setup -q %patch0 -p1 -b .multilib -%patch1 -p1 -b .header %build %configure --disable-static @@ -78,7 +76,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog NEWS README +%doc AUTHORS COPYING NEWS README %{_libdir}/lib*.so.* @@ -91,6 +89,11 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Wed Jan 30 2008 Matthias Clasen - 2.3.20-1 +- Update to 2.3.20 +- Drop upstreamed patch +- Correct license field + * Thu Aug 23 2007 Adam Jackson - 2.3.19-3 - Rebuild for build ID diff --git a/sources b/sources index b9682c9..6d39c48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac885805d1918026a18b560f4015bc66 libart_lgpl-2.3.19.tar.bz2 +d0ce67f2ebcef1e51a83136c69242a73 libart_lgpl-2.3.20.tar.bz2 From cb79cfb37ded4b8646d08ea9fd65cfae9c1bd9e1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 26 May 2008 17:01:31 +0000 Subject: [PATCH 25/59] add sparc64 for multilib --- libart_lgpl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 6b4102d..4a3d8ca 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.20 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 Patch0: libart-multilib.patch @@ -40,7 +40,7 @@ rm -rf %{buildroot} rm -f $RPM_BUILD_ROOT%{_libdir}/*.la # fix multilib issues -%ifarch x86_64 s390x ia64 ppc64 alpha +%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 %define wordsize 64 %else %define wordsize 32 @@ -89,6 +89,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Mon May 26 2008 Tom "spot" Callaway - 2.3.20-2 +- add sparc64 for multilib + * Wed Jan 30 2008 Matthias Clasen - 2.3.20-1 - Update to 2.3.20 - Drop upstreamed patch From ebd6f9beee85e3ba820a98dec74d321dd16cc7d0 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Tue, 13 Jan 2009 09:00:59 +0000 Subject: [PATCH 26/59] rebuild to get provides pkgconfig(libart-2.0) --- libart_lgpl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 4a3d8ca..9a7f339 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,13 +1,14 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.20 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 Patch0: libart-multilib.patch License: LGPLv2+ Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: pkgconfig %description @@ -89,6 +90,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Tue Jan 13 2009 Caolán McNamara - 2.3.20-3 +- rebuild to get provides pkgconfig(libart-2.0) + * Mon May 26 2008 Tom "spot" Callaway - 2.3.20-2 - add sparc64 for multilib From 127d6aa5c396faf8347d6159d20453acad5d0dbf Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 25 Feb 2009 13:41:53 +0000 Subject: [PATCH 27/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 9a7f339..4b553c1 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.20 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 Patch0: libart-multilib.patch @@ -90,6 +90,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 2.3.20-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Jan 13 2009 Caolán McNamara - 2.3.20-3 - rebuild to get provides pkgconfig(libart-2.0) From d7a42a8cbe61cbcb3854a2fbf5c842b0c7cf1fc8 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 25 Jul 2009 05:19:11 +0000 Subject: [PATCH 28/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 4b553c1..f89455b 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.20 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 Patch0: libart-multilib.patch @@ -90,6 +90,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Fri Jul 24 2009 Fedora Release Engineering - 2.3.20-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Feb 25 2009 Fedora Release Engineering - 2.3.20-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From d45e110ba9729258730866e1a02f5e6ab7c74c8b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:50:50 +0000 Subject: [PATCH 29/59] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3f7d0b5..98ca604 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: libart_lgpl -# $Id: Makefile,v 1.1 2004/09/09 07:18:04 cvsdist Exp $ +# $Id: Makefile,v 1.2 2007/10/15 18:59:21 notting Exp $ NAME := libart_lgpl SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 27a7d5a2486a42b9230eb8c3dd9d32438b3f857e Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Thu, 8 Jul 2010 17:46:49 +0000 Subject: [PATCH 30/59] New upstream release --- .cvsignore | 2 +- libart_lgpl.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index d15d3c9..c3122b6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libart_lgpl-2.3.20.tar.bz2 +libart_lgpl-2.3.21.tar.bz2 diff --git a/libart_lgpl.spec b/libart_lgpl.spec index f89455b..091f28c 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl -Version: 2.3.20 -Release: 5%{?dist} +Version: 2.3.21 +Release: 1%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 Patch0: libart-multilib.patch @@ -90,6 +90,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Wed Jul 7 2010 Jochen Schmitt - 2.3.21-1 +- New upstream release + * Fri Jul 24 2009 Fedora Release Engineering - 2.3.20-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 6d39c48..f83d00c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0ce67f2ebcef1e51a83136c69242a73 libart_lgpl-2.3.20.tar.bz2 +08559ff3c67fd95d57b0c5e91a6b4302 libart_lgpl-2.3.21.tar.bz2 From b884aba1f75824c6b7ba33ce32757b0ab4a1de72 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 17:42:56 +0000 Subject: [PATCH 31/59] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 98ca604..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: libart_lgpl -# $Id: Makefile,v 1.2 2007/10/15 18:59:21 notting Exp $ -NAME := libart_lgpl -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attempt a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From 2ef5e670f26d4b48ed2e886d1d8e6d0121ca1d8b Mon Sep 17 00:00:00 2001 From: paragn Date: Mon, 4 Oct 2010 10:58:46 +0530 Subject: [PATCH 32/59] - Merge-review cleanup (#225987) --- libart_lgpl.spec | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 091f28c..468dd59 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,30 +1,27 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 +#Fedora specific patch Patch0: libart-multilib.patch License: LGPLv2+ Group: System Environment/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig %description - Graphics routines used by the GnomeCanvas widget and some other applications. libart renders vector paths and the like. %package devel Summary: Libraries and headers for libart_lgpl Group: Development/Libraries -Requires: %name = %{version}-%{release} -Conflicts: gnome-libs-devel < 1:1.4.1.2 +Requires: %{name} = %{version}-%{release} %description devel - -Graphics routines used by the GnomeCanvas widget and some other -applications. libart renders vector paths and the like. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep %setup -q @@ -35,10 +32,8 @@ applications. libart renders vector paths and the like. make %{?_smp_mflags} %install -rm -rf %{buildroot} -%makeinstall - -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' # fix multilib issues %ifarch x86_64 s390x ia64 ppc64 alpha sparc64 @@ -67,29 +62,27 @@ cat >$RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h < - 2.3.21-2 +- Merge-review cleanup (#225987) + * Wed Jul 7 2010 Jochen Schmitt - 2.3.21-1 - New upstream release From 0871696055fd584dea15e77afe7b6b20038e40f7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 01:22:32 -0600 Subject: [PATCH 33/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 468dd59..57671a3 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 #Fedora specific patch @@ -80,6 +80,9 @@ EOF %{_includedir}/* %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 2.3.21-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Fri Sep 24 2010 Parag Nemade - 2.3.21-2 - Merge-review cleanup (#225987) From 2453f33c4be3d48fdd9e2fba66e21598f0e4b12b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 19 Jul 2012 14:15:41 -0500 Subject: [PATCH 34/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 57671a3..ce52fbb 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 #Fedora specific patch @@ -80,6 +80,9 @@ EOF %{_includedir}/* %changelog +* Thu Jul 19 2012 Fedora Release Engineering - 2.3.21-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Fri Jan 13 2012 Fedora Release Engineering - 2.3.21-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 65fe39841db3c8a29d798431033cfdbd54bed55c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 22:02:13 -0600 Subject: [PATCH 35/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index ce52fbb..543c47f 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 #Fedora specific patch @@ -80,6 +80,9 @@ EOF %{_includedir}/* %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 2.3.21-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Thu Jul 19 2012 Fedora Release Engineering - 2.3.21-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 19b7af7aa6afe4ac4bce3c809668f45c337ab2e1 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Tue, 18 Jun 2013 17:18:16 +0200 Subject: [PATCH 36/59] Add aarch64 as a 65-Bit architecture (#975267) --- libart_lgpl.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 543c47f..2b1c644 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,13 +1,14 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 5%{?dist} +Release: 7%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 #Fedora specific patch Patch0: libart-multilib.patch License: LGPLv2+ Group: System Environment/Libraries +BuildRequires: automake autoconf BuildRequires: pkgconfig %description @@ -28,6 +29,7 @@ developing applications that use %{name}. %patch0 -p1 -b .multilib %build +autoreconf %configure --disable-static make %{?_smp_mflags} @@ -36,7 +38,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' # fix multilib issues -%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 +%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 aarch64 %define wordsize 64 %else %define wordsize 32 @@ -80,6 +82,12 @@ EOF %{_includedir}/* %changelog +* Tue Jun 18 2013 Jochen Schmitt - 2.3.21-7 +- Add aarch64 as a 65-Bit architecture (#975267) + +* Fri Mar 29 2013 Jochen Schmitt - 2.3.21-6 +- Try to fix aarch64 build issue (#925666) + * Thu Feb 14 2013 Fedora Release Engineering - 2.3.21-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 62262e0bfeb849dabef20ede6a3cacc08d9597fd Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Tue, 18 Jun 2013 18:27:37 +0200 Subject: [PATCH 37/59] Add libttol as a BR, Call libtoolize before autoreconf --- libart_lgpl.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 2b1c644..8e7a29b 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -10,6 +10,7 @@ License: LGPLv2+ Group: System Environment/Libraries BuildRequires: automake autoconf BuildRequires: pkgconfig +BuildRequires: libtool %description Graphics routines used by the GnomeCanvas widget and some other @@ -29,6 +30,7 @@ developing applications that use %{name}. %patch0 -p1 -b .multilib %build +libtoolize autoreconf %configure --disable-static make %{?_smp_mflags} @@ -84,6 +86,8 @@ EOF %changelog * Tue Jun 18 2013 Jochen Schmitt - 2.3.21-7 - Add aarch64 as a 65-Bit architecture (#975267) +- Add libtool as a BR +- Call libtoolize before autoreconf * Fri Mar 29 2013 Jochen Schmitt - 2.3.21-6 - Try to fix aarch64 build issue (#925666) From 31f9520ec11631bcddf19a29f5f190b21c47888b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 23:50:04 -0500 Subject: [PATCH 38/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 8e7a29b..11f49d1 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 #Fedora specific patch @@ -84,6 +84,9 @@ EOF %{_includedir}/* %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 2.3.21-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Tue Jun 18 2013 Jochen Schmitt - 2.3.21-7 - Add aarch64 as a 65-Bit architecture (#975267) - Add libtool as a BR From 1405a0a93670bf5781866b04504d5ec125a27557 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Mon, 13 Jan 2014 16:49:28 +0100 Subject: [PATCH 39/59] Enable ppc64le support (#1051599) --- libart_lgpl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 11f49d1..a971160 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 8%{?dist} +Release: 9%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 #Fedora specific patch @@ -31,7 +31,7 @@ developing applications that use %{name}. %build libtoolize -autoreconf +autoreconf -i %configure --disable-static make %{?_smp_mflags} @@ -40,7 +40,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' # fix multilib issues -%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 aarch64 +%ifarch x86_64 s390x ia64 ppc64 ppc64le alpha sparc64 aarch64 %define wordsize 64 %else %define wordsize 32 @@ -84,6 +84,9 @@ EOF %{_includedir}/* %changelog +* Mon Jan 13 2014 Jochen Schmitt - 2.3.21-9 +- Enable ppc64le support (#1051599) + * Sat Aug 03 2013 Fedora Release Engineering - 2.3.21-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From a39a91a5596fb8a7967c2d088d25003d46420f7c Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Tue, 13 May 2014 14:47:29 +0200 Subject: [PATCH 40/59] Replacing ppc64 and ppc64le with the power64 macro (#1051599) --- libart_lgpl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index a971160..4e6411a 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 9%{?dist} +Release: 10%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 #Fedora specific patch @@ -40,7 +40,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' # fix multilib issues -%ifarch x86_64 s390x ia64 ppc64 ppc64le alpha sparc64 aarch64 +%ifarch x86_64 s390x ia64 %{power64} alpha sparc64 aarch64 %define wordsize 64 %else %define wordsize 32 @@ -84,6 +84,9 @@ EOF %{_includedir}/* %changelog +* Tue May 13 2014 Jaromir Capik - 2.3.21-10 +- Replacing ppc64 and ppc64le with the power64 macro (#1051599) + * Mon Jan 13 2014 Jochen Schmitt - 2.3.21-9 - Enable ppc64le support (#1051599) From d88584923eb4baba1d87010f8a01e19d2a5d89ab Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 21:38:26 -0500 Subject: [PATCH 41/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 4e6411a..13fec67 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 10%{?dist} +Release: 11%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 #Fedora specific patch @@ -84,6 +84,9 @@ EOF %{_includedir}/* %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 2.3.21-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Tue May 13 2014 Jaromir Capik - 2.3.21-10 - Replacing ppc64 and ppc64le with the power64 macro (#1051599) From fa780b3c88d1182fce6e2e24f838f9c220b0e9df Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 17 Aug 2014 02:19:45 +0000 Subject: [PATCH 42/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 13fec67..70747a8 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 11%{?dist} +Release: 12%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 #Fedora specific patch @@ -84,6 +84,9 @@ EOF %{_includedir}/* %changelog +* Sun Aug 17 2014 Fedora Release Engineering - 2.3.21-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 2.3.21-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 4c2e3dec2139c27b16c316e77dcb8708539d531a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 14:15:08 +0000 Subject: [PATCH 43/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 70747a8..34d3390 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 12%{?dist} +Release: 13%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 #Fedora specific patch @@ -84,6 +84,9 @@ EOF %{_includedir}/* %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 2.3.21-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Aug 17 2014 Fedora Release Engineering - 2.3.21-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 16bb2a8a08e54e5364f121edf810158249915a3e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:54:16 +0000 Subject: [PATCH 44/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 34d3390..7972980 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,7 +1,7 @@ Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 13%{?dist} +Release: 14%{?dist} URL: http://www.gnome.org/ Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 #Fedora specific patch @@ -84,6 +84,9 @@ EOF %{_includedir}/* %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 2.3.21-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 2.3.21-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 9ebe7e55d556f24b958e2222acc5fc029aadc500 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 4 Aug 2016 03:51:50 -0500 Subject: [PATCH 45/59] Use wordsize=64 on mips64 (#1305943) - Modernize spec --- libart_lgpl.spec | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 7972980..01fd765 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,9 +1,9 @@ -Summary: Library of graphics routines used by libgnomecanvas Name: libart_lgpl Version: 2.3.21 -Release: 14%{?dist} +Release: 15%{?dist} +Summary: Library of graphics routines used by libgnomecanvas URL: http://www.gnome.org/ -Source0: http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 #Fedora specific patch Patch0: libart-multilib.patch License: LGPLv2+ @@ -40,14 +40,8 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' # fix multilib issues -%ifarch x86_64 s390x ia64 %{power64} alpha sparc64 aarch64 -%define wordsize 64 -%else -%define wordsize 32 -%endif - mv $RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h \ - $RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config-%{wordsize}.h + $RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config-%{__isa_bits}.h cat >$RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h < - 2.3.21-15 +- Use wordsize=64 on mips64 (#1305943) +- Modernize spec + * Thu Feb 04 2016 Fedora Release Engineering - 2.3.21-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 388c1e407f5b4c7737793db3e2c0d8c13db0bf32 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 18:22:50 +0000 Subject: [PATCH 46/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 01fd765..fe034f1 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,6 +1,6 @@ Name: libart_lgpl Version: 2.3.21 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Library of graphics routines used by libgnomecanvas URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 @@ -77,6 +77,9 @@ EOF %{_includedir}/* %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 2.3.21-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Thu Aug 04 2016 Yaakov Selkowitz - 2.3.21-15 - Use wordsize=64 on mips64 (#1305943) - Modernize spec From 4058dcc6518d4a0e66f413b94159ba56608a4195 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 18:32:34 +0000 Subject: [PATCH 47/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index fe034f1..f5a45c0 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,6 +1,6 @@ Name: libart_lgpl Version: 2.3.21 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Library of graphics routines used by libgnomecanvas URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 @@ -77,6 +77,9 @@ EOF %{_includedir}/* %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 2.3.21-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 2.3.21-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From a3e81ffcb2657183d9168a184cbef92f2272aa5d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 01:11:51 +0000 Subject: [PATCH 48/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index f5a45c0..b9cd4e8 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,6 +1,6 @@ Name: libart_lgpl Version: 2.3.21 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Library of graphics routines used by libgnomecanvas URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 @@ -77,6 +77,9 @@ EOF %{_includedir}/* %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 2.3.21-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 2.3.21-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From c3b2c88560c3006d94ad26ced5cb79b5a1154058 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 21:12:48 +0000 Subject: [PATCH 49/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index b9cd4e8..07c2b6e 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,6 +1,6 @@ Name: libart_lgpl Version: 2.3.21 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Library of graphics routines used by libgnomecanvas URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 @@ -77,6 +77,9 @@ EOF %{_includedir}/* %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 2.3.21-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 2.3.21-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From c55d95c598988a8b3c77633b3cb5164cee20c78e Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 4 Jul 2018 18:06:10 -0500 Subject: [PATCH 50/59] Use %ldconfig_scriptlets --- libart_lgpl.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 07c2b6e..0abab0a 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -60,10 +60,7 @@ cat >$RPM_BUILD_ROOT%{_includedir}/libart-2.0/libart_lgpl/art_config.h < Date: Fri, 13 Jul 2018 07:49:28 +0000 Subject: [PATCH 51/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 0abab0a..608e0f5 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,6 +1,6 @@ Name: libart_lgpl Version: 2.3.21 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Library of graphics routines used by libgnomecanvas URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 @@ -74,6 +74,9 @@ EOF %{_includedir}/* %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 2.3.21-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 2.3.21-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From cf4e7115a2dcd030e1ce65c180432e68e8ed4441 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:51 +0100 Subject: [PATCH 52/59] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- libart_lgpl.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 608e0f5..16b641d 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -7,7 +7,6 @@ Source0: http://download.gnome.org/sources/libart_lgpl/2.3/%{name}-%{version}.ta #Fedora specific patch Patch0: libart-multilib.patch License: LGPLv2+ -Group: System Environment/Libraries BuildRequires: automake autoconf BuildRequires: pkgconfig BuildRequires: libtool @@ -18,7 +17,6 @@ applications. libart renders vector paths and the like. %package devel Summary: Libraries and headers for libart_lgpl -Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel From 7fbf2f42ab060507c6d88c52fd7bf7c37002420d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 06:41:42 +0000 Subject: [PATCH 53/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 16b641d..4ee014c 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,6 +1,6 @@ Name: libart_lgpl Version: 2.3.21 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Library of graphics routines used by libgnomecanvas URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 @@ -72,6 +72,9 @@ EOF %{_includedir}/* %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 2.3.21-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 2.3.21-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 2efe0a13209ad7371b8903a299aa46686e522ffa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 12:48:43 +0000 Subject: [PATCH 54/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 4ee014c..1ad653b 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,6 +1,6 @@ Name: libart_lgpl Version: 2.3.21 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Library of graphics routines used by libgnomecanvas URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 @@ -72,6 +72,9 @@ EOF %{_includedir}/* %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 2.3.21-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 2.3.21-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From a6431632785f9d31264697b3cb513756b4e74fbb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 08:35:44 +0000 Subject: [PATCH 55/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 1ad653b..1665299 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,6 +1,6 @@ Name: libart_lgpl Version: 2.3.21 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Library of graphics routines used by libgnomecanvas URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 @@ -72,6 +72,9 @@ EOF %{_includedir}/* %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 2.3.21-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Jul 25 2019 Fedora Release Engineering - 2.3.21-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 4928af3a9847fcaf7d97cbee2a163f83f6b67fb1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 04:15:06 +0000 Subject: [PATCH 56/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 1665299..27d14a5 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,6 +1,6 @@ Name: libart_lgpl Version: 2.3.21 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Library of graphics routines used by libgnomecanvas URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 @@ -72,6 +72,9 @@ EOF %{_includedir}/* %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 2.3.21-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jan 29 2020 Fedora Release Engineering - 2.3.21-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 77a85dd7c0d2d87d8630a09a6b4ccb78126b88ed Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 01:25:18 +0000 Subject: [PATCH 57/59] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- libart_lgpl.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index 27d14a5..dd5aa67 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -10,6 +10,7 @@ License: LGPLv2+ BuildRequires: automake autoconf BuildRequires: pkgconfig BuildRequires: libtool +BuildRequires: make %description Graphics routines used by the GnomeCanvas widget and some other From 1891273970968030d3a1a58d780b440995dca8d9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 16:40:09 +0000 Subject: [PATCH 58/59] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libart_lgpl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libart_lgpl.spec b/libart_lgpl.spec index dd5aa67..2780f98 100644 --- a/libart_lgpl.spec +++ b/libart_lgpl.spec @@ -1,6 +1,6 @@ Name: libart_lgpl Version: 2.3.21 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Library of graphics routines used by libgnomecanvas URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2 @@ -73,6 +73,9 @@ EOF %{_includedir}/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.3.21-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 2.3.21-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 0d6068aaa535be832594f9393aaa9304fd4cf352 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:57:12 +0300 Subject: [PATCH 59/59] Remove unnecessary files --- sources | 1 - 1 file changed, 1 deletion(-) delete mode 100644 sources diff --git a/sources b/sources deleted file mode 100644 index f83d00c..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -08559ff3c67fd95d57b0c5e91a6b4302 libart_lgpl-2.3.21.tar.bz2