public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/httrack] f44: update to 3.49.5 fixes rhbz#2276212
@ 2026-06-20 22:43 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-20 22:43 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-20 22:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-20 22:43 [rpms/httrack] f44: update to 3.49.5 fixes rhbz#2276212 Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox