Accepting request 91720 from home:vuntz:branches:GNOME:Apps
Update to 21.1 OBS-URL: https://build.opensuse.org/request/show/91720 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=32
This commit is contained in:
parent
5e4549ffe8
commit
10c3943138
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c47db5e83e7079da7232b05c6109cd13af0cc6c3f956f4e91a473a66288ce75f
|
||||
size 1266551
|
3
deja-dup-21.1.tar.xz
Normal file
3
deja-dup-21.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7db60336b2385d6f3d98190343c8133f4962ac5a3d91e930f1d7771156836eb9
|
||||
size 741984
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 22:39:58 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 21.1:
|
||||
+ Polish:
|
||||
- Switch to notebook tabs for preferences instead of side list
|
||||
+ Bug Fixes:
|
||||
- Allow passwords that contain only whitespaces (while
|
||||
continuing to strip whitespace from normal passwords)
|
||||
+ Packaging:
|
||||
- Use valac 0.14 instead of 0.12
|
||||
- Tarballs now only include the vala code, so you'll need valac
|
||||
to compile
|
||||
- No longer require libdbusmenu-gtk3 for Unity support
|
||||
+ Updated translations.
|
||||
- Add xz BuildRequires because we can't build a package for a
|
||||
xz-compressed tarball without explicitly specifying that... See
|
||||
bnc#697467 for more details.
|
||||
- Disable parallel build as it breaks the build with this release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 14:12:35 UTC 2011 - badshah400@gmail.com
|
||||
|
||||
|
@ -18,22 +18,25 @@
|
||||
|
||||
|
||||
Name: deja-dup
|
||||
Version: 20.1
|
||||
Version: 21.1
|
||||
Release: 1
|
||||
# FIXME: parallel build fails in 21.1; check if it's fixed in newer versions
|
||||
# FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
|
||||
# FIXME: check if python-cloudfiles is packaged, and if yes, uncomment Recommends
|
||||
License: GPLv3+
|
||||
Summary: Simple backup tool and frontend for duplicity
|
||||
Url: https://launchpad.net/deja-dup
|
||||
Group: Productivity/Archiving/Backup
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: itstool
|
||||
BuildRequires: perl-gettext
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.11.6
|
||||
BuildRequires: vala >= 0.14.0
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(gnome-keyring-1)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libnautilus-extension)
|
||||
@ -84,7 +87,8 @@ This package contains a plugin to integrate Déjà Dup into Nautilus.
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%__make %{?_smp_mflags}
|
||||
#make %%{?_smp_mflags}
|
||||
make
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
Loading…
Reference in New Issue
Block a user