public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/httrack] f44: update to 3.49.5 fixes rhbz#2276212
Date: Sat, 20 Jun 2026 22:43:51 GMT	[thread overview]
Message-ID: <178199543101.1.685041282131540511.rpms-httrack-7e61ea624ef4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/httrack
Branch : f44
Commit : 7e61ea624ef41c060c87c486167a7898e1d5e754
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-06-07T00:12:55-03:00
Stats  : +34/-6 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/httrack/c/7e61ea624ef41c060c87c486167a7898e1d5e754?branch=f44

Log:
update to 3.49.5 fixes rhbz#2276212

---
diff --git a/.gitignore b/.gitignore
index 74bde9d..cfef5e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,5 @@ httrack-3.43-9C.tar.gz
 /httrack-3.48.21.tar.gz
 /httrack-3.48.22.tar.gz
 /httrack-3.49.2.tar.gz
+/httrack-3.49.5.tar.gz
+/coucal-73ada075553b7607d083037a87cb9c73b3683bfc.tar.gz

diff --git a/.packit.yaml b/.packit.yaml
new file mode 100644
index 0000000..60072fc
--- /dev/null
+++ b/.packit.yaml
@@ -0,0 +1,19 @@
+# See the documentation for more information:
+# https://packit.dev/docs/configuration/
+
+specfile_path: httrack.spec
+
+copy_upstream_release_description: false
+
+jobs:
+  - job: pull_from_upstream
+    trigger: release
+    dist_git_branches:
+      - fedora-rawhide
+
+  - job: koji_build
+    trigger: commit
+    allowed_committers: ['packit','all_admins']
+    dist_git_branches:
+      - fedora-rawhide
+

diff --git a/httrack.spec b/httrack.spec
index 91f67b1..ef66eb4 100644
--- a/httrack.spec
+++ b/httrack.spec
@@ -1,11 +1,16 @@
+%global coucal_commit 73ada075553b7607d083037a87cb9c73b3683bfc
+
 Name:           httrack
-Version:        3.49.2
+Version:        3.49.5
 Release:        %autorelease
 Summary:        Website copier and offline browser
 License:        GPL-3.0-or-later WITH OpenSSL-exception
 URL:            http://www.httrack.com
 Source:         http://mirror.httrack.com/historical/%{name}-%{version}.tar.gz
-Patch:          httrack-configure-c99.patch
+Source1:        https://github.com/xroche/coucal/archive/%{coucal_commit}/coucal-%{coucal_commit}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  autoconf-archive
 BuildRequires:  desktop-file-utils
 BuildRequires:  libtool
 BuildRequires:  make
@@ -33,9 +38,10 @@ This package contains libraries and header files for
 developing applications that use %{name}.
 
 %prep
-%autosetup -p1
-# Do not try to re-run autoconf after patching generated files.
-touch -r aclocal.m4 m4/*.m4 configure
+%autosetup -p1 -a 1
+rmdir src/coucal
+mv coucal-%{coucal_commit} src/coucal
+autoreconf -vfi
 
 # Suppress rpmlint error.
 iconv --from-code ISO8859-1 --to-code UTF-8 ./html/contact.html \

diff --git a/sources b/sources
index 154db0f..ee46728 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-SHA512 (httrack-3.49.2.tar.gz) = 84a13a776b278533f7f0635ebd764387c3399b01c0644d8af9b46fc8112dc3c6e568c17969d4f6c2db32b5474344c39f86cf51957c09eb807ebe305a554ba5c8
+SHA512 (httrack-3.49.5.tar.gz) = 4a4442563e3d4e80d3f5176793611317a86f8960c967cf0f1a568bea1e44335a76c2864dad600919d21c57ad48614d340d71a793f9f5e2a4032da24050251fd6
+SHA512 (coucal-73ada075553b7607d083037a87cb9c73b3683bfc.tar.gz) = 818cfdbf6038cf27433973d3994f7231c61c366b44a28dd74e1a6d216c9bbb66b0699bf40ccbd7816de7876d73b096b93d895f6f61efbd0d79c39d559b3aee73

                 reply	other threads:[~2026-06-20 22:43 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=178199543101.1.685041282131540511.rpms-httrack-7e61ea624ef4@fedoraproject.org \
    --to=rosset.filipe@gmail.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