Commit Graph

185 Commits

Author SHA256 Message Date
Ana Guerrero
ddcafed35a Accepting request 1177928 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1177928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=91
2024-06-03 15:40:26 +00:00
Antonio Teixeira
1afea8e106 Accepting request 1177678 from home:polslinux:branches:Base:System
- Update to 5.6.2:
  * Remove the backdoor (CVE-2024-3094).
  * Not changed: Memory sanitizer (MSAN) has a false positive
    in the CRC CLMUL code which also makes OSS Fuzz unhappy.
    Valgrind is smarter and doesn't complain.
    A revision to the CLMUL code is coming anyway and this issue
    will be cleaned up as part of it. It won't be backported to
    5.6.x or 5.4.x because the old code isn't wrong. There is
    no reason to risk introducing regressions in old branches
    just to silence a false positive.
  * liblzma:
    - lzma_index_decoder() and lzma_index_buffer_decode(): Fix
      a missing output pointer initialization (*i = NULL) if the
      functions are called with invalid arguments. The API docs
      say that such an initialization is always done. In practice
      this matters very little because the problem can only occur
      if the calling application has a bug and these functions
      return LZMA_PROG_ERROR.
    - lzma_str_to_filters(): Fix a missing output pointer
      initialization (*error_pos = 0). This is very similar
      to the fix above.
    - Fix C standard conformance with function pointer types.
    - Remove GNU indirect function (IFUNC) support. This is *NOT*
      done for security reasons even though the backdoor relied on
      this code. The performance benefits of IFUNC are too tiny in
      this project to make the extra complexity worth it.
    - FreeBSD on ARM64: Add error checking to CRC32 instruction
      support detection.
    - Fix building with NVIDIA HPC SDK.
  * xz:

OBS-URL: https://build.opensuse.org/request/show/1177678
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=165
2024-05-31 12:27:32 +00:00
Ana Guerrero
96280f2da6 Accepting request 1167536 from Base:System
- revert the switch to tar_scm which dropped the signature
  validation
- switch back to tarballs because the upstream tarballs are not
  gone
- reinstanciate keyring from Lasse
- go back to the last release signed by Lasse (5.4.2)
- revert multibuild, drop service and rpmlintrc
- use real_ver for the Source, move everything else back to
  %version like before the hectic XZ downgrade
- remove payload setting, we are using zstd now

- Switch to using tar_scm for fetching the sources as the upstream
  tarballs on github are gone
- introduce _multibuild to allow building the translations outside
  of Ring0 and everything else in Ring0
- add rpmlintrc to silence harmless warnings

OBS-URL: https://build.opensuse.org/request/show/1167536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=90
2024-04-14 09:53:57 +00:00
08a869d68c - use real_ver for the Source, move everything else back to
%version like before the hectic XZ downgrade

OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=163
2024-04-13 07:27:08 +00:00
970e385313 - switch back to tarballs because the upstream tarballs are not
gone

OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=162
2024-04-12 16:26:08 +00:00
473780abd4 - remove payload setting, we are using zstd now
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=161
2024-04-12 16:24:48 +00:00
45d7b2f007 - revert the switch to tar_scm which dropped the signature
validation
- reinstanciate keyring from Lasse
- go back to the last release signed by Lasse (5.4.2)
- revert multibuild, drop service and rpmlintrc
- revert version number messup

OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=160
2024-04-12 16:23:56 +00:00
Danilo Spinella
c6659041f7 Accepting request 1164991 from home:dancermak:branches:Base:System
switch back to tar_scm to not add deps into Ring0

OBS-URL: https://build.opensuse.org/request/show/1164991
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=159
2024-04-10 13:05:09 +00:00
Danilo Spinella
02fb01d80f Accepting request 1164597 from home:dancermak:branches:Base:System
- switch to obs_scm
- don't abuse %bcond for multibuild
- add rpmlintrc for dubious rpmlint warning
- add a package suffix for the multibuild lang flavor

OBS-URL: https://build.opensuse.org/request/show/1164597
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=158
2024-04-04 14:51:12 +00:00
Danilo Spinella
6e6c8a9fd4 Accepting request 1164582 from home:dancermak:branches:Base:System
Revert Epoch, introduce multibuild and switch to using tar_scm for fetching the sources

