-
Notifications
You must be signed in to change notification settings - Fork 7
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
8 changed files
with
29 additions
and
5 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
Name: bsr-kernel | ||
Summary: Kernel driver for BSR | ||
Version: 1.6 | ||
Release: A9%{?dist} | ||
Release: A10%{?dist} | ||
|
||
# always require a suitable userland | ||
# Requires: | ||
|
@@ -100,6 +100,9 @@ echo "override bsr * weak-updates" \ | |
rm -rf %{buildroot} | ||
|
||
%changelog | ||
* Wed Apr 7 2021 Man Technology Inc. <[email protected]> - 1.6-A10 | ||
- New upstream release. | ||
|
||
* Thu Feb 4 2021 Man Technology Inc. <[email protected]> - 1.6-A9 | ||
- New upstream release. | ||
|
||
|
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
Name: bsr | ||
Summary: BSR driver for Linux | ||
Version: 1.6 | ||
Release: A9@RPM_DIST_TAG@ | ||
Release: A10@RPM_DIST_TAG@ | ||
%global tarball_version %(echo "%{version}-%{?release}" | sed -e "s,%{?dist}$,,") | ||
Source: bsr-utils-%{tarball_version}.tar.gz | ||
License: GPLv2+ | ||
|
@@ -307,6 +307,9 @@ fi | |
|
||
|
||
%changelog | ||
* Wed Apr 7 2021 Man Technology Inc. <[email protected]> - 1.6-A10 | ||
- New upstream release. | ||
|
||
* Thu Feb 04 2021 Man Technology Inc. <[email protected]> - 1.6-A9 | ||
- New upstream release. | ||
|
||
|
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 @@ m4_include([m4/AX_CXX_COMPILE_STDXX.m4]) | |
m4_include([m4/AX_CXX_COMPILE_STDXX_11.m4]) | ||
|
||
dnl What we are, our version, who to bug in case of problems | ||
AC_INIT(BSR, 1.6-A9, [[email protected]]) | ||
AC_INIT(BSR, 1.6-A10, [[email protected]]) | ||
|
||
dnl Sanitize $prefix. Autoconf does this by itself, but so late in the | ||
dnl generated configure script that the expansion does not occur until | ||
|
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 @@ | ||
bsr-utils (1.6-A10) unstable; urgency=medium | ||
|
||
* New upstream release | ||
|
||
-- Man Technology Inc. <[email protected]> Wed, 7 Apr 2021 00:00:00 +0900 | ||
|
||
bsr-utils (1.6-A9) unstable; urgency=medium | ||
|
||
* New upstream release | ||
|
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,9 @@ | ||
bsr (1.6-A10) unstable; urgency=medium | ||
|
||
* New upstream release | ||
|
||
-- Man Technology Inc. <[email protected]> Wed, 7 Apr 2021 00:00:00 +0900 | ||
|
||
bsr (1.6-A9) unstable; urgency=medium | ||
|
||
* New upstream release | ||
|