[deja-dup] Update to latest upstream release, 18.1. NM 0.9 support integrated, removed patch. https://launchpad

csmart csmart at fedoraproject.org
Fri Apr 15 13:28:06 UTC 2011


commit 201a2e429d632c48b29d6839038c78c31081f00b
Author: Christopher Smart <mail at christophersmart.com>
Date:   Fri Apr 15 23:16:39 2011 +1000

    Update to latest upstream release, 18.1. NM 0.9 support integrated, removed patch.
    https://launchpad.net/deja-dup/18/18.1

 .gitignore    |    1 +
 deja-dup.spec |   10 ++++++----
 nm09.patch    |   27 ---------------------------
 sources       |    2 +-
 4 files changed, 8 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34f1343..12e7c16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ deja-dup-15.3.tar.bz2
 /deja-dup-17.90.tar.bz2
 /deja-dup-17.92.tar.bz2
 /deja-dup-18.0.tar.bz2
+/deja-dup-18.1.tar.bz2
diff --git a/deja-dup.spec b/deja-dup.spec
index 088b71f..bd9f2f8 100644
--- a/deja-dup.spec
+++ b/deja-dup.spec
@@ -1,5 +1,5 @@
 Name:           deja-dup
-Version:        18.0
+Version:        18.1
 Release:        1%{?dist}
 Summary:        Simple backup tool and frontend for duplicity
 
@@ -7,7 +7,6 @@ Group:          Applications/Archiving
 License:        GPLv3+
 URL:            https://launchpad.net/deja-dup
 Source0:        http://launchpad.net/%{name}/18/%{version}/+download/%{name}-%{version}.tar.bz2
-Patch0:         nm09.patch
 
 BuildRequires:  gettext desktop-file-utils intltool scrollkeeper
 BuildRequires:  gnome-doc-utils pango-devel cairo-devel vala-devel
@@ -35,10 +34,9 @@ Features:
 
 %prep
 %setup -q
-%patch0 -p1 -b .nm09
 
 %build
-%configure --disable-static --disable-schemas-install --with-gtk3  --with-nautilus --with-gnu-ld
+%configure --disable-static --disable-schemas-install --with-gtk3 --with-nautilus --with-gnu-ld
 make %{?_smp_mflags}
 
 %install
@@ -93,6 +91,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_datadir}/icons/hicolor/scalable/apps/deja-dup-symbolic.svg
 
 %changelog
+* Wed Apr 13 2011 Chris Smart <csmart at fedoraproject.org> - 18.1-1
+- Update to latest upstream release, 18.1
+- https://launchpad.net/deja-dup/18/18.1
+
 * Sat Apr 09 2011 Chris Smart <csmart at fedoraproject.org> - 18.0-1
 - Update to latest upstream release, 18.0
 - https://launchpad.net/deja-dup/18/18.0
diff --git a/sources b/sources
index 78b94aa..36fd239 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-607876fcf6d22140e368dfce822d92ba  deja-dup-18.0.tar.bz2
+c4169724a8496ca5f2e5caa5e4f0e351  deja-dup-18.1.tar.bz2


More information about the scm-commits mailing list