OBS-URL: https://build.opensuse.org/request/show/1164582
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=157
2024-04-04 12:23:38 +00:00
Danilo Spinella
3f14a8b2e3 Accepting request 1164499 from home:dancermak:branches:Base:System
Bump epoch to 1 and restore a sane version number

OBS-URL: https://build.opensuse.org/request/show/1164499
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=156
2024-04-04 07:56:08 +00:00
Dominique Leuenberger
565b80d54f Fix versioned provides of liblzma
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=89
2024-03-28 14:17:23 +00:00
OBS User buildservice-autocommit
194b789044 Updating link to change in openSUSE:Factory/xz revision 89
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=f0e651633b665b1bd51c792b12798a48
2024-03-28 14:17:23 +00:00
Ana Guerrero
8c5b1833cd Accepting request 1163333 from Base:System
- restore a bigger version number so that update works

OBS-URL: https://build.opensuse.org/request/show/1163333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=88
2024-03-28 13:58:52 +00:00
82945a4232 - restore a bigger version number so that update works
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=154
2024-03-28 13:51:25 +00:00
Ana Guerrero
4c0076d395 Accepting request 1163302 from Base:System
downgrade

OBS-URL: https://build.opensuse.org/request/show/1163302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=87
2024-03-28 12:47:05 +00:00
7a1a7bcf1e OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=152 2024-03-28 12:14:43 +00:00
ff2aaf8475 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=151 2024-03-28 12:14:32 +00:00
Dominique Leuenberger
801e2a160f Accepting request 1158735 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1158735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=86
2024-03-20 20:09:35 +00:00
a537c46449 Accepting request 1156708 from home:AndreasStieger:branches:Base:System
xz 5.6.1

OBS-URL: https://build.opensuse.org/request/show/1156708
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=148
2024-03-17 11:50:41 +00:00
Dominique Leuenberger
b80c6c4ca7 Accepting request 1155110 from Base:System
- update to 5.6.0:
  * This bumps the minor version of liblzma because new
    features were added. The API and ABI are still backward
    compatible with liblzma 5.4.x and 5.2.x and 5.0.x.
  * liblzma:
    - Disabled the branchless C variant in the LZMA
    decoder based on the benchmark results from the community.
    - Disabled x86-64 inline assembly on x32 to fix the
    build.
  * Sandboxing support in xz:
    - Landlock is now used even when xz needs to create
    files.
    - Landlock and pledge(2) are now stricter when
    reading from more than one input file and only writing to
    standard output.
    - Added support for Landlock ABI version 4.
    - Now builds lzmainfo and lzmadec.
    - xzdiff, xzgrep, xzless, xzmore, and their symlinks
    are now installed. The scripts are also tested during "make
    test".
    - Added translation support for xz, lzmainfo, and the
      man pages.
    - Minimum required CMake version is now 3.14.
  * liblzma:
    - LZMA decoder: Speed optimizations to the C code and
    added GCC & Clang compatible inline assembly for
    x86-64.
    - Added lzma_mt_block_size() to recommend a Block
    size for multithreaded encoding.
    - Added CLMUL-based CRC32 on x86-64 and E2K with

OBS-URL: https://build.opensuse.org/request/show/1155110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=85
2024-03-07 17:27:19 +00:00
3c393fa869 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=146 2024-03-05 12:12:51 +00:00
6fb022244b - update to 5.6.0:
* This bumps the minor version of liblzma because new
    features were added. The API and ABI are still backward
    compatible with liblzma 5.4.x and 5.2.x and 5.0.x.
  * liblzma:
    - Disabled the branchless C variant in the LZMA
    decoder based on the benchmark results from the community.
    - Disabled x86-64 inline assembly on x32 to fix the
    build.
  * Sandboxing support in xz:
    - Landlock is now used even when xz needs to create
    files.
    - Landlock and pledge(2) are now stricter when
    reading from more than one input file and only writing to
    standard output.
    - Added support for Landlock ABI version 4.
    - Now builds lzmainfo and lzmadec.
    - xzdiff, xzgrep, xzless, xzmore, and their symlinks
    are now installed. The scripts are also tested during "make
    test".
    - Added translation support for xz, lzmainfo, and the
      man pages.
    - Minimum required CMake version is now 3.14.
  * liblzma:
    - LZMA decoder: Speed optimizations to the C code and
    added GCC & Clang compatible inline assembly for
    x86-64.
    - Added lzma_mt_block_size() to recommend a Block
    size for multithreaded encoding.
    - Added CLMUL-based CRC32 on x86-64 and E2K with

OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=145
2024-03-05 11:47:58 +00:00
Ana Guerrero
6e944efd89 Accepting request 1142679 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1142679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=84
2024-01-31 22:54:02 +00:00
Danilo Spinella
c5f484bb8b Accepting request 1142678 from home:dspinella:branches:Base:System
- Build static library on SLE

OBS-URL: https://build.opensuse.org/request/show/1142678
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=143
2024-01-29 22:20:44 +00:00
7d3b6939e5 - update to 5.4.6:
* Fixed a bug involving internal function pointers in liblzma
    not being initialized to NULL. The bug can only be
    triggered if lzma_filters_update() is called on a LZMA1
    encoder, so it does not affect xz or any application known
    to us that uses liblzma.
  * Fixed a regression introduced in 5.4.2 that caused
    encoding in the raw format to unnecessarily fail if --suffix
    was not used. For instance, the following command no longer
    reports that --suffix must be used:
      echo foo | xz --format=raw --lzma2 | wc -c
  * Fixed an issue on MinGW-w64 builds that prevented
    reading from or writing to non-terminal character devices
    like NUL.
  * Added a new test.
- Build XZ with full RELRO.
- Put libraries back in %{_libdir}, /usr merge project.
- Fix build in armv5el doesnt like profiling
    * Polish translation was added.
  * Support for "xz --list" was added
- remove static libraries, see bnc#509945 for details
- added baselibs.conf (for rpm-32bit)

OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=142
2024-01-28 10:12:57 +00:00
Ana Guerrero
4d93eb0fa9 Accepting request 1124450 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1124450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=83
2023-11-13 21:15:39 +00:00
ca3e8c3ed5 Accepting request 1124051 from home:amanzini:branches:Base:System
- Update to version 5.4.5:
  * liblzma:
      - Fixed an assertion failure that could be triggered by a large
        unpadded_size argument. It was verified that there was no
        other bug than the assertion failure.
      - Fixed a bug that prevented building with Windows Vista
        threading when __attribute__((__constructor__)) is not
        supported.
  * xz now properly handles special files such as "con" or "nul" on
    Windows. Before this fix, the following wrote "foo" to the
    console and deleted the input file "con_xz":
        echo foo | xz > con_xz
        xz --suffix=_xz --decompress con_xz
  * Small fixes and improvements to the tests.
  * Updated translations: Chinese (simplified) and Esperanto.

OBS-URL: https://build.opensuse.org/request/show/1124051
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=140
2023-11-09 13:41:57 +00:00
Ana Guerrero
d0d84037fa Accepting request 1104975 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1104975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=82
2023-08-23 12:56:36 +00:00
Stephan Kulow
773b5dd4df Accepting request 1104190 from home:dimstar:Factory
- xznew: Remove bashsism.
- build: pass CONFIG_SHELL=/bin/sh to configure: the posix tools
  are setting the current SHELL as the shebang, which is overkill:
  any posix compliant shell, aka /bin/sh, is sufficient.

OBS-URL: https://build.opensuse.org/request/show/1104190
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=138
2023-08-21 05:30:48 +00:00
Dominique Leuenberger
f0200e0e61 Accepting request 1102816 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1102816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=81
2023-08-11 13:54:59 +00:00
39215a7095 Accepting request 1102117 from home:polslinux:branches:Base:System
- Update to version 5.4.4:
  * liblzma and xzdec can now build against WASI SDK when threading
    support is disabled. xz and tests don't build yet.
  * documentation update
  * translations update

