[python-djblets] New upstream bugfix release 0.8.4

Stephen Gallagher sgallagh at fedoraproject.org
Fri Jun 13 16:44:19 UTC 2014


commit d19fcf82210f29684b0312173dc1658aa5403301
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Jun 13 12:44:08 2014 -0400

    New upstream bugfix release 0.8.4
    
    - http://downloads.reviewboard.org/releases/Djblets/0.8/Djblets-0.8.4.NEWS

 .gitignore                   |    1 +
 FED01-Fix-dependencies.patch |    6 +++---
 python-djblets.spec          |    6 +++++-
 sources                      |    2 +-
 4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e48cc86..253988e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,4 @@
 /Djblets-0.8.1.tar.gz
 /Djblets-0.8.2.tar.gz
 /Djblets-0.8.3.tar.gz
+/Djblets-0.8.4.tar.gz
diff --git a/FED01-Fix-dependencies.patch b/FED01-Fix-dependencies.patch
index 23dbca1..c613db6 100644
--- a/FED01-Fix-dependencies.patch
+++ b/FED01-Fix-dependencies.patch
@@ -1,4 +1,4 @@
-From 4c381c7965e2d897a252327c9d03916c64e3e32b Mon Sep 17 00:00:00 2001
+From 8cf157d7b707ce88bde56097c8d1845f141e1e68 Mon Sep 17 00:00:00 2001
 From: Stephen Gallagher <sgallagh at redhat.com>
 Date: Fri, 28 Feb 2014 16:07:01 -0500
 Subject: [PATCH] Fix dependencies for Fedora
@@ -9,10 +9,10 @@ Subject: [PATCH] Fix dependencies for Fedora
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/djblets/__init__.py b/djblets/__init__.py
-index 0947a76ca336f7cd24cfba3ab43d8cb6b93e73d0..f689318bf4dedaed57edc6a68ee2b5e1f3c2f1f1 100644
+index bd4d2d008b5036ae2f712f389e9ba7d7077bc097..2030ba9145440905d96fa0ee0ba088eff3cf97a0 100644
 --- a/djblets/__init__.py
 +++ b/djblets/__init__.py
-@@ -37,7 +37,7 @@ VERSION = (0, 8, 3, 'alpha', 0, False)
+@@ -37,7 +37,7 @@ VERSION = (0, 8, 4, 'final', 0, True)
  
  
  # Required version of Django
diff --git a/python-djblets.spec b/python-djblets.spec
index b2af1a3..c34a358 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           python-djblets
-Version:        0.8.3
+Version:        0.8.4
 Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
@@ -82,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Fri Jun 13 2014 Stephen Gallagher <sgallagh at redhat.com> 0.8.4-1
+- New upstream bugfix release 0.8.4
+- http://downloads.reviewboard.org/releases/Djblets/0.8/Djblets-0.8.4.NEWS
+
 * Fri Jun 06 2014 Stephen Gallagher <sgallagh at redhat.com> 0.8.3-1
 - New upstream security release 0.8.3
 - http://downloads.reviewboard.org/releases/Djblets/0.8/Djblets-0.8.3.NEWS
diff --git a/sources b/sources
index 420294b..f8fbde3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-09a64de0581fb4bfe3b39a6b94d7f613  Djblets-0.8.3.tar.gz
+91c12273ef64f33306bebc908eaed0f7  Djblets-0.8.4.tar.gz


More information about the scm-commits mailing list