Hello community,

here is the log from the commit of package deja-dup for openSUSE:Factory 
checked in at 2012-01-05 19:10:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deja-dup (Old)
 and      /work/SRC/openSUSE:Factory/.deja-dup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deja-dup", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/deja-dup/deja-dup.changes        2011-10-28 
19:26:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.deja-dup.new/deja-dup.changes   2012-01-05 
19:10:27.000000000 +0100
@@ -1,0 +2,42 @@
+Tue Nov 22 15:02:09 UTC 2011 - [email protected]
+
+- Update to version 21.2:
+  + Bug Fixes:
+    - Use smarter test for detecting whether existing backups are
+      encrypted, which will work even if duplicity uses
+      translations
+    - Fix a bug that in some situations could lead to a full backup
+      being created more frequently than once a month
+  + Polish:
+    - Drop "After a week" from "Keep backups" option, since
+      internally, we always wait a month anyway
+    - Treat any AssertionError by duplicity as an internal
+      duplicity error by wiping the cache and trying again; this
+      will let us be more pro-active about fixing some odd
+      duplicity situations
+  + Packaging:
+    - Start of a unit test for our internal library; compile and
+      run it with 'make check'
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Nov 15 22:39:58 UTC 2011 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  deja-dup-20.1.tar.bz2

New:
----
  deja-dup-21.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ deja-dup.spec ++++++
--- /var/tmp/diff_new_pack.gVMAt4/_old  2012-01-05 19:10:28.000000000 +0100
+++ /var/tmp/diff_new_pack.gVMAt4/_new  2012-01-05 19:10:28.000000000 +0100
@@ -18,22 +18,25 @@
 
 
 Name:           deja-dup
-Version:        20.1
+Version:        21.2
 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 @@
 
 %build
 %configure --disable-static
-%__make %{?_smp_mflags}
+#make %%{?_smp_mflags}
+make
 
 %install
 %makeinstall

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to