Accepting request 135450 from home:dimstar:branches:GNOME:Apps
tweak OBS-URL: https://build.opensuse.org/request/show/135450 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=45
This commit is contained in:
parent
f4d30c9bb6
commit
45ce139aaa
@ -7,19 +7,25 @@ Fri Sep 21 23:39:21 UTC 2012 - nmo.marques@gmail.com
|
||||
+ Add extra checks at the end of a backup to verify we can
|
||||
successfully restore it later
|
||||
- Changes from version 23.4:
|
||||
+ lways makes a fresh backup every three months now,
|
||||
regardless of how often automatic backups happen
|
||||
+ Don't prompt for root password when restoring from Ubuntu
|
||||
One, as it won't work anyway (U1 needs to talk to your
|
||||
session bus, which root can't do)
|
||||
+ Always makes a fresh backup every three months now, regardless
|
||||
of how often automatic backups happen
|
||||
+ Don't prompt for root password when restoring from Ubuntu One,
|
||||
as it won't work anyway (U1 needs to talk to your session bus,
|
||||
which root can't do)
|
||||
+ Use pkexec instead of gksu
|
||||
- Changes from version 23.2:
|
||||
+ Requires: glib >= 2.32
|
||||
Requires: valac >= 0.16
|
||||
Requires: libpeas
|
||||
- Add 'pkgconfig(libpea-1.0)' to BR's; new dependency
|
||||
- Add 'python-cloudfiles' to recommends (is available for >= 1220)
|
||||
- Removed localization scriptlets; %find_lang handles this ok now.
|
||||
+ Build system adjustments
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(libpea-1.0) BuildRequires: new dependency.
|
||||
- Recommend python-cloudfiles, as is available for since openSUSE
|
||||
12.2
|
||||
- Removed scripts to find localized files: %find_lang handles this
|
||||
ok now.
|
||||
- Drop xz BuildRequires as it now comes for free in the build
|
||||
system.
|
||||
- Drop gnome-doc-utils-devel BuildRequires: it's not needed, as the
|
||||
help system had been migrated to yelp-tools earlier.
|
||||
- Remove checks for outdated openSUSE versions (<= 11.3).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 21:49:45 UTC 2012 - dimstar@opensuse.org
|
||||
|
@ -28,19 +28,16 @@ Source0: https://launchpad.net/deja-dup/22/%{version}/+download/%{name}-%
|
||||
# For make check to work, we need dbus-launch
|
||||
BuildRequires: dbus-1-x11
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: perl-gettext
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.16
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: vala >= 0.16.0
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||
BuildRequires: pkgconfig(gnome-keyring-1)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
|
||||
BuildRequires: pkgconfig(libnautilus-extension)
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.7
|
||||
BuildRequires: pkgconfig(libpeas-1.0)
|
||||
Requires: duplicity
|
||||
Recommends: %{name}-lang
|
||||
@ -113,21 +110,15 @@ rm %{name}.man-lang.tmp
|
||||
# FIXME: disabled because of lp#940110
|
||||
#make check
|
||||
|
||||
%if 0%{?suse_version} > 1130
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1130
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
%endif
|
||||
|
||||
%files -f %{name}.man-lang
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user