This commit is contained in:
Peter Robinson 2011-09-05 22:16:00 +01:00
commit a91c52fd77
4 changed files with 19 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/cogl-1.7.2.tar.bz2
/cogl-1.7.4.tar.xz
/cogl-1.7.6.tar.xz
/cogl-1.7.8.tar.xz

12
cogl-deps.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up cogl-1.7.6/configure.ac.cogl-deps cogl-1.7.6/configure.ac
--- cogl-1.7.6/configure.ac.cogl-deps 2011-08-18 19:24:36.401394406 -0400
+++ cogl-1.7.6/configure.ac 2011-08-18 19:24:54.271427526 -0400
@@ -866,7 +866,7 @@ AM_PATH_GLIB_2_0([glib_req_version],
[gobject gthread gmodule-no-export])
AS_IF([test "x$have_glib" = "xno"], AC_MSG_ERROR([glib-2.0 is required]))
-COGL_PKG_REQUIRES="$COGL_PKG_REQUIRES glib-2.0"
+COGL_PKG_REQUIRES="$COGL_PKG_REQUIRES glib-2.0 gobject-2.0 gmodule-2.0"
AC_SUBST(COGL_PKG_REQUIRES)
PKG_CHECK_MODULES(COGL_DEP, [$COGL_PKG_REQUIRES])
if test -n "$COGL_PKG_REQUIRES_GL"; then

View File

@ -1,5 +1,5 @@
Name: cogl
Version: 1.7.6
Version: 1.7.8
Release: 1%{?dist}
Summary: A library for using 3D graphics hardware to draw pretty pictures
@ -80,25 +80,25 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%postun -p /sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING NEWS README ChangeLog
%{_libdir}/libcogl*.so.*
%{_libdir}/girepository-1.0/Cogl*.typelib
%files devel
%defattr(-, root, root)
%{_includedir}/cogl
%{_libdir}/libcogl*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/Cogl*.gir
%files doc
%defattr(-, root, root)
%{_datadir}/gtk-doc/html/cogl
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
%changelog
* Mon Aug 15 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.6-1
* Mon Sep 5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.8-1
- Update to 1.7.8
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.6-1
- Update to 1.7.6
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.4-1

View File

@ -1 +1 @@
1e46c63c9b820471cdc12a7af87d8458 cogl-1.7.6.tar.xz
85c4018c0f36bccfdcd3e270777f0232 cogl-1.7.8.tar.xz