diff --git a/README.md b/README.md index 91d05af..03a6287 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ Meld is a visual diff and merge tool. You can compare two or three files and edit them in place (diffs update dynamically). You can compare two or three folders and launch file comparisons. You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial. + diff --git a/meld.spec b/meld.spec index 78d4b5b..5c85bb1 100644 --- a/meld.spec +++ b/meld.spec @@ -1,5 +1,5 @@ Name: meld -Version: 3.22.2 +Version: 3.22.3 Release: 1mamba Summary: A visual diff and merge tool Group: System/Libraries @@ -9,6 +9,7 @@ Packager: Silvan Calarco URL: http://meldmerge.org/ Source: http://ftp.gnome.org/pub/gnome/sources/meld/%{majorminor}/meld-%{version}.tar.xz License: GPL +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END @@ -23,8 +24,6 @@ You can compare two or three files and edit them in place (diffs update dynamica You can compare two or three folders and launch file comparisons. You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial. -#% debug_package - %prep %setup -q @@ -46,24 +45,6 @@ CFLAGS="%{optflags}" %{__python3} setup.py build %find_lang %{name} -%post -if [ $1 -ge 1 ]; then - glib-compile-schemas /usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - update-desktop-database -q - update-mime-database /usr/share/mime &> /dev/null -fi -: - -%postun -if [ $1 -eq 0 ]; then - glib-compile-schemas /usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - update-desktop-database -q - update-mime-database /usr/share/mime &> /dev/null -fi -: - %files -f %{name}.lang %defattr(-,root,root) %{_bindir}/meld @@ -84,6 +65,9 @@ fi %doc COPYING %changelog +* Fri Jan 10 2025 Automatic Build System 3.22.3-1mamba +- automatic version update by autodist + * Sun Mar 24 2024 Automatic Build System 3.22.2-1mamba - automatic version update by autodist