-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jason Carey (hanumantmk) <[email protected]>
- Loading branch information
1 parent
2e71f18
commit a3471e5
Showing
7 changed files
with
63 additions
and
22 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
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
m4_define([mongoc_major_version], [1]) | ||
m4_define([mongoc_minor_version], [0]) | ||
m4_define([mongoc_micro_version], [1]) | ||
m4_define([mongoc_micro_version], [2]) | ||
m4_define([mongoc_version], [mongoc_major_version.mongoc_minor_version.mongoc_micro_version]) | ||
|
||
# bump up by 1 for every micro release with no API changes, otherwise | ||
# set to 0. after release, bump up by 1 | ||
m4_define([mongoc_interface_age], [1]) | ||
m4_define([mongoc_interface_age], [2]) | ||
m4_define([mongoc_binary_age], [m4_eval(100 * mongoc_minor_version + mongoc_micro_version)]) | ||
|
||
m4_define([lt_current], [m4_eval(100 * mongoc_minor_version + mongoc_micro_version - mongoc_interface_age)]) | ||
m4_define([lt_revision], [mongoc_interface_age]) | ||
m4_define([lt_age], [m4_eval(mongoc_binary_age - mongoc_interface_age)]) | ||
|
||
m4_define([libbson_required_version], [1.0.1]) | ||
m4_define([libbson_required_version], [1.0.0]) | ||
|
||
m4_define([sasl_required_version], [2.1.6]) |
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,9 +1,9 @@ | ||
# norootforbuild | ||
|
||
%define DriverName mongo-c-driver | ||
%define DriverVersion 1.0.1 | ||
%define DriverVersion 1.0.2 | ||
%define BsonName libbson | ||
%define BsonVersion 1.0.1 | ||
%define BsonVersion 1.0.2 | ||
|
||
Name: %{DriverName} | ||
Version: %{DriverVersion} | ||
|
@@ -117,6 +117,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' | |
|
||
|
||
%changelog -n %{DriverName} | ||
* Thu Oct 09 2014 Jason Carey <[email protected]> - 1.0.2-1 | ||
- Release 1.0.2. | ||
|
||
* Tue Aug 26 2014 Christian Hergert <[email protected]> - 1.0.0-1 | ||
- Post-release bump for 1.0.1. | ||
|
||
|
@@ -152,6 +155,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' | |
|
||
|
||
%changelog -n %{BsonName} | ||
* Thu Oct 09 2014 Jason Carey <[email protected]> - 1.0.2-1 | ||
- Release 1.0.2. | ||
|
||
* Tue Aug 26 2014 Christian Hergert <[email protected]> - 1.0.0-1 | ||
- Post-releases bump for 1.0.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,3 +1,9 @@ | ||
mongo-c-driver (1.0.2-0) unstable; urgency=low | ||
|
||
* Release 1.0.2. | ||
|
||
-- Jason Carey <[email protected]> Thu, 09 Oct 2014 09:35:59 -0400 | ||
|
||
mongo-c-driver (1.0.1-0) unstable; urgency=low | ||
|
||
* Post-release bump to 1.0.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
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