OBS-URL: https://build.opensuse.org/request/show/1102117
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=136
2023-08-08 07:01:09 +00:00
Dominique Leuenberger
2974c6cec9 Accepting request 1085092 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1085092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=80
2023-05-07 16:54:25 +00:00
027d7573ee Accepting request 1085009 from home:AndreasStieger:branches:Base:System
fix submission

OBS-URL: https://build.opensuse.org/request/show/1085009
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=134
2023-05-05 12:22:27 +00:00
52a735fdeb Accepting request 1084930 from home:AndreasStieger:branches:Base:System
xz 5.4.3

OBS-URL: https://build.opensuse.org/request/show/1084930
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=133
2023-05-05 07:36:51 +00:00
Dominique Leuenberger
ea27677f97 Accepting request 1077835 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1077835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=79
2023-04-07 16:16:30 +00:00
3d6832df09 Accepting request 1077714 from home:fcrozat:branches:Base:System
- Update license tag, there is GPL-3.0-or-later code too.

OBS-URL: https://build.opensuse.org/request/show/1077714
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=131
2023-04-07 07:48:56 +00:00
Dominique Leuenberger
6bde757735 Accepting request 1073304 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1073304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=78
2023-03-22 21:29:23 +00:00
Danilo Spinella
afb50613d8 Accepting request 1073266 from home:pluskalm:branches:Base:System
- Update to version 5.4.2:
   * All fixes from 5.2.11 that were not included in 5.4.1.
   * If xz is built with support for the Capsicum sandbox but running
     in an environment that doesn't support Capsicum, xz now runs
     normally without sandboxing instead of exiting with an error.
   * liblzma:
       - Documentation was updated to improve the style, consistency,
         and completeness of the liblzma API headers.
       - The Doxygen-generated HTML documentation for the liblzma API
         header files is now included in the source release and is
         installed as part of "make install". All JavaScript is
         removed to simplify license compliance and to reduce the
         install size.
       - Fixed a minor bug in lzma_str_from_filters() that produced
         too many filters in the output string instead of reporting
         an error if the input array had more than four filters. This
         bug did not affect xz.
   * Build systems:
       - autogen.sh now invokes the doxygen tool via the new wrapper
         script doxygen/update-doxygen, unless the command line option
         --no-doxygen is used.
       - Added microlzma_encoder.c and microlzma_decoder.c to the
         VS project files for Windows and to the CMake build. These
         should have been included in 5.3.2alpha.
   * Tests:
       - Added a test to the CMake build that was forgotten in the
         previous release.
       - Added and refactored a few tests.
   * Translations:
       - Updated the Brazilian Portuguese translation.

OBS-URL: https://build.opensuse.org/request/show/1073266
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=129
2023-03-20 15:53:14 +00:00
Dominique Leuenberger
0432538ec3 Accepting request 1071146 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1071146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=77
2023-03-15 17:52:51 +00:00
6592020445 Accepting request 1070157 from home:pluskalm:branches:Base:System
- Build AVX2 enabled hwcaps library for x86_64-v3

OBS-URL: https://build.opensuse.org/request/show/1070157
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=127
2023-03-13 13:55:20 +00:00
Dominique Leuenberger
ba3cb70ff8 Accepting request 1061176 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1061176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=76
2023-01-28 17:42:40 +00:00
Danilo Spinella
9218de6605 Accepting request 1060588 from home:dirkmueller:Factory
- update to 5.4.1:
    * liblzma:
        - Fixed the return value of lzma_microlzma_encoder() if the
          LZMA options lc/lp/pb are invalid. Invalid lc/lp/pb options
          made the function return LZMA_STREAM_END without encoding
          anything instead of returning LZMA_OPTIONS_ERROR.
    * Tests:
        - Fixed test script compatibility with ancient /bin/sh
          versions. Now the five test_compress_* tests should
          no longer fail on Solaris 10.
        - Added and refactored a few tests.
    * Translations:
        - Updated the Catalan and Esperanto translations.
        - Added Korean and Ukrainian man page translations.

