Accepting request 48380 from home:vuntz:branches:GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/48380
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=18
This commit is contained in:
Vincent Untz 2010-09-18 13:24:14 +00:00 committed by Git OBS Bridge
parent 0817fd13b1
commit 80bc43fad1
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cfb6825b6806ecea0c24fec4fef7ae2381f03384725d040e7296bf0606a8a98
size 492566

3
gjs-0.7.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f10d87930b2f47f8728d8760f9bc2f1f2eb4519b04877496583aa3cc579c3126
size 475082

View File

@ -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

View File

@ -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