Update to new upstream version 0.7.0
- Update to new soversion 6
This commit is contained in:
parent
c843f07c9e
commit
67762b54d1
|
|
@ -1,3 +1,11 @@
|
||||||
|
hyprutils (0.7.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
[ alan (NyxTrail) ]
|
||||||
|
* New upstream version 0.7.0
|
||||||
|
* Breaking ABI changes: updated soversion to 6
|
||||||
|
|
||||||
|
-- Alan M Varghese (NyxTrail) <alan@digistorm.in> Sun, 04 May 2025 11:39:54 +0000
|
||||||
|
|
||||||
hyprutils (0.6.0-1) unstable; urgency=medium
|
hyprutils (0.6.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream version 0.6.0
|
* New upstream version 0.6.0
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends:
|
Depends:
|
||||||
libhyprutils5 (= ${binary:Version}),
|
libhyprutils6 (= ${binary:Version}),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
Description: Utilities used across the Hyprland ecosystem (development files)
|
Description: Utilities used across the Hyprland ecosystem (development files)
|
||||||
Hyprutils is a small C++ library for utilities used across the Hyprland
|
Hyprutils is a small C++ library for utilities used across the Hyprland
|
||||||
|
|
@ -26,7 +26,7 @@ Description: Utilities used across the Hyprland ecosystem (development files)
|
||||||
.
|
.
|
||||||
This package contains the development files.
|
This package contains the development files.
|
||||||
|
|
||||||
Package: libhyprutils5
|
Package: libhyprutils6
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends:
|
Depends:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue