This repository has been archived by the owner on Aug 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for release and kill pcre dependency.
- Loading branch information
Showing
10 changed files
with
23 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2015-04-08 Aaron Bedra <[email protected]> | ||
|
||
* 4.1.0: Remove pcre dependency for remote_address | ||
|
||
2015-04-07 Aaron Bedra <[email protected]> | ||
|
||
* 4.0.0: Unifies keyspace (Breaking changes) | ||
|
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 @@ | ||
AC_PREREQ(2.61) | ||
AC_INIT([librepsheet], [4.0.0], [[email protected]]) | ||
AC_INIT([librepsheet], [4.1.0], [[email protected]]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
||
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) | ||
|
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 @@ | ||
librepsheet (4.1.0-1) unstable-security; urgency=medium | ||
|
||
* Updates for remote_address that remove the pcre dependency | ||
|
||
-- Aaron Bedra <[email protected]> Wed, 08 Apr 2015 11:32:04 -0500 | ||
|
||
librepsheet (4.0.0-1) unstable-security; urgency=medium | ||
|
||
* Unifies keyspace (Breaking changes) | ||
|
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 |
---|---|---|
|
@@ -2,20 +2,20 @@ Source: librepsheet | |
Section: libs | ||
Priority: optional | ||
Maintainer: Aaron Bedra <[email protected]> | ||
Build-Depends: debhelper (>> 8), libhiredis-dev, libpcre3-dev | ||
Build-Depends: debhelper (>> 8), libhiredis-dev | ||
Standards-Version: 3.9.1 | ||
|
||
Package: librepsheet | ||
Section: libs | ||
Architecture: any | ||
Depends: libhiredis0.10, libpcre3, ${shlibs:Depends}, ${misc:Depends} | ||
Depends: libhiredis0.10, ${shlibs:Depends}, ${misc:Depends} | ||
Description: Core library | ||
This library holds the business logic for Repsheet | ||
|
||
Package: librepsheet-dev | ||
Section: libdevel | ||
Architecture: any | ||
Depends: libhiredis-dev, libpcre3-dev, ${shlibs:Depends}, ${misc:Depends} | ||
Depends: libhiredis-dev, ${shlibs:Depends}, ${misc:Depends} | ||
Description: Core library - development files | ||
This library holds the business logic for Repsheet | ||
. | ||
|
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 @@ | ||
Name: repsheet | ||
Version: 4.0.0 | ||
Version: 4.1.0 | ||
Release: 1 | ||
Summary: Core library | ||
License: ASL 2.0 | ||
|
@@ -8,7 +8,7 @@ URL: https://github.com/repsheet/librepsheet | |
Source0: https://github.com/repsheet/librepsheet/archive/%{name}-%{version}.zip | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root | ||
Requires: hiredis | ||
BuildRequires: pcre-devel hiredis-devel gcc automake autoconf libtool check check-devel | ||
BuildRequires: hiredis-devel gcc automake autoconf libtool check check-devel | ||
|
||
%description | ||
This library contains the business logic for Repsheet | ||
|
@@ -72,6 +72,8 @@ rm -rf $RPM_BUILD_ROOT | |
%doc LICENSE | ||
|
||
%changelog | ||
* Wed Apr 08 2015 Aaron Bedra <[email protected]> - 4.1.0-1 | ||
- Updates for remote_address that remove the pcre dependency | ||
* Tue Apr 07 2015 Aaron Bedra <[email protected]> - 4.0.0-1 | ||
- Unifies Keyspace (Breaking changes) | ||
* Mon Dec 08 2014 Aaron Bedra <[email protected]> - 3.2.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
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