Upgrade to 1.4.7

This commit is contained in:
wu-leilei 2022-06-30 10:00:34 +08:00
parent 955cce14e7
commit c783825fa2
4 changed files with 9 additions and 5 deletions

Binary file not shown.

BIN
pkg-config-1.4.7.gem Normal file

Binary file not shown.

View File

@ -1,6 +1,7 @@
--- pkg-config-1.1.3/test/test_pkg_config.rb.newpkgconfig 2012-08-02 14:18:08.216508255 +0900 diff -Nur a/test/test-pkg-config.rb b/test/test-pkg-config.rb
+++ pkg-config-1.1.3/test/test_pkg_config.rb 2012-08-02 15:14:58.597886753 +0900 --- a/test/test-pkg-config.rb 2022-06-30 09:22:08.584847758 +0800
@@ -109,7 +109,12 @@ +++ b/test/test-pkg-config.rb 2022-06-30 09:21:51.460599525 +0800
@@ -198,7 +198,12 @@
def assert_pkg_config(package, pkg_config_args, actual) def assert_pkg_config(package, pkg_config_args, actual)
result = pkg_config(package, *pkg_config_args) result = pkg_config(package, *pkg_config_args)
result = nil if result.empty? result = nil if result.empty?

View File

@ -3,12 +3,12 @@
%undefine __brp_mangle_shebangs %undefine __brp_mangle_shebangs
Summary: A pkg-config implementation by Ruby Summary: A pkg-config implementation by Ruby
Name: rubygem-pkg-config Name: rubygem-pkg-config
Version: 1.4.1 Version: 1.4.7
Release: 1 Release: 1
License: LGPLv2+ License: LGPLv2+
URL: http://github.com/rcairo/pkg-config URL: http://github.com/rcairo/pkg-config
Source0: http://rubygems.org/gems/pkg-config-%{version}.gem Source0: http://rubygems.org/gems/pkg-config-%{version}.gem
Patch0: rubygem-pkg-config-1.1.3-cflags-result-sort.patch Patch0: rubygem-pkg-config-1.4.7-cflags-result-sort.patch
Requires: ruby(release) Requires: ruby(release)
BuildRequires: ruby(release) rubygems-devel rubygem(test-unit) ruby-devel cairo-devel BuildRequires: ruby(release) rubygems-devel rubygem(test-unit) ruby-devel cairo-devel
Requires: rubygems Requires: rubygems
@ -65,5 +65,8 @@ ruby -Ilib:test:. ./test.rb
%{gem_docdir} %{gem_docdir}
%changelog %changelog
* Tue Jun 28 2022 wulei <wulei80@h-partners.com> - 1.4.7-1
- Upgrade to 1.4.7
* Tue Jul 28 2020 yaokai <yaokai13@huawei.com> - 1.4.1-1 * Tue Jul 28 2020 yaokai <yaokai13@huawei.com> - 1.4.1-1
- package init - package init