summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2012-09-15 20:08:18 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2012-09-15 20:08:18 +0700
commita15f680c1c66022adca5f5e1d4cc92bbe343abe2 (patch)
tree6ffc3f1eb544f4a5eca38be4a8fc5e49a1bb9f1f /admin
parent1ae2da1f6bb4765b8aa113dadd8be8c441f8c57d (diff)
downloadspecs-a15f680c1c66022adca5f5e1d4cc92bbe343abe2.tar.gz
specs-a15f680c1c66022adca5f5e1d4cc92bbe343abe2.tar.xz
specs-a15f680c1c66022adca5f5e1d4cc92bbe343abe2.zip
obnam: update to 1.1
Diffstat (limited to 'admin')
-rw-r--r--admin/obnam.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/admin/obnam.spec b/admin/obnam.spec
index f7c8763..9cf0aea 100644
--- a/admin/obnam.spec
+++ b/admin/obnam.spec
@@ -2,13 +2,13 @@
%bcond_with locktests
Name: obnam
-Version: 1.0
-Release: 2%{?dist}
+Version: 1.1
+Release: 1%{?dist}
Summary: An easy, secure backup program
License: GPLv3+
URL: http://liw.fi/obnam/
-Source0: http://code.liw.fi/debian/pool/main/o/obnam/obnam_%{version}.orig.tar.gz
+Source0: http://ftp.debian.org/debian/pool/main/o/%{name}/%{name}_%{version}.orig.tar.gz
# build-time
BuildRequires: cmdtest
@@ -66,7 +66,7 @@ recommended.
%prep
-%setup -q
+%setup -q -n %{name}_%{version}.orig
%build
@@ -100,6 +100,9 @@ done
%changelog
+* Sat Sep 15 2012 Michel Salim <salimma@fedoraproject.org> - 1.1-1
+- Update to 1.1
+
* Tue Jun 19 2012 Michel Salim <salimma@fedoraproject.org> - 1.0-2
- Remove redundant %%{python_sitearch} declaration
- Use upstream's check script instead of manually setting up the environment