-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Elvis Stansvik <[email protected]> | ||
pkgname=protoc-gen-doc | ||
pkgver=0.7 | ||
pkgver=0.8 | ||
pkgrel=1 | ||
pkgdesc='Documentation generator plugin for Google Protocol Buffers' | ||
arch=('i686' 'x86_64') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,9 @@ protoc-gen-doc (0.7-1) stable; urgency=low | |
* Update to version 0.7. | ||
|
||
-- Elvis Stansvik <[email protected]> Thu, 7 Jan 2016 17:22:04 +0100 | ||
|
||
protoc-gen-doc (0.8-1) stable; urgency=low | ||
|
||
* Update to version 0.8. | ||
|
||
-- Elvis Stansvik <[email protected]> Fri, 26 Feb 2016 11:05:10 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Format: 1.0 | ||
Source: protoc-gen-doc | ||
Version: 0.7-1 | ||
Version: 0.8-1 | ||
Binary: protoc-gen-doc | ||
Maintainer: Elvis Stansvik <[email protected]> | ||
Architecture: any | ||
|
@@ -12,5 +12,5 @@ Build-Depends: debhelper (>= 9), | |
libprotoc-dev (>= 2.5.0), | ||
pkg-config | ||
Files: | ||
1234 1234 protoc-gen-doc_0.7.orig.tar.gz | ||
1234 1234 protoc-gen-doc_0.7-1.diff.tar.gz | ||
1234 1234 protoc-gen-doc_0.8.orig.tar.gz | ||
1234 1234 protoc-gen-doc_0.8-1.diff.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# published by the Open Source Initiative. | ||
|
||
Name: protoc-gen-doc | ||
Version: 0.7 | ||
Version: 0.8 | ||
Release: 1%{?dist} | ||
Summary: Documentation generator plugin for Google Protocol Buffers | ||
License: BSD-2-Clause | ||
|
@@ -46,6 +46,8 @@ make install | |
%{_bindir}/protoc-gen-doc | ||
|
||
%changelog | ||
* Fri Feb 26 2016 Elvis Stansvik <[email protected]> - 0.8-1 | ||
- Update to version 0.8. | ||
* Thu Jan 7 2016 Elvis Stansvik <[email protected]> - 0.7-1 | ||
- Update to version 0.7. | ||
* Wed Apr 8 2015 Elvis Stansvik <[email protected]> - 0.6-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
TEMPLATE = app | ||
VERSION = 0.7 | ||
VERSION = 0.8 | ||
|
||
CONFIG += console c++11 | ||
CONFIG -= app_bundle | ||
|