-
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: Christian Hergert <[email protected]>
- Loading branch information
Christian Hergert
committed
Jul 16, 2014
1 parent
fd49c61
commit 4d9581b
Showing
8 changed files
with
61 additions
and
24 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
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,9 +1,9 @@ | ||
# norootforbuild | ||
|
||
%define DriverName mongo-c-driver | ||
%define DriverVersion 0.96.5 | ||
%define DriverVersion 0.98.0 | ||
%define BsonName libbson | ||
%define BsonVersion 0.8.5 | ||
%define BsonVersion 0.98.0 | ||
|
||
Name: %{DriverName} | ||
Version: %{DriverVersion} | ||
|
@@ -113,6 +113,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' | |
|
||
|
||
%changelog -n %{DriverName} | ||
* Tue Jul 16 2014 Christian Hergert <[email protected]> - 0.98.0-1 | ||
- Bump for 0.98.0. | ||
|
||
* Tue Jun 20 2014 Christian Hergert <[email protected]> - 0.96.5-1 | ||
- Bump for development releases. | ||
|
||
|
@@ -133,6 +136,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' | |
|
||
|
||
%changelog -n %{BsonName} | ||
* Tue Jul 16 2014 Christian Hergert <[email protected]> - 0.98.0-1 | ||
- Bump for 0.98.0. | ||
|
||
* Tue Jun 20 2014 Christian Hergert <[email protected]> - 0.8.5-1 | ||
- Bump for development releases. | ||
|
||
|
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,10 @@ | ||
mongo-c-driver (0.98.0-0) unstable; urgency=low | ||
|
||
* Bump for 0.98.0. | ||
|
||
-- Christian Hergert <[email protected]> Wed, 16 Jul 2014 14:16:36 -0700 | ||
|
||
|
||
mongo-c-driver (0.96.5-0) unstable; urgency=low | ||
|
||
* Bump for development releases. | ||
|
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