diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | irfanview/debian/changelog | 20 | ||||
-rw-r--r-- | irfanview/debian/control | 4 | ||||
-rw-r--r-- | irfanview/irfanview.spec | 11 | ||||
-rwxr-xr-x | ublock-origin-combined/build-orig-tarball.sh | 4 | ||||
-rw-r--r-- | ublock-origin-combined/debian/changelog | 12 | ||||
-rw-r--r-- | ublock-origin-combined/ublock-origin-combined.spec | 8 |
7 files changed, 49 insertions, 11 deletions
@@ -7,3 +7,4 @@ /*.sig /*.asc *.tar.?z +*.zip diff --git a/irfanview/debian/changelog b/irfanview/debian/changelog index 062a1e8..8ef8f76 100644 --- a/irfanview/debian/changelog +++ b/irfanview/debian/changelog @@ -1,3 +1,19 @@ +irfanview (4.57-1+devuan) obs; urgency=low + + - Version 5.67 Release date: 2021-01-13 + * Improved option "Try registry changes" (Properties->Extensions) + * Option to use new Windows File-Open dialog (Properties->Misc) + * Option to create only Shortcuts (LNK file) in File-Copy dialog + * New Camera RAW PlugIn (based on LibRAW, thanks to Alex Tutubalin) + * Support for WPG format (PlugIn, WPG version 1; thanks to Flurmy) + * Improved GIF reading + * PCX loading bug fixed (thanks to @DmitriyMelikov, CVE-2020-35133) + * MNG PlugIn loading bug fixed (thanks to ThanhTP) + * PCX format moved to FORMATS PlugIn + * Several PlugIns are changed/updated, please install the newest versions: + + -- B. Stack <bgstack15@gmail.com> Mon, 01 Feb 2021 10:39:15 -0500 + irfanview (4.56-1+devuan) obs; urgency=low - Version 4.56 Release date: 2020-10-21 @@ -28,7 +44,7 @@ irfanview (4.56-1+devuan) obs; urgency=low * Formats PlugIn bugs fixed (XPM,XBM,CR2,HDR,WBMB,FITS,DDS) (thanks to nhiephon) (CVE-2020-13905, CVE-2020-13906) * MNG PlugIn loading bug fixed (thanks to zhazha crack) - * Several PlugIns are changed/updated, please install the newest versions: + * Several PlugIns are changed/updated, please install the newest versions: -- B Stack <bgstack15@gmail.com> Fri, 06 Nov 2020 09:53:14 -0500 @@ -71,7 +87,7 @@ irfanview (4.54-1+devuan) obs; urgency=medium * DPX PlugIn loading bug fixed (thanks to Linhlhq, CVE-2019-17256) * WSQ PlugIn loading bug fixed (thanks to Linhlhq, CVE-2019-17250) * JLS PlugIn loading bug fixed (thanks to Linhlhq, CVE-2019-17253) - * Several PlugIns are changed/updated, please install the newest versions: + * Several PlugIns are changed/updated, please install the newest versions: -- B Stack <bgstack15@gmail.com> Thu, 18 Dec 2019 09:20:59 -0500 diff --git a/irfanview/debian/control b/irfanview/debian/control index 5b8950c..c8b21c3 100644 --- a/irfanview/debian/control +++ b/irfanview/debian/control @@ -25,7 +25,7 @@ Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends}, wine | wine-staging | winehq | winehq-staging | wine-stable, - irfanview-common + irfanview-common (>= ${binary:Version}) Provides: irfanview Description: graphics viewer from a non-free OS The 32-bit release. @@ -35,7 +35,7 @@ Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends}, wine64 | wine-staging | winehq | winehq-staging | wine-stable, - irfanview-common + irfanview-common (>= ${binary:Version}) Suggests: xchm Provides: irfanview, x-graphics-viewer Description: graphics viewer from a non-free OS diff --git a/irfanview/irfanview.spec b/irfanview/irfanview.spec index a6fd0fc..883d777 100644 --- a/irfanview/irfanview.spec +++ b/irfanview/irfanview.spec @@ -5,9 +5,9 @@ #global upstream_url http://www.irfanview.info/files Name: irfanview -Version: 4.56 +Version: 4.57 Release: 1 -Summary: irfanview is a graphics viewer +Summary: graphics viewer from non-free OS %define version_num %( echo %version | tr -d '\.' ) Group: Applications/Graphics @@ -56,7 +56,7 @@ Common elements like desktop file and icons. %package bin32 Requires: /usr/bin/wine32 -Requires: %{name}-common +Requires: %{name}-common = %{version}-%{release} Provides: irfanview Obsoletes: irfan < 4.51-2 Obsoletes: irfanview < 4.53-1 @@ -67,7 +67,7 @@ The 32-bit release of irfanview %package bin64 Requires: /usr/bin/wine64 -Requires: %{name}-common +Requires: %{name}-common = %{version}-%{release} Provides: irfanview Obsoletes: irfan < 4.51-2 Obsoletes: irfanview < 4.53-1 @@ -205,6 +205,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %{_datadir}/%{name}64 %changelog +* Mon Feb 01 2021 B. Stack <bgstack15@gmail.com> - 4.57-1 +- version bump + * Fri Nov 06 2020 B Stack <bgstack15@gmail.com> - 4.56-1 - version bump diff --git a/ublock-origin-combined/build-orig-tarball.sh b/ublock-origin-combined/build-orig-tarball.sh index e804468..a3f3d61 100755 --- a/ublock-origin-combined/build-orig-tarball.sh +++ b/ublock-origin-combined/build-orig-tarball.sh @@ -59,7 +59,7 @@ show_xpi_for_latest_tag() { _url2="https://github.com$( echo "${_page1}" | grep -oE 'href=[^>]+\/tag\/[^>]+' | sort -n | tail -n1 | sed -r -e "s/^href=[\"']?//;" -e 's/"$//;' )" _page2="$( curl -s "${_url2}" )" #echo "${_page2}" - _asset="https://github.com$( echo "${_page2}" | sed -n '/Assets/,$p' ~/foo2 | grep -oE "href=.*\.xpi" | sed -r -e "s/^href=[\"']?//;" )" + _asset="https://github.com$( echo "${_page2}" | sed -n '/Assets/,$p' | grep -oE "href=.*\.xpi" | sed -r -e "s/^href=[\"']?//;" )" echo "${_asset}" } @@ -71,7 +71,7 @@ show_xpi_for_latest_tag() { ## 1. learn latest version file #url_contents="$( curl -s "${frontpageurl}" )" #latest_file="$( echo "${url_contents}" | awk -F'[=>]' '/class="btn".*>Download</{print $4}' | sed -r -e 's/^"//g;' -e 's/"$//g;' | head -n1 )" -latest_file="$( show_xpi_for_latest_tag "https://github.com/gorhill/uBlock-origin-for-firefox-legacy" )" +latest_file="$( show_xpi_for_latest_tag "https://github.com/gorhill/uBlock-for-firefox-legacy" )" latest_version="$( basename "${latest_file}" | grep -oE '_[0-9\.]+' | sed -r -e 's/^_//;' -e 's/\.$//;' )" ## 2. dl it diff --git a/ublock-origin-combined/debian/changelog b/ublock-origin-combined/debian/changelog index 9067709..64b3e49 100644 --- a/ublock-origin-combined/debian/changelog +++ b/ublock-origin-combined/debian/changelog @@ -1,3 +1,15 @@ +ublock-origin-combined (1.16.4.28-1+devuan) obs; urgency=medium + + * Update + + -- B. Stack <bgstack15@gmail.com> Mon, 01 Feb 2021 09:57:33 -0500 + +ublock-origin-combined (1.16.4.27-1+devuan) obs; urgency=medium + + * Update + + -- B. Stack <bgstack15@gmail.com> Tue, 05 Jan 2021 07:46:17 -0500 + ublock-origin-combined (1.16.4.26-1+devuan) obs; urgency=medium * Update diff --git a/ublock-origin-combined/ublock-origin-combined.spec b/ublock-origin-combined/ublock-origin-combined.spec index 8367d80..7360f92 100644 --- a/ublock-origin-combined/ublock-origin-combined.spec +++ b/ublock-origin-combined/ublock-origin-combined.spec @@ -7,7 +7,7 @@ %global app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} Name: ublock-origin-combined -Version: 1.16.4.26 +Version: 1.16.4.28 Release: 1 Summary: uBlock Origin installed to the system Mozilla-based extensions directories @@ -68,6 +68,12 @@ rm -rf %{buildroot} # something gets weird because of the curly braces in the expanded variable, but using the ../* syntax changes the evaluated string so it does not have to try to use curly braces in the owned filepath. %changelog +* Mon Feb 01 2021 B. Stack <bgstack15@gmail.com> - 1.16.4.28-1 +- Update + +* Tue Jan 05 2021 B. Stack <bgstack15@gmail.com> - 1.16.4.27-1 +- Update + * Wed Nov 04 2020 B Stack <bgstack15@gmail.com> - 1.16.4.26-1 - Update |