Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pool-git-init for openSUSE:Factory checked in at 2026-09-02 17:03:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pool-git-init (Old) and /work/SRC/openSUSE:Factory/.pool-git-init.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pool-git-init" Wed Sep 2 17:03:34 2026 rev:2 rq:1375323 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/pool-git-init/pool-git-init.changes 2026-08-28 20:01:25.014413216 +0200 +++ /work/SRC/openSUSE:Factory/.pool-git-init.new.1265/pool-git-init.changes 2026-09-02 17:04:01.670993202 +0200 @@ -1,0 +2,12 @@ +Wed Sep 2 07:31:18 UTC 2026 - Adrian Schröter <[email protected]> + +- Update to 0.3.1 + * fixed helper symlink creation + +- Update to 0.3.0 + * renamed from obs-git-init to pool-git-init + * Updated .gitignore rules + * new .gitmodules merge tool + * prepare-commit-message hook to suggest additions from .changes file + +------------------------------------------------------------------- Old: ---- pool-git-init-0.3.0.obscpio New: ---- pool-git-init-0.3.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pool-git-init.spec ++++++ --- /var/tmp/diff_new_pack.Acjjbh/_old 2026-09-02 17:04:03.219046929 +0200 +++ /var/tmp/diff_new_pack.Acjjbh/_new 2026-09-02 17:04:03.221046999 +0200 @@ -17,7 +17,7 @@ Name: pool-git-init -Version: 0.3.0 +Version: 0.3.1 Release: 0 Summary: Helper services to setup git repositories for packaging License: GPL-2.0-or-later @@ -40,10 +40,18 @@ %install make DESTDIR=%{buildroot} install +%posttrans +# because rpm itself can not replace directory with a symlink +# 1st we still may have a remaining empty directory, clean it +[ -d %{_prefix}/lib/obs/helper ] && rmdir %{_prefix}/lib/obs/helper +# create the compat symlink +[ -e %{_prefix}/lib/obs/helper ] || ln -sf ../pool/helper %{_prefix}/lib/obs/ + %files %license LICENSE %doc README.md %{_bindir}/* -%{_prefix}/lib/obs +%dir %{_prefix}/lib/obs +%ghost %{_prefix}/lib/obs/helper %{_prefix}/lib/pool ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Acjjbh/_old 2026-09-02 17:04:03.252048074 +0200 +++ /var/tmp/diff_new_pack.Acjjbh/_new 2026-09-02 17:04:03.255048179 +0200 @@ -2,8 +2,8 @@ <service name="obs_scm" mode="manual"> <param name="url">https://src.opensuse.org/openSUSE/pool-git-init</param> <param name="scm">git</param> - <param name="revision">0.3.0</param> - <param name="version">0.3.0</param> + <param name="revision">0.3.1</param> + <param name="version">0.3.1</param> </service> <service mode="manual" name="set_version" /> ++++++ pool-git-init-0.3.0.obscpio -> pool-git-init-0.3.1.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pool-git-init-0.3.0/Makefile new/pool-git-init-0.3.1/Makefile --- old/pool-git-init-0.3.0/Makefile 2026-08-26 15:14:59.000000000 +0200 +++ new/pool-git-init-0.3.1/Makefile 2026-09-02 09:28:57.000000000 +0200 @@ -21,5 +21,4 @@ $(DESTDIR)$(bindir)/ cd $(DESTDIR)$(bindir) && ln -sf pool-git-init obs-git-init install -m755 -d $(DESTDIR)$(prefix)/lib/obs - cd $(DESTDIR)$(prefix)/lib && ln -sf ../pool/helper obs/helper ++++++ pool-git-init.obsinfo ++++++ --- /var/tmp/diff_new_pack.Acjjbh/_old 2026-09-02 17:04:03.389052829 +0200 +++ /var/tmp/diff_new_pack.Acjjbh/_new 2026-09-02 17:04:03.392052934 +0200 @@ -1,5 +1,5 @@ name: pool-git-init -version: 0.3.0 -mtime: 1787750099 -commit: b1cfd0e46798589dc037a59f755d3b363aa7a3e98830b1d452d501970813cf55 +version: 0.3.1 +mtime: 1788334137 +commit: 42596ea0c4403bfe69680aa1a784deecb8635919057979d5055168127e7bfcc9
