Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e66ddfe6d6
!10 update to 1.4.4
From: @liqiuyu123 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
2022-07-28 07:31:29 +00:00
liqiuyu123
d0ba910a35 update to 1.4.4 2022-07-28 15:20:41 +08:00
openeuler-ci-bot
dea421137d
!9 License compliance rectification
From: @starlet-dx 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-05-10 10:23:23 +00:00
starlet-dx
41d1380246 License compliance rectification 2022-05-10 17:28:46 +08:00
openeuler-ci-bot
a33c5d979a
!7 [sync] PR-6: update to 1.4.2
From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-03-04 08:57:25 +00:00
jxy_git
d22f962bbc update to 1.4.2
(cherry picked from commit 82590f4af933aa56669c9fb0aae9cf8d17ced34e)
2022-03-04 16:48:25 +08:00
openeuler-ci-bot
42f189c8f0
!5 [sync] PR-3: fix testcase failure
Merge pull request !5 from openeuler-sync-bot/sync-pr3-openEuler-22.03-LTS-Next-to-master
2022-02-09 10:33:20 +00:00
lyn1001
527537c741 Remove deprecated taint followup
(cherry picked from commit c8337770790e031bb38aaf322e43245ebec9993b)
2022-02-09 11:11:38 +08:00
openeuler-ci-bot
af3de3b214 !2 【轻量级 PR】:修正yaml
Merge pull request !2 from Monday/N/A
2021-12-27 01:27:57 +00:00
Monday
e45cca2e5e
修正yaml 2021-12-25 06:28:52 +00:00
4 changed files with 23 additions and 11 deletions

View File

@ -1,9 +1,9 @@
%global gem_name sqlite3
Name: rubygem-%{gem_name}
Version: 1.3.13
Version: 1.4.4
Release: 1
Summary: Allows Ruby scripts to interface with a SQLite3 database
License: BSD
License: BSD-3-Clause
URL: https://github.com/sparklemotion/sqlite3-ruby
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
BuildRequires: ruby(release) rubygems-devel ruby-devel sqlite-devel rubygem(minitest) >= 5.0.0
@ -21,12 +21,10 @@ BuildArch: noarch
Documentation for %{name}.
%prep
gem unpack %{SOURCE0}
%setup -q -D -T -n %{gem_name}-%{version}
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
%setup -q -n %{gem_name}-%{version}
%build
gem build %{gem_name}.gemspec
gem build ../%{gem_name}-%{version}.gemspec
%gem_install
%install
@ -45,6 +43,7 @@ popd
%files
%dir %{gem_instdir}
%{gem_extdir_mri}
%exclude %{gem_instdir}/.*
%license %{gem_instdir}/LICENSE
%{gem_libdir}
%exclude %{gem_cache}
@ -56,14 +55,27 @@ popd
%doc %{gem_instdir}/CHANGELOG.rdoc
%doc %{gem_instdir}/ChangeLog.cvs
%doc %{gem_instdir}/Manifest.txt
%{gem_instdir}/Rakefile
%{gem_instdir}/Gemfile
%doc %{gem_instdir}/README.rdoc
%doc %{gem_instdir}/faq/
%{gem_instdir}/Rakefile
%{gem_instdir}/appveyor.yml
%doc %{gem_instdir}/faq
%{gem_instdir}/rakelib
%{gem_instdir}/setup.rb
%{gem_instdir}/tasks
%{gem_instdir}/test
%changelog
* Thu Jul 28 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.4.4-1
- update to 1.4.4
* Tue May 10 2022 yaoxin <yaoxin30@h-partners.com> - 1.4.2-2
- License compliance rectification
* Thu Mar 03 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.4.2-1
- update to 1.4.2
* Thu Jan 27 2022 liyanan <liyanan32@huawei.com> - 1.3.13-2
- Remove deprecated taint followup
* Fri Jul 24 2020 zhanghua <zhanghua40@huawei.com> - 1.3.13-1
- package init

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: sparklemotion/sqlite3-ruby
tag_pattern: "^v"
seperator: "."
tag_prefix: "^v"
separator: "."

Binary file not shown.

BIN
sqlite3-1.4.4.gem Normal file

Binary file not shown.