| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: yast2-printer | Distribution: SUSE Linux Enterprise 15 |
| Version: 4.5.2 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150500.1.2 | Build date: Sun Nov 27 03:29:46 2022 |
| Group: System/YaST | Build host: ibs-power9-12 |
| Size: 977940 | Source RPM: yast2-printer-4.5.2-150500.1.2.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/yast/yast-printer | |
| Summary: YaST2 - Printer Configuration | |
This package contains the YaST2 component for printer configuration.
GPL-2.0-only
* Fri Sep 09 2022 mfilka@suse.com
- bsc#1203227
- Replaced egrep with grep -E.
- 4.5.2
* Tue Jul 19 2022 lslezak@suse.cz
- Removed the libX11 dependency (bsc#1201641)
(the old mechanism for that did not work anymore, use
%__requires_exclude_from)
- 4.5.1
* Wed Apr 06 2022 lslezak@suse.cz
- Bump version to 4.5.0 (bsc#1198109)
* Tue Feb 01 2022 dgonzalez@suse.com
- Fix broken help text (by @TarasPanchenko Github user, bsc#1195370)
- 4.4.2
* Tue Apr 20 2021 dmueller@suse.com
- stop packaging docdir, it only contained the license which
is now in licensedir (bsc#1184897)
- spec file cleanups
- 4.4.1
* Tue Apr 20 2021 lslezak@suse.cz
- 4.4.0
* Mon Aug 10 2020 schubi@suse.de
- AutoYaST: Added supplements: autoyast(printer) into the spec file
in order to install this packages if the section has been defined
in the AY configuration file (bsc#1146494).
- 4.3.2
* Tue Jun 30 2020 igonzalezsosa@suse.com
- AutoYaST: do not export printer settings if CUPS is disabled
(bsc#1172749).
- 4.3.1
* Tue May 12 2020 jreidinger@localhost
- Autoyast schema: Allow optional types for string and map objects
(bsc#1170886)
- 4.3.0
* Fri May 31 2019 hellcp@mailbox.org
- Add metainfo (fate#319035)
- Revamp spec
- Replace GenericName with Comment
- 4.2.0
* Thu Mar 21 2019 shundhammer@suse.com
- Security hardening (bsc#1118291)
- 4.1.1
* Tue Feb 26 2019 jlopez@suse.com
- Version bump (bsc#1124009)
- 4.1.0
* Sun Nov 25 2018 noahadvs@gmail.com
- Provide icon with module (boo#1109310)
- 4.0.3
* Mon Aug 20 2018 schubi@suse.de
- Switched license in spec file from SPDX2 to SPDX3 format.
- Changed dir of COPYING file.
* Fri May 25 2018 schubi@suse.de
- Fixed alignment of input fields in "Connection Wizard".
(bnc#1091290)
- 4.0.2
* Thu Apr 19 2018 igonzalezsosa@suse.com
- Fix help texts so they can be properly translated (bsc#1082257).
- 4.0.1
* Fri Apr 06 2018 mfilka@suse.com
- bnc#1087957 - version bump
- 4.0.0
* Mon Jan 23 2017 lslezak@suse.cz
- Dropped yast2-core-devel build dependency, it is not needed
anymore, fix up for the documentation removal (fate#320356)
- 3.2.0
* Wed Jun 01 2016 igonzalezsosa@suse.com
- Drop yast2-printer-devel-doc package (fate#320356)
- 3.1.6
* Wed May 18 2016 mchandras@suse.de
- Remove /bin/ping dependency. All references to 'ping' have been
removed in 3.1.2. This allows us to not depend to iputils anymore.
- 3.1.5
* Mon Apr 04 2016 schubi@suse.de
- Using "uptime" from package yast2 instead of Builtins.time.
Cleanup for bnc#956730.
- 3.1.4
* Mon Dec 21 2015 lslezak@suse.cz
- Use the correct RPM Group (System/YaST) (bsc#951817)
- 3.1.3
* Thu Oct 01 2015 jreidinger@suse.com
- clean up patches and integrate it in git repositories
- 3.1.2
* Mon Jan 19 2015 jsmeix@suse.de
- disable_legacy_items_and_add_beh_requirement.diff
disables legacy stuff for SLE12 (see comment#18 in bnc#871548
and for other legacy stuff see bnc#892395 and bnc#877520) and
furthermore it adds the cups-backends RPM as needed package
when using beh (beh = Backend Error Handler).
* Mon Jan 19 2015 jsmeix@suse.de
- restart_cupsd_when_driver_RPMs_changed.diff shows the
"Restart locally running CUPS daemon" user confirmation popup
because usually a change in printer driver RPMs (installation
or removal) changes print job processing which requires
a restart of cupsd (bnc#888782).
* Mon Jan 19 2015 jsmeix@suse.de
- In replace_network_test_with_echo.diff replace the therein new
string "Server name must not be empty" by the elsewhere existing
string "Servername could not be empty." that exists already
in the list of translated strings so that its translation
is shown in non-English locales (bnc#887562).
* Mon Jan 19 2015 jsmeix@suse.de
- Added timeouts to cups_client_only.for_cups_since_version_1.6,
replace_network_test_with_echo.diff, test_remote_ipp.without_ping,
test_remote_lpd.without_ping, and test_remote_socket.without_ping
(i.e. all test that run "echo -n '' >/dev/tcp/$SERVER/$PORT")
so that those tests exit in any case after 2 seconds and do no
longer hang in possibly annoying long default system timeouts
in "unfriendly" network environments e.g. when a firewall
drops packages without any response (fate#312491).
- Added "/version=1.1" support to test_remote_ipp.without_ping
see the entry dated "Tue Apr 29 15:00:04 CEST 2014" below
(bnc#868241).
* Mon Jan 19 2015 jsmeix@suse.de
- use_fast_append_instead_of_slow_add.diff replaces
slow Builtins.add() with fast '<<' append operator
where needed to avoid "hang up impression" (bnc#877516).
* Mon Jan 19 2015 jsmeix@suse.de
- test_remote_ipp.without_ping, test_remote_lpd.without_ping,
test_remote_novell.without_ping, test_remote_smb.without_ping,
and test_remote_socket.without_ping are replacements for
test_remote_ipp, test_remote_lpd, test_remote_novell,
test_remote_smb and test_remote_socket in /usr/lib/YaST2/bin/
that do no longer use 'ping' so that there is no need to
distinguish between IPv4 and IPv6 and there is no longer
a requirement for 'netcat' (fate#312491).
- Adapted cups_client_only.for_cups_since_version_1.6 so that
it also does no longer use 'ping' or 'netcat' (fate#312491).
* Mon Jan 19 2015 jsmeix@suse.de
- cups_client_only.for_cups_since_version_1.6 is an enhancement
for /usr/lib/YaST2/bin/cups_client_only that provides additional
support when on a CUPS >= 1.6 client system a CUPS <= 1.5 server
should be used via "ServerName <name>/version=1.1" (bnc#868241).
- Enhanced modify_cupsd_conf.for_cups-browsed which now has
support when cups-browsed should poll CUPS <= 1.5 servers
via "BrowsePoll <name>/version=1.1" (bnc#868241).
* Mon Jan 19 2015 jsmeix@suse.de
- Enhanced modify_cupsd_conf.for_cups-browsed which now has
some basic support for what was BrowseAddress up to CUPS 1.5.4
via BrowseLocalProtocols settings for cups-browsed (bnc#868241).
* Mon Jan 19 2015 jsmeix@suse.de
- modify_cupsd_conf.for_cups-browsed is an enhancement
for /usr/lib/YaST2/bin/modify_cupsd_conf that provides
additional support for cups-browsed (bnc#868241).
* Mon Jan 19 2015 jsmeix@suse.de
- replace_network_test_with_echo.diff implements
IPv6 support for YaST printer module (fate#312491).
* Thu Dec 04 2014 jreidinger@suse.com
- remove X-KDE-Library from desktop file (bnc#899104)
/usr/lib/YaST2/bin /usr/lib/YaST2/bin/autodetect_print_queues /usr/lib/YaST2/bin/autodetect_printers /usr/lib/YaST2/bin/basicadd_displaytest /usr/lib/YaST2/bin/create_printer_ppd_database /usr/lib/YaST2/bin/cups_client_only /usr/lib/YaST2/bin/determine_printer_driver_options /usr/lib/YaST2/bin/modify_cupsd_conf /usr/lib/YaST2/bin/test_device /usr/lib/YaST2/bin/test_remote_ipp /usr/lib/YaST2/bin/test_remote_lpd /usr/lib/YaST2/bin/test_remote_novell /usr/lib/YaST2/bin/test_remote_smb /usr/lib/YaST2/bin/test_remote_socket /usr/share/YaST2/clients /usr/share/YaST2/clients/printer.rb /usr/share/YaST2/clients/printer_auto.rb /usr/share/YaST2/clients/printer_proposal.rb /usr/share/YaST2/data /usr/share/YaST2/data/testprint.2pages.ps /usr/share/YaST2/data/testprint.ps /usr/share/YaST2/include /usr/share/YaST2/include/printer /usr/share/YaST2/include/printer/autoconfig.rb /usr/share/YaST2/include/printer/basicadd.rb /usr/share/YaST2/include/printer/basicmodify.rb /usr/share/YaST2/include/printer/connectionwizard.rb /usr/share/YaST2/include/printer/dialogs.rb /usr/share/YaST2/include/printer/driveradd.rb /usr/share/YaST2/include/printer/driveroptions.rb /usr/share/YaST2/include/printer/helps.rb /usr/share/YaST2/include/printer/overview.rb /usr/share/YaST2/include/printer/policies.rb /usr/share/YaST2/include/printer/printingvianetwork.rb /usr/share/YaST2/include/printer/readwrite.rb /usr/share/YaST2/include/printer/sharing.rb /usr/share/YaST2/include/printer/wizards.rb /usr/share/YaST2/modules /usr/share/YaST2/modules/Printer.rb /usr/share/YaST2/modules/Printerlib.rb /usr/share/YaST2/schema /usr/share/YaST2/schema/autoyast /usr/share/YaST2/schema/autoyast/rnc /usr/share/YaST2/schema/autoyast/rnc/printer.rnc /usr/share/applications/YaST2 /usr/share/applications/YaST2/org.opensuse.yast.Printer.desktop /usr/share/icons /usr/share/icons/hicolor /usr/share/icons/hicolor/scalable /usr/share/icons/hicolor/scalable/apps /usr/share/icons/hicolor/scalable/apps/yast-printer.svg /usr/share/icons/hicolor/symbolic /usr/share/icons/hicolor/symbolic/apps /usr/share/icons/hicolor/symbolic/apps/yast-printer-symbolic.svg /usr/share/licenses/yast2-printer /usr/share/licenses/yast2-printer/COPYING /usr/share/metainfo /usr/share/metainfo/org.opensuse.yast.Printer.metainfo.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 16:16:51 2026