Hello community,

here is the log from the commit of package pagure for openSUSE:Factory checked 
in at 2020-08-04 20:25:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pagure (Old)
 and      /work/SRC/openSUSE:Factory/.pagure.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pagure"

Tue Aug  4 20:25:05 2020 rev:17 rq:824337 version:5.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/pagure/pagure.changes    2020-06-22 
17:45:52.641841642 +0200
+++ /work/SRC/openSUSE:Factory/.pagure.new.3592/pagure.changes  2020-08-04 
20:25:29.549044509 +0200
@@ -1,0 +2,59 @@
+Tue Aug  4 13:00:36 UTC 2020 - Neal Gompa <ngomp...@gmail.com>
+
+- Update to 5.11.2
+  + Allow having a dedicated logging configuration for the git hooks
+  + Increase logging to the pagure_auth logger
+  + Make work pagure-admin ensure-project-hooks when the target link exists 
but is
+    broken
+  + Change the project icon when the project is mirrored from an external 
source
+  + Allow a theme or a blueprint to inject custom buttons in the navigation 
bar.
+  + Add API endpoint to get a pull-request comment
+  + Omit breaking original comment format in reply on pull-requests
+  + Let the milter announce when it reject an email based on its address
+  + Don't Let the milter process the email we send.
+  + Add a collaborator level to projects
+  + Allow setting the default git branch when creating projects via the API
+  + Allow creating mirrored project from the API
+  + Add the possibility to set the default branch at project creation
+  + Add API endpoint to set the default git branch and expose it in an existing
+    endpoint
+  + Adjust the example configuration for logging to a file
+  + Allow project-less API token with the "modify_project" ACL to update 
watchers
+  + Add a new API endpoint to retrieve a commit's metadata/info
+  + Add a new API endpoint allowing to delete a project
+  + Add support for customizing the new issue page
+  + Introducing the boards feature
+  + Add an API endpoint to view the content of a git repo
+  + Port pagure's markdown extension to the new API
+  + Multiple small fixes for the vagrant-based development environment
+  + Use WhiteNoise to serve static assets for the Pagure web
+  + Fix the title of the graph showing the evolution of the number of open 
tickets
+    on a project
+  + Do not assume there is a SMTP_STARTTLS configuration key set
+  + Bring back JS library used for the heatmap
+  + Show the ACL name in addition to the description when creating API tokens
+  + Allow editing the URL a project is mirrored from
+  + Add comments to the mirror service files for clarifying their purpose.
+  + Add a dedicated logger for everything that is auth related
+  + api: fix apidoc format on api_view_issues_history_detailed_stats Fixes web
+    api doc view template issues
+  + doc: Add a page documenting known Pagure instances
+  + starttls support via SMTP_STARTTLS: provide additional documentation.
+  + Add support for smtp server requiring starttls to work
+  + Make the stats page use the new stats API endpoint
+- Drop patches included in this release
+  + Patch: 0001-Make-the-stats-page-use-the-new-stats-API-endpoint.patch
+  + Patch: 0001-Add-support-for-smtp-server-requiring-starttls-to-wo.patch
+  + Patch: 0002-starttls-support-via-SMTP_STARTTLS-provide-additiona.patch
+  + Patch: 0001-Do-not-assume-there-is-a-SMTP_STARTTLS-configuration.patch
+  + Patch: 0001-Fix-repotype-spelling.patch
+  + Patch: 0001-api-fix-apidoc-format-on-api_view_issues_history_det.patch
+  + Patch: 0001-Allow-editing-the-URL-a-project-is-mirrored-from.patch
+  + Patch: 0001-Show-the-ACL-name-in-addition-to-the-description-whe.patch
+  + Patch: 0001-Bring-back-JS-library-used-for-the-heatmap.patch
+  + Patch: 0001-Ensure-the-title-name-of-the-headers-are-strings.patch
+  + Patch: 0001-Fix-the-title-of-the-graph-showing-the-evolution-of-.patch
+  + Patch: 0001-Make-sure-authorized_keys-file-has-mode-600.patch
+  + Patch: 0101-Use-WhiteNoise-to-serve-static-assets-for-the-Pagure.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Add-support-for-smtp-server-requiring-starttls-to-wo.patch
  0001-Allow-editing-the-URL-a-project-is-mirrored-from.patch
  0001-Bring-back-JS-library-used-for-the-heatmap.patch
  0001-Do-not-assume-there-is-a-SMTP_STARTTLS-configuration.patch
  0001-Ensure-the-title-name-of-the-headers-are-strings.patch
  0001-Fix-repotype-spelling.patch
  0001-Fix-the-title-of-the-graph-showing-the-evolution-of-.patch
  0001-Make-sure-authorized_keys-file-has-mode-600.patch
  0001-Make-the-stats-page-use-the-new-stats-API-endpoint.patch
  0001-Show-the-ACL-name-in-addition-to-the-description-whe.patch
  0001-api-fix-apidoc-format-on-api_view_issues_history_det.patch
  0002-starttls-support-via-SMTP_STARTTLS-provide-additiona.patch
  0101-Use-WhiteNoise-to-serve-static-assets-for-the-Pagure.patch
  pagure-5.10.0.tar.gz