OBS-URL: https://build.opensuse.org/request/show/1060588
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=125
2023-01-26 10:35:31 +00:00
Dominique Leuenberger
783e695f01 Accepting request 1046103 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1046103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=75
2023-01-04 16:50:28 +00:00
Stephan Kulow
cc1e85f86c Accepting request 1045839 from home:dirkmueller:Factory
- update to 5.4.0:
    This bumps the minor version of liblzma because new features were
    added. The API and ABI are still backward compatible with liblzma
    5.2.x and 5.0.x.
    Summary of new features added in the 5.3.x development releases:
    * liblzma:
        - Added threaded .xz decompressor lzma_stream_decoder_mt().
          It can use multiple threads with .xz files that have multiple
          Blocks with size information in Block Headers. The threaded
          encoder in xz has always created such files.
          Single-threaded encoder cannot store the size information in
          Block Headers even if one used LZMA_FULL_FLUSH to create
          multiple Blocks, so this threaded decoder cannot use multiple
          threads with such files.
          If there are multiple Streams (concatenated .xz files), one
          Stream will be decompressed completely before starting the
          next Stream.
        - A new decoder flag LZMA_FAIL_FAST was added. It makes the
          threaded decompressor report errors soon instead of first
          flushing all pending data before the error location.
        - New Filter IDs:
            * LZMA_FILTER_ARM64 is for ARM64 binaries.
            * LZMA_FILTER_LZMA1EXT is for raw LZMA1 streams that don't
              necessarily use the end marker.
        - Added lzma_str_to_filters(), lzma_str_from_filters(), and
          lzma_str_list_filters() to convert a preset or a filter chain
          string to a lzma_filter[] and vice versa. These should make
          it easier to write applications that allow users to specify
          custom compression options.
        - Added lzma_filters_free() which can be convenient for freeing

OBS-URL: https://build.opensuse.org/request/show/1045839
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=123
2023-01-02 09:11:26 +00:00
Dominique Leuenberger
566aaf209d Accepting request 1043781 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1043781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=74
2022-12-21 15:05:46 +00:00
Danilo Spinella
fb12922800 Accepting request 1043472 from home:dirkmueller:Factory
- update to 5.2.10:
    * xz: Don't modify argv[] when parsing the --memlimit* and
      --block-list command line options. This fixes confusing
      arguments in process listing (like "ps auxf").
    * GNU/Linux only: Use __has_attribute(__symver__) to detect if
      that attribute is supported. This fixes build on Mandriva where
      Clang is patched to define __GNUC__ to 11 by default (instead
      of 4 as used by Clang upstream).
    * liblzma:
        - Fixed an infinite loop in LZMA encoder initialization
          if dict_size >= 2 GiB.
        - Fixed two cases of invalid free() that can happen if
          a tiny allocation fails in encoder re-initialization
          or in lzma_filters_update(). These bugs had some
          similarities with the bug fixed in 5.2.7.
        - Fixed lzma_block_encoder() not allowing the use of
          LZMA_SYNC_FLUSH with lzma_code() even though it was
          documented to be supported. The sync-flush code in
          the Block encoder was already used internally via
          lzma_stream_encoder(), so this was just a missing flag
          in the lzma_block_encoder() API function.
        - GNU/Linux only: Don't put symbol versions into static
          liblzma as it breaks things in some cases (and even if
          it didn't break anything, symbol versions in static
          libraries are useless anyway). The downside of the fix
          is that if the configure options --with-pic or --without-pic
          are used then it's not possible to build both shared and
          static liblzma at the same time on GNU/Linux anymore;
          with those options --disable-static or --disable-shared
          must be used too.

OBS-URL: https://build.opensuse.org/request/show/1043472
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=121
2022-12-19 14:42:33 +00:00
Dominique Leuenberger
e2c50a33a2 Accepting request 1042590 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1042590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=73
2022-12-15 18:23:31 +00:00
Danilo Spinella
89a214bc2e Accepting request 1042586 from home:jengelh:branches:Base:System
- Rename xz-static-devel -> xz-devel-static to follow the general
  naming used in openSUSE.

OBS-URL: https://build.opensuse.org/request/show/1042586
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=119
2022-12-13 09:38:54 +00:00
Dominique Leuenberger
c5efbab029 Accepting request 1036659 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1036659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=72
2022-11-20 18:46:45 +00:00