Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0393b10b8e | |||
| dc88735b31 |
20
_service
Normal file
20
_service
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/meld.git</param>
|
||||
<param name="revision">3.23.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
</service>
|
||||
</services>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37f7f29eb1ff0fec4d8b088d5483c556de1089f6d018fe6d481993caf2499d84
|
||||
size 676560
|
||||
3
meld-3.23.0.obscpio
Normal file
3
meld-3.23.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d558ce24d473958d5f8ead0e1bd6c97c5445966f9ca820127ce24cf8c0bac345
|
||||
size 5788685
|
||||
23
meld.changes
23
meld.changes
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 23 07:39:40 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.23.0:
|
||||
+ Features:
|
||||
- Add new side-by-side image file comparison
|
||||
- Add CI build support for macOS
|
||||
- Add version control support for Git unstaging
|
||||
- Added option to compare folders based on size only
|
||||
- Support starting with blank comparison panes using @blank
|
||||
- Per-pane path labels now accept drag-n-drop to open files
|
||||
+ UI Changes:
|
||||
- Icon updates
|
||||
- Use development styling when uninstalled
|
||||
- Shortcut and mnemonic updates and shortcut documentation
|
||||
fixes
|
||||
- Help documentation updates
|
||||
- String updates and translation fixes
|
||||
+ Updated translations.
|
||||
- For complete overview of changes, please see the included NEWS
|
||||
file.
|
||||
- Switch to source service for tarball/sources.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 08:38:57 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
4
meld.obsinfo
Normal file
4
meld.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: meld
|
||||
version: 3.23.0
|
||||
mtime: 1742699284
|
||||
commit: b796cda24d72a3c3cf7f6418356da5aa1de9d219
|
||||
@@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: meld
|
||||
Version: 3.22.3
|
||||
Version: 3.23.0
|
||||
Release: 0
|
||||
Summary: Visual diff and merge tool
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Other
|
||||
URL: https://meldmerge.org/
|
||||
Source0: https://download.gnome.org/sources/meld/3.22/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
@@ -91,7 +92,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Meld.deskto
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/metainfo/org.gnome.Meld.appdata.xml
|
||||
%{_datadir}/applications/org.gnome.Meld.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.meld.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Meld.gschema.xml
|
||||
%doc %{_datadir}/help/C/meld/
|
||||
%{_datadir}/icons/hicolor/*/*/*
|
||||
%{_datadir}/mime/packages/org.gnome.Meld.xml
|
||||
|
||||
Reference in New Issue
Block a user