New:
----
  pagure-5.11.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pagure.spec ++++++
--- /var/tmp/diff_new_pack.4BXyOZ/_old  2020-08-04 20:25:31.129045042 +0200
+++ /var/tmp/diff_new_pack.4BXyOZ/_new  2020-08-04 20:25:31.133045043 +0200
@@ -23,7 +23,7 @@
 
 
 Name:               pagure
-Version:            5.10.0
+Version:            5.11.2
 Release:            0
 Summary:            A git-centered forge
 Group:              Development/Tools/Version Control
@@ -41,35 +41,6 @@
 Source10:           pagure-README.SUSE
 
 
-# Backports from upstream
-## Backport fix to make stats page work
-Patch0001:          
0001-Make-the-stats-page-use-the-new-stats-API-endpoint.patch
-## Backport support for STARTTLS support for SMTP servers
-Patch0002:          
0001-Add-support-for-smtp-server-requiring-starttls-to-wo.patch
-Patch0003:          
0002-starttls-support-via-SMTP_STARTTLS-provide-additiona.patch
-Patch0004:          
0001-Do-not-assume-there-is-a-SMTP_STARTTLS-configuration.patch
-## Fix access grants for docs repo
-Patch0005:          0001-Fix-repotype-spelling.patch
-## Fix visual bug on api documentation formatting
-Patch0006:          
0001-api-fix-apidoc-format-on-api_view_issues_history_det.patch
-## Add setting for changing pull mirror source for projects
-Patch0007:          0001-Allow-editing-the-URL-a-project-is-mirrored-from.patch
-## Add descriptions to API scopes listed at API token creation page
-Patch0008:          
0001-Show-the-ACL-name-in-addition-to-the-description-whe.patch
-## Restore heatmap JS library
-Patch0009:          0001-Bring-back-JS-library-used-for-the-heatmap.patch
-## Ensure header keys are rendered as strings
-Patch0010:          0001-Ensure-the-title-name-of-the-headers-are-strings.patch
-## Fix title of burndown graph
-Patch0011:          
0001-Fix-the-title-of-the-graph-showing-the-evolution-of-.patch
-## Fix permissions for generated authorized_keys file
-Patch0012:          0001-Make-sure-authorized_keys-file-has-mode-600.patch
-
-# Changes proposed upstream
-## Use whitenoise to render static assets
-## From: https://pagure.io/pagure/pull-request/4885
-Patch0101:          
0101-Use-WhiteNoise-to-serve-static-assets-for-the-Pagure.patch
-
 # SUSE-specific fixes
 ## Change the defaults in the example config to match packaging
 Patch1000:          pagure-5.0-default-example-cfg.patch
@@ -659,6 +630,7 @@
 %attr(-,git,git) %config(noreplace) /srv/gitolite/.gitolite/conf/gitolite.conf
 %attr(-,git,git) %config(noreplace) /srv/gitolite/.gitolite.rc
 %attr(-,git,git) %dir /srv/www/pagure-releases
+%attr(-,git,git) %dir %{_localstatedir}/log/pagure
 
 
 %files web-apache-httpd
@@ -674,8 +646,8 @@
 %config(noreplace) %{_sysconfdir}/nginx/vhosts.d/pagure.conf
 %{_unitdir}/pagure_web.service
 %{_unitdir}/pagure_docs_web.service
-%attr(-,git,git) %dir %{_localstatedir}/log/pagure
-%ghost %{_localstatedir}/log/pagure/*.log
+%ghost %{_localstatedir}/log/pagure/access_*.log
+%ghost %{_localstatedir}/log/pagure/error_*.log
 
 
 %files theme-upstream

++++++ pagure-5.10.0.tar.gz -> pagure-5.11.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/pagure/pagure-5.10.0.tar.gz 
/work/SRC/openSUSE:Factory/.pagure.new.3592/pagure-5.11.2.tar.gz differ: char 
5, line 1


Reply via email to