diff --git a/gjs-0.7.1.tar.bz2 b/gjs-0.7.1.tar.bz2 deleted file mode 100644 index a2e09e7..0000000 --- a/gjs-0.7.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cfb6825b6806ecea0c24fec4fef7ae2381f03384725d040e7296bf0606a8a98 -size 492566 diff --git a/gjs-0.7.2.tar.bz2 b/gjs-0.7.2.tar.bz2 new file mode 100644 index 0000000..1aae994 --- /dev/null +++ b/gjs-0.7.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10d87930b2f47f8728d8760f9bc2f1f2eb4519b04877496583aa3cc579c3126 +size 475082 diff --git a/gjs.changes b/gjs.changes index 900afb7..ad4fdba 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Sep 16 09:50:52 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.7.2: + + Fix 64 bit issues. + + Explicitly link gjs-console against glib. + + Update to (and require) gobject-introspection 0.9.5. + + Various other fixes. +- Remove gir-repository Recommends: all the interesting gir files + are now directly shipped with the libraries. + ------------------------------------------------------------------- Fri Jul 23 08:51:43 CEST 2010 - vuntz@opensuse.org diff --git a/gjs.spec b/gjs.spec index c98b955..825d1bf 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,5 +1,5 @@ # -# spec file for package gjs (Version 0.7.1) +# spec file for package gjs (Version 0.7.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -27,7 +27,7 @@ %endif Name: gjs -Version: 0.7.1 +Version: 0.7.2 Release: 1 # FIXME: find out if tapsets should really be in devel package or in main package License: MIT License (or similar) @@ -46,7 +46,6 @@ BuildRequires: python BuildRequires: readline-devel BuildRequires: systemtap-sdt-devel Requires: libgjs-0 = %{version} -Recommends: gir-repository BuildRoot: %{_tmppath}/%{name}-%{version}-build %description