[gitg] Update to 3.15.1

Ankur Sinha ankursinha at fedoraproject.org
Tue Feb 10 11:56:06 UTC 2015


commit 38ef8e495b3b44671872f53afed08aad125b37bd
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Tue Feb 10 11:55:49 2015 +0000

    Update to 3.15.1

 .gitignore |    1 +
 gitg.spec  |   23 ++++++++++++++++++++++-
 sources    |    2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 607571b..b2ee8fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ gitg-0.0.6.tar.bz2
 /gitg-3.13.91.tar.xz
 /gitg-3.14.0.tar.xz
 /gitg-3.14.1.tar.xz
+/gitg-3.15.1.tar.xz
diff --git a/gitg.spec b/gitg.spec
index 7f964b6..86275f1 100644
--- a/gitg.spec
+++ b/gitg.spec
@@ -1,5 +1,5 @@
 Name:           gitg
-Version:        3.14.1
+Version:        3.15.1
 Release:        1%{?dist}
 Summary:        GTK+ graphical interface for the git revision control system
 
@@ -28,6 +28,7 @@ BuildRequires:  pkgconfig(libpeas-1.0) >= 1.5.0
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.5.0
 BuildRequires:  pkgconfig(pygobject-3.0)
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
+BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  python3-devel
 BuildRequires:  vala-tools
 
@@ -131,6 +132,26 @@ fi
 %{_includedir}/libgitg*-1.0
 
 %changelog
+* Mon Feb 09 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 3.15.1-1
+- Update to latest upstream release
+- Add libsecret BR
+- Fix building with vala 0.25
+- Bump libgit2-glib to 0.22.0
+- Implement basic history search
+- Implement basic fetch
+- Implement remote state tracking
+- Add remote management
+- Show hunk context in diff
+- Implement configuring of mainlines
+- Implement preserving mainlines on history lanes
+- Implement opening file from staging area
+- Allow choosing merge diff parent
+- Implement submodule patch stage/unstage
+- Implement workdir submodule stage/unstage
+- Show submodules in dash
+- Updated translations
+
+
 * Fri Dec 12 2014 Kalev Lember <kalevlember at gmail.com> - 3.14.1-1
 - Update to 3.14.1
 
diff --git a/sources b/sources
index fa6d26e..d3de91d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4d7aae3cfb46cfff1c09894378ef4e0  gitg-3.14.1.tar.xz
+1313b72e29fd1ca7049216adcfc0511b  gitg-3.15.1.tar.xz


More information about the scm-commits mailing list