Accepting request 158340 from GNOME:Next
Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158340 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-common?expand=0&rev=35
This commit is contained in:
parent
113da1a1c4
commit
624489666a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e10f09de06bddcc8f980422e3bfdcd8185eee7f1eae11543a765ec8e764b8d95
|
||||
size 143636
|
3
gnome-common-3.7.4.tar.xz
Normal file
3
gnome-common-3.7.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2af2d97010d2a9aeb3b99dd2ce07d1ef023e15a27b412ffe4f067f016ff7117b
|
||||
size 151864
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 09:30:00 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.4:
|
||||
+ code coverage:
|
||||
- Quiet lcov and add extra ignore patterns
|
||||
- Relicense to LGPL-2.1+
|
||||
+ Add more warnings to the default GNOME_COMPILE_WARNINGS
|
||||
+ Add support for automake 1.13.
|
||||
+ Finally and completely specify GPL-2.0+ as the license for
|
||||
gnome-common (as a collection of GPL-2.0+ and LGPL-2.1+ files).
|
||||
NOTE: the .spec file already used the previous assumption of
|
||||
GPL-2.0+ being the right license.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 07:12:40 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-common
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-common
|
||||
Version: 3.6.0
|
||||
Version: 3.7.4
|
||||
Release: 0
|
||||
Summary: Common Files to Build GNOME
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org/
|
||||
Source: http://download.gnome.org/sources/gnome-common/3.6/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-common/3.7/%{name}-%{version}.tar.xz
|
||||
BuildRequires: pkg-config
|
||||
Requires: autoconf
|
||||
Requires: automake
|
||||
@ -57,7 +57,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr (-, root, root)
|
||||
%doc ChangeLog README NEWS
|
||||
%doc ChangeLog
|
||||
%{_bindir}/gnome-autogen.sh
|
||||
%{_bindir}/gnome-doc-common
|
||||
%dir %{_datadir}/aclocal
|
||||
|
Loading…
Reference in New Issue
Block a user