public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/dos2unix] rawhide: Fix rhbz#2483487, update to 7.5.6
Date: Wed, 05 Aug 2026 13:30:44 GMT [thread overview]
Message-ID: <178593664433.1.3555997109476419857.rpms-dos2unix-6a5296893e1a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/dos2unix
Branch : rawhide
Commit : 6a5296893e1ad3deddfbd8be58dc30562956cba6
Author : Than Ngo <than@redhat.com>
Date : 2026-08-05T15:30:21+02:00
Stats : +22/-18 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/dos2unix/c/6a5296893e1ad3deddfbd8be58dc30562956cba6?branch=rawhide
Log:
Fix rhbz#2483487, update to 7.5.6
---
diff --git a/.gitignore b/.gitignore
index 1fb0660..d0b1594 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ dos2unix-5.1.1.tar.gz
/dos2unix-7.5.2.tar.gz
/dos2unix-7.5.3.tar.gz
/dos2unix-7.5.5.tar.gz
+/dos2unix-7.5.6.tar.gz
diff --git a/dos2unix-7.5.5.tar.gz.asc b/dos2unix-7.5.5.tar.gz.asc
deleted file mode 100644
index cd14b7d..0000000
--- a/dos2unix-7.5.5.tar.gz.asc
+++ /dev/null
@@ -1,12 +0,0 @@
------BEGIN PGP SIGNATURE-----
-
-iQFPBAABCAA5FiEE+PG+pJBJagnMoyjMOMH1crEnJb4FAmnVUzgbFIAAAAAABAAO
-bWFudTIsMi41KzEuMTIsMCwzAAoJEDjB9XKxJyW+rAgH/iHd5nUDsjZuVgtgqLb5
-5nniyAm36lIefZwHS5bHfMDjS5TjTZx0VEMHIBvpeUpU6AagcaoehELiMS6/ZGgM
-U02BLv98ObVV1YjrZy8H7aZWpGY72+yFmS4mKxyIC/TqgJ1h2fBs1l8VT77rSw8y
-OrF2Mt/C5qyqxxfHBlcI+4yyKoNiX9KZMWF7rfTjxu7oc7k30gw7YCFHsd5Gvab+
-RySLUr640Z0Xi0jE4yDQtNlJGVBxf+IhoDeIU+VtLJC//yEk5ZMhrCBk93MHzMjm
-UI+LgFQDdTAtcenoZaWc+T0XiDmLVCyfR48O94B8ojmjWpdwpWMHYGkqY59nKjU7
-aBQ=
-=9qBC
------END PGP SIGNATURE-----
diff --git a/dos2unix-7.5.6.tar.gz.asc b/dos2unix-7.5.6.tar.gz.asc
new file mode 100644
index 0000000..f02c07f
--- /dev/null
+++ b/dos2unix-7.5.6.tar.gz.asc
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFPBAABCAA5FiEE+PG+pJBJagnMoyjMOMH1crEnJb4FAmoYlbEbFIAAAAAABAAO
+bWFudTIsMi41KzEuMTIsMCwzAAoJEDjB9XKxJyW+8jAH/j2qT3+8s1tj+5olqhPj
+CtfibXubiya5OSaSMmJ7fgF38M1zTpBy7BLe9wFW8B3Mz9TJTgEXStEdSK43oF6w
+UhTUTNCnlMaarCKaAzSzqXd+dbCrwcJghpFuLhWYw/NyBnWLFp1x/CERV4pPzbI1
+glvgL/HIoU5tU7U3ZO+Qzl42+ItaJTTquS5fDUhtfNNtj5TIyKh8Z514wi1wUf8t
+2XdcLglxNjeRwI70Txoz45YsJ/05IlcjRJmKfyiZrvgiBEtByUfOnc7Ou7b2sies
+06N9V5iTIUOqEsGCB29JK5B6Xe+zroyi2CJVRe1kMtACcO1tuKCx6C73HxmmLvHF
+Keo=
+=uRzz
+-----END PGP SIGNATURE-----
diff --git a/dos2unix.spec b/dos2unix.spec
index 77c4f12..c25f5c0 100644
--- a/dos2unix.spec
+++ b/dos2unix.spec
@@ -1,11 +1,11 @@
Summary: Text file format converters
Name: dos2unix
-Version: 7.5.5
-Release: 2%{?dist}
+Version: 7.5.6
+Release: 1%{?dist}
License: BSD-3-Clause
-URL: https://waterlan.home.xs4all.nl/dos2unix.html
-Source: https://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz
-Source: https://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz.asc
+URL: https://waterlander.net/dos2unix/
+Source: https://waterlander.net/dos2unix/files/%{name}-%{version}.tar.gz
+Source: https://waterlander.net/dos2unix/files/%{name}-%{version}.tar.gz.asc
Source: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x38C1F572B12725BE#./38C1F572B12725BE.asc
BuildRequires: gcc
@@ -53,6 +53,9 @@ make test
%{_mandir}/man1/*.1*
%changelog
+* Wed Aug 05 2026 Than Ngo <than@redhat.com> - 7.5.6-1
+- Fix rhbz#2483487, update to 7.5.6
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 7.5.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index a2d0105..1059aff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dos2unix-7.5.5.tar.gz) = bbb81056cf8bdaa95cc698c1fd96c9a7efa29da99274c768d2be5aa728120bd075239b10ea9784446c7923924d82783c38cac023e4fa4531fa97daa9c4395304
+SHA512 (dos2unix-7.5.6.tar.gz) = 08ea43b7b3264e6b647a2d65d2ee42b4bb8de6372df2314f588412a5faac74cd5faa63040219f9bf62a2a000d95366a389aa4f6bf371e8c2265b60b12e640d86
reply other threads:[~2026-08-05 13:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178593664433.1.3555997109476419857.rpms-dos2unix-6a5296893e1a@fedoraproject.org \
--to=than@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox