File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ v3.0.3 - YYYY-MM-DD
77- Now run ` ldconfig ` on Linux after installing the shared library (Issue #148 )
88- Fixed a potential buffer overflow in ` cupsFormEncode ` .
99- Fixed long number string error handling in ` cupsJSONImportXxx ` .
10+ - Fixed the example RPM spec file (Issue #150 )
1011
1112
1213v3.0.2 - 2026-06-05
Original file line number Diff line number Diff line change 11#
22# RPM "spec" file for CUPS Library v3.
33#
4- # Copyright © 2020-2025 by OpenPrinting
4+ # Copyright © 2020-2026 by OpenPrinting
55#
66# Licensed under Apache License v2.0. See the file "LICENSE" for more
77# information.
@@ -12,8 +12,7 @@ Name: libcups3
1212Version: @CUPS_VERSION@
1313Release: 0
1414Epoch: 1
15- License: GPL
16- Group: System Environment/Daemons
15+ License: Apache 2.0
1716Source: https://github.com/OpenPrinting/libcups/releases/download/v%{version}/libcups-%{version}-source.tar.gz
1817Url: https://openprinting.github.io/cups
1918Packager: Anonymous <anonymous@example.com>
@@ -27,7 +26,6 @@ BuildRoot: /tmp/%{name}-root
2726
2827%package devel
2928Summary: CUPS Library v3 - development environment
30- Group: Development/Libraries
3129Requires: %{name} = %{epoch}:%{version}
3230
3331%description
You can’t perform that action at this time.
0 commit comments