Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 80159d0e24 | |||
| e5a486d592 | |||
| ef072e3e91 | |||
| 4395231f2b |
9
_service
9
_service
@@ -1,16 +1,17 @@
|
||||
<services>
|
||||
<service mode="disabled" name="tar_scm">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/nemtrif/utfcpp.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v4.0.5</param>
|
||||
<param name="revision">v4.0.8</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<service name="tar" mode="buildtime" />
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
||||
|
||||
BIN
utfcpp-4.0.5.tar.xz
LFS
BIN
utfcpp-4.0.5.tar.xz
LFS
Binary file not shown.
3
utfcpp-4.0.8.obscpio
Normal file
3
utfcpp-4.0.8.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2587e8e77f0253959ae21c0c2f064a159f6c3fd8af6a1cccaf17013b4eff979
|
||||
size 200715
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 18:25:02 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 4.0.8:
|
||||
* Maintenance release with compiler warning fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 09:52:37 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to 4.0.6:
|
||||
* Resolve -Wsign-conversion warnings
|
||||
- Modify _service to use the obs_scm service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 14:07:20 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
||||
4
utfcpp.obsinfo
Normal file
4
utfcpp.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: utfcpp
|
||||
version: 4.0.8
|
||||
mtime: 1757972508
|
||||
commit: f9319195dfddf369f68f18e7c0039b3f351797fd
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package utfcpp
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: utfcpp
|
||||
Version: 4.0.5
|
||||
Version: 4.0.8
|
||||
Release: 0
|
||||
Summary: A library for handling UTF-8 encoded strings
|
||||
License: BSL-1.0
|
||||
|
||||
Reference in New Issue
Block a user