Accepting request 49261 from home:vuntz:branches:GNOME:Factory
thanks OBS-URL: https://build.opensuse.org/request/show/49261 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-backgrounds?expand=0&rev=26
This commit is contained in:
parent
6ba2b07cae
commit
7fd7ca65e3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab9e768c39f3a39e191ce4aa957f1c19c7622ba294e8d2733dddcbb8483ab715
|
||||
size 9952525
|
3
gnome-backgrounds-2.32.0.tar.bz2
Normal file
3
gnome-backgrounds-2.32.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d7b60b5ba768bf8834b5fa3a3471cd9a9e14b5884bc210dc2d3cdbf1faddcef
|
||||
size 9919651
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 27 20:27:34 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.32.0:
|
||||
+ Add individual copyright notices for the images (bgo#620892)
|
||||
+ Use AM_SILENT_RULES (bgo#607180)
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 00:00:09 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.30.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 23 14:45:59 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Remove en@shaw locale on openSUSE <= 11.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 9 10:42:46 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnome-backgrounds (Version 2.29.92)
|
||||
# spec file for package gnome-backgrounds (Version 2.32.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -28,7 +28,7 @@ Group: System/GUI/GNOME
|
||||
AutoReqProv: off
|
||||
Requires: gnome-themes
|
||||
BuildArch: noarch
|
||||
Version: 2.29.92
|
||||
Version: 2.32.0
|
||||
Release: 1
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnome-backgrounds/2.22/%{name}-%{version}.tar.bz2
|
||||
Url: http://www.gnome.org/
|
||||
@ -54,6 +54,9 @@ make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%if 0%{?suse_version} <= 1120
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||
%endif
|
||||
mv $RPM_BUILD_ROOT/%{_datadir}/locale/sr@latin $RPM_BUILD_ROOT/%{_datadir}/locale/sr@Latn
|
||||
# Change sr@Latn to sr@latin
|
||||
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
|
||||
|
Loading…
Reference in New Issue
Block a user