Accepting request 69323 from home:vuntz:branches:GNOME:Factory
Update to 2.34.0 OBS-URL: https://build.opensuse.org/request/show/69323 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-common?expand=0&rev=15
This commit is contained in:
parent
2aecd17ecc
commit
546774702f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1
|
|
||||||
size 151535
|
|
3
gnome-common-2.34.0.tar.bz2
Normal file
3
gnome-common-2.34.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a9c4f9ab975501c36be3192aa61641abca045a215d519d7d00527706f1de1df
|
||||||
|
size 151871
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 3 00:47:13 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.34.0:
|
||||||
|
+ Use dirname, instead of basename for finding srcdir.
|
||||||
|
+ Remove gnome1 cruft.
|
||||||
|
+ Mark GNOME_COMMON_INIT as deprecated.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 13 17:30:14 CET 2011 - vuntz@opensuse.org
|
Sun Feb 13 17:30:14 CET 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-common (Version 2.28.0)
|
# spec file for package gnome-common
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -31,9 +31,9 @@ Requires: intltool
|
|||||||
Requires: libtool
|
Requires: libtool
|
||||||
Requires: pkg-config
|
Requires: pkg-config
|
||||||
Summary: Common Files to Build GNOME
|
Summary: Common Files to Build GNOME
|
||||||
Version: 2.28.0
|
Version: 2.34.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Url: http://www.gnome.org/
|
Url: http://www.gnome.org/
|
||||||
@ -61,6 +61,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc COPYING ChangeLog README
|
%doc COPYING ChangeLog README
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
%{_datadir}/gnome-common
|
%{_datadir}/gnome-common/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user