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
|
+ Add extra checks at the end of a backup to verify we can
|
||||||
successfully restore it later
|
successfully restore it later
|
||||||
- Changes from version 23.4:
|
- Changes from version 23.4:
|
||||||
+ lways makes a fresh backup every three months now,
|
+ Always makes a fresh backup every three months now, regardless
|
||||||
regardless of how often automatic backups happen
|
of how often automatic backups happen
|
||||||
+ Don't prompt for root password when restoring from Ubuntu
|
+ Don't prompt for root password when restoring from Ubuntu One,
|
||||||
One, as it won't work anyway (U1 needs to talk to your
|
as it won't work anyway (U1 needs to talk to your session bus,
|
||||||
session bus, which root can't do)
|
which root can't do)
|
||||||
+ Use pkexec instead of gksu
|
+ Use pkexec instead of gksu
|
||||||
- Changes from version 23.2:
|
- Changes from version 23.2:
|
||||||
+ Requires: glib >= 2.32
|
+ Build system adjustments
|
||||||
Requires: valac >= 0.16
|
+ Updated translations.
|
||||||
Requires: libpeas
|
- Add pkgconfig(libpea-1.0) BuildRequires: new dependency.
|
||||||
- Add 'pkgconfig(libpea-1.0)' to BR's; new dependency
|
- Recommend python-cloudfiles, as is available for since openSUSE
|
||||||
- Add 'python-cloudfiles' to recommends (is available for >= 1220)
|
12.2
|
||||||
- Removed localization scriptlets; %find_lang handles this ok now.
|
- 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
|
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
|
# For make check to work, we need dbus-launch
|
||||||
BuildRequires: dbus-1-x11
|
BuildRequires: dbus-1-x11
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-doc-utils-devel
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: perl-gettext
|
BuildRequires: perl-gettext
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: vala >= 0.16
|
BuildRequires: vala >= 0.16.0
|
||||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
|
||||||
BuildRequires: xz
|
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||||
BuildRequires: pkgconfig(gnome-keyring-1)
|
BuildRequires: pkgconfig(gnome-keyring-1)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
|
||||||
BuildRequires: pkgconfig(libnautilus-extension)
|
BuildRequires: pkgconfig(libnautilus-extension)
|
||||||
BuildRequires: pkgconfig(libnotify)
|
BuildRequires: pkgconfig(libnotify) >= 0.7
|
||||||
BuildRequires: pkgconfig(libpeas-1.0)
|
BuildRequires: pkgconfig(libpeas-1.0)
|
||||||
Requires: duplicity
|
Requires: duplicity
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
@ -113,21 +110,15 @@ rm %{name}.man-lang.tmp
|
|||||||
# FIXME: disabled because of lp#940110
|
# FIXME: disabled because of lp#940110
|
||||||
#make check
|
#make check
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1130
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%glib2_gsettings_schema_post
|
%glib2_gsettings_schema_post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1130
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%glib2_gsettings_schema_postun
|
%glib2_gsettings_schema_postun
|
||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
%endif
|
|
||||||
|
|
||||||
%files -f %{name}.man-lang
|
%files -f %{name}.man-